@vercel/sdk 1.7.1 → 1.7.3

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 (224) hide show
  1. package/README.md +28 -36
  2. package/bin/mcp-server.js +2515 -1656
  3. package/bin/mcp-server.js.map +32 -16
  4. package/docs/sdks/logs/README.md +92 -0
  5. package/docs/sdks/vercel/README.md +312 -0
  6. package/esm/__tests__/accessgroups.test.js +0 -144
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/aliases.test.js +0 -43
  9. package/esm/__tests__/aliases.test.js.map +1 -1
  10. package/esm/__tests__/artifacts.test.js +0 -20
  11. package/esm/__tests__/artifacts.test.js.map +1 -1
  12. package/esm/__tests__/authentication.test.js +0 -71
  13. package/esm/__tests__/authentication.test.js.map +1 -1
  14. package/esm/__tests__/certs.test.js +0 -27
  15. package/esm/__tests__/certs.test.js.map +1 -1
  16. package/esm/__tests__/checks.test.js +0 -46
  17. package/esm/__tests__/checks.test.js.map +1 -1
  18. package/esm/__tests__/deployments.test.js +0 -209
  19. package/esm/__tests__/deployments.test.js.map +1 -1
  20. package/esm/__tests__/dns.test.js +0 -10
  21. package/esm/__tests__/dns.test.js.map +1 -1
  22. package/esm/__tests__/domains.test.js +0 -142
  23. package/esm/__tests__/domains.test.js.map +1 -1
  24. package/esm/__tests__/edgeconfig.test.js +0 -71
  25. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  26. package/esm/__tests__/environment.test.js +0 -34
  27. package/esm/__tests__/environment.test.js.map +1 -1
  28. package/esm/__tests__/integrations.test.js +0 -23
  29. package/esm/__tests__/integrations.test.js.map +1 -1
  30. package/esm/__tests__/logdrains.test.js +0 -114
  31. package/esm/__tests__/logdrains.test.js.map +1 -1
  32. package/esm/__tests__/logs.test.d.ts +2 -0
  33. package/esm/__tests__/logs.test.d.ts.map +1 -0
  34. package/esm/__tests__/logs.test.js +22 -0
  35. package/esm/__tests__/logs.test.js.map +1 -0
  36. package/esm/__tests__/marketplace.test.js +0 -49
  37. package/esm/__tests__/marketplace.test.js.map +1 -1
  38. package/esm/__tests__/projectmembers.test.js +0 -6
  39. package/esm/__tests__/projectmembers.test.js.map +1 -1
  40. package/esm/__tests__/projects.test.js +13 -474
  41. package/esm/__tests__/projects.test.js.map +1 -1
  42. package/esm/__tests__/security.test.js +0 -274
  43. package/esm/__tests__/security.test.js.map +1 -1
  44. package/esm/__tests__/teams.test.js +0 -92
  45. package/esm/__tests__/teams.test.js.map +1 -1
  46. package/esm/__tests__/user.test.js +0 -8
  47. package/esm/__tests__/user.test.js.map +1 -1
  48. package/esm/__tests__/vercel.test.js +56 -1
  49. package/esm/__tests__/vercel.test.js.map +1 -1
  50. package/esm/__tests__/webhooks.test.js +0 -94
  51. package/esm/__tests__/webhooks.test.js.map +1 -1
  52. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts +12 -0
  53. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  54. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js +80 -0
  55. package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
  56. package/esm/funcs/deploymentsUploadFile.js +1 -0
  57. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  58. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts +13 -0
  59. package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
  60. package/esm/funcs/getProjectsProjectIdLogsPresets.js +77 -0
  61. package/esm/funcs/getProjectsProjectIdLogsPresets.js.map +1 -0
  62. package/esm/funcs/logsGetRuntimeLogs.d.ts +18 -0
  63. package/esm/funcs/logsGetRuntimeLogs.d.ts.map +1 -0
  64. package/esm/funcs/logsGetRuntimeLogs.js +97 -0
  65. package/esm/funcs/logsGetRuntimeLogs.js.map +1 -0
  66. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts +14 -0
  67. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  68. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js +82 -0
  69. package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
  70. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts +13 -0
  71. package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
  72. package/esm/funcs/postProjectsProjectIdLogsPresets.js +77 -0
  73. package/esm/funcs/postProjectsProjectIdLogsPresets.js.map +1 -0
  74. package/esm/lib/config.d.ts +3 -3
  75. package/esm/lib/config.js +3 -3
  76. package/esm/lib/config.js.map +1 -1
  77. package/esm/mcp-server/mcp-server.js +1 -1
  78. package/esm/mcp-server/server.d.ts.map +1 -1
  79. package/esm/mcp-server/server.js +11 -1
  80. package/esm/mcp-server/server.js.map +1 -1
  81. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts +7 -0
  82. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  83. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js +25 -0
  84. package/esm/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.js.map +1 -0
  85. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts +7 -0
  86. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.d.ts.map +1 -0
  87. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js +26 -0
  88. package/esm/mcp-server/tools/getProjectsProjectIdLogsPresets.js.map +1 -0
  89. package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts +7 -0
  90. package/esm/mcp-server/tools/logsGetRuntimeLogs.d.ts.map +1 -0
  91. package/esm/mcp-server/tools/logsGetRuntimeLogs.js +28 -0
  92. package/esm/mcp-server/tools/logsGetRuntimeLogs.js.map +1 -0
  93. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts +7 -0
  94. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -0
  95. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js +26 -0
  96. package/esm/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.js.map +1 -0
  97. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts +7 -0
  98. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.d.ts.map +1 -0
  99. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js +26 -0
  100. package/esm/mcp-server/tools/postProjectsProjectIdLogsPresets.js.map +1 -0
  101. package/esm/models/authuser.d.ts +0 -5
  102. package/esm/models/authuser.d.ts.map +1 -1
  103. package/esm/models/authuser.js +0 -2
  104. package/esm/models/authuser.js.map +1 -1
  105. package/esm/models/createprojectop.d.ts +2 -0
  106. package/esm/models/createprojectop.d.ts.map +1 -1
  107. package/esm/models/createprojectop.js +2 -0
  108. package/esm/models/createprojectop.js.map +1 -1
  109. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts +37 -0
  110. package/esm/models/deleteprojectsprojectidlogspresetsidop.d.ts.map +1 -0
  111. package/esm/models/deleteprojectsprojectidlogspresetsidop.js +33 -0
  112. package/esm/models/deleteprojectsprojectidlogspresetsidop.js.map +1 -0
  113. package/esm/models/getprojectsop.d.ts +2 -0
  114. package/esm/models/getprojectsop.d.ts.map +1 -1
  115. package/esm/models/getprojectsop.js +2 -0
  116. package/esm/models/getprojectsop.js.map +1 -1
  117. package/esm/models/getprojectsprojectidlogspresetsop.d.ts +29 -0
  118. package/esm/models/getprojectsprojectidlogspresetsop.d.ts.map +1 -0
  119. package/esm/models/getprojectsprojectidlogspresetsop.js +31 -0
  120. package/esm/models/getprojectsprojectidlogspresetsop.js.map +1 -0
  121. package/esm/models/getruntimelogsop.d.ts +147 -0
  122. package/esm/models/getruntimelogsop.d.ts.map +1 -0
  123. package/esm/models/getruntimelogsop.js +122 -0
  124. package/esm/models/getruntimelogsop.js.map +1 -0
  125. package/esm/models/getteamsop.d.ts +5 -12
  126. package/esm/models/getteamsop.d.ts.map +1 -1
  127. package/esm/models/getteamsop.js +5 -4
  128. package/esm/models/getteamsop.js.map +1 -1
  129. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts +67 -0
  130. package/esm/models/patchprojectsprojectidlogspresetsidop.d.ts.map +1 -0
  131. package/esm/models/patchprojectsprojectidlogspresetsidop.js +69 -0
  132. package/esm/models/patchprojectsprojectidlogspresetsidop.js.map +1 -0
  133. package/esm/models/postprojectsprojectidlogspresetsop.d.ts +95 -0
  134. package/esm/models/postprojectsprojectidlogspresetsop.d.ts.map +1 -0
  135. package/esm/models/postprojectsprojectidlogspresetsop.js +90 -0
  136. package/esm/models/postprojectsprojectidlogspresetsop.js.map +1 -0
  137. package/esm/models/team.d.ts +78 -0
  138. package/esm/models/team.d.ts.map +1 -0
  139. package/esm/models/team.js +80 -0
  140. package/esm/models/team.js.map +1 -0
  141. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  142. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  143. package/esm/models/updateprojectdatacacheop.js +2 -0
  144. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  145. package/esm/models/updateprojectop.d.ts +2 -0
  146. package/esm/models/updateprojectop.d.ts.map +1 -1
  147. package/esm/models/updateprojectop.js +2 -0
  148. package/esm/models/updateprojectop.js.map +1 -1
  149. package/esm/models/updateprojectprotectionbypassop.d.ts +2 -0
  150. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  151. package/esm/models/updateprojectprotectionbypassop.js +2 -0
  152. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  153. package/esm/models/uploadfileop.d.ts +5 -0
  154. package/esm/models/uploadfileop.d.ts.map +1 -1
  155. package/esm/models/uploadfileop.js +4 -0
  156. package/esm/models/uploadfileop.js.map +1 -1
  157. package/esm/models/userevent.d.ts +1101 -985
  158. package/esm/models/userevent.d.ts.map +1 -1
  159. package/esm/models/userevent.js +1424 -1322
  160. package/esm/models/userevent.js.map +1 -1
  161. package/esm/sdk/logs.d.ts +12 -0
  162. package/esm/sdk/logs.d.ts.map +1 -0
  163. package/esm/sdk/logs.js +18 -0
  164. package/esm/sdk/logs.js.map +1 -0
  165. package/esm/sdk/sdk.d.ts +13 -1
  166. package/esm/sdk/sdk.d.ts.map +1 -1
  167. package/esm/sdk/sdk.js +21 -0
  168. package/esm/sdk/sdk.js.map +1 -1
  169. package/jsr.json +1 -1
  170. package/package.json +1 -1
  171. package/src/__tests__/accessgroups.test.ts +0 -144
  172. package/src/__tests__/aliases.test.ts +0 -43
  173. package/src/__tests__/artifacts.test.ts +0 -22
  174. package/src/__tests__/authentication.test.ts +0 -71
  175. package/src/__tests__/certs.test.ts +0 -27
  176. package/src/__tests__/checks.test.ts +0 -46
  177. package/src/__tests__/deployments.test.ts +0 -211
  178. package/src/__tests__/dns.test.ts +0 -10
  179. package/src/__tests__/domains.test.ts +0 -142
  180. package/src/__tests__/edgeconfig.test.ts +0 -71
  181. package/src/__tests__/environment.test.ts +0 -34
  182. package/src/__tests__/integrations.test.ts +0 -23
  183. package/src/__tests__/logdrains.test.ts +0 -114
  184. package/src/__tests__/logs.test.ts +25 -0
  185. package/src/__tests__/marketplace.test.ts +0 -49
  186. package/src/__tests__/projectmembers.test.ts +0 -6
  187. package/src/__tests__/projects.test.ts +13 -474
  188. package/src/__tests__/security.test.ts +0 -274
  189. package/src/__tests__/teams.test.ts +0 -92
  190. package/src/__tests__/user.test.ts +0 -8
  191. package/src/__tests__/vercel.test.ts +77 -1
  192. package/src/__tests__/webhooks.test.ts +0 -94
  193. package/src/funcs/deleteProjectsProjectIdLogsPresetsId.ts +179 -0
  194. package/src/funcs/deploymentsUploadFile.ts +5 -0
  195. package/src/funcs/getProjectsProjectIdLogsPresets.ts +174 -0
  196. package/src/funcs/logsGetRuntimeLogs.ts +199 -0
  197. package/src/funcs/patchProjectsProjectIdLogsPresetsId.ts +188 -0
  198. package/src/funcs/postProjectsProjectIdLogsPresets.ts +174 -0
  199. package/src/lib/config.ts +3 -3
  200. package/src/mcp-server/mcp-server.ts +1 -1
  201. package/src/mcp-server/server.ts +11 -1
  202. package/src/mcp-server/tools/deleteProjectsProjectIdLogsPresetsId.ts +35 -0
  203. package/src/mcp-server/tools/getProjectsProjectIdLogsPresets.ts +36 -0
  204. package/src/mcp-server/tools/logsGetRuntimeLogs.ts +37 -0
  205. package/src/mcp-server/tools/patchProjectsProjectIdLogsPresetsId.ts +37 -0
  206. package/src/mcp-server/tools/postProjectsProjectIdLogsPresets.ts +37 -0
  207. package/src/models/authuser.ts +0 -7
  208. package/src/models/createprojectop.ts +4 -0
  209. package/src/models/deleteprojectsprojectidlogspresetsidop.ts +89 -0
  210. package/src/models/getprojectsop.ts +4 -0
  211. package/src/models/getprojectsprojectidlogspresetsop.ts +72 -0
  212. package/src/models/getruntimelogsop.ts +237 -0
  213. package/src/models/getteamsop.ts +14 -10
  214. package/src/models/patchprojectsprojectidlogspresetsidop.ts +180 -0
  215. package/src/models/postprojectsprojectidlogspresetsop.ts +217 -0
  216. package/src/models/team.ts +156 -0
  217. package/src/models/updateprojectdatacacheop.ts +4 -0
  218. package/src/models/updateprojectop.ts +4 -0
  219. package/src/models/updateprojectprotectionbypassop.ts +4 -0
  220. package/src/models/uploadfileop.ts +9 -0
  221. package/src/models/userevent.ts +2498 -2288
  222. package/src/sdk/logs.ts +30 -0
  223. package/src/sdk/sdk.ts +61 -1
  224. package/vercel-spec.json +572 -25
@@ -65,17 +65,17 @@ export const Tier = {
65
65
  Pro: "pro",
66
66
  Plus: "plus",
67
67
  };
68
- export const UserEventPayload131Role = {
68
+ export const UserEventPayload133Role = {
69
69
  Admin: "ADMIN",
70
70
  ProjectDeveloper: "PROJECT_DEVELOPER",
71
71
  ProjectViewer: "PROJECT_VIEWER",
72
72
  };
73
- export const UserEventPayload130Role = {
73
+ export const UserEventPayload132Role = {
74
74
  Admin: "ADMIN",
75
75
  ProjectDeveloper: "PROJECT_DEVELOPER",
76
76
  ProjectViewer: "PROJECT_VIEWER",
77
77
  };
78
- export const PreviousRole = {
78
+ export const PayloadPreviousRole = {
79
79
  Admin: "ADMIN",
80
80
  ProjectDeveloper: "PROJECT_DEVELOPER",
81
81
  ProjectViewer: "PROJECT_VIEWER",
@@ -104,7 +104,7 @@ export const UserEventPayloadType = {
104
104
  /**
105
105
  * The budget type
106
106
  */
107
- export const UserEventPayload97Type = {
107
+ export const UserEventPayload99Type = {
108
108
  Fixed: "fixed",
109
109
  };
110
110
  /**
@@ -117,7 +117,7 @@ export const PayloadPricingPlan = {
117
117
  /**
118
118
  * The budget type
119
119
  */
120
- export const UserEventPayload96Type = {
120
+ export const UserEventPayload98Type = {
121
121
  Fixed: "fixed",
122
122
  };
123
123
  /**
@@ -632,6 +632,16 @@ export const PayloadAction = {
632
632
  Created: "created",
633
633
  Removed: "removed",
634
634
  };
635
+ export const NextRole = {
636
+ Admin: "ADMIN",
637
+ ProjectDeveloper: "PROJECT_DEVELOPER",
638
+ ProjectViewer: "PROJECT_VIEWER",
639
+ };
640
+ export const PreviousRole = {
641
+ Admin: "ADMIN",
642
+ ProjectDeveloper: "PROJECT_DEVELOPER",
643
+ ProjectViewer: "PROJECT_VIEWER",
644
+ };
635
645
  export const Action = {
636
646
  Created: "created",
637
647
  Updated: "updated",
@@ -686,17 +696,17 @@ export function entitiesFromJSON(jsonString) {
686
696
  /** @internal */
687
697
  export const User$inboundSchema = z
688
698
  .object({
699
+ username: z.string(),
689
700
  avatar: z.string(),
690
701
  email: z.string(),
691
- username: z.string(),
692
702
  slug: z.string().optional(),
693
703
  uid: z.string(),
694
704
  });
695
705
  /** @internal */
696
706
  export const User$outboundSchema = z.object({
707
+ username: z.string(),
697
708
  avatar: z.string(),
698
709
  email: z.string(),
699
- username: z.string(),
700
710
  slug: z.string().optional(),
701
711
  uid: z.string(),
702
712
  });
@@ -994,7 +1004,7 @@ export var AuthMethod$;
994
1004
  AuthMethod$.outboundSchema = AuthMethod$outboundSchema;
995
1005
  })(AuthMethod$ || (AuthMethod$ = {}));
996
1006
  /** @internal */
997
- export const OneHundredAndFortyEight$inboundSchema = z.object({
1007
+ export const OneHundredAndFifty$inboundSchema = z.object({
998
1008
  grantType: GrantType$inboundSchema,
999
1009
  appName: z.string(),
1000
1010
  atTTL: z.number(),
@@ -1003,7 +1013,7 @@ export const OneHundredAndFortyEight$inboundSchema = z.object({
1003
1013
  authMethod: AuthMethod$inboundSchema,
1004
1014
  });
1005
1015
  /** @internal */
1006
- export const OneHundredAndFortyEight$outboundSchema = z.object({
1016
+ export const OneHundredAndFifty$outboundSchema = z.object({
1007
1017
  grantType: GrantType$outboundSchema,
1008
1018
  appName: z.string(),
1009
1019
  atTTL: z.number(),
@@ -1015,26 +1025,26 @@ export const OneHundredAndFortyEight$outboundSchema = z.object({
1015
1025
  * @internal
1016
1026
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1017
1027
  */
1018
- export var OneHundredAndFortyEight$;
1019
- (function (OneHundredAndFortyEight$) {
1020
- /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
1021
- OneHundredAndFortyEight$.inboundSchema = OneHundredAndFortyEight$inboundSchema;
1022
- /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
1023
- OneHundredAndFortyEight$.outboundSchema = OneHundredAndFortyEight$outboundSchema;
1024
- })(OneHundredAndFortyEight$ || (OneHundredAndFortyEight$ = {}));
1025
- export function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight) {
1026
- return JSON.stringify(OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight));
1028
+ export var OneHundredAndFifty$;
1029
+ (function (OneHundredAndFifty$) {
1030
+ /** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
1031
+ OneHundredAndFifty$.inboundSchema = OneHundredAndFifty$inboundSchema;
1032
+ /** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
1033
+ OneHundredAndFifty$.outboundSchema = OneHundredAndFifty$outboundSchema;
1034
+ })(OneHundredAndFifty$ || (OneHundredAndFifty$ = {}));
1035
+ export function oneHundredAndFiftyToJSON(oneHundredAndFifty) {
1036
+ return JSON.stringify(OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty));
1027
1037
  }
1028
- export function oneHundredAndFortyEightFromJSON(jsonString) {
1029
- return safeParse(jsonString, (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyEight' from JSON`);
1038
+ export function oneHundredAndFiftyFromJSON(jsonString) {
1039
+ return safeParse(jsonString, (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifty' from JSON`);
1030
1040
  }
1031
1041
  /** @internal */
1032
- export const UserEventPayload147Team$inboundSchema = z.object({
1042
+ export const UserEventPayload149Team$inboundSchema = z.object({
1033
1043
  id: z.string(),
1034
1044
  name: z.string(),
1035
1045
  });
1036
1046
  /** @internal */
1037
- export const UserEventPayload147Team$outboundSchema = z.object({
1047
+ export const UserEventPayload149Team$outboundSchema = z.object({
1038
1048
  id: z.string(),
1039
1049
  name: z.string(),
1040
1050
  });
@@ -1042,26 +1052,26 @@ export const UserEventPayload147Team$outboundSchema = z.object({
1042
1052
  * @internal
1043
1053
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1044
1054
  */
1045
- export var UserEventPayload147Team$;
1046
- (function (UserEventPayload147Team$) {
1047
- /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
1048
- UserEventPayload147Team$.inboundSchema = UserEventPayload147Team$inboundSchema;
1049
- /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
1050
- UserEventPayload147Team$.outboundSchema = UserEventPayload147Team$outboundSchema;
1051
- })(UserEventPayload147Team$ || (UserEventPayload147Team$ = {}));
1052
- export function userEventPayload147TeamToJSON(userEventPayload147Team) {
1053
- return JSON.stringify(UserEventPayload147Team$outboundSchema.parse(userEventPayload147Team));
1055
+ export var UserEventPayload149Team$;
1056
+ (function (UserEventPayload149Team$) {
1057
+ /** @deprecated use `UserEventPayload149Team$inboundSchema` instead. */
1058
+ UserEventPayload149Team$.inboundSchema = UserEventPayload149Team$inboundSchema;
1059
+ /** @deprecated use `UserEventPayload149Team$outboundSchema` instead. */
1060
+ UserEventPayload149Team$.outboundSchema = UserEventPayload149Team$outboundSchema;
1061
+ })(UserEventPayload149Team$ || (UserEventPayload149Team$ = {}));
1062
+ export function userEventPayload149TeamToJSON(userEventPayload149Team) {
1063
+ return JSON.stringify(UserEventPayload149Team$outboundSchema.parse(userEventPayload149Team));
1054
1064
  }
1055
- export function userEventPayload147TeamFromJSON(jsonString) {
1056
- return safeParse(jsonString, (x) => UserEventPayload147Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload147Team' from JSON`);
1065
+ export function userEventPayload149TeamFromJSON(jsonString) {
1066
+ return safeParse(jsonString, (x) => UserEventPayload149Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload149Team' from JSON`);
1057
1067
  }
1058
1068
  /** @internal */
1059
- export const UserEventPayload147Configuration$inboundSchema = z.object({
1069
+ export const UserEventPayload149Configuration$inboundSchema = z.object({
1060
1070
  id: z.string(),
1061
1071
  name: z.string().optional(),
1062
1072
  });
1063
1073
  /** @internal */
1064
- export const UserEventPayload147Configuration$outboundSchema = z.object({
1074
+ export const UserEventPayload149Configuration$outboundSchema = z.object({
1065
1075
  id: z.string(),
1066
1076
  name: z.string().optional(),
1067
1077
  });
@@ -1069,18 +1079,18 @@ export const UserEventPayload147Configuration$outboundSchema = z.object({
1069
1079
  * @internal
1070
1080
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1071
1081
  */
1072
- export var UserEventPayload147Configuration$;
1073
- (function (UserEventPayload147Configuration$) {
1074
- /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
1075
- UserEventPayload147Configuration$.inboundSchema = UserEventPayload147Configuration$inboundSchema;
1076
- /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
1077
- UserEventPayload147Configuration$.outboundSchema = UserEventPayload147Configuration$outboundSchema;
1078
- })(UserEventPayload147Configuration$ || (UserEventPayload147Configuration$ = {}));
1079
- export function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration) {
1080
- return JSON.stringify(UserEventPayload147Configuration$outboundSchema.parse(userEventPayload147Configuration));
1082
+ export var UserEventPayload149Configuration$;
1083
+ (function (UserEventPayload149Configuration$) {
1084
+ /** @deprecated use `UserEventPayload149Configuration$inboundSchema` instead. */
1085
+ UserEventPayload149Configuration$.inboundSchema = UserEventPayload149Configuration$inboundSchema;
1086
+ /** @deprecated use `UserEventPayload149Configuration$outboundSchema` instead. */
1087
+ UserEventPayload149Configuration$.outboundSchema = UserEventPayload149Configuration$outboundSchema;
1088
+ })(UserEventPayload149Configuration$ || (UserEventPayload149Configuration$ = {}));
1089
+ export function userEventPayload149ConfigurationToJSON(userEventPayload149Configuration) {
1090
+ return JSON.stringify(UserEventPayload149Configuration$outboundSchema.parse(userEventPayload149Configuration));
1081
1091
  }
1082
- export function userEventPayload147ConfigurationFromJSON(jsonString) {
1083
- return safeParse(jsonString, (x) => UserEventPayload147Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload147Configuration' from JSON`);
1092
+ export function userEventPayload149ConfigurationFromJSON(jsonString) {
1093
+ return safeParse(jsonString, (x) => UserEventPayload149Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload149Configuration' from JSON`);
1084
1094
  }
1085
1095
  /** @internal */
1086
1096
  export const UserEventPayloadPeering$inboundSchema = z.object({
@@ -1110,16 +1120,16 @@ export function userEventPayloadPeeringFromJSON(jsonString) {
1110
1120
  return safeParse(jsonString, (x) => UserEventPayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadPeering' from JSON`);
1111
1121
  }
1112
1122
  /** @internal */
1113
- export const OneHundredAndFortySeven$inboundSchema = z.object({
1114
- team: z.lazy(() => UserEventPayload147Team$inboundSchema),
1115
- configuration: z.lazy(() => UserEventPayload147Configuration$inboundSchema),
1123
+ export const OneHundredAndFortyNine$inboundSchema = z.object({
1124
+ team: z.lazy(() => UserEventPayload149Team$inboundSchema),
1125
+ configuration: z.lazy(() => UserEventPayload149Configuration$inboundSchema),
1116
1126
  peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
1117
1127
  newName: z.string().optional(),
1118
1128
  });
1119
1129
  /** @internal */
1120
- export const OneHundredAndFortySeven$outboundSchema = z.object({
1121
- team: z.lazy(() => UserEventPayload147Team$outboundSchema),
1122
- configuration: z.lazy(() => UserEventPayload147Configuration$outboundSchema),
1130
+ export const OneHundredAndFortyNine$outboundSchema = z.object({
1131
+ team: z.lazy(() => UserEventPayload149Team$outboundSchema),
1132
+ configuration: z.lazy(() => UserEventPayload149Configuration$outboundSchema),
1123
1133
  peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
1124
1134
  newName: z.string().optional(),
1125
1135
  });
@@ -1127,26 +1137,26 @@ export const OneHundredAndFortySeven$outboundSchema = z.object({
1127
1137
  * @internal
1128
1138
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1129
1139
  */
1130
- export var OneHundredAndFortySeven$;
1131
- (function (OneHundredAndFortySeven$) {
1132
- /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
1133
- OneHundredAndFortySeven$.inboundSchema = OneHundredAndFortySeven$inboundSchema;
1134
- /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
1135
- OneHundredAndFortySeven$.outboundSchema = OneHundredAndFortySeven$outboundSchema;
1136
- })(OneHundredAndFortySeven$ || (OneHundredAndFortySeven$ = {}));
1137
- export function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven) {
1138
- return JSON.stringify(OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven));
1140
+ export var OneHundredAndFortyNine$;
1141
+ (function (OneHundredAndFortyNine$) {
1142
+ /** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
1143
+ OneHundredAndFortyNine$.inboundSchema = OneHundredAndFortyNine$inboundSchema;
1144
+ /** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
1145
+ OneHundredAndFortyNine$.outboundSchema = OneHundredAndFortyNine$outboundSchema;
1146
+ })(OneHundredAndFortyNine$ || (OneHundredAndFortyNine$ = {}));
1147
+ export function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine) {
1148
+ return JSON.stringify(OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine));
1139
1149
  }
1140
- export function oneHundredAndFortySevenFromJSON(jsonString) {
1141
- return safeParse(jsonString, (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySeven' from JSON`);
1150
+ export function oneHundredAndFortyNineFromJSON(jsonString) {
1151
+ return safeParse(jsonString, (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyNine' from JSON`);
1142
1152
  }
1143
1153
  /** @internal */
1144
- export const UserEventPayload146Team$inboundSchema = z.object({
1154
+ export const UserEventPayload148Team$inboundSchema = z.object({
1145
1155
  id: z.string(),
1146
1156
  name: z.string(),
1147
1157
  });
1148
1158
  /** @internal */
1149
- export const UserEventPayload146Team$outboundSchema = z.object({
1159
+ export const UserEventPayload148Team$outboundSchema = z.object({
1150
1160
  id: z.string(),
1151
1161
  name: z.string(),
1152
1162
  });
@@ -1154,26 +1164,26 @@ export const UserEventPayload146Team$outboundSchema = z.object({
1154
1164
  * @internal
1155
1165
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1156
1166
  */
1157
- export var UserEventPayload146Team$;
1158
- (function (UserEventPayload146Team$) {
1159
- /** @deprecated use `UserEventPayload146Team$inboundSchema` instead. */
1160
- UserEventPayload146Team$.inboundSchema = UserEventPayload146Team$inboundSchema;
1161
- /** @deprecated use `UserEventPayload146Team$outboundSchema` instead. */
1162
- UserEventPayload146Team$.outboundSchema = UserEventPayload146Team$outboundSchema;
1163
- })(UserEventPayload146Team$ || (UserEventPayload146Team$ = {}));
1164
- export function userEventPayload146TeamToJSON(userEventPayload146Team) {
1165
- return JSON.stringify(UserEventPayload146Team$outboundSchema.parse(userEventPayload146Team));
1167
+ export var UserEventPayload148Team$;
1168
+ (function (UserEventPayload148Team$) {
1169
+ /** @deprecated use `UserEventPayload148Team$inboundSchema` instead. */
1170
+ UserEventPayload148Team$.inboundSchema = UserEventPayload148Team$inboundSchema;
1171
+ /** @deprecated use `UserEventPayload148Team$outboundSchema` instead. */
1172
+ UserEventPayload148Team$.outboundSchema = UserEventPayload148Team$outboundSchema;
1173
+ })(UserEventPayload148Team$ || (UserEventPayload148Team$ = {}));
1174
+ export function userEventPayload148TeamToJSON(userEventPayload148Team) {
1175
+ return JSON.stringify(UserEventPayload148Team$outboundSchema.parse(userEventPayload148Team));
1166
1176
  }
1167
- export function userEventPayload146TeamFromJSON(jsonString) {
1168
- return safeParse(jsonString, (x) => UserEventPayload146Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload146Team' from JSON`);
1177
+ export function userEventPayload148TeamFromJSON(jsonString) {
1178
+ return safeParse(jsonString, (x) => UserEventPayload148Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload148Team' from JSON`);
1169
1179
  }
1170
1180
  /** @internal */
1171
- export const UserEventPayload146Configuration$inboundSchema = z.object({
1181
+ export const UserEventPayload148Configuration$inboundSchema = z.object({
1172
1182
  id: z.string(),
1173
1183
  name: z.string().optional(),
1174
1184
  });
1175
1185
  /** @internal */
1176
- export const UserEventPayload146Configuration$outboundSchema = z.object({
1186
+ export const UserEventPayload148Configuration$outboundSchema = z.object({
1177
1187
  id: z.string(),
1178
1188
  name: z.string().optional(),
1179
1189
  });
@@ -1181,18 +1191,18 @@ export const UserEventPayload146Configuration$outboundSchema = z.object({
1181
1191
  * @internal
1182
1192
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1183
1193
  */
1184
- export var UserEventPayload146Configuration$;
1185
- (function (UserEventPayload146Configuration$) {
1186
- /** @deprecated use `UserEventPayload146Configuration$inboundSchema` instead. */
1187
- UserEventPayload146Configuration$.inboundSchema = UserEventPayload146Configuration$inboundSchema;
1188
- /** @deprecated use `UserEventPayload146Configuration$outboundSchema` instead. */
1189
- UserEventPayload146Configuration$.outboundSchema = UserEventPayload146Configuration$outboundSchema;
1190
- })(UserEventPayload146Configuration$ || (UserEventPayload146Configuration$ = {}));
1191
- export function userEventPayload146ConfigurationToJSON(userEventPayload146Configuration) {
1192
- return JSON.stringify(UserEventPayload146Configuration$outboundSchema.parse(userEventPayload146Configuration));
1194
+ export var UserEventPayload148Configuration$;
1195
+ (function (UserEventPayload148Configuration$) {
1196
+ /** @deprecated use `UserEventPayload148Configuration$inboundSchema` instead. */
1197
+ UserEventPayload148Configuration$.inboundSchema = UserEventPayload148Configuration$inboundSchema;
1198
+ /** @deprecated use `UserEventPayload148Configuration$outboundSchema` instead. */
1199
+ UserEventPayload148Configuration$.outboundSchema = UserEventPayload148Configuration$outboundSchema;
1200
+ })(UserEventPayload148Configuration$ || (UserEventPayload148Configuration$ = {}));
1201
+ export function userEventPayload148ConfigurationToJSON(userEventPayload148Configuration) {
1202
+ return JSON.stringify(UserEventPayload148Configuration$outboundSchema.parse(userEventPayload148Configuration));
1193
1203
  }
1194
- export function userEventPayload146ConfigurationFromJSON(jsonString) {
1195
- return safeParse(jsonString, (x) => UserEventPayload146Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload146Configuration' from JSON`);
1204
+ export function userEventPayload148ConfigurationFromJSON(jsonString) {
1205
+ return safeParse(jsonString, (x) => UserEventPayload148Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload148Configuration' from JSON`);
1196
1206
  }
1197
1207
  /** @internal */
1198
1208
  export const PayloadPeering$inboundSchema = z.object({
@@ -1222,41 +1232,41 @@ export function payloadPeeringFromJSON(jsonString) {
1222
1232
  return safeParse(jsonString, (x) => PayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPeering' from JSON`);
1223
1233
  }
1224
1234
  /** @internal */
1225
- export const OneHundredAndFortySix$inboundSchema = z.object({
1226
- team: z.lazy(() => UserEventPayload146Team$inboundSchema),
1227
- configuration: z.lazy(() => UserEventPayload146Configuration$inboundSchema),
1235
+ export const OneHundredAndFortyEight$inboundSchema = z.object({
1236
+ team: z.lazy(() => UserEventPayload148Team$inboundSchema),
1237
+ configuration: z.lazy(() => UserEventPayload148Configuration$inboundSchema),
1228
1238
  peering: z.lazy(() => PayloadPeering$inboundSchema),
1229
1239
  });
1230
1240
  /** @internal */
1231
- export const OneHundredAndFortySix$outboundSchema = z.object({
1232
- team: z.lazy(() => UserEventPayload146Team$outboundSchema),
1233
- configuration: z.lazy(() => UserEventPayload146Configuration$outboundSchema),
1241
+ export const OneHundredAndFortyEight$outboundSchema = z.object({
1242
+ team: z.lazy(() => UserEventPayload148Team$outboundSchema),
1243
+ configuration: z.lazy(() => UserEventPayload148Configuration$outboundSchema),
1234
1244
  peering: z.lazy(() => PayloadPeering$outboundSchema),
1235
1245
  });
1236
1246
  /**
1237
1247
  * @internal
1238
1248
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1239
1249
  */
1240
- export var OneHundredAndFortySix$;
1241
- (function (OneHundredAndFortySix$) {
1242
- /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
1243
- OneHundredAndFortySix$.inboundSchema = OneHundredAndFortySix$inboundSchema;
1244
- /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
1245
- OneHundredAndFortySix$.outboundSchema = OneHundredAndFortySix$outboundSchema;
1246
- })(OneHundredAndFortySix$ || (OneHundredAndFortySix$ = {}));
1247
- export function oneHundredAndFortySixToJSON(oneHundredAndFortySix) {
1248
- return JSON.stringify(OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix));
1250
+ export var OneHundredAndFortyEight$;
1251
+ (function (OneHundredAndFortyEight$) {
1252
+ /** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
1253
+ OneHundredAndFortyEight$.inboundSchema = OneHundredAndFortyEight$inboundSchema;
1254
+ /** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
1255
+ OneHundredAndFortyEight$.outboundSchema = OneHundredAndFortyEight$outboundSchema;
1256
+ })(OneHundredAndFortyEight$ || (OneHundredAndFortyEight$ = {}));
1257
+ export function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight) {
1258
+ return JSON.stringify(OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight));
1249
1259
  }
1250
- export function oneHundredAndFortySixFromJSON(jsonString) {
1251
- return safeParse(jsonString, (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySix' from JSON`);
1260
+ export function oneHundredAndFortyEightFromJSON(jsonString) {
1261
+ return safeParse(jsonString, (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyEight' from JSON`);
1252
1262
  }
1253
1263
  /** @internal */
1254
- export const UserEventPayload145Team$inboundSchema = z.object({
1264
+ export const UserEventPayload147Team$inboundSchema = z.object({
1255
1265
  id: z.string(),
1256
1266
  name: z.string(),
1257
1267
  });
1258
1268
  /** @internal */
1259
- export const UserEventPayload145Team$outboundSchema = z.object({
1269
+ export const UserEventPayload147Team$outboundSchema = z.object({
1260
1270
  id: z.string(),
1261
1271
  name: z.string(),
1262
1272
  });
@@ -1264,26 +1274,26 @@ export const UserEventPayload145Team$outboundSchema = z.object({
1264
1274
  * @internal
1265
1275
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1266
1276
  */
1267
- export var UserEventPayload145Team$;
1268
- (function (UserEventPayload145Team$) {
1269
- /** @deprecated use `UserEventPayload145Team$inboundSchema` instead. */
1270
- UserEventPayload145Team$.inboundSchema = UserEventPayload145Team$inboundSchema;
1271
- /** @deprecated use `UserEventPayload145Team$outboundSchema` instead. */
1272
- UserEventPayload145Team$.outboundSchema = UserEventPayload145Team$outboundSchema;
1273
- })(UserEventPayload145Team$ || (UserEventPayload145Team$ = {}));
1274
- export function userEventPayload145TeamToJSON(userEventPayload145Team) {
1275
- return JSON.stringify(UserEventPayload145Team$outboundSchema.parse(userEventPayload145Team));
1277
+ export var UserEventPayload147Team$;
1278
+ (function (UserEventPayload147Team$) {
1279
+ /** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
1280
+ UserEventPayload147Team$.inboundSchema = UserEventPayload147Team$inboundSchema;
1281
+ /** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
1282
+ UserEventPayload147Team$.outboundSchema = UserEventPayload147Team$outboundSchema;
1283
+ })(UserEventPayload147Team$ || (UserEventPayload147Team$ = {}));
1284
+ export function userEventPayload147TeamToJSON(userEventPayload147Team) {
1285
+ return JSON.stringify(UserEventPayload147Team$outboundSchema.parse(userEventPayload147Team));
1276
1286
  }
1277
- export function userEventPayload145TeamFromJSON(jsonString) {
1278
- return safeParse(jsonString, (x) => UserEventPayload145Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload145Team' from JSON`);
1287
+ export function userEventPayload147TeamFromJSON(jsonString) {
1288
+ return safeParse(jsonString, (x) => UserEventPayload147Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload147Team' from JSON`);
1279
1289
  }
1280
1290
  /** @internal */
1281
- export const UserEventPayload145Configuration$inboundSchema = z.object({
1291
+ export const UserEventPayload147Configuration$inboundSchema = z.object({
1282
1292
  id: z.string(),
1283
1293
  name: z.string().optional(),
1284
1294
  });
1285
1295
  /** @internal */
1286
- export const UserEventPayload145Configuration$outboundSchema = z.object({
1296
+ export const UserEventPayload147Configuration$outboundSchema = z.object({
1287
1297
  id: z.string(),
1288
1298
  name: z.string().optional(),
1289
1299
  });
@@ -1291,18 +1301,18 @@ export const UserEventPayload145Configuration$outboundSchema = z.object({
1291
1301
  * @internal
1292
1302
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1293
1303
  */
1294
- export var UserEventPayload145Configuration$;
1295
- (function (UserEventPayload145Configuration$) {
1296
- /** @deprecated use `UserEventPayload145Configuration$inboundSchema` instead. */
1297
- UserEventPayload145Configuration$.inboundSchema = UserEventPayload145Configuration$inboundSchema;
1298
- /** @deprecated use `UserEventPayload145Configuration$outboundSchema` instead. */
1299
- UserEventPayload145Configuration$.outboundSchema = UserEventPayload145Configuration$outboundSchema;
1300
- })(UserEventPayload145Configuration$ || (UserEventPayload145Configuration$ = {}));
1301
- export function userEventPayload145ConfigurationToJSON(userEventPayload145Configuration) {
1302
- return JSON.stringify(UserEventPayload145Configuration$outboundSchema.parse(userEventPayload145Configuration));
1304
+ export var UserEventPayload147Configuration$;
1305
+ (function (UserEventPayload147Configuration$) {
1306
+ /** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
1307
+ UserEventPayload147Configuration$.inboundSchema = UserEventPayload147Configuration$inboundSchema;
1308
+ /** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
1309
+ UserEventPayload147Configuration$.outboundSchema = UserEventPayload147Configuration$outboundSchema;
1310
+ })(UserEventPayload147Configuration$ || (UserEventPayload147Configuration$ = {}));
1311
+ export function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration) {
1312
+ return JSON.stringify(UserEventPayload147Configuration$outboundSchema.parse(userEventPayload147Configuration));
1303
1313
  }
1304
- export function userEventPayload145ConfigurationFromJSON(jsonString) {
1305
- return safeParse(jsonString, (x) => UserEventPayload145Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload145Configuration' from JSON`);
1314
+ export function userEventPayload147ConfigurationFromJSON(jsonString) {
1315
+ return safeParse(jsonString, (x) => UserEventPayload147Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload147Configuration' from JSON`);
1306
1316
  }
1307
1317
  /** @internal */
1308
1318
  export const Peering$inboundSchema = z.object({
@@ -1336,17 +1346,69 @@ export function peeringFromJSON(jsonString) {
1336
1346
  return safeParse(jsonString, (x) => Peering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Peering' from JSON`);
1337
1347
  }
1338
1348
  /** @internal */
1339
- export const OneHundredAndFortyFive$inboundSchema = z.object({
1340
- team: z.lazy(() => UserEventPayload145Team$inboundSchema),
1341
- configuration: z.lazy(() => UserEventPayload145Configuration$inboundSchema),
1349
+ export const OneHundredAndFortySeven$inboundSchema = z.object({
1350
+ team: z.lazy(() => UserEventPayload147Team$inboundSchema),
1351
+ configuration: z.lazy(() => UserEventPayload147Configuration$inboundSchema),
1342
1352
  peering: z.lazy(() => Peering$inboundSchema),
1343
1353
  });
1344
1354
  /** @internal */
1345
- export const OneHundredAndFortyFive$outboundSchema = z.object({
1346
- team: z.lazy(() => UserEventPayload145Team$outboundSchema),
1347
- configuration: z.lazy(() => UserEventPayload145Configuration$outboundSchema),
1355
+ export const OneHundredAndFortySeven$outboundSchema = z.object({
1356
+ team: z.lazy(() => UserEventPayload147Team$outboundSchema),
1357
+ configuration: z.lazy(() => UserEventPayload147Configuration$outboundSchema),
1348
1358
  peering: z.lazy(() => Peering$outboundSchema),
1349
1359
  });
1360
+ /**
1361
+ * @internal
1362
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1363
+ */
1364
+ export var OneHundredAndFortySeven$;
1365
+ (function (OneHundredAndFortySeven$) {
1366
+ /** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
1367
+ OneHundredAndFortySeven$.inboundSchema = OneHundredAndFortySeven$inboundSchema;
1368
+ /** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
1369
+ OneHundredAndFortySeven$.outboundSchema = OneHundredAndFortySeven$outboundSchema;
1370
+ })(OneHundredAndFortySeven$ || (OneHundredAndFortySeven$ = {}));
1371
+ export function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven) {
1372
+ return JSON.stringify(OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven));
1373
+ }
1374
+ export function oneHundredAndFortySevenFromJSON(jsonString) {
1375
+ return safeParse(jsonString, (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySeven' from JSON`);
1376
+ }
1377
+ /** @internal */
1378
+ export const OneHundredAndFortySix$inboundSchema = z.object({
1379
+ appName: z.string(),
1380
+ });
1381
+ /** @internal */
1382
+ export const OneHundredAndFortySix$outboundSchema = z.object({
1383
+ appName: z.string(),
1384
+ });
1385
+ /**
1386
+ * @internal
1387
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1388
+ */
1389
+ export var OneHundredAndFortySix$;
1390
+ (function (OneHundredAndFortySix$) {
1391
+ /** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
1392
+ OneHundredAndFortySix$.inboundSchema = OneHundredAndFortySix$inboundSchema;
1393
+ /** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
1394
+ OneHundredAndFortySix$.outboundSchema = OneHundredAndFortySix$outboundSchema;
1395
+ })(OneHundredAndFortySix$ || (OneHundredAndFortySix$ = {}));
1396
+ export function oneHundredAndFortySixToJSON(oneHundredAndFortySix) {
1397
+ return JSON.stringify(OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix));
1398
+ }
1399
+ export function oneHundredAndFortySixFromJSON(jsonString) {
1400
+ return safeParse(jsonString, (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySix' from JSON`);
1401
+ }
1402
+ /** @internal */
1403
+ export const OneHundredAndFortyFive$inboundSchema = z.object({
1404
+ appName: z.string(),
1405
+ nextScopes: z.array(z.string()),
1406
+ });
1407
+ /** @internal */
1408
+ export const OneHundredAndFortyFive$outboundSchema = z.object({
1409
+ appName: z.string(),
1410
+ nextScopes: z.array(z.string()),
1411
+ });
1350
1412
  /**
1351
1413
  * @internal
1352
1414
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -1367,10 +1429,12 @@ export function oneHundredAndFortyFiveFromJSON(jsonString) {
1367
1429
  /** @internal */
1368
1430
  export const OneHundredAndFortyFour$inboundSchema = z.object({
1369
1431
  appName: z.string(),
1432
+ scopes: z.array(z.string()),
1370
1433
  });
1371
1434
  /** @internal */
1372
1435
  export const OneHundredAndFortyFour$outboundSchema = z.object({
1373
1436
  appName: z.string(),
1437
+ scopes: z.array(z.string()),
1374
1438
  });
1375
1439
  /**
1376
1440
  * @internal
@@ -1391,13 +1455,13 @@ export function oneHundredAndFortyFourFromJSON(jsonString) {
1391
1455
  }
1392
1456
  /** @internal */
1393
1457
  export const OneHundredAndFortyThree$inboundSchema = z.object({
1394
- appName: z.string(),
1395
- nextScopes: z.array(z.string()),
1458
+ oldName: z.string(),
1459
+ newName: z.string(),
1396
1460
  });
1397
1461
  /** @internal */
1398
1462
  export const OneHundredAndFortyThree$outboundSchema = z.object({
1399
- appName: z.string(),
1400
- nextScopes: z.array(z.string()),
1463
+ oldName: z.string(),
1464
+ newName: z.string(),
1401
1465
  });
1402
1466
  /**
1403
1467
  * @internal
@@ -1417,14 +1481,27 @@ export function oneHundredAndFortyThreeFromJSON(jsonString) {
1417
1481
  return safeParse(jsonString, (x) => OneHundredAndFortyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyThree' from JSON`);
1418
1482
  }
1419
1483
  /** @internal */
1484
+ export const Tier$inboundSchema = z.nativeEnum(Tier);
1485
+ /** @internal */
1486
+ export const Tier$outboundSchema = Tier$inboundSchema;
1487
+ /**
1488
+ * @internal
1489
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1490
+ */
1491
+ export var Tier$;
1492
+ (function (Tier$) {
1493
+ /** @deprecated use `Tier$inboundSchema` instead. */
1494
+ Tier$.inboundSchema = Tier$inboundSchema;
1495
+ /** @deprecated use `Tier$outboundSchema` instead. */
1496
+ Tier$.outboundSchema = Tier$outboundSchema;
1497
+ })(Tier$ || (Tier$ = {}));
1498
+ /** @internal */
1420
1499
  export const OneHundredAndFortyTwo$inboundSchema = z.object({
1421
- appName: z.string(),
1422
- scopes: z.array(z.string()),
1500
+ tier: Tier$inboundSchema,
1423
1501
  });
1424
1502
  /** @internal */
1425
1503
  export const OneHundredAndFortyTwo$outboundSchema = z.object({
1426
- appName: z.string(),
1427
- scopes: z.array(z.string()),
1504
+ tier: Tier$outboundSchema,
1428
1505
  });
1429
1506
  /**
1430
1507
  * @internal
@@ -1444,104 +1521,37 @@ export function oneHundredAndFortyTwoFromJSON(jsonString) {
1444
1521
  return safeParse(jsonString, (x) => OneHundredAndFortyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyTwo' from JSON`);
1445
1522
  }
1446
1523
  /** @internal */
1447
- export const OneHundredAndFortyOne$inboundSchema = z.object({
1448
- oldName: z.string(),
1449
- newName: z.string(),
1524
+ export const ProjectWebAnalytics$inboundSchema = z.object({
1525
+ id: z.string(),
1526
+ disabledAt: z.number().optional(),
1527
+ canceledAt: z.number().optional(),
1528
+ enabledAt: z.number().optional(),
1529
+ hasData: z.boolean().optional(),
1450
1530
  });
1451
1531
  /** @internal */
1452
- export const OneHundredAndFortyOne$outboundSchema = z.object({
1453
- oldName: z.string(),
1454
- newName: z.string(),
1532
+ export const ProjectWebAnalytics$outboundSchema = z.object({
1533
+ id: z.string(),
1534
+ disabledAt: z.number().optional(),
1535
+ canceledAt: z.number().optional(),
1536
+ enabledAt: z.number().optional(),
1537
+ hasData: z.boolean().optional(),
1455
1538
  });
1456
1539
  /**
1457
1540
  * @internal
1458
1541
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1459
1542
  */
1460
- export var OneHundredAndFortyOne$;
1461
- (function (OneHundredAndFortyOne$) {
1462
- /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
1463
- OneHundredAndFortyOne$.inboundSchema = OneHundredAndFortyOne$inboundSchema;
1464
- /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
1465
- OneHundredAndFortyOne$.outboundSchema = OneHundredAndFortyOne$outboundSchema;
1466
- })(OneHundredAndFortyOne$ || (OneHundredAndFortyOne$ = {}));
1467
- export function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne) {
1468
- return JSON.stringify(OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne));
1543
+ export var ProjectWebAnalytics$;
1544
+ (function (ProjectWebAnalytics$) {
1545
+ /** @deprecated use `ProjectWebAnalytics$inboundSchema` instead. */
1546
+ ProjectWebAnalytics$.inboundSchema = ProjectWebAnalytics$inboundSchema;
1547
+ /** @deprecated use `ProjectWebAnalytics$outboundSchema` instead. */
1548
+ ProjectWebAnalytics$.outboundSchema = ProjectWebAnalytics$outboundSchema;
1549
+ })(ProjectWebAnalytics$ || (ProjectWebAnalytics$ = {}));
1550
+ export function projectWebAnalyticsToJSON(projectWebAnalytics) {
1551
+ return JSON.stringify(ProjectWebAnalytics$outboundSchema.parse(projectWebAnalytics));
1469
1552
  }
1470
- export function oneHundredAndFortyOneFromJSON(jsonString) {
1471
- return safeParse(jsonString, (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyOne' from JSON`);
1472
- }
1473
- /** @internal */
1474
- export const Tier$inboundSchema = z.nativeEnum(Tier);
1475
- /** @internal */
1476
- export const Tier$outboundSchema = Tier$inboundSchema;
1477
- /**
1478
- * @internal
1479
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1480
- */
1481
- export var Tier$;
1482
- (function (Tier$) {
1483
- /** @deprecated use `Tier$inboundSchema` instead. */
1484
- Tier$.inboundSchema = Tier$inboundSchema;
1485
- /** @deprecated use `Tier$outboundSchema` instead. */
1486
- Tier$.outboundSchema = Tier$outboundSchema;
1487
- })(Tier$ || (Tier$ = {}));
1488
- /** @internal */
1489
- export const OneHundredAndForty$inboundSchema = z.object({
1490
- tier: Tier$inboundSchema,
1491
- });
1492
- /** @internal */
1493
- export const OneHundredAndForty$outboundSchema = z.object({
1494
- tier: Tier$outboundSchema,
1495
- });
1496
- /**
1497
- * @internal
1498
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1499
- */
1500
- export var OneHundredAndForty$;
1501
- (function (OneHundredAndForty$) {
1502
- /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
1503
- OneHundredAndForty$.inboundSchema = OneHundredAndForty$inboundSchema;
1504
- /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
1505
- OneHundredAndForty$.outboundSchema = OneHundredAndForty$outboundSchema;
1506
- })(OneHundredAndForty$ || (OneHundredAndForty$ = {}));
1507
- export function oneHundredAndFortyToJSON(oneHundredAndForty) {
1508
- return JSON.stringify(OneHundredAndForty$outboundSchema.parse(oneHundredAndForty));
1509
- }
1510
- export function oneHundredAndFortyFromJSON(jsonString) {
1511
- return safeParse(jsonString, (x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndForty' from JSON`);
1512
- }
1513
- /** @internal */
1514
- export const ProjectWebAnalytics$inboundSchema = z.object({
1515
- id: z.string(),
1516
- disabledAt: z.number().optional(),
1517
- canceledAt: z.number().optional(),
1518
- enabledAt: z.number().optional(),
1519
- hasData: z.boolean().optional(),
1520
- });
1521
- /** @internal */
1522
- export const ProjectWebAnalytics$outboundSchema = z.object({
1523
- id: z.string(),
1524
- disabledAt: z.number().optional(),
1525
- canceledAt: z.number().optional(),
1526
- enabledAt: z.number().optional(),
1527
- hasData: z.boolean().optional(),
1528
- });
1529
- /**
1530
- * @internal
1531
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1532
- */
1533
- export var ProjectWebAnalytics$;
1534
- (function (ProjectWebAnalytics$) {
1535
- /** @deprecated use `ProjectWebAnalytics$inboundSchema` instead. */
1536
- ProjectWebAnalytics$.inboundSchema = ProjectWebAnalytics$inboundSchema;
1537
- /** @deprecated use `ProjectWebAnalytics$outboundSchema` instead. */
1538
- ProjectWebAnalytics$.outboundSchema = ProjectWebAnalytics$outboundSchema;
1539
- })(ProjectWebAnalytics$ || (ProjectWebAnalytics$ = {}));
1540
- export function projectWebAnalyticsToJSON(projectWebAnalytics) {
1541
- return JSON.stringify(ProjectWebAnalytics$outboundSchema.parse(projectWebAnalytics));
1542
- }
1543
- export function projectWebAnalyticsFromJSON(jsonString) {
1544
- return safeParse(jsonString, (x) => ProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectWebAnalytics' from JSON`);
1553
+ export function projectWebAnalyticsFromJSON(jsonString) {
1554
+ return safeParse(jsonString, (x) => ProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectWebAnalytics' from JSON`);
1545
1555
  }
1546
1556
  /** @internal */
1547
1557
  export const PrevProjectWebAnalytics$inboundSchema = z.object({
@@ -1577,7 +1587,7 @@ export function prevProjectWebAnalyticsFromJSON(jsonString) {
1577
1587
  return safeParse(jsonString, (x) => PrevProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PrevProjectWebAnalytics' from JSON`);
1578
1588
  }
1579
1589
  /** @internal */
1580
- export const OneHundredAndThirtyNine$inboundSchema = z.object({
1590
+ export const OneHundredAndFortyOne$inboundSchema = z.object({
1581
1591
  projectId: z.string(),
1582
1592
  projectName: z.string(),
1583
1593
  projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$inboundSchema)
@@ -1585,7 +1595,7 @@ export const OneHundredAndThirtyNine$inboundSchema = z.object({
1585
1595
  prevProjectWebAnalytics: z.nullable(z.lazy(() => PrevProjectWebAnalytics$inboundSchema)).optional(),
1586
1596
  });
1587
1597
  /** @internal */
1588
- export const OneHundredAndThirtyNine$outboundSchema = z.object({
1598
+ export const OneHundredAndFortyOne$outboundSchema = z.object({
1589
1599
  projectId: z.string(),
1590
1600
  projectName: z.string(),
1591
1601
  projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$outboundSchema)
@@ -1596,18 +1606,18 @@ export const OneHundredAndThirtyNine$outboundSchema = z.object({
1596
1606
  * @internal
1597
1607
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1598
1608
  */
1599
- export var OneHundredAndThirtyNine$;
1600
- (function (OneHundredAndThirtyNine$) {
1601
- /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
1602
- OneHundredAndThirtyNine$.inboundSchema = OneHundredAndThirtyNine$inboundSchema;
1603
- /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
1604
- OneHundredAndThirtyNine$.outboundSchema = OneHundredAndThirtyNine$outboundSchema;
1605
- })(OneHundredAndThirtyNine$ || (OneHundredAndThirtyNine$ = {}));
1606
- export function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine) {
1607
- return JSON.stringify(OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine));
1609
+ export var OneHundredAndFortyOne$;
1610
+ (function (OneHundredAndFortyOne$) {
1611
+ /** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
1612
+ OneHundredAndFortyOne$.inboundSchema = OneHundredAndFortyOne$inboundSchema;
1613
+ /** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
1614
+ OneHundredAndFortyOne$.outboundSchema = OneHundredAndFortyOne$outboundSchema;
1615
+ })(OneHundredAndFortyOne$ || (OneHundredAndFortyOne$ = {}));
1616
+ export function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne) {
1617
+ return JSON.stringify(OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne));
1608
1618
  }
1609
- export function oneHundredAndThirtyNineFromJSON(jsonString) {
1610
- return safeParse(jsonString, (x) => OneHundredAndThirtyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyNine' from JSON`);
1619
+ export function oneHundredAndFortyOneFromJSON(jsonString) {
1620
+ return safeParse(jsonString, (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyOne' from JSON`);
1611
1621
  }
1612
1622
  /** @internal */
1613
1623
  export const Microfrontends2$inboundSchema = z.object({
@@ -1701,7 +1711,7 @@ export function microfrontendsFromJSON(jsonString) {
1701
1711
  return safeParse(jsonString, (x) => Microfrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Microfrontends' from JSON`);
1702
1712
  }
1703
1713
  /** @internal */
1704
- export const UserEventPayload138Project$inboundSchema = z.object({
1714
+ export const UserEventPayload140Project$inboundSchema = z.object({
1705
1715
  id: z.string(),
1706
1716
  name: z.string(),
1707
1717
  microfrontends: z.union([
@@ -1710,7 +1720,7 @@ export const UserEventPayload138Project$inboundSchema = z.object({
1710
1720
  ]).optional(),
1711
1721
  });
1712
1722
  /** @internal */
1713
- export const UserEventPayload138Project$outboundSchema = z.object({
1723
+ export const UserEventPayload140Project$outboundSchema = z.object({
1714
1724
  id: z.string(),
1715
1725
  name: z.string(),
1716
1726
  microfrontends: z.union([
@@ -1722,18 +1732,18 @@ export const UserEventPayload138Project$outboundSchema = z.object({
1722
1732
  * @internal
1723
1733
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1724
1734
  */
1725
- export var UserEventPayload138Project$;
1726
- (function (UserEventPayload138Project$) {
1727
- /** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
1728
- UserEventPayload138Project$.inboundSchema = UserEventPayload138Project$inboundSchema;
1729
- /** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
1730
- UserEventPayload138Project$.outboundSchema = UserEventPayload138Project$outboundSchema;
1731
- })(UserEventPayload138Project$ || (UserEventPayload138Project$ = {}));
1732
- export function userEventPayload138ProjectToJSON(userEventPayload138Project) {
1733
- return JSON.stringify(UserEventPayload138Project$outboundSchema.parse(userEventPayload138Project));
1735
+ export var UserEventPayload140Project$;
1736
+ (function (UserEventPayload140Project$) {
1737
+ /** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
1738
+ UserEventPayload140Project$.inboundSchema = UserEventPayload140Project$inboundSchema;
1739
+ /** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
1740
+ UserEventPayload140Project$.outboundSchema = UserEventPayload140Project$outboundSchema;
1741
+ })(UserEventPayload140Project$ || (UserEventPayload140Project$ = {}));
1742
+ export function userEventPayload140ProjectToJSON(userEventPayload140Project) {
1743
+ return JSON.stringify(UserEventPayload140Project$outboundSchema.parse(userEventPayload140Project));
1734
1744
  }
1735
- export function userEventPayload138ProjectFromJSON(jsonString) {
1736
- return safeParse(jsonString, (x) => UserEventPayload138Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload138Project' from JSON`);
1745
+ export function userEventPayload140ProjectFromJSON(jsonString) {
1746
+ return safeParse(jsonString, (x) => UserEventPayload140Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload140Project' from JSON`);
1737
1747
  }
1738
1748
  /** @internal */
1739
1749
  export const UserEventMicrofrontends2$inboundSchema = z.object({
@@ -1827,14 +1837,14 @@ export function payloadMicrofrontendsFromJSON(jsonString) {
1827
1837
  return safeParse(jsonString, (x) => PayloadMicrofrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadMicrofrontends' from JSON`);
1828
1838
  }
1829
1839
  /** @internal */
1830
- export const UserEventPayload138PrevProject$inboundSchema = z.object({
1840
+ export const UserEventPayload140PrevProject$inboundSchema = z.object({
1831
1841
  microfrontends: z.union([
1832
1842
  z.lazy(() => UserEventMicrofrontends2$inboundSchema),
1833
1843
  z.lazy(() => UserEventMicrofrontends1$inboundSchema),
1834
1844
  ]).optional(),
1835
1845
  });
1836
1846
  /** @internal */
1837
- export const UserEventPayload138PrevProject$outboundSchema = z.object({
1847
+ export const UserEventPayload140PrevProject$outboundSchema = z.object({
1838
1848
  microfrontends: z.union([
1839
1849
  z.lazy(() => UserEventMicrofrontends2$outboundSchema),
1840
1850
  z.lazy(() => UserEventMicrofrontends1$outboundSchema),
@@ -1844,26 +1854,26 @@ export const UserEventPayload138PrevProject$outboundSchema = z.object({
1844
1854
  * @internal
1845
1855
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1846
1856
  */
1847
- export var UserEventPayload138PrevProject$;
1848
- (function (UserEventPayload138PrevProject$) {
1849
- /** @deprecated use `UserEventPayload138PrevProject$inboundSchema` instead. */
1850
- UserEventPayload138PrevProject$.inboundSchema = UserEventPayload138PrevProject$inboundSchema;
1851
- /** @deprecated use `UserEventPayload138PrevProject$outboundSchema` instead. */
1852
- UserEventPayload138PrevProject$.outboundSchema = UserEventPayload138PrevProject$outboundSchema;
1853
- })(UserEventPayload138PrevProject$ || (UserEventPayload138PrevProject$ = {}));
1854
- export function userEventPayload138PrevProjectToJSON(userEventPayload138PrevProject) {
1855
- return JSON.stringify(UserEventPayload138PrevProject$outboundSchema.parse(userEventPayload138PrevProject));
1857
+ export var UserEventPayload140PrevProject$;
1858
+ (function (UserEventPayload140PrevProject$) {
1859
+ /** @deprecated use `UserEventPayload140PrevProject$inboundSchema` instead. */
1860
+ UserEventPayload140PrevProject$.inboundSchema = UserEventPayload140PrevProject$inboundSchema;
1861
+ /** @deprecated use `UserEventPayload140PrevProject$outboundSchema` instead. */
1862
+ UserEventPayload140PrevProject$.outboundSchema = UserEventPayload140PrevProject$outboundSchema;
1863
+ })(UserEventPayload140PrevProject$ || (UserEventPayload140PrevProject$ = {}));
1864
+ export function userEventPayload140PrevProjectToJSON(userEventPayload140PrevProject) {
1865
+ return JSON.stringify(UserEventPayload140PrevProject$outboundSchema.parse(userEventPayload140PrevProject));
1856
1866
  }
1857
- export function userEventPayload138PrevProjectFromJSON(jsonString) {
1858
- return safeParse(jsonString, (x) => UserEventPayload138PrevProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload138PrevProject' from JSON`);
1867
+ export function userEventPayload140PrevProjectFromJSON(jsonString) {
1868
+ return safeParse(jsonString, (x) => UserEventPayload140PrevProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload140PrevProject' from JSON`);
1859
1869
  }
1860
1870
  /** @internal */
1861
1871
  export const PayloadPrev$inboundSchema = z.object({
1862
- project: z.lazy(() => UserEventPayload138PrevProject$inboundSchema),
1872
+ project: z.lazy(() => UserEventPayload140PrevProject$inboundSchema),
1863
1873
  });
1864
1874
  /** @internal */
1865
1875
  export const PayloadPrev$outboundSchema = z.object({
1866
- project: z.lazy(() => UserEventPayload138PrevProject$outboundSchema),
1876
+ project: z.lazy(() => UserEventPayload140PrevProject$outboundSchema),
1867
1877
  });
1868
1878
  /**
1869
1879
  * @internal
@@ -1912,14 +1922,14 @@ export function payloadGroupFromJSON(jsonString) {
1912
1922
  return safeParse(jsonString, (x) => PayloadGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadGroup' from JSON`);
1913
1923
  }
1914
1924
  /** @internal */
1915
- export const OneHundredAndThirtyEight$inboundSchema = z.object({
1916
- project: z.lazy(() => UserEventPayload138Project$inboundSchema),
1925
+ export const OneHundredAndForty$inboundSchema = z.object({
1926
+ project: z.lazy(() => UserEventPayload140Project$inboundSchema),
1917
1927
  prev: z.lazy(() => PayloadPrev$inboundSchema),
1918
1928
  group: z.lazy(() => PayloadGroup$inboundSchema),
1919
1929
  });
1920
1930
  /** @internal */
1921
- export const OneHundredAndThirtyEight$outboundSchema = z.object({
1922
- project: z.lazy(() => UserEventPayload138Project$outboundSchema),
1931
+ export const OneHundredAndForty$outboundSchema = z.object({
1932
+ project: z.lazy(() => UserEventPayload140Project$outboundSchema),
1923
1933
  prev: z.lazy(() => PayloadPrev$outboundSchema),
1924
1934
  group: z.lazy(() => PayloadGroup$outboundSchema),
1925
1935
  });
@@ -1927,26 +1937,26 @@ export const OneHundredAndThirtyEight$outboundSchema = z.object({
1927
1937
  * @internal
1928
1938
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1929
1939
  */
1930
- export var OneHundredAndThirtyEight$;
1931
- (function (OneHundredAndThirtyEight$) {
1932
- /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
1933
- OneHundredAndThirtyEight$.inboundSchema = OneHundredAndThirtyEight$inboundSchema;
1934
- /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
1935
- OneHundredAndThirtyEight$.outboundSchema = OneHundredAndThirtyEight$outboundSchema;
1936
- })(OneHundredAndThirtyEight$ || (OneHundredAndThirtyEight$ = {}));
1937
- export function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight) {
1938
- return JSON.stringify(OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight));
1940
+ export var OneHundredAndForty$;
1941
+ (function (OneHundredAndForty$) {
1942
+ /** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
1943
+ OneHundredAndForty$.inboundSchema = OneHundredAndForty$inboundSchema;
1944
+ /** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
1945
+ OneHundredAndForty$.outboundSchema = OneHundredAndForty$outboundSchema;
1946
+ })(OneHundredAndForty$ || (OneHundredAndForty$ = {}));
1947
+ export function oneHundredAndFortyToJSON(oneHundredAndForty) {
1948
+ return JSON.stringify(OneHundredAndForty$outboundSchema.parse(oneHundredAndForty));
1939
1949
  }
1940
- export function oneHundredAndThirtyEightFromJSON(jsonString) {
1941
- return safeParse(jsonString, (x) => OneHundredAndThirtyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyEight' from JSON`);
1950
+ export function oneHundredAndFortyFromJSON(jsonString) {
1951
+ return safeParse(jsonString, (x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndForty' from JSON`);
1942
1952
  }
1943
1953
  /** @internal */
1944
- export const UserEventPayload137Project$inboundSchema = z.object({
1954
+ export const UserEventPayload139Project$inboundSchema = z.object({
1945
1955
  id: z.string(),
1946
1956
  name: z.string(),
1947
1957
  });
1948
1958
  /** @internal */
1949
- export const UserEventPayload137Project$outboundSchema = z.object({
1959
+ export const UserEventPayload139Project$outboundSchema = z.object({
1950
1960
  id: z.string(),
1951
1961
  name: z.string(),
1952
1962
  });
@@ -1954,18 +1964,18 @@ export const UserEventPayload137Project$outboundSchema = z.object({
1954
1964
  * @internal
1955
1965
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1956
1966
  */
1957
- export var UserEventPayload137Project$;
1958
- (function (UserEventPayload137Project$) {
1959
- /** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
1960
- UserEventPayload137Project$.inboundSchema = UserEventPayload137Project$inboundSchema;
1961
- /** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
1962
- UserEventPayload137Project$.outboundSchema = UserEventPayload137Project$outboundSchema;
1963
- })(UserEventPayload137Project$ || (UserEventPayload137Project$ = {}));
1964
- export function userEventPayload137ProjectToJSON(userEventPayload137Project) {
1965
- return JSON.stringify(UserEventPayload137Project$outboundSchema.parse(userEventPayload137Project));
1967
+ export var UserEventPayload139Project$;
1968
+ (function (UserEventPayload139Project$) {
1969
+ /** @deprecated use `UserEventPayload139Project$inboundSchema` instead. */
1970
+ UserEventPayload139Project$.inboundSchema = UserEventPayload139Project$inboundSchema;
1971
+ /** @deprecated use `UserEventPayload139Project$outboundSchema` instead. */
1972
+ UserEventPayload139Project$.outboundSchema = UserEventPayload139Project$outboundSchema;
1973
+ })(UserEventPayload139Project$ || (UserEventPayload139Project$ = {}));
1974
+ export function userEventPayload139ProjectToJSON(userEventPayload139Project) {
1975
+ return JSON.stringify(UserEventPayload139Project$outboundSchema.parse(userEventPayload139Project));
1966
1976
  }
1967
- export function userEventPayload137ProjectFromJSON(jsonString) {
1968
- return safeParse(jsonString, (x) => UserEventPayload137Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload137Project' from JSON`);
1977
+ export function userEventPayload139ProjectFromJSON(jsonString) {
1978
+ return safeParse(jsonString, (x) => UserEventPayload139Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload139Project' from JSON`);
1969
1979
  }
1970
1980
  /** @internal */
1971
1981
  export const Group$inboundSchema = z
@@ -1998,31 +2008,31 @@ export function groupFromJSON(jsonString) {
1998
2008
  return safeParse(jsonString, (x) => Group$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Group' from JSON`);
1999
2009
  }
2000
2010
  /** @internal */
2001
- export const OneHundredAndThirtySeven$inboundSchema = z.object({
2002
- project: z.lazy(() => UserEventPayload137Project$inboundSchema),
2011
+ export const OneHundredAndThirtyNine$inboundSchema = z.object({
2012
+ project: z.lazy(() => UserEventPayload139Project$inboundSchema),
2003
2013
  group: z.lazy(() => Group$inboundSchema),
2004
2014
  });
2005
2015
  /** @internal */
2006
- export const OneHundredAndThirtySeven$outboundSchema = z.object({
2007
- project: z.lazy(() => UserEventPayload137Project$outboundSchema),
2016
+ export const OneHundredAndThirtyNine$outboundSchema = z.object({
2017
+ project: z.lazy(() => UserEventPayload139Project$outboundSchema),
2008
2018
  group: z.lazy(() => Group$outboundSchema),
2009
2019
  });
2010
2020
  /**
2011
2021
  * @internal
2012
2022
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2013
2023
  */
2014
- export var OneHundredAndThirtySeven$;
2015
- (function (OneHundredAndThirtySeven$) {
2016
- /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
2017
- OneHundredAndThirtySeven$.inboundSchema = OneHundredAndThirtySeven$inboundSchema;
2018
- /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
2019
- OneHundredAndThirtySeven$.outboundSchema = OneHundredAndThirtySeven$outboundSchema;
2020
- })(OneHundredAndThirtySeven$ || (OneHundredAndThirtySeven$ = {}));
2021
- export function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven) {
2022
- return JSON.stringify(OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven));
2024
+ export var OneHundredAndThirtyNine$;
2025
+ (function (OneHundredAndThirtyNine$) {
2026
+ /** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
2027
+ OneHundredAndThirtyNine$.inboundSchema = OneHundredAndThirtyNine$inboundSchema;
2028
+ /** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
2029
+ OneHundredAndThirtyNine$.outboundSchema = OneHundredAndThirtyNine$outboundSchema;
2030
+ })(OneHundredAndThirtyNine$ || (OneHundredAndThirtyNine$ = {}));
2031
+ export function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine) {
2032
+ return JSON.stringify(OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine));
2023
2033
  }
2024
- export function oneHundredAndThirtySevenFromJSON(jsonString) {
2025
- return safeParse(jsonString, (x) => OneHundredAndThirtySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtySeven' from JSON`);
2034
+ export function oneHundredAndThirtyNineFromJSON(jsonString) {
2035
+ return safeParse(jsonString, (x) => OneHundredAndThirtyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyNine' from JSON`);
2026
2036
  }
2027
2037
  /** @internal */
2028
2038
  export const Prev$inboundSchema = z
@@ -2053,19 +2063,77 @@ export function prevFromJSON(jsonString) {
2053
2063
  return safeParse(jsonString, (x) => Prev$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Prev' from JSON`);
2054
2064
  }
2055
2065
  /** @internal */
2056
- export const OneHundredAndThirtySix$inboundSchema = z.object({
2066
+ export const OneHundredAndThirtyEight$inboundSchema = z.object({
2057
2067
  id: z.string(),
2058
2068
  slug: z.string(),
2059
2069
  name: z.string(),
2060
2070
  prev: z.lazy(() => Prev$inboundSchema),
2061
2071
  });
2062
2072
  /** @internal */
2063
- export const OneHundredAndThirtySix$outboundSchema = z.object({
2073
+ export const OneHundredAndThirtyEight$outboundSchema = z.object({
2064
2074
  id: z.string(),
2065
2075
  slug: z.string(),
2066
2076
  name: z.string(),
2067
2077
  prev: z.lazy(() => Prev$outboundSchema),
2068
2078
  });
2079
+ /**
2080
+ * @internal
2081
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2082
+ */
2083
+ export var OneHundredAndThirtyEight$;
2084
+ (function (OneHundredAndThirtyEight$) {
2085
+ /** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
2086
+ OneHundredAndThirtyEight$.inboundSchema = OneHundredAndThirtyEight$inboundSchema;
2087
+ /** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
2088
+ OneHundredAndThirtyEight$.outboundSchema = OneHundredAndThirtyEight$outboundSchema;
2089
+ })(OneHundredAndThirtyEight$ || (OneHundredAndThirtyEight$ = {}));
2090
+ export function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight) {
2091
+ return JSON.stringify(OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight));
2092
+ }
2093
+ export function oneHundredAndThirtyEightFromJSON(jsonString) {
2094
+ return safeParse(jsonString, (x) => OneHundredAndThirtyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyEight' from JSON`);
2095
+ }
2096
+ /** @internal */
2097
+ export const OneHundredAndThirtySeven$inboundSchema = z.object({
2098
+ id: z.string(),
2099
+ slug: z.string(),
2100
+ name: z.string(),
2101
+ });
2102
+ /** @internal */
2103
+ export const OneHundredAndThirtySeven$outboundSchema = z.object({
2104
+ id: z.string(),
2105
+ slug: z.string(),
2106
+ name: z.string(),
2107
+ });
2108
+ /**
2109
+ * @internal
2110
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2111
+ */
2112
+ export var OneHundredAndThirtySeven$;
2113
+ (function (OneHundredAndThirtySeven$) {
2114
+ /** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
2115
+ OneHundredAndThirtySeven$.inboundSchema = OneHundredAndThirtySeven$inboundSchema;
2116
+ /** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
2117
+ OneHundredAndThirtySeven$.outboundSchema = OneHundredAndThirtySeven$outboundSchema;
2118
+ })(OneHundredAndThirtySeven$ || (OneHundredAndThirtySeven$ = {}));
2119
+ export function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven) {
2120
+ return JSON.stringify(OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven));
2121
+ }
2122
+ export function oneHundredAndThirtySevenFromJSON(jsonString) {
2123
+ return safeParse(jsonString, (x) => OneHundredAndThirtySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtySeven' from JSON`);
2124
+ }
2125
+ /** @internal */
2126
+ export const OneHundredAndThirtySix$inboundSchema = z.object({
2127
+ edgeConfigId: z.string(),
2128
+ edgeConfigSlug: z.string(),
2129
+ edgeConfigTokenIds: z.array(z.string()),
2130
+ });
2131
+ /** @internal */
2132
+ export const OneHundredAndThirtySix$outboundSchema = z.object({
2133
+ edgeConfigId: z.string(),
2134
+ edgeConfigSlug: z.string(),
2135
+ edgeConfigTokenIds: z.array(z.string()),
2136
+ });
2069
2137
  /**
2070
2138
  * @internal
2071
2139
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -2085,15 +2153,17 @@ export function oneHundredAndThirtySixFromJSON(jsonString) {
2085
2153
  }
2086
2154
  /** @internal */
2087
2155
  export const OneHundredAndThirtyFive$inboundSchema = z.object({
2088
- id: z.string(),
2089
- slug: z.string(),
2090
- name: z.string(),
2156
+ edgeConfigId: z.string(),
2157
+ edgeConfigSlug: z.string(),
2158
+ edgeConfigTokenId: z.string(),
2159
+ label: z.string(),
2091
2160
  });
2092
2161
  /** @internal */
2093
2162
  export const OneHundredAndThirtyFive$outboundSchema = z.object({
2094
- id: z.string(),
2095
- slug: z.string(),
2096
- name: z.string(),
2163
+ edgeConfigId: z.string(),
2164
+ edgeConfigSlug: z.string(),
2165
+ edgeConfigTokenId: z.string(),
2166
+ label: z.string(),
2097
2167
  });
2098
2168
  /**
2099
2169
  * @internal
@@ -2116,13 +2186,13 @@ export function oneHundredAndThirtyFiveFromJSON(jsonString) {
2116
2186
  export const OneHundredAndThirtyFour$inboundSchema = z.object({
2117
2187
  edgeConfigId: z.string(),
2118
2188
  edgeConfigSlug: z.string(),
2119
- edgeConfigTokenIds: z.array(z.string()),
2189
+ edgeConfigDigest: z.string(),
2120
2190
  });
2121
2191
  /** @internal */
2122
2192
  export const OneHundredAndThirtyFour$outboundSchema = z.object({
2123
2193
  edgeConfigId: z.string(),
2124
2194
  edgeConfigSlug: z.string(),
2125
- edgeConfigTokenIds: z.array(z.string()),
2195
+ edgeConfigDigest: z.string(),
2126
2196
  });
2127
2197
  /**
2128
2198
  * @internal
@@ -2142,145 +2212,85 @@ export function oneHundredAndThirtyFourFromJSON(jsonString) {
2142
2212
  return safeParse(jsonString, (x) => OneHundredAndThirtyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyFour' from JSON`);
2143
2213
  }
2144
2214
  /** @internal */
2145
- export const OneHundredAndThirtyThree$inboundSchema = z.object({
2146
- edgeConfigId: z.string(),
2147
- edgeConfigSlug: z.string(),
2148
- edgeConfigTokenId: z.string(),
2149
- label: z.string(),
2215
+ export const UserEventPayload133Role$inboundSchema = z.nativeEnum(UserEventPayload133Role);
2216
+ /** @internal */
2217
+ export const UserEventPayload133Role$outboundSchema = UserEventPayload133Role$inboundSchema;
2218
+ /**
2219
+ * @internal
2220
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2221
+ */
2222
+ export var UserEventPayload133Role$;
2223
+ (function (UserEventPayload133Role$) {
2224
+ /** @deprecated use `UserEventPayload133Role$inboundSchema` instead. */
2225
+ UserEventPayload133Role$.inboundSchema = UserEventPayload133Role$inboundSchema;
2226
+ /** @deprecated use `UserEventPayload133Role$outboundSchema` instead. */
2227
+ UserEventPayload133Role$.outboundSchema = UserEventPayload133Role$outboundSchema;
2228
+ })(UserEventPayload133Role$ || (UserEventPayload133Role$ = {}));
2229
+ /** @internal */
2230
+ export const UserEventPayload133Project$inboundSchema = z.object({
2231
+ name: z.string(),
2232
+ role: UserEventPayload133Role$inboundSchema,
2233
+ invitedUserName: z.string(),
2234
+ id: z.string().optional(),
2235
+ invitedUserId: z.string().optional(),
2150
2236
  });
2151
2237
  /** @internal */
2152
- export const OneHundredAndThirtyThree$outboundSchema = z.object({
2153
- edgeConfigId: z.string(),
2154
- edgeConfigSlug: z.string(),
2155
- edgeConfigTokenId: z.string(),
2156
- label: z.string(),
2238
+ export const UserEventPayload133Project$outboundSchema = z.object({
2239
+ name: z.string(),
2240
+ role: UserEventPayload133Role$outboundSchema,
2241
+ invitedUserName: z.string(),
2242
+ id: z.string().optional(),
2243
+ invitedUserId: z.string().optional(),
2157
2244
  });
2158
2245
  /**
2159
2246
  * @internal
2160
2247
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2161
2248
  */
2162
- export var OneHundredAndThirtyThree$;
2163
- (function (OneHundredAndThirtyThree$) {
2164
- /** @deprecated use `OneHundredAndThirtyThree$inboundSchema` instead. */
2165
- OneHundredAndThirtyThree$.inboundSchema = OneHundredAndThirtyThree$inboundSchema;
2166
- /** @deprecated use `OneHundredAndThirtyThree$outboundSchema` instead. */
2167
- OneHundredAndThirtyThree$.outboundSchema = OneHundredAndThirtyThree$outboundSchema;
2168
- })(OneHundredAndThirtyThree$ || (OneHundredAndThirtyThree$ = {}));
2169
- export function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree) {
2170
- return JSON.stringify(OneHundredAndThirtyThree$outboundSchema.parse(oneHundredAndThirtyThree));
2171
- }
2172
- export function oneHundredAndThirtyThreeFromJSON(jsonString) {
2173
- return safeParse(jsonString, (x) => OneHundredAndThirtyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyThree' from JSON`);
2174
- }
2175
- /** @internal */
2176
- export const OneHundredAndThirtyTwo$inboundSchema = z.object({
2177
- edgeConfigId: z.string(),
2178
- edgeConfigSlug: z.string(),
2179
- edgeConfigDigest: z.string(),
2180
- });
2181
- /** @internal */
2182
- export const OneHundredAndThirtyTwo$outboundSchema = z.object({
2183
- edgeConfigId: z.string(),
2184
- edgeConfigSlug: z.string(),
2185
- edgeConfigDigest: z.string(),
2186
- });
2187
- /**
2188
- * @internal
2189
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2190
- */
2191
- export var OneHundredAndThirtyTwo$;
2192
- (function (OneHundredAndThirtyTwo$) {
2193
- /** @deprecated use `OneHundredAndThirtyTwo$inboundSchema` instead. */
2194
- OneHundredAndThirtyTwo$.inboundSchema = OneHundredAndThirtyTwo$inboundSchema;
2195
- /** @deprecated use `OneHundredAndThirtyTwo$outboundSchema` instead. */
2196
- OneHundredAndThirtyTwo$.outboundSchema = OneHundredAndThirtyTwo$outboundSchema;
2197
- })(OneHundredAndThirtyTwo$ || (OneHundredAndThirtyTwo$ = {}));
2198
- export function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo) {
2199
- return JSON.stringify(OneHundredAndThirtyTwo$outboundSchema.parse(oneHundredAndThirtyTwo));
2200
- }
2201
- export function oneHundredAndThirtyTwoFromJSON(jsonString) {
2202
- return safeParse(jsonString, (x) => OneHundredAndThirtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyTwo' from JSON`);
2203
- }
2204
- /** @internal */
2205
- export const UserEventPayload131Role$inboundSchema = z.nativeEnum(UserEventPayload131Role);
2206
- /** @internal */
2207
- export const UserEventPayload131Role$outboundSchema = UserEventPayload131Role$inboundSchema;
2208
- /**
2209
- * @internal
2210
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2211
- */
2212
- export var UserEventPayload131Role$;
2213
- (function (UserEventPayload131Role$) {
2214
- /** @deprecated use `UserEventPayload131Role$inboundSchema` instead. */
2215
- UserEventPayload131Role$.inboundSchema = UserEventPayload131Role$inboundSchema;
2216
- /** @deprecated use `UserEventPayload131Role$outboundSchema` instead. */
2217
- UserEventPayload131Role$.outboundSchema = UserEventPayload131Role$outboundSchema;
2218
- })(UserEventPayload131Role$ || (UserEventPayload131Role$ = {}));
2219
- /** @internal */
2220
- export const UserEventPayload131Project$inboundSchema = z.object({
2221
- name: z.string(),
2222
- role: UserEventPayload131Role$inboundSchema,
2223
- invitedUserName: z.string(),
2224
- id: z.string().optional(),
2225
- invitedUserId: z.string().optional(),
2226
- });
2227
- /** @internal */
2228
- export const UserEventPayload131Project$outboundSchema = z.object({
2229
- name: z.string(),
2230
- role: UserEventPayload131Role$outboundSchema,
2231
- invitedUserName: z.string(),
2232
- id: z.string().optional(),
2233
- invitedUserId: z.string().optional(),
2234
- });
2235
- /**
2236
- * @internal
2237
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2238
- */
2239
- export var UserEventPayload131Project$;
2240
- (function (UserEventPayload131Project$) {
2241
- /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
2242
- UserEventPayload131Project$.inboundSchema = UserEventPayload131Project$inboundSchema;
2243
- /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
2244
- UserEventPayload131Project$.outboundSchema = UserEventPayload131Project$outboundSchema;
2245
- })(UserEventPayload131Project$ || (UserEventPayload131Project$ = {}));
2246
- export function userEventPayload131ProjectToJSON(userEventPayload131Project) {
2247
- return JSON.stringify(UserEventPayload131Project$outboundSchema.parse(userEventPayload131Project));
2249
+ export var UserEventPayload133Project$;
2250
+ (function (UserEventPayload133Project$) {
2251
+ /** @deprecated use `UserEventPayload133Project$inboundSchema` instead. */
2252
+ UserEventPayload133Project$.inboundSchema = UserEventPayload133Project$inboundSchema;
2253
+ /** @deprecated use `UserEventPayload133Project$outboundSchema` instead. */
2254
+ UserEventPayload133Project$.outboundSchema = UserEventPayload133Project$outboundSchema;
2255
+ })(UserEventPayload133Project$ || (UserEventPayload133Project$ = {}));
2256
+ export function userEventPayload133ProjectToJSON(userEventPayload133Project) {
2257
+ return JSON.stringify(UserEventPayload133Project$outboundSchema.parse(userEventPayload133Project));
2248
2258
  }
2249
- export function userEventPayload131ProjectFromJSON(jsonString) {
2250
- return safeParse(jsonString, (x) => UserEventPayload131Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload131Project' from JSON`);
2259
+ export function userEventPayload133ProjectFromJSON(jsonString) {
2260
+ return safeParse(jsonString, (x) => UserEventPayload133Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload133Project' from JSON`);
2251
2261
  }
2252
2262
  /** @internal */
2253
- export const OneHundredAndThirtyOne$inboundSchema = z.object({
2254
- project: z.lazy(() => UserEventPayload131Project$inboundSchema),
2263
+ export const OneHundredAndThirtyThree$inboundSchema = z.object({
2264
+ project: z.lazy(() => UserEventPayload133Project$inboundSchema),
2255
2265
  });
2256
2266
  /** @internal */
2257
- export const OneHundredAndThirtyOne$outboundSchema = z.object({
2258
- project: z.lazy(() => UserEventPayload131Project$outboundSchema),
2267
+ export const OneHundredAndThirtyThree$outboundSchema = z.object({
2268
+ project: z.lazy(() => UserEventPayload133Project$outboundSchema),
2259
2269
  });
2260
2270
  /**
2261
2271
  * @internal
2262
2272
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2263
2273
  */
2264
- export var OneHundredAndThirtyOne$;
2265
- (function (OneHundredAndThirtyOne$) {
2266
- /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
2267
- OneHundredAndThirtyOne$.inboundSchema = OneHundredAndThirtyOne$inboundSchema;
2268
- /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
2269
- OneHundredAndThirtyOne$.outboundSchema = OneHundredAndThirtyOne$outboundSchema;
2270
- })(OneHundredAndThirtyOne$ || (OneHundredAndThirtyOne$ = {}));
2271
- export function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne) {
2272
- return JSON.stringify(OneHundredAndThirtyOne$outboundSchema.parse(oneHundredAndThirtyOne));
2274
+ export var OneHundredAndThirtyThree$;
2275
+ (function (OneHundredAndThirtyThree$) {
2276
+ /** @deprecated use `OneHundredAndThirtyThree$inboundSchema` instead. */
2277
+ OneHundredAndThirtyThree$.inboundSchema = OneHundredAndThirtyThree$inboundSchema;
2278
+ /** @deprecated use `OneHundredAndThirtyThree$outboundSchema` instead. */
2279
+ OneHundredAndThirtyThree$.outboundSchema = OneHundredAndThirtyThree$outboundSchema;
2280
+ })(OneHundredAndThirtyThree$ || (OneHundredAndThirtyThree$ = {}));
2281
+ export function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree) {
2282
+ return JSON.stringify(OneHundredAndThirtyThree$outboundSchema.parse(oneHundredAndThirtyThree));
2273
2283
  }
2274
- export function oneHundredAndThirtyOneFromJSON(jsonString) {
2275
- return safeParse(jsonString, (x) => OneHundredAndThirtyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyOne' from JSON`);
2284
+ export function oneHundredAndThirtyThreeFromJSON(jsonString) {
2285
+ return safeParse(jsonString, (x) => OneHundredAndThirtyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyThree' from JSON`);
2276
2286
  }
2277
2287
  /** @internal */
2278
- export const UserEventPayload130Project$inboundSchema = z.object({
2288
+ export const UserEventPayload132Project$inboundSchema = z.object({
2279
2289
  id: z.string(),
2280
2290
  name: z.string(),
2281
2291
  });
2282
2292
  /** @internal */
2283
- export const UserEventPayload130Project$outboundSchema = z.object({
2293
+ export const UserEventPayload132Project$outboundSchema = z.object({
2284
2294
  id: z.string(),
2285
2295
  name: z.string(),
2286
2296
  });
@@ -2288,64 +2298,64 @@ export const UserEventPayload130Project$outboundSchema = z.object({
2288
2298
  * @internal
2289
2299
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2290
2300
  */
2291
- export var UserEventPayload130Project$;
2292
- (function (UserEventPayload130Project$) {
2293
- /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
2294
- UserEventPayload130Project$.inboundSchema = UserEventPayload130Project$inboundSchema;
2295
- /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
2296
- UserEventPayload130Project$.outboundSchema = UserEventPayload130Project$outboundSchema;
2297
- })(UserEventPayload130Project$ || (UserEventPayload130Project$ = {}));
2298
- export function userEventPayload130ProjectToJSON(userEventPayload130Project) {
2299
- return JSON.stringify(UserEventPayload130Project$outboundSchema.parse(userEventPayload130Project));
2301
+ export var UserEventPayload132Project$;
2302
+ (function (UserEventPayload132Project$) {
2303
+ /** @deprecated use `UserEventPayload132Project$inboundSchema` instead. */
2304
+ UserEventPayload132Project$.inboundSchema = UserEventPayload132Project$inboundSchema;
2305
+ /** @deprecated use `UserEventPayload132Project$outboundSchema` instead. */
2306
+ UserEventPayload132Project$.outboundSchema = UserEventPayload132Project$outboundSchema;
2307
+ })(UserEventPayload132Project$ || (UserEventPayload132Project$ = {}));
2308
+ export function userEventPayload132ProjectToJSON(userEventPayload132Project) {
2309
+ return JSON.stringify(UserEventPayload132Project$outboundSchema.parse(userEventPayload132Project));
2300
2310
  }
2301
- export function userEventPayload130ProjectFromJSON(jsonString) {
2302
- return safeParse(jsonString, (x) => UserEventPayload130Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload130Project' from JSON`);
2311
+ export function userEventPayload132ProjectFromJSON(jsonString) {
2312
+ return safeParse(jsonString, (x) => UserEventPayload132Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload132Project' from JSON`);
2303
2313
  }
2304
2314
  /** @internal */
2305
- export const UserEventPayload130Role$inboundSchema = z.nativeEnum(UserEventPayload130Role);
2315
+ export const UserEventPayload132Role$inboundSchema = z.nativeEnum(UserEventPayload132Role);
2306
2316
  /** @internal */
2307
- export const UserEventPayload130Role$outboundSchema = UserEventPayload130Role$inboundSchema;
2317
+ export const UserEventPayload132Role$outboundSchema = UserEventPayload132Role$inboundSchema;
2308
2318
  /**
2309
2319
  * @internal
2310
2320
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2311
2321
  */
2312
- export var UserEventPayload130Role$;
2313
- (function (UserEventPayload130Role$) {
2314
- /** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
2315
- UserEventPayload130Role$.inboundSchema = UserEventPayload130Role$inboundSchema;
2316
- /** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
2317
- UserEventPayload130Role$.outboundSchema = UserEventPayload130Role$outboundSchema;
2318
- })(UserEventPayload130Role$ || (UserEventPayload130Role$ = {}));
2322
+ export var UserEventPayload132Role$;
2323
+ (function (UserEventPayload132Role$) {
2324
+ /** @deprecated use `UserEventPayload132Role$inboundSchema` instead. */
2325
+ UserEventPayload132Role$.inboundSchema = UserEventPayload132Role$inboundSchema;
2326
+ /** @deprecated use `UserEventPayload132Role$outboundSchema` instead. */
2327
+ UserEventPayload132Role$.outboundSchema = UserEventPayload132Role$outboundSchema;
2328
+ })(UserEventPayload132Role$ || (UserEventPayload132Role$ = {}));
2319
2329
  /** @internal */
2320
- export const PreviousRole$inboundSchema = z.nativeEnum(PreviousRole);
2330
+ export const PayloadPreviousRole$inboundSchema = z.nativeEnum(PayloadPreviousRole);
2321
2331
  /** @internal */
2322
- export const PreviousRole$outboundSchema = PreviousRole$inboundSchema;
2332
+ export const PayloadPreviousRole$outboundSchema = PayloadPreviousRole$inboundSchema;
2323
2333
  /**
2324
2334
  * @internal
2325
2335
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2326
2336
  */
2327
- export var PreviousRole$;
2328
- (function (PreviousRole$) {
2329
- /** @deprecated use `PreviousRole$inboundSchema` instead. */
2330
- PreviousRole$.inboundSchema = PreviousRole$inboundSchema;
2331
- /** @deprecated use `PreviousRole$outboundSchema` instead. */
2332
- PreviousRole$.outboundSchema = PreviousRole$outboundSchema;
2333
- })(PreviousRole$ || (PreviousRole$ = {}));
2337
+ export var PayloadPreviousRole$;
2338
+ (function (PayloadPreviousRole$) {
2339
+ /** @deprecated use `PayloadPreviousRole$inboundSchema` instead. */
2340
+ PayloadPreviousRole$.inboundSchema = PayloadPreviousRole$inboundSchema;
2341
+ /** @deprecated use `PayloadPreviousRole$outboundSchema` instead. */
2342
+ PayloadPreviousRole$.outboundSchema = PayloadPreviousRole$outboundSchema;
2343
+ })(PayloadPreviousRole$ || (PayloadPreviousRole$ = {}));
2334
2344
  /** @internal */
2335
2345
  export const PayloadProjectMembership$inboundSchema = z.object({
2336
- role: UserEventPayload130Role$inboundSchema.optional(),
2346
+ role: UserEventPayload132Role$inboundSchema.optional(),
2337
2347
  uid: z.string().optional(),
2338
2348
  createdAt: z.number().optional(),
2339
2349
  username: z.string().optional(),
2340
- previousRole: PreviousRole$inboundSchema.optional(),
2350
+ previousRole: PayloadPreviousRole$inboundSchema.optional(),
2341
2351
  });
2342
2352
  /** @internal */
2343
2353
  export const PayloadProjectMembership$outboundSchema = z.object({
2344
- role: UserEventPayload130Role$outboundSchema.optional(),
2354
+ role: UserEventPayload132Role$outboundSchema.optional(),
2345
2355
  uid: z.string().optional(),
2346
2356
  createdAt: z.number().optional(),
2347
2357
  username: z.string().optional(),
2348
- previousRole: PreviousRole$outboundSchema.optional(),
2358
+ previousRole: PayloadPreviousRole$outboundSchema.optional(),
2349
2359
  });
2350
2360
  /**
2351
2361
  * @internal
@@ -2365,39 +2375,39 @@ export function payloadProjectMembershipFromJSON(jsonString) {
2365
2375
  return safeParse(jsonString, (x) => PayloadProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadProjectMembership' from JSON`);
2366
2376
  }
2367
2377
  /** @internal */
2368
- export const OneHundredAndThirty$inboundSchema = z.object({
2369
- project: z.lazy(() => UserEventPayload130Project$inboundSchema),
2378
+ export const OneHundredAndThirtyTwo$inboundSchema = z.object({
2379
+ project: z.lazy(() => UserEventPayload132Project$inboundSchema),
2370
2380
  projectMembership: z.lazy(() => PayloadProjectMembership$inboundSchema),
2371
2381
  });
2372
2382
  /** @internal */
2373
- export const OneHundredAndThirty$outboundSchema = z.object({
2374
- project: z.lazy(() => UserEventPayload130Project$outboundSchema),
2383
+ export const OneHundredAndThirtyTwo$outboundSchema = z.object({
2384
+ project: z.lazy(() => UserEventPayload132Project$outboundSchema),
2375
2385
  projectMembership: z.lazy(() => PayloadProjectMembership$outboundSchema),
2376
2386
  });
2377
2387
  /**
2378
2388
  * @internal
2379
2389
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2380
2390
  */
2381
- export var OneHundredAndThirty$;
2382
- (function (OneHundredAndThirty$) {
2383
- /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
2384
- OneHundredAndThirty$.inboundSchema = OneHundredAndThirty$inboundSchema;
2385
- /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
2386
- OneHundredAndThirty$.outboundSchema = OneHundredAndThirty$outboundSchema;
2387
- })(OneHundredAndThirty$ || (OneHundredAndThirty$ = {}));
2388
- export function oneHundredAndThirtyToJSON(oneHundredAndThirty) {
2389
- return JSON.stringify(OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty));
2391
+ export var OneHundredAndThirtyTwo$;
2392
+ (function (OneHundredAndThirtyTwo$) {
2393
+ /** @deprecated use `OneHundredAndThirtyTwo$inboundSchema` instead. */
2394
+ OneHundredAndThirtyTwo$.inboundSchema = OneHundredAndThirtyTwo$inboundSchema;
2395
+ /** @deprecated use `OneHundredAndThirtyTwo$outboundSchema` instead. */
2396
+ OneHundredAndThirtyTwo$.outboundSchema = OneHundredAndThirtyTwo$outboundSchema;
2397
+ })(OneHundredAndThirtyTwo$ || (OneHundredAndThirtyTwo$ = {}));
2398
+ export function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo) {
2399
+ return JSON.stringify(OneHundredAndThirtyTwo$outboundSchema.parse(oneHundredAndThirtyTwo));
2390
2400
  }
2391
- export function oneHundredAndThirtyFromJSON(jsonString) {
2392
- return safeParse(jsonString, (x) => OneHundredAndThirty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirty' from JSON`);
2401
+ export function oneHundredAndThirtyTwoFromJSON(jsonString) {
2402
+ return safeParse(jsonString, (x) => OneHundredAndThirtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyTwo' from JSON`);
2393
2403
  }
2394
2404
  /** @internal */
2395
- export const UserEventPayload129Project$inboundSchema = z.object({
2405
+ export const UserEventPayload131Project$inboundSchema = z.object({
2396
2406
  name: z.string(),
2397
2407
  id: z.string().optional(),
2398
2408
  });
2399
2409
  /** @internal */
2400
- export const UserEventPayload129Project$outboundSchema = z.object({
2410
+ export const UserEventPayload131Project$outboundSchema = z.object({
2401
2411
  name: z.string(),
2402
2412
  id: z.string().optional(),
2403
2413
  });
@@ -2405,18 +2415,18 @@ export const UserEventPayload129Project$outboundSchema = z.object({
2405
2415
  * @internal
2406
2416
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2407
2417
  */
2408
- export var UserEventPayload129Project$;
2409
- (function (UserEventPayload129Project$) {
2410
- /** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
2411
- UserEventPayload129Project$.inboundSchema = UserEventPayload129Project$inboundSchema;
2412
- /** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
2413
- UserEventPayload129Project$.outboundSchema = UserEventPayload129Project$outboundSchema;
2414
- })(UserEventPayload129Project$ || (UserEventPayload129Project$ = {}));
2415
- export function userEventPayload129ProjectToJSON(userEventPayload129Project) {
2416
- return JSON.stringify(UserEventPayload129Project$outboundSchema.parse(userEventPayload129Project));
2418
+ export var UserEventPayload131Project$;
2419
+ (function (UserEventPayload131Project$) {
2420
+ /** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
2421
+ UserEventPayload131Project$.inboundSchema = UserEventPayload131Project$inboundSchema;
2422
+ /** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
2423
+ UserEventPayload131Project$.outboundSchema = UserEventPayload131Project$outboundSchema;
2424
+ })(UserEventPayload131Project$ || (UserEventPayload131Project$ = {}));
2425
+ export function userEventPayload131ProjectToJSON(userEventPayload131Project) {
2426
+ return JSON.stringify(UserEventPayload131Project$outboundSchema.parse(userEventPayload131Project));
2417
2427
  }
2418
- export function userEventPayload129ProjectFromJSON(jsonString) {
2419
- return safeParse(jsonString, (x) => UserEventPayload129Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload129Project' from JSON`);
2428
+ export function userEventPayload131ProjectFromJSON(jsonString) {
2429
+ return safeParse(jsonString, (x) => UserEventPayload131Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload131Project' from JSON`);
2420
2430
  }
2421
2431
  /** @internal */
2422
2432
  export const UserEventPayloadRole$inboundSchema = z.nativeEnum(UserEventPayloadRole);
@@ -2465,39 +2475,39 @@ export function removedMembershipFromJSON(jsonString) {
2465
2475
  return safeParse(jsonString, (x) => RemovedMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemovedMembership' from JSON`);
2466
2476
  }
2467
2477
  /** @internal */
2468
- export const OneHundredAndTwentyNine$inboundSchema = z.object({
2469
- project: z.lazy(() => UserEventPayload129Project$inboundSchema),
2478
+ export const OneHundredAndThirtyOne$inboundSchema = z.object({
2479
+ project: z.lazy(() => UserEventPayload131Project$inboundSchema),
2470
2480
  removedMembership: z.lazy(() => RemovedMembership$inboundSchema),
2471
2481
  });
2472
2482
  /** @internal */
2473
- export const OneHundredAndTwentyNine$outboundSchema = z.object({
2474
- project: z.lazy(() => UserEventPayload129Project$outboundSchema),
2483
+ export const OneHundredAndThirtyOne$outboundSchema = z.object({
2484
+ project: z.lazy(() => UserEventPayload131Project$outboundSchema),
2475
2485
  removedMembership: z.lazy(() => RemovedMembership$outboundSchema),
2476
2486
  });
2477
2487
  /**
2478
2488
  * @internal
2479
2489
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2480
2490
  */
2481
- export var OneHundredAndTwentyNine$;
2482
- (function (OneHundredAndTwentyNine$) {
2483
- /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
2484
- OneHundredAndTwentyNine$.inboundSchema = OneHundredAndTwentyNine$inboundSchema;
2485
- /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
2486
- OneHundredAndTwentyNine$.outboundSchema = OneHundredAndTwentyNine$outboundSchema;
2487
- })(OneHundredAndTwentyNine$ || (OneHundredAndTwentyNine$ = {}));
2488
- export function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine) {
2489
- return JSON.stringify(OneHundredAndTwentyNine$outboundSchema.parse(oneHundredAndTwentyNine));
2491
+ export var OneHundredAndThirtyOne$;
2492
+ (function (OneHundredAndThirtyOne$) {
2493
+ /** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
2494
+ OneHundredAndThirtyOne$.inboundSchema = OneHundredAndThirtyOne$inboundSchema;
2495
+ /** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
2496
+ OneHundredAndThirtyOne$.outboundSchema = OneHundredAndThirtyOne$outboundSchema;
2497
+ })(OneHundredAndThirtyOne$ || (OneHundredAndThirtyOne$ = {}));
2498
+ export function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne) {
2499
+ return JSON.stringify(OneHundredAndThirtyOne$outboundSchema.parse(oneHundredAndThirtyOne));
2490
2500
  }
2491
- export function oneHundredAndTwentyNineFromJSON(jsonString) {
2492
- return safeParse(jsonString, (x) => OneHundredAndTwentyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyNine' from JSON`);
2501
+ export function oneHundredAndThirtyOneFromJSON(jsonString) {
2502
+ return safeParse(jsonString, (x) => OneHundredAndThirtyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyOne' from JSON`);
2493
2503
  }
2494
2504
  /** @internal */
2495
- export const UserEventPayload128Project$inboundSchema = z.object({
2505
+ export const UserEventPayload130Project$inboundSchema = z.object({
2496
2506
  name: z.string(),
2497
2507
  id: z.string().optional(),
2498
2508
  });
2499
2509
  /** @internal */
2500
- export const UserEventPayload128Project$outboundSchema = z.object({
2510
+ export const UserEventPayload130Project$outboundSchema = z.object({
2501
2511
  name: z.string(),
2502
2512
  id: z.string().optional(),
2503
2513
  });
@@ -2505,18 +2515,18 @@ export const UserEventPayload128Project$outboundSchema = z.object({
2505
2515
  * @internal
2506
2516
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2507
2517
  */
2508
- export var UserEventPayload128Project$;
2509
- (function (UserEventPayload128Project$) {
2510
- /** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
2511
- UserEventPayload128Project$.inboundSchema = UserEventPayload128Project$inboundSchema;
2512
- /** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
2513
- UserEventPayload128Project$.outboundSchema = UserEventPayload128Project$outboundSchema;
2514
- })(UserEventPayload128Project$ || (UserEventPayload128Project$ = {}));
2515
- export function userEventPayload128ProjectToJSON(userEventPayload128Project) {
2516
- return JSON.stringify(UserEventPayload128Project$outboundSchema.parse(userEventPayload128Project));
2518
+ export var UserEventPayload130Project$;
2519
+ (function (UserEventPayload130Project$) {
2520
+ /** @deprecated use `UserEventPayload130Project$inboundSchema` instead. */
2521
+ UserEventPayload130Project$.inboundSchema = UserEventPayload130Project$inboundSchema;
2522
+ /** @deprecated use `UserEventPayload130Project$outboundSchema` instead. */
2523
+ UserEventPayload130Project$.outboundSchema = UserEventPayload130Project$outboundSchema;
2524
+ })(UserEventPayload130Project$ || (UserEventPayload130Project$ = {}));
2525
+ export function userEventPayload130ProjectToJSON(userEventPayload130Project) {
2526
+ return JSON.stringify(UserEventPayload130Project$outboundSchema.parse(userEventPayload130Project));
2517
2527
  }
2518
- export function userEventPayload128ProjectFromJSON(jsonString) {
2519
- return safeParse(jsonString, (x) => UserEventPayload128Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload128Project' from JSON`);
2528
+ export function userEventPayload130ProjectFromJSON(jsonString) {
2529
+ return safeParse(jsonString, (x) => UserEventPayload130Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload130Project' from JSON`);
2520
2530
  }
2521
2531
  /** @internal */
2522
2532
  export const PayloadRole$inboundSchema = z
@@ -2566,15 +2576,77 @@ export function projectMembershipFromJSON(jsonString) {
2566
2576
  return safeParse(jsonString, (x) => ProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectMembership' from JSON`);
2567
2577
  }
2568
2578
  /** @internal */
2569
- export const OneHundredAndTwentyEight$inboundSchema = z.object({
2570
- project: z.lazy(() => UserEventPayload128Project$inboundSchema),
2579
+ export const OneHundredAndThirty$inboundSchema = z.object({
2580
+ project: z.lazy(() => UserEventPayload130Project$inboundSchema),
2571
2581
  projectMembership: z.nullable(z.lazy(() => ProjectMembership$inboundSchema)),
2572
2582
  });
2573
2583
  /** @internal */
2574
- export const OneHundredAndTwentyEight$outboundSchema = z.object({
2575
- project: z.lazy(() => UserEventPayload128Project$outboundSchema),
2584
+ export const OneHundredAndThirty$outboundSchema = z.object({
2585
+ project: z.lazy(() => UserEventPayload130Project$outboundSchema),
2576
2586
  projectMembership: z.nullable(z.lazy(() => ProjectMembership$outboundSchema)),
2577
2587
  });
2588
+ /**
2589
+ * @internal
2590
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2591
+ */
2592
+ export var OneHundredAndThirty$;
2593
+ (function (OneHundredAndThirty$) {
2594
+ /** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
2595
+ OneHundredAndThirty$.inboundSchema = OneHundredAndThirty$inboundSchema;
2596
+ /** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
2597
+ OneHundredAndThirty$.outboundSchema = OneHundredAndThirty$outboundSchema;
2598
+ })(OneHundredAndThirty$ || (OneHundredAndThirty$ = {}));
2599
+ export function oneHundredAndThirtyToJSON(oneHundredAndThirty) {
2600
+ return JSON.stringify(OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty));
2601
+ }
2602
+ export function oneHundredAndThirtyFromJSON(jsonString) {
2603
+ return safeParse(jsonString, (x) => OneHundredAndThirty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirty' from JSON`);
2604
+ }
2605
+ /** @internal */
2606
+ export const OneHundredAndTwentyNine$inboundSchema = z.object({
2607
+ previousProjectName: z.string(),
2608
+ newProjectName: z.string(),
2609
+ originAccountName: z.string(),
2610
+ transferId: z.string().optional(),
2611
+ });
2612
+ /** @internal */
2613
+ export const OneHundredAndTwentyNine$outboundSchema = z.object({
2614
+ previousProjectName: z.string(),
2615
+ newProjectName: z.string(),
2616
+ originAccountName: z.string(),
2617
+ transferId: z.string().optional(),
2618
+ });
2619
+ /**
2620
+ * @internal
2621
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2622
+ */
2623
+ export var OneHundredAndTwentyNine$;
2624
+ (function (OneHundredAndTwentyNine$) {
2625
+ /** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
2626
+ OneHundredAndTwentyNine$.inboundSchema = OneHundredAndTwentyNine$inboundSchema;
2627
+ /** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
2628
+ OneHundredAndTwentyNine$.outboundSchema = OneHundredAndTwentyNine$outboundSchema;
2629
+ })(OneHundredAndTwentyNine$ || (OneHundredAndTwentyNine$ = {}));
2630
+ export function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine) {
2631
+ return JSON.stringify(OneHundredAndTwentyNine$outboundSchema.parse(oneHundredAndTwentyNine));
2632
+ }
2633
+ export function oneHundredAndTwentyNineFromJSON(jsonString) {
2634
+ return safeParse(jsonString, (x) => OneHundredAndTwentyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyNine' from JSON`);
2635
+ }
2636
+ /** @internal */
2637
+ export const OneHundredAndTwentyEight$inboundSchema = z.object({
2638
+ previousProjectName: z.string(),
2639
+ newProjectName: z.string(),
2640
+ destinationAccountName: z.string(),
2641
+ transferId: z.string().optional(),
2642
+ });
2643
+ /** @internal */
2644
+ export const OneHundredAndTwentyEight$outboundSchema = z.object({
2645
+ previousProjectName: z.string(),
2646
+ newProjectName: z.string(),
2647
+ destinationAccountName: z.string(),
2648
+ transferId: z.string().optional(),
2649
+ });
2578
2650
  /**
2579
2651
  * @internal
2580
2652
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -2594,16 +2666,14 @@ export function oneHundredAndTwentyEightFromJSON(jsonString) {
2594
2666
  }
2595
2667
  /** @internal */
2596
2668
  export const OneHundredAndTwentySeven$inboundSchema = z.object({
2597
- previousProjectName: z.string(),
2598
- newProjectName: z.string(),
2599
- originAccountName: z.string(),
2669
+ projectName: z.string(),
2670
+ destinationAccountName: z.nullable(z.string()),
2600
2671
  transferId: z.string().optional(),
2601
2672
  });
2602
2673
  /** @internal */
2603
2674
  export const OneHundredAndTwentySeven$outboundSchema = z.object({
2604
- previousProjectName: z.string(),
2605
- newProjectName: z.string(),
2606
- originAccountName: z.string(),
2675
+ projectName: z.string(),
2676
+ destinationAccountName: z.nullable(z.string()),
2607
2677
  transferId: z.string().optional(),
2608
2678
  });
2609
2679
  /**
@@ -2625,16 +2695,20 @@ export function oneHundredAndTwentySevenFromJSON(jsonString) {
2625
2695
  }
2626
2696
  /** @internal */
2627
2697
  export const OneHundredAndTwentySix$inboundSchema = z.object({
2628
- previousProjectName: z.string(),
2629
- newProjectName: z.string(),
2698
+ projectId: z.string(),
2699
+ projectName: z.string(),
2700
+ originAccountName: z.string(),
2630
2701
  destinationAccountName: z.string(),
2702
+ destinationAccountId: z.string(),
2631
2703
  transferId: z.string().optional(),
2632
2704
  });
2633
2705
  /** @internal */
2634
2706
  export const OneHundredAndTwentySix$outboundSchema = z.object({
2635
- previousProjectName: z.string(),
2636
- newProjectName: z.string(),
2707
+ projectId: z.string(),
2708
+ projectName: z.string(),
2709
+ originAccountName: z.string(),
2637
2710
  destinationAccountName: z.string(),
2711
+ destinationAccountId: z.string(),
2638
2712
  transferId: z.string().optional(),
2639
2713
  });
2640
2714
  /**
@@ -2656,15 +2730,21 @@ export function oneHundredAndTwentySixFromJSON(jsonString) {
2656
2730
  }
2657
2731
  /** @internal */
2658
2732
  export const OneHundredAndTwentyFive$inboundSchema = z.object({
2659
- projectName: z.string(),
2660
- destinationAccountName: z.nullable(z.string()),
2661
- transferId: z.string().optional(),
2733
+ requestedTeamName: z.string(),
2734
+ requestedUserName: z.string().optional(),
2735
+ gitUsername: z.string().optional(),
2736
+ githubUsername: z.string().optional(),
2737
+ gitlabUsername: z.string().optional(),
2738
+ bitbucketUsername: z.string().optional(),
2662
2739
  });
2663
2740
  /** @internal */
2664
2741
  export const OneHundredAndTwentyFive$outboundSchema = z.object({
2665
- projectName: z.string(),
2666
- destinationAccountName: z.nullable(z.string()),
2667
- transferId: z.string().optional(),
2742
+ requestedTeamName: z.string(),
2743
+ requestedUserName: z.string().optional(),
2744
+ gitUsername: z.string().optional(),
2745
+ githubUsername: z.string().optional(),
2746
+ gitlabUsername: z.string().optional(),
2747
+ bitbucketUsername: z.string().optional(),
2668
2748
  });
2669
2749
  /**
2670
2750
  * @internal
@@ -2685,21 +2765,21 @@ export function oneHundredAndTwentyFiveFromJSON(jsonString) {
2685
2765
  }
2686
2766
  /** @internal */
2687
2767
  export const OneHundredAndTwentyFour$inboundSchema = z.object({
2688
- projectId: z.string(),
2689
- projectName: z.string(),
2690
- originAccountName: z.string(),
2691
- destinationAccountName: z.string(),
2692
- destinationAccountId: z.string(),
2693
- transferId: z.string().optional(),
2768
+ teamName: z.string(),
2769
+ username: z.string().optional(),
2770
+ gitUsername: z.nullable(z.string()).optional(),
2771
+ githubUsername: z.nullable(z.string()).optional(),
2772
+ gitlabUsername: z.nullable(z.string()).optional(),
2773
+ bitbucketUsername: z.nullable(z.string()).optional(),
2694
2774
  });
2695
2775
  /** @internal */
2696
2776
  export const OneHundredAndTwentyFour$outboundSchema = z.object({
2697
- projectId: z.string(),
2698
- projectName: z.string(),
2699
- originAccountName: z.string(),
2700
- destinationAccountName: z.string(),
2701
- destinationAccountId: z.string(),
2702
- transferId: z.string().optional(),
2777
+ teamName: z.string(),
2778
+ username: z.string().optional(),
2779
+ gitUsername: z.nullable(z.string()).optional(),
2780
+ githubUsername: z.nullable(z.string()).optional(),
2781
+ gitlabUsername: z.nullable(z.string()).optional(),
2782
+ bitbucketUsername: z.nullable(z.string()).optional(),
2703
2783
  });
2704
2784
  /**
2705
2785
  * @internal
@@ -2720,21 +2800,25 @@ export function oneHundredAndTwentyFourFromJSON(jsonString) {
2720
2800
  }
2721
2801
  /** @internal */
2722
2802
  export const OneHundredAndTwentyThree$inboundSchema = z.object({
2723
- requestedTeamName: z.string(),
2724
- requestedUserName: z.string().optional(),
2803
+ teamName: z.string(),
2804
+ username: z.string().optional(),
2725
2805
  gitUsername: z.string().optional(),
2726
- githubUsername: z.string().optional(),
2727
- gitlabUsername: z.string().optional(),
2728
- bitbucketUsername: z.string().optional(),
2806
+ githubUsername: z.nullable(z.string()).optional(),
2807
+ gitlabUsername: z.nullable(z.string()).optional(),
2808
+ bitbucketUsername: z.nullable(z.string()).optional(),
2809
+ updatedUid: z.string().optional(),
2810
+ teamId: z.string().optional(),
2729
2811
  });
2730
2812
  /** @internal */
2731
2813
  export const OneHundredAndTwentyThree$outboundSchema = z.object({
2732
- requestedTeamName: z.string(),
2733
- requestedUserName: z.string().optional(),
2814
+ teamName: z.string(),
2815
+ username: z.string().optional(),
2734
2816
  gitUsername: z.string().optional(),
2735
- githubUsername: z.string().optional(),
2736
- gitlabUsername: z.string().optional(),
2737
- bitbucketUsername: z.string().optional(),
2817
+ githubUsername: z.nullable(z.string()).optional(),
2818
+ gitlabUsername: z.nullable(z.string()).optional(),
2819
+ bitbucketUsername: z.nullable(z.string()).optional(),
2820
+ updatedUid: z.string().optional(),
2821
+ teamId: z.string().optional(),
2738
2822
  });
2739
2823
  /**
2740
2824
  * @internal
@@ -2755,21 +2839,13 @@ export function oneHundredAndTwentyThreeFromJSON(jsonString) {
2755
2839
  }
2756
2840
  /** @internal */
2757
2841
  export const OneHundredAndTwentyTwo$inboundSchema = z.object({
2758
- teamName: z.string(),
2759
- username: z.string().optional(),
2760
- gitUsername: z.nullable(z.string()).optional(),
2761
- githubUsername: z.nullable(z.string()).optional(),
2762
- gitlabUsername: z.nullable(z.string()).optional(),
2763
- bitbucketUsername: z.nullable(z.string()).optional(),
2842
+ price: z.number().optional(),
2843
+ currency: z.string().optional(),
2764
2844
  });
2765
2845
  /** @internal */
2766
2846
  export const OneHundredAndTwentyTwo$outboundSchema = z.object({
2767
- teamName: z.string(),
2768
- username: z.string().optional(),
2769
- gitUsername: z.nullable(z.string()).optional(),
2770
- githubUsername: z.nullable(z.string()).optional(),
2771
- gitlabUsername: z.nullable(z.string()).optional(),
2772
- bitbucketUsername: z.nullable(z.string()).optional(),
2847
+ price: z.number().optional(),
2848
+ currency: z.string().optional(),
2773
2849
  });
2774
2850
  /**
2775
2851
  * @internal
@@ -2790,25 +2866,13 @@ export function oneHundredAndTwentyTwoFromJSON(jsonString) {
2790
2866
  }
2791
2867
  /** @internal */
2792
2868
  export const OneHundredAndTwentyOne$inboundSchema = z.object({
2793
- teamName: z.string(),
2794
- username: z.string().optional(),
2795
- gitUsername: z.string().optional(),
2796
- githubUsername: z.nullable(z.string()).optional(),
2797
- gitlabUsername: z.nullable(z.string()).optional(),
2798
- bitbucketUsername: z.nullable(z.string()).optional(),
2799
- updatedUid: z.string().optional(),
2800
- teamId: z.string().optional(),
2869
+ previewDeploymentSuffix: z.nullable(z.string()).optional(),
2870
+ previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
2801
2871
  });
2802
2872
  /** @internal */
2803
2873
  export const OneHundredAndTwentyOne$outboundSchema = z.object({
2804
- teamName: z.string(),
2805
- username: z.string().optional(),
2806
- gitUsername: z.string().optional(),
2807
- githubUsername: z.nullable(z.string()).optional(),
2808
- gitlabUsername: z.nullable(z.string()).optional(),
2809
- bitbucketUsername: z.nullable(z.string()).optional(),
2810
- updatedUid: z.string().optional(),
2811
- teamId: z.string().optional(),
2874
+ previewDeploymentSuffix: z.nullable(z.string()).optional(),
2875
+ previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
2812
2876
  });
2813
2877
  /**
2814
2878
  * @internal
@@ -2831,11 +2895,13 @@ export function oneHundredAndTwentyOneFromJSON(jsonString) {
2831
2895
  export const OneHundredAndTwenty$inboundSchema = z.object({
2832
2896
  price: z.number().optional(),
2833
2897
  currency: z.string().optional(),
2898
+ enabled: z.boolean().optional(),
2834
2899
  });
2835
2900
  /** @internal */
2836
2901
  export const OneHundredAndTwenty$outboundSchema = z.object({
2837
2902
  price: z.number().optional(),
2838
2903
  currency: z.string().optional(),
2904
+ enabled: z.boolean().optional(),
2839
2905
  });
2840
2906
  /**
2841
2907
  * @internal
@@ -2856,13 +2922,11 @@ export function oneHundredAndTwentyFromJSON(jsonString) {
2856
2922
  }
2857
2923
  /** @internal */
2858
2924
  export const OneHundredAndNineteen$inboundSchema = z.object({
2859
- previewDeploymentSuffix: z.nullable(z.string()).optional(),
2860
- previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
2925
+ username: z.string(),
2861
2926
  });
2862
2927
  /** @internal */
2863
2928
  export const OneHundredAndNineteen$outboundSchema = z.object({
2864
- previewDeploymentSuffix: z.nullable(z.string()).optional(),
2865
- previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
2929
+ username: z.string(),
2866
2930
  });
2867
2931
  /**
2868
2932
  * @internal
@@ -2883,15 +2947,13 @@ export function oneHundredAndNineteenFromJSON(jsonString) {
2883
2947
  }
2884
2948
  /** @internal */
2885
2949
  export const OneHundredAndEighteen$inboundSchema = z.object({
2886
- price: z.number().optional(),
2887
- currency: z.string().optional(),
2888
- enabled: z.boolean().optional(),
2950
+ email: z.string(),
2951
+ prevEmail: z.string(),
2889
2952
  });
2890
2953
  /** @internal */
2891
2954
  export const OneHundredAndEighteen$outboundSchema = z.object({
2892
- price: z.number().optional(),
2893
- currency: z.string().optional(),
2894
- enabled: z.boolean().optional(),
2955
+ email: z.string(),
2956
+ prevEmail: z.string(),
2895
2957
  });
2896
2958
  /**
2897
2959
  * @internal
@@ -2912,11 +2974,11 @@ export function oneHundredAndEighteenFromJSON(jsonString) {
2912
2974
  }
2913
2975
  /** @internal */
2914
2976
  export const OneHundredAndSeventeen$inboundSchema = z.object({
2915
- username: z.string(),
2977
+ mfaEnabled: z.boolean(),
2916
2978
  });
2917
2979
  /** @internal */
2918
2980
  export const OneHundredAndSeventeen$outboundSchema = z.object({
2919
- username: z.string(),
2981
+ mfaEnabled: z.boolean(),
2920
2982
  });
2921
2983
  /**
2922
2984
  * @internal
@@ -2937,13 +2999,13 @@ export function oneHundredAndSeventeenFromJSON(jsonString) {
2937
2999
  }
2938
3000
  /** @internal */
2939
3001
  export const OneHundredAndSixteen$inboundSchema = z.object({
2940
- email: z.string(),
2941
- prevEmail: z.string(),
3002
+ enabled: z.boolean(),
3003
+ totpVerified: z.boolean(),
2942
3004
  });
2943
3005
  /** @internal */
2944
3006
  export const OneHundredAndSixteen$outboundSchema = z.object({
2945
- email: z.string(),
2946
- prevEmail: z.string(),
3007
+ enabled: z.boolean(),
3008
+ totpVerified: z.boolean(),
2947
3009
  });
2948
3010
  /**
2949
3011
  * @internal
@@ -2963,58 +3025,6 @@ export function oneHundredAndSixteenFromJSON(jsonString) {
2963
3025
  return safeParse(jsonString, (x) => OneHundredAndSixteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixteen' from JSON`);
2964
3026
  }
2965
3027
  /** @internal */
2966
- export const OneHundredAndFifteen$inboundSchema = z.object({
2967
- mfaEnabled: z.boolean(),
2968
- });
2969
- /** @internal */
2970
- export const OneHundredAndFifteen$outboundSchema = z.object({
2971
- mfaEnabled: z.boolean(),
2972
- });
2973
- /**
2974
- * @internal
2975
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2976
- */
2977
- export var OneHundredAndFifteen$;
2978
- (function (OneHundredAndFifteen$) {
2979
- /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
2980
- OneHundredAndFifteen$.inboundSchema = OneHundredAndFifteen$inboundSchema;
2981
- /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
2982
- OneHundredAndFifteen$.outboundSchema = OneHundredAndFifteen$outboundSchema;
2983
- })(OneHundredAndFifteen$ || (OneHundredAndFifteen$ = {}));
2984
- export function oneHundredAndFifteenToJSON(oneHundredAndFifteen) {
2985
- return JSON.stringify(OneHundredAndFifteen$outboundSchema.parse(oneHundredAndFifteen));
2986
- }
2987
- export function oneHundredAndFifteenFromJSON(jsonString) {
2988
- return safeParse(jsonString, (x) => OneHundredAndFifteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifteen' from JSON`);
2989
- }
2990
- /** @internal */
2991
- export const OneHundredAndFourteen$inboundSchema = z.object({
2992
- enabled: z.boolean(),
2993
- totpVerified: z.boolean(),
2994
- });
2995
- /** @internal */
2996
- export const OneHundredAndFourteen$outboundSchema = z.object({
2997
- enabled: z.boolean(),
2998
- totpVerified: z.boolean(),
2999
- });
3000
- /**
3001
- * @internal
3002
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3003
- */
3004
- export var OneHundredAndFourteen$;
3005
- (function (OneHundredAndFourteen$) {
3006
- /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
3007
- OneHundredAndFourteen$.inboundSchema = OneHundredAndFourteen$inboundSchema;
3008
- /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
3009
- OneHundredAndFourteen$.outboundSchema = OneHundredAndFourteen$outboundSchema;
3010
- })(OneHundredAndFourteen$ || (OneHundredAndFourteen$ = {}));
3011
- export function oneHundredAndFourteenToJSON(oneHundredAndFourteen) {
3012
- return JSON.stringify(OneHundredAndFourteen$outboundSchema.parse(oneHundredAndFourteen));
3013
- }
3014
- export function oneHundredAndFourteenFromJSON(jsonString) {
3015
- return safeParse(jsonString, (x) => OneHundredAndFourteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFourteen' from JSON`);
3016
- }
3017
- /** @internal */
3018
3028
  export const Previous$inboundSchema = z.object({
3019
3029
  enabled: z.boolean(),
3020
3030
  totpVerified: z.boolean(),
@@ -3070,12 +3080,12 @@ export function nextFromJSON(jsonString) {
3070
3080
  return safeParse(jsonString, (x) => Next$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Next' from JSON`);
3071
3081
  }
3072
3082
  /** @internal */
3073
- export const OneHundredAndThirteen$inboundSchema = z.object({
3083
+ export const OneHundredAndFifteen$inboundSchema = z.object({
3074
3084
  previous: z.lazy(() => Previous$inboundSchema),
3075
3085
  next: z.lazy(() => Next$inboundSchema),
3076
3086
  });
3077
3087
  /** @internal */
3078
- export const OneHundredAndThirteen$outboundSchema = z.object({
3088
+ export const OneHundredAndFifteen$outboundSchema = z.object({
3079
3089
  previous: z.lazy(() => Previous$outboundSchema),
3080
3090
  next: z.lazy(() => Next$outboundSchema),
3081
3091
  });
@@ -3083,18 +3093,18 @@ export const OneHundredAndThirteen$outboundSchema = z.object({
3083
3093
  * @internal
3084
3094
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3085
3095
  */
3086
- export var OneHundredAndThirteen$;
3087
- (function (OneHundredAndThirteen$) {
3088
- /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
3089
- OneHundredAndThirteen$.inboundSchema = OneHundredAndThirteen$inboundSchema;
3090
- /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
3091
- OneHundredAndThirteen$.outboundSchema = OneHundredAndThirteen$outboundSchema;
3092
- })(OneHundredAndThirteen$ || (OneHundredAndThirteen$ = {}));
3093
- export function oneHundredAndThirteenToJSON(oneHundredAndThirteen) {
3094
- return JSON.stringify(OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen));
3096
+ export var OneHundredAndFifteen$;
3097
+ (function (OneHundredAndFifteen$) {
3098
+ /** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
3099
+ OneHundredAndFifteen$.inboundSchema = OneHundredAndFifteen$inboundSchema;
3100
+ /** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
3101
+ OneHundredAndFifteen$.outboundSchema = OneHundredAndFifteen$outboundSchema;
3102
+ })(OneHundredAndFifteen$ || (OneHundredAndFifteen$ = {}));
3103
+ export function oneHundredAndFifteenToJSON(oneHundredAndFifteen) {
3104
+ return JSON.stringify(OneHundredAndFifteen$outboundSchema.parse(oneHundredAndFifteen));
3095
3105
  }
3096
- export function oneHundredAndThirteenFromJSON(jsonString) {
3097
- return safeParse(jsonString, (x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirteen' from JSON`);
3106
+ export function oneHundredAndFifteenFromJSON(jsonString) {
3107
+ return safeParse(jsonString, (x) => OneHundredAndFifteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifteen' from JSON`);
3098
3108
  }
3099
3109
  /** @internal */
3100
3110
  export const PayloadRemoteCaching$inboundSchema = z.object({
@@ -3122,112 +3132,112 @@ export function payloadRemoteCachingFromJSON(jsonString) {
3122
3132
  return safeParse(jsonString, (x) => PayloadRemoteCaching$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadRemoteCaching' from JSON`);
3123
3133
  }
3124
3134
  /** @internal */
3125
- export const OneHundredAndTwelve$inboundSchema = z.object({
3135
+ export const OneHundredAndFourteen$inboundSchema = z.object({
3126
3136
  remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
3127
3137
  });
3128
3138
  /** @internal */
3129
- export const OneHundredAndTwelve$outboundSchema = z.object({
3139
+ export const OneHundredAndFourteen$outboundSchema = z.object({
3130
3140
  remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
3131
3141
  });
3132
3142
  /**
3133
3143
  * @internal
3134
3144
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3135
3145
  */
3136
- export var OneHundredAndTwelve$;
3137
- (function (OneHundredAndTwelve$) {
3138
- /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
3139
- OneHundredAndTwelve$.inboundSchema = OneHundredAndTwelve$inboundSchema;
3140
- /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
3141
- OneHundredAndTwelve$.outboundSchema = OneHundredAndTwelve$outboundSchema;
3142
- })(OneHundredAndTwelve$ || (OneHundredAndTwelve$ = {}));
3143
- export function oneHundredAndTwelveToJSON(oneHundredAndTwelve) {
3144
- return JSON.stringify(OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve));
3146
+ export var OneHundredAndFourteen$;
3147
+ (function (OneHundredAndFourteen$) {
3148
+ /** @deprecated use `OneHundredAndFourteen$inboundSchema` instead. */
3149
+ OneHundredAndFourteen$.inboundSchema = OneHundredAndFourteen$inboundSchema;
3150
+ /** @deprecated use `OneHundredAndFourteen$outboundSchema` instead. */
3151
+ OneHundredAndFourteen$.outboundSchema = OneHundredAndFourteen$outboundSchema;
3152
+ })(OneHundredAndFourteen$ || (OneHundredAndFourteen$ = {}));
3153
+ export function oneHundredAndFourteenToJSON(oneHundredAndFourteen) {
3154
+ return JSON.stringify(OneHundredAndFourteen$outboundSchema.parse(oneHundredAndFourteen));
3145
3155
  }
3146
- export function oneHundredAndTwelveFromJSON(jsonString) {
3147
- return safeParse(jsonString, (x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwelve' from JSON`);
3156
+ export function oneHundredAndFourteenFromJSON(jsonString) {
3157
+ return safeParse(jsonString, (x) => OneHundredAndFourteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFourteen' from JSON`);
3148
3158
  }
3149
3159
  /** @internal */
3150
- export const OneHundredAndEleven$inboundSchema = z.object({
3160
+ export const OneHundredAndThirteen$inboundSchema = z.object({
3151
3161
  slug: z.string().optional(),
3152
3162
  });
3153
3163
  /** @internal */
3154
- export const OneHundredAndEleven$outboundSchema = z.object({
3164
+ export const OneHundredAndThirteen$outboundSchema = z.object({
3155
3165
  slug: z.string().optional(),
3156
3166
  });
3157
3167
  /**
3158
3168
  * @internal
3159
3169
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3160
3170
  */
3161
- export var OneHundredAndEleven$;
3162
- (function (OneHundredAndEleven$) {
3163
- /** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
3164
- OneHundredAndEleven$.inboundSchema = OneHundredAndEleven$inboundSchema;
3165
- /** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
3166
- OneHundredAndEleven$.outboundSchema = OneHundredAndEleven$outboundSchema;
3167
- })(OneHundredAndEleven$ || (OneHundredAndEleven$ = {}));
3168
- export function oneHundredAndElevenToJSON(oneHundredAndEleven) {
3169
- return JSON.stringify(OneHundredAndEleven$outboundSchema.parse(oneHundredAndEleven));
3171
+ export var OneHundredAndThirteen$;
3172
+ (function (OneHundredAndThirteen$) {
3173
+ /** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
3174
+ OneHundredAndThirteen$.inboundSchema = OneHundredAndThirteen$inboundSchema;
3175
+ /** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
3176
+ OneHundredAndThirteen$.outboundSchema = OneHundredAndThirteen$outboundSchema;
3177
+ })(OneHundredAndThirteen$ || (OneHundredAndThirteen$ = {}));
3178
+ export function oneHundredAndThirteenToJSON(oneHundredAndThirteen) {
3179
+ return JSON.stringify(OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen));
3170
3180
  }
3171
- export function oneHundredAndElevenFromJSON(jsonString) {
3172
- return safeParse(jsonString, (x) => OneHundredAndEleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEleven' from JSON`);
3181
+ export function oneHundredAndThirteenFromJSON(jsonString) {
3182
+ return safeParse(jsonString, (x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirteen' from JSON`);
3173
3183
  }
3174
3184
  /** @internal */
3175
- export const OneHundredAndTen$inboundSchema = z.object({
3185
+ export const OneHundredAndTwelve$inboundSchema = z.object({
3176
3186
  name: z.string().optional(),
3177
3187
  });
3178
3188
  /** @internal */
3179
- export const OneHundredAndTen$outboundSchema = z.object({
3189
+ export const OneHundredAndTwelve$outboundSchema = z.object({
3180
3190
  name: z.string().optional(),
3181
3191
  });
3182
3192
  /**
3183
3193
  * @internal
3184
3194
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3185
3195
  */
3186
- export var OneHundredAndTen$;
3187
- (function (OneHundredAndTen$) {
3188
- /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
3189
- OneHundredAndTen$.inboundSchema = OneHundredAndTen$inboundSchema;
3190
- /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
3191
- OneHundredAndTen$.outboundSchema = OneHundredAndTen$outboundSchema;
3192
- })(OneHundredAndTen$ || (OneHundredAndTen$ = {}));
3193
- export function oneHundredAndTenToJSON(oneHundredAndTen) {
3194
- return JSON.stringify(OneHundredAndTen$outboundSchema.parse(oneHundredAndTen));
3196
+ export var OneHundredAndTwelve$;
3197
+ (function (OneHundredAndTwelve$) {
3198
+ /** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
3199
+ OneHundredAndTwelve$.inboundSchema = OneHundredAndTwelve$inboundSchema;
3200
+ /** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
3201
+ OneHundredAndTwelve$.outboundSchema = OneHundredAndTwelve$outboundSchema;
3202
+ })(OneHundredAndTwelve$ || (OneHundredAndTwelve$ = {}));
3203
+ export function oneHundredAndTwelveToJSON(oneHundredAndTwelve) {
3204
+ return JSON.stringify(OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve));
3195
3205
  }
3196
- export function oneHundredAndTenFromJSON(jsonString) {
3197
- return safeParse(jsonString, (x) => OneHundredAndTen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTen' from JSON`);
3206
+ export function oneHundredAndTwelveFromJSON(jsonString) {
3207
+ return safeParse(jsonString, (x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwelve' from JSON`);
3198
3208
  }
3199
3209
  /** @internal */
3200
- export const OneHundredAndNine$inboundSchema = z.object({
3210
+ export const OneHundredAndEleven$inboundSchema = z.object({
3201
3211
  enforced: z.boolean(),
3202
3212
  });
3203
3213
  /** @internal */
3204
- export const OneHundredAndNine$outboundSchema = z.object({
3214
+ export const OneHundredAndEleven$outboundSchema = z.object({
3205
3215
  enforced: z.boolean(),
3206
3216
  });
3207
3217
  /**
3208
3218
  * @internal
3209
3219
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3210
3220
  */
3211
- export var OneHundredAndNine$;
3212
- (function (OneHundredAndNine$) {
3213
- /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
3214
- OneHundredAndNine$.inboundSchema = OneHundredAndNine$inboundSchema;
3215
- /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
3216
- OneHundredAndNine$.outboundSchema = OneHundredAndNine$outboundSchema;
3217
- })(OneHundredAndNine$ || (OneHundredAndNine$ = {}));
3218
- export function oneHundredAndNineToJSON(oneHundredAndNine) {
3219
- return JSON.stringify(OneHundredAndNine$outboundSchema.parse(oneHundredAndNine));
3221
+ export var OneHundredAndEleven$;
3222
+ (function (OneHundredAndEleven$) {
3223
+ /** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
3224
+ OneHundredAndEleven$.inboundSchema = OneHundredAndEleven$inboundSchema;
3225
+ /** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
3226
+ OneHundredAndEleven$.outboundSchema = OneHundredAndEleven$outboundSchema;
3227
+ })(OneHundredAndEleven$ || (OneHundredAndEleven$ = {}));
3228
+ export function oneHundredAndElevenToJSON(oneHundredAndEleven) {
3229
+ return JSON.stringify(OneHundredAndEleven$outboundSchema.parse(oneHundredAndEleven));
3220
3230
  }
3221
- export function oneHundredAndNineFromJSON(jsonString) {
3222
- return safeParse(jsonString, (x) => OneHundredAndNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndNine' from JSON`);
3231
+ export function oneHundredAndElevenFromJSON(jsonString) {
3232
+ return safeParse(jsonString, (x) => OneHundredAndEleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEleven' from JSON`);
3223
3233
  }
3224
3234
  /** @internal */
3225
- export const UserEventPayload108User$inboundSchema = z.object({
3235
+ export const UserEventPayload110User$inboundSchema = z.object({
3226
3236
  id: z.string(),
3227
3237
  username: z.string(),
3228
3238
  });
3229
3239
  /** @internal */
3230
- export const UserEventPayload108User$outboundSchema = z.object({
3240
+ export const UserEventPayload110User$outboundSchema = z.object({
3231
3241
  id: z.string(),
3232
3242
  username: z.string(),
3233
3243
  });
@@ -3235,47 +3245,47 @@ export const UserEventPayload108User$outboundSchema = z.object({
3235
3245
  * @internal
3236
3246
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3237
3247
  */
3238
- export var UserEventPayload108User$;
3239
- (function (UserEventPayload108User$) {
3240
- /** @deprecated use `UserEventPayload108User$inboundSchema` instead. */
3241
- UserEventPayload108User$.inboundSchema = UserEventPayload108User$inboundSchema;
3242
- /** @deprecated use `UserEventPayload108User$outboundSchema` instead. */
3243
- UserEventPayload108User$.outboundSchema = UserEventPayload108User$outboundSchema;
3244
- })(UserEventPayload108User$ || (UserEventPayload108User$ = {}));
3245
- export function userEventPayload108UserToJSON(userEventPayload108User) {
3246
- return JSON.stringify(UserEventPayload108User$outboundSchema.parse(userEventPayload108User));
3248
+ export var UserEventPayload110User$;
3249
+ (function (UserEventPayload110User$) {
3250
+ /** @deprecated use `UserEventPayload110User$inboundSchema` instead. */
3251
+ UserEventPayload110User$.inboundSchema = UserEventPayload110User$inboundSchema;
3252
+ /** @deprecated use `UserEventPayload110User$outboundSchema` instead. */
3253
+ UserEventPayload110User$.outboundSchema = UserEventPayload110User$outboundSchema;
3254
+ })(UserEventPayload110User$ || (UserEventPayload110User$ = {}));
3255
+ export function userEventPayload110UserToJSON(userEventPayload110User) {
3256
+ return JSON.stringify(UserEventPayload110User$outboundSchema.parse(userEventPayload110User));
3247
3257
  }
3248
- export function userEventPayload108UserFromJSON(jsonString) {
3249
- return safeParse(jsonString, (x) => UserEventPayload108User$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload108User' from JSON`);
3258
+ export function userEventPayload110UserFromJSON(jsonString) {
3259
+ return safeParse(jsonString, (x) => UserEventPayload110User$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload110User' from JSON`);
3250
3260
  }
3251
3261
  /** @internal */
3252
- export const OneHundredAndEight$inboundSchema = z.object({
3262
+ export const OneHundredAndTen$inboundSchema = z.object({
3253
3263
  entitlement: z.string(),
3254
- user: z.lazy(() => UserEventPayload108User$inboundSchema),
3264
+ user: z.lazy(() => UserEventPayload110User$inboundSchema),
3255
3265
  previousCanceledAt: z.string().optional(),
3256
3266
  });
3257
3267
  /** @internal */
3258
- export const OneHundredAndEight$outboundSchema = z.object({
3268
+ export const OneHundredAndTen$outboundSchema = z.object({
3259
3269
  entitlement: z.string(),
3260
- user: z.lazy(() => UserEventPayload108User$outboundSchema),
3270
+ user: z.lazy(() => UserEventPayload110User$outboundSchema),
3261
3271
  previousCanceledAt: z.string().optional(),
3262
3272
  });
3263
3273
  /**
3264
3274
  * @internal
3265
3275
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3266
3276
  */
3267
- export var OneHundredAndEight$;
3268
- (function (OneHundredAndEight$) {
3269
- /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
3270
- OneHundredAndEight$.inboundSchema = OneHundredAndEight$inboundSchema;
3271
- /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
3272
- OneHundredAndEight$.outboundSchema = OneHundredAndEight$outboundSchema;
3273
- })(OneHundredAndEight$ || (OneHundredAndEight$ = {}));
3274
- export function oneHundredAndEightToJSON(oneHundredAndEight) {
3275
- return JSON.stringify(OneHundredAndEight$outboundSchema.parse(oneHundredAndEight));
3277
+ export var OneHundredAndTen$;
3278
+ (function (OneHundredAndTen$) {
3279
+ /** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
3280
+ OneHundredAndTen$.inboundSchema = OneHundredAndTen$inboundSchema;
3281
+ /** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
3282
+ OneHundredAndTen$.outboundSchema = OneHundredAndTen$outboundSchema;
3283
+ })(OneHundredAndTen$ || (OneHundredAndTen$ = {}));
3284
+ export function oneHundredAndTenToJSON(oneHundredAndTen) {
3285
+ return JSON.stringify(OneHundredAndTen$outboundSchema.parse(oneHundredAndTen));
3276
3286
  }
3277
- export function oneHundredAndEightFromJSON(jsonString) {
3278
- return safeParse(jsonString, (x) => OneHundredAndEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEight' from JSON`);
3287
+ export function oneHundredAndTenFromJSON(jsonString) {
3288
+ return safeParse(jsonString, (x) => OneHundredAndTen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTen' from JSON`);
3279
3289
  }
3280
3290
  /** @internal */
3281
3291
  export const UserEventPayloadUser$inboundSchema = z.object({
@@ -3305,31 +3315,31 @@ export function userEventPayloadUserFromJSON(jsonString) {
3305
3315
  return safeParse(jsonString, (x) => UserEventPayloadUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadUser' from JSON`);
3306
3316
  }
3307
3317
  /** @internal */
3308
- export const OneHundredAndSeven$inboundSchema = z.object({
3318
+ export const OneHundredAndNine$inboundSchema = z.object({
3309
3319
  entitlement: z.string(),
3310
3320
  user: z.lazy(() => UserEventPayloadUser$inboundSchema),
3311
3321
  });
3312
3322
  /** @internal */
3313
- export const OneHundredAndSeven$outboundSchema = z.object({
3323
+ export const OneHundredAndNine$outboundSchema = z.object({
3314
3324
  entitlement: z.string(),
3315
- user: z.lazy(() => UserEventPayloadUser$outboundSchema),
3316
- });
3317
- /**
3318
- * @internal
3319
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3320
- */
3321
- export var OneHundredAndSeven$;
3322
- (function (OneHundredAndSeven$) {
3323
- /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
3324
- OneHundredAndSeven$.inboundSchema = OneHundredAndSeven$inboundSchema;
3325
- /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
3326
- OneHundredAndSeven$.outboundSchema = OneHundredAndSeven$outboundSchema;
3327
- })(OneHundredAndSeven$ || (OneHundredAndSeven$ = {}));
3328
- export function oneHundredAndSevenToJSON(oneHundredAndSeven) {
3329
- return JSON.stringify(OneHundredAndSeven$outboundSchema.parse(oneHundredAndSeven));
3325
+ user: z.lazy(() => UserEventPayloadUser$outboundSchema),
3326
+ });
3327
+ /**
3328
+ * @internal
3329
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3330
+ */
3331
+ export var OneHundredAndNine$;
3332
+ (function (OneHundredAndNine$) {
3333
+ /** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
3334
+ OneHundredAndNine$.inboundSchema = OneHundredAndNine$inboundSchema;
3335
+ /** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
3336
+ OneHundredAndNine$.outboundSchema = OneHundredAndNine$outboundSchema;
3337
+ })(OneHundredAndNine$ || (OneHundredAndNine$ = {}));
3338
+ export function oneHundredAndNineToJSON(oneHundredAndNine) {
3339
+ return JSON.stringify(OneHundredAndNine$outboundSchema.parse(oneHundredAndNine));
3330
3340
  }
3331
- export function oneHundredAndSevenFromJSON(jsonString) {
3332
- return safeParse(jsonString, (x) => OneHundredAndSeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeven' from JSON`);
3341
+ export function oneHundredAndNineFromJSON(jsonString) {
3342
+ return safeParse(jsonString, (x) => OneHundredAndNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndNine' from JSON`);
3333
3343
  }
3334
3344
  /** @internal */
3335
3345
  export const UpdatedUser$inboundSchema = z.object({
@@ -3359,7 +3369,7 @@ export function updatedUserFromJSON(jsonString) {
3359
3369
  return safeParse(jsonString, (x) => UpdatedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdatedUser' from JSON`);
3360
3370
  }
3361
3371
  /** @internal */
3362
- export const OneHundredAndSix$inboundSchema = z.object({
3372
+ export const OneHundredAndEight$inboundSchema = z.object({
3363
3373
  directoryType: z.string().optional(),
3364
3374
  updatedUser: z.lazy(() => UpdatedUser$inboundSchema).optional(),
3365
3375
  role: z.string().optional(),
@@ -3367,7 +3377,7 @@ export const OneHundredAndSix$inboundSchema = z.object({
3367
3377
  updatedUid: z.string().optional(),
3368
3378
  });
3369
3379
  /** @internal */
3370
- export const OneHundredAndSix$outboundSchema = z.object({
3380
+ export const OneHundredAndEight$outboundSchema = z.object({
3371
3381
  directoryType: z.string().optional(),
3372
3382
  updatedUser: z.lazy(() => UpdatedUser$outboundSchema).optional(),
3373
3383
  role: z.string().optional(),
@@ -3378,27 +3388,27 @@ export const OneHundredAndSix$outboundSchema = z.object({
3378
3388
  * @internal
3379
3389
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3380
3390
  */
3381
- export var OneHundredAndSix$;
3382
- (function (OneHundredAndSix$) {
3383
- /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
3384
- OneHundredAndSix$.inboundSchema = OneHundredAndSix$inboundSchema;
3385
- /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
3386
- OneHundredAndSix$.outboundSchema = OneHundredAndSix$outboundSchema;
3387
- })(OneHundredAndSix$ || (OneHundredAndSix$ = {}));
3388
- export function oneHundredAndSixToJSON(oneHundredAndSix) {
3389
- return JSON.stringify(OneHundredAndSix$outboundSchema.parse(oneHundredAndSix));
3391
+ export var OneHundredAndEight$;
3392
+ (function (OneHundredAndEight$) {
3393
+ /** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
3394
+ OneHundredAndEight$.inboundSchema = OneHundredAndEight$inboundSchema;
3395
+ /** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
3396
+ OneHundredAndEight$.outboundSchema = OneHundredAndEight$outboundSchema;
3397
+ })(OneHundredAndEight$ || (OneHundredAndEight$ = {}));
3398
+ export function oneHundredAndEightToJSON(oneHundredAndEight) {
3399
+ return JSON.stringify(OneHundredAndEight$outboundSchema.parse(oneHundredAndEight));
3390
3400
  }
3391
- export function oneHundredAndSixFromJSON(jsonString) {
3392
- return safeParse(jsonString, (x) => OneHundredAndSix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSix' from JSON`);
3401
+ export function oneHundredAndEightFromJSON(jsonString) {
3402
+ return safeParse(jsonString, (x) => OneHundredAndEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEight' from JSON`);
3393
3403
  }
3394
3404
  /** @internal */
3395
- export const OneHundredAndFive$inboundSchema = z.object({
3405
+ export const OneHundredAndSeven$inboundSchema = z.object({
3396
3406
  role: z.string().optional(),
3397
3407
  uid: z.string(),
3398
3408
  origin: z.string().optional(),
3399
3409
  });
3400
3410
  /** @internal */
3401
- export const OneHundredAndFive$outboundSchema = z.object({
3411
+ export const OneHundredAndSeven$outboundSchema = z.object({
3402
3412
  role: z.string().optional(),
3403
3413
  uid: z.string(),
3404
3414
  origin: z.string().optional(),
@@ -3407,18 +3417,18 @@ export const OneHundredAndFive$outboundSchema = z.object({
3407
3417
  * @internal
3408
3418
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3409
3419
  */
3410
- export var OneHundredAndFive$;
3411
- (function (OneHundredAndFive$) {
3412
- /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
3413
- OneHundredAndFive$.inboundSchema = OneHundredAndFive$inboundSchema;
3414
- /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
3415
- OneHundredAndFive$.outboundSchema = OneHundredAndFive$outboundSchema;
3416
- })(OneHundredAndFive$ || (OneHundredAndFive$ = {}));
3417
- export function oneHundredAndFiveToJSON(oneHundredAndFive) {
3418
- return JSON.stringify(OneHundredAndFive$outboundSchema.parse(oneHundredAndFive));
3420
+ export var OneHundredAndSeven$;
3421
+ (function (OneHundredAndSeven$) {
3422
+ /** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
3423
+ OneHundredAndSeven$.inboundSchema = OneHundredAndSeven$inboundSchema;
3424
+ /** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
3425
+ OneHundredAndSeven$.outboundSchema = OneHundredAndSeven$outboundSchema;
3426
+ })(OneHundredAndSeven$ || (OneHundredAndSeven$ = {}));
3427
+ export function oneHundredAndSevenToJSON(oneHundredAndSeven) {
3428
+ return JSON.stringify(OneHundredAndSeven$outboundSchema.parse(oneHundredAndSeven));
3419
3429
  }
3420
- export function oneHundredAndFiveFromJSON(jsonString) {
3421
- return safeParse(jsonString, (x) => OneHundredAndFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFive' from JSON`);
3430
+ export function oneHundredAndSevenFromJSON(jsonString) {
3431
+ return safeParse(jsonString, (x) => OneHundredAndSeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeven' from JSON`);
3422
3432
  }
3423
3433
  /** @internal */
3424
3434
  export const DeletedUser$inboundSchema = z.object({
@@ -3448,7 +3458,7 @@ export function deletedUserFromJSON(jsonString) {
3448
3458
  return safeParse(jsonString, (x) => DeletedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeletedUser' from JSON`);
3449
3459
  }
3450
3460
  /** @internal */
3451
- export const OneHundredAndFour$inboundSchema = z.object({
3461
+ export const OneHundredAndSix$inboundSchema = z.object({
3452
3462
  deletedUser: z.lazy(() => DeletedUser$inboundSchema).optional(),
3453
3463
  deletedUid: z.string().optional(),
3454
3464
  githubUsername: z.nullable(z.string()).optional(),
@@ -3457,7 +3467,7 @@ export const OneHundredAndFour$inboundSchema = z.object({
3457
3467
  directoryType: z.string().optional(),
3458
3468
  });
3459
3469
  /** @internal */
3460
- export const OneHundredAndFour$outboundSchema = z.object({
3470
+ export const OneHundredAndSix$outboundSchema = z.object({
3461
3471
  deletedUser: z.lazy(() => DeletedUser$outboundSchema).optional(),
3462
3472
  deletedUid: z.string().optional(),
3463
3473
  githubUsername: z.nullable(z.string()).optional(),
@@ -3469,18 +3479,18 @@ export const OneHundredAndFour$outboundSchema = z.object({
3469
3479
  * @internal
3470
3480
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3471
3481
  */
3472
- export var OneHundredAndFour$;
3473
- (function (OneHundredAndFour$) {
3474
- /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
3475
- OneHundredAndFour$.inboundSchema = OneHundredAndFour$inboundSchema;
3476
- /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
3477
- OneHundredAndFour$.outboundSchema = OneHundredAndFour$outboundSchema;
3478
- })(OneHundredAndFour$ || (OneHundredAndFour$ = {}));
3479
- export function oneHundredAndFourToJSON(oneHundredAndFour) {
3480
- return JSON.stringify(OneHundredAndFour$outboundSchema.parse(oneHundredAndFour));
3482
+ export var OneHundredAndSix$;
3483
+ (function (OneHundredAndSix$) {
3484
+ /** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
3485
+ OneHundredAndSix$.inboundSchema = OneHundredAndSix$inboundSchema;
3486
+ /** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
3487
+ OneHundredAndSix$.outboundSchema = OneHundredAndSix$outboundSchema;
3488
+ })(OneHundredAndSix$ || (OneHundredAndSix$ = {}));
3489
+ export function oneHundredAndSixToJSON(oneHundredAndSix) {
3490
+ return JSON.stringify(OneHundredAndSix$outboundSchema.parse(oneHundredAndSix));
3481
3491
  }
3482
- export function oneHundredAndFourFromJSON(jsonString) {
3483
- return safeParse(jsonString, (x) => OneHundredAndFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFour' from JSON`);
3492
+ export function oneHundredAndSixFromJSON(jsonString) {
3493
+ return safeParse(jsonString, (x) => OneHundredAndSix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSix' from JSON`);
3484
3494
  }
3485
3495
  /** @internal */
3486
3496
  export const InvitedUser$inboundSchema = z.object({
@@ -3510,7 +3520,7 @@ export function invitedUserFromJSON(jsonString) {
3510
3520
  return safeParse(jsonString, (x) => InvitedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InvitedUser' from JSON`);
3511
3521
  }
3512
3522
  /** @internal */
3513
- export const OneHundredAndThree$inboundSchema = z.object({
3523
+ export const OneHundredAndFive$inboundSchema = z.object({
3514
3524
  directoryType: z.string().optional(),
3515
3525
  ssoType: z.string().optional(),
3516
3526
  invitedUser: z.lazy(() => InvitedUser$inboundSchema).optional(),
@@ -3520,7 +3530,7 @@ export const OneHundredAndThree$inboundSchema = z.object({
3520
3530
  invitedUid: z.string().optional(),
3521
3531
  });
3522
3532
  /** @internal */
3523
- export const OneHundredAndThree$outboundSchema = z.object({
3533
+ export const OneHundredAndFive$outboundSchema = z.object({
3524
3534
  directoryType: z.string().optional(),
3525
3535
  ssoType: z.string().optional(),
3526
3536
  invitedUser: z.lazy(() => InvitedUser$outboundSchema).optional(),
@@ -3533,18 +3543,18 @@ export const OneHundredAndThree$outboundSchema = z.object({
3533
3543
  * @internal
3534
3544
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3535
3545
  */
3536
- export var OneHundredAndThree$;
3537
- (function (OneHundredAndThree$) {
3538
- /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
3539
- OneHundredAndThree$.inboundSchema = OneHundredAndThree$inboundSchema;
3540
- /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
3541
- OneHundredAndThree$.outboundSchema = OneHundredAndThree$outboundSchema;
3542
- })(OneHundredAndThree$ || (OneHundredAndThree$ = {}));
3543
- export function oneHundredAndThreeToJSON(oneHundredAndThree) {
3544
- return JSON.stringify(OneHundredAndThree$outboundSchema.parse(oneHundredAndThree));
3546
+ export var OneHundredAndFive$;
3547
+ (function (OneHundredAndFive$) {
3548
+ /** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
3549
+ OneHundredAndFive$.inboundSchema = OneHundredAndFive$inboundSchema;
3550
+ /** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
3551
+ OneHundredAndFive$.outboundSchema = OneHundredAndFive$outboundSchema;
3552
+ })(OneHundredAndFive$ || (OneHundredAndFive$ = {}));
3553
+ export function oneHundredAndFiveToJSON(oneHundredAndFive) {
3554
+ return JSON.stringify(OneHundredAndFive$outboundSchema.parse(oneHundredAndFive));
3545
3555
  }
3546
- export function oneHundredAndThreeFromJSON(jsonString) {
3547
- return safeParse(jsonString, (x) => OneHundredAndThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThree' from JSON`);
3556
+ export function oneHundredAndFiveFromJSON(jsonString) {
3557
+ return safeParse(jsonString, (x) => OneHundredAndFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFive' from JSON`);
3548
3558
  }
3549
3559
  /** @internal */
3550
3560
  export const Reasons$inboundSchema = z.object({
@@ -3574,14 +3584,14 @@ export function reasonsFromJSON(jsonString) {
3574
3584
  return safeParse(jsonString, (x) => Reasons$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Reasons' from JSON`);
3575
3585
  }
3576
3586
  /** @internal */
3577
- export const OneHundredAndTwo$inboundSchema = z.object({
3587
+ export const OneHundredAndFour$inboundSchema = z.object({
3578
3588
  slug: z.string(),
3579
3589
  teamId: z.string(),
3580
3590
  by: z.string(),
3581
3591
  reasons: z.array(z.lazy(() => Reasons$inboundSchema)).optional(),
3582
3592
  });
3583
3593
  /** @internal */
3584
- export const OneHundredAndTwo$outboundSchema = z.object({
3594
+ export const OneHundredAndFour$outboundSchema = z.object({
3585
3595
  slug: z.string(),
3586
3596
  teamId: z.string(),
3587
3597
  by: z.string(),
@@ -3591,43 +3601,43 @@ export const OneHundredAndTwo$outboundSchema = z.object({
3591
3601
  * @internal
3592
3602
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3593
3603
  */
3594
- export var OneHundredAndTwo$;
3595
- (function (OneHundredAndTwo$) {
3596
- /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
3597
- OneHundredAndTwo$.inboundSchema = OneHundredAndTwo$inboundSchema;
3598
- /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
3599
- OneHundredAndTwo$.outboundSchema = OneHundredAndTwo$outboundSchema;
3600
- })(OneHundredAndTwo$ || (OneHundredAndTwo$ = {}));
3601
- export function oneHundredAndTwoToJSON(oneHundredAndTwo) {
3602
- return JSON.stringify(OneHundredAndTwo$outboundSchema.parse(oneHundredAndTwo));
3604
+ export var OneHundredAndFour$;
3605
+ (function (OneHundredAndFour$) {
3606
+ /** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
3607
+ OneHundredAndFour$.inboundSchema = OneHundredAndFour$inboundSchema;
3608
+ /** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
3609
+ OneHundredAndFour$.outboundSchema = OneHundredAndFour$outboundSchema;
3610
+ })(OneHundredAndFour$ || (OneHundredAndFour$ = {}));
3611
+ export function oneHundredAndFourToJSON(oneHundredAndFour) {
3612
+ return JSON.stringify(OneHundredAndFour$outboundSchema.parse(oneHundredAndFour));
3603
3613
  }
3604
- export function oneHundredAndTwoFromJSON(jsonString) {
3605
- return safeParse(jsonString, (x) => OneHundredAndTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwo' from JSON`);
3614
+ export function oneHundredAndFourFromJSON(jsonString) {
3615
+ return safeParse(jsonString, (x) => OneHundredAndFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFour' from JSON`);
3606
3616
  }
3607
3617
  /** @internal */
3608
- export const OneHundredAndOne$inboundSchema = z.object({
3618
+ export const OneHundredAndThree$inboundSchema = z.object({
3609
3619
  slug: z.string(),
3610
3620
  });
3611
3621
  /** @internal */
3612
- export const OneHundredAndOne$outboundSchema = z.object({
3622
+ export const OneHundredAndThree$outboundSchema = z.object({
3613
3623
  slug: z.string(),
3614
3624
  });
3615
3625
  /**
3616
3626
  * @internal
3617
3627
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3618
3628
  */
3619
- export var OneHundredAndOne$;
3620
- (function (OneHundredAndOne$) {
3621
- /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
3622
- OneHundredAndOne$.inboundSchema = OneHundredAndOne$inboundSchema;
3623
- /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
3624
- OneHundredAndOne$.outboundSchema = OneHundredAndOne$outboundSchema;
3625
- })(OneHundredAndOne$ || (OneHundredAndOne$ = {}));
3626
- export function oneHundredAndOneToJSON(oneHundredAndOne) {
3627
- return JSON.stringify(OneHundredAndOne$outboundSchema.parse(oneHundredAndOne));
3629
+ export var OneHundredAndThree$;
3630
+ (function (OneHundredAndThree$) {
3631
+ /** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
3632
+ OneHundredAndThree$.inboundSchema = OneHundredAndThree$inboundSchema;
3633
+ /** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
3634
+ OneHundredAndThree$.outboundSchema = OneHundredAndThree$outboundSchema;
3635
+ })(OneHundredAndThree$ || (OneHundredAndThree$ = {}));
3636
+ export function oneHundredAndThreeToJSON(oneHundredAndThree) {
3637
+ return JSON.stringify(OneHundredAndThree$outboundSchema.parse(oneHundredAndThree));
3628
3638
  }
3629
- export function oneHundredAndOneFromJSON(jsonString) {
3630
- return safeParse(jsonString, (x) => OneHundredAndOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndOne' from JSON`);
3639
+ export function oneHundredAndThreeFromJSON(jsonString) {
3640
+ return safeParse(jsonString, (x) => OneHundredAndThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThree' from JSON`);
3631
3641
  }
3632
3642
  /** @internal */
3633
3643
  export const Store$inboundSchema = z
@@ -3658,12 +3668,12 @@ export function storeFromJSON(jsonString) {
3658
3668
  return safeParse(jsonString, (x) => Store$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Store' from JSON`);
3659
3669
  }
3660
3670
  /** @internal */
3661
- export const OneHundred$inboundSchema = z.object({
3671
+ export const OneHundredAndTwo$inboundSchema = z.object({
3662
3672
  store: z.lazy(() => Store$inboundSchema),
3663
3673
  ownerId: z.string().optional(),
3664
3674
  });
3665
3675
  /** @internal */
3666
- export const OneHundred$outboundSchema = z.object({
3676
+ export const OneHundredAndTwo$outboundSchema = z.object({
3667
3677
  store: z.lazy(() => Store$outboundSchema),
3668
3678
  ownerId: z.string().optional(),
3669
3679
  });
@@ -3671,18 +3681,18 @@ export const OneHundred$outboundSchema = z.object({
3671
3681
  * @internal
3672
3682
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3673
3683
  */
3674
- export var OneHundred$;
3675
- (function (OneHundred$) {
3676
- /** @deprecated use `OneHundred$inboundSchema` instead. */
3677
- OneHundred$.inboundSchema = OneHundred$inboundSchema;
3678
- /** @deprecated use `OneHundred$outboundSchema` instead. */
3679
- OneHundred$.outboundSchema = OneHundred$outboundSchema;
3680
- })(OneHundred$ || (OneHundred$ = {}));
3681
- export function oneHundredToJSON(oneHundred) {
3682
- return JSON.stringify(OneHundred$outboundSchema.parse(oneHundred));
3684
+ export var OneHundredAndTwo$;
3685
+ (function (OneHundredAndTwo$) {
3686
+ /** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
3687
+ OneHundredAndTwo$.inboundSchema = OneHundredAndTwo$inboundSchema;
3688
+ /** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
3689
+ OneHundredAndTwo$.outboundSchema = OneHundredAndTwo$outboundSchema;
3690
+ })(OneHundredAndTwo$ || (OneHundredAndTwo$ = {}));
3691
+ export function oneHundredAndTwoToJSON(oneHundredAndTwo) {
3692
+ return JSON.stringify(OneHundredAndTwo$outboundSchema.parse(oneHundredAndTwo));
3683
3693
  }
3684
- export function oneHundredFromJSON(jsonString) {
3685
- return safeParse(jsonString, (x) => OneHundred$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundred' from JSON`);
3694
+ export function oneHundredAndTwoFromJSON(jsonString) {
3695
+ return safeParse(jsonString, (x) => OneHundredAndTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwo' from JSON`);
3686
3696
  }
3687
3697
  /** @internal */
3688
3698
  export const StoreType$inboundSchema = z
@@ -3701,29 +3711,29 @@ export var StoreType$;
3701
3711
  StoreType$.outboundSchema = StoreType$outboundSchema;
3702
3712
  })(StoreType$ || (StoreType$ = {}));
3703
3713
  /** @internal */
3704
- export const NinetyNine$inboundSchema = z.object({
3714
+ export const OneHundredAndOne$inboundSchema = z.object({
3705
3715
  storeType: StoreType$inboundSchema,
3706
3716
  });
3707
3717
  /** @internal */
3708
- export const NinetyNine$outboundSchema = z.object({
3718
+ export const OneHundredAndOne$outboundSchema = z.object({
3709
3719
  storeType: StoreType$outboundSchema,
3710
3720
  });
3711
3721
  /**
3712
3722
  * @internal
3713
3723
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3714
3724
  */
3715
- export var NinetyNine$;
3716
- (function (NinetyNine$) {
3717
- /** @deprecated use `NinetyNine$inboundSchema` instead. */
3718
- NinetyNine$.inboundSchema = NinetyNine$inboundSchema;
3719
- /** @deprecated use `NinetyNine$outboundSchema` instead. */
3720
- NinetyNine$.outboundSchema = NinetyNine$outboundSchema;
3721
- })(NinetyNine$ || (NinetyNine$ = {}));
3722
- export function ninetyNineToJSON(ninetyNine) {
3723
- return JSON.stringify(NinetyNine$outboundSchema.parse(ninetyNine));
3725
+ export var OneHundredAndOne$;
3726
+ (function (OneHundredAndOne$) {
3727
+ /** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
3728
+ OneHundredAndOne$.inboundSchema = OneHundredAndOne$inboundSchema;
3729
+ /** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
3730
+ OneHundredAndOne$.outboundSchema = OneHundredAndOne$outboundSchema;
3731
+ })(OneHundredAndOne$ || (OneHundredAndOne$ = {}));
3732
+ export function oneHundredAndOneToJSON(oneHundredAndOne) {
3733
+ return JSON.stringify(OneHundredAndOne$outboundSchema.parse(oneHundredAndOne));
3724
3734
  }
3725
- export function ninetyNineFromJSON(jsonString) {
3726
- return safeParse(jsonString, (x) => NinetyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyNine' from JSON`);
3735
+ export function oneHundredAndOneFromJSON(jsonString) {
3736
+ return safeParse(jsonString, (x) => OneHundredAndOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndOne' from JSON`);
3727
3737
  }
3728
3738
  /** @internal */
3729
3739
  export const UserEventPayloadType$inboundSchema = z.nativeEnum(UserEventPayloadType);
@@ -3741,7 +3751,7 @@ export var UserEventPayloadType$;
3741
3751
  UserEventPayloadType$.outboundSchema = UserEventPayloadType$outboundSchema;
3742
3752
  })(UserEventPayloadType$ || (UserEventPayloadType$ = {}));
3743
3753
  /** @internal */
3744
- export const NinetyEight$inboundSchema = z.object({
3754
+ export const OneHundred$inboundSchema = z.object({
3745
3755
  id: z.string(),
3746
3756
  name: z.string().optional(),
3747
3757
  computeUnitsMax: z.number().optional(),
@@ -3750,7 +3760,7 @@ export const NinetyEight$inboundSchema = z.object({
3750
3760
  type: UserEventPayloadType$inboundSchema,
3751
3761
  });
3752
3762
  /** @internal */
3753
- export const NinetyEight$outboundSchema = z.object({
3763
+ export const OneHundred$outboundSchema = z.object({
3754
3764
  id: z.string(),
3755
3765
  name: z.string().optional(),
3756
3766
  computeUnitsMax: z.number().optional(),
@@ -3762,34 +3772,34 @@ export const NinetyEight$outboundSchema = z.object({
3762
3772
  * @internal
3763
3773
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3764
3774
  */
3765
- export var NinetyEight$;
3766
- (function (NinetyEight$) {
3767
- /** @deprecated use `NinetyEight$inboundSchema` instead. */
3768
- NinetyEight$.inboundSchema = NinetyEight$inboundSchema;
3769
- /** @deprecated use `NinetyEight$outboundSchema` instead. */
3770
- NinetyEight$.outboundSchema = NinetyEight$outboundSchema;
3771
- })(NinetyEight$ || (NinetyEight$ = {}));
3772
- export function ninetyEightToJSON(ninetyEight) {
3773
- return JSON.stringify(NinetyEight$outboundSchema.parse(ninetyEight));
3775
+ export var OneHundred$;
3776
+ (function (OneHundred$) {
3777
+ /** @deprecated use `OneHundred$inboundSchema` instead. */
3778
+ OneHundred$.inboundSchema = OneHundred$inboundSchema;
3779
+ /** @deprecated use `OneHundred$outboundSchema` instead. */
3780
+ OneHundred$.outboundSchema = OneHundred$outboundSchema;
3781
+ })(OneHundred$ || (OneHundred$ = {}));
3782
+ export function oneHundredToJSON(oneHundred) {
3783
+ return JSON.stringify(OneHundred$outboundSchema.parse(oneHundred));
3774
3784
  }
3775
- export function ninetyEightFromJSON(jsonString) {
3776
- return safeParse(jsonString, (x) => NinetyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyEight' from JSON`);
3785
+ export function oneHundredFromJSON(jsonString) {
3786
+ return safeParse(jsonString, (x) => OneHundred$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundred' from JSON`);
3777
3787
  }
3778
3788
  /** @internal */
3779
- export const UserEventPayload97Type$inboundSchema = z.nativeEnum(UserEventPayload97Type);
3789
+ export const UserEventPayload99Type$inboundSchema = z.nativeEnum(UserEventPayload99Type);
3780
3790
  /** @internal */
3781
- export const UserEventPayload97Type$outboundSchema = UserEventPayload97Type$inboundSchema;
3791
+ export const UserEventPayload99Type$outboundSchema = UserEventPayload99Type$inboundSchema;
3782
3792
  /**
3783
3793
  * @internal
3784
3794
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3785
3795
  */
3786
- export var UserEventPayload97Type$;
3787
- (function (UserEventPayload97Type$) {
3788
- /** @deprecated use `UserEventPayload97Type$inboundSchema` instead. */
3789
- UserEventPayload97Type$.inboundSchema = UserEventPayload97Type$inboundSchema;
3790
- /** @deprecated use `UserEventPayload97Type$outboundSchema` instead. */
3791
- UserEventPayload97Type$.outboundSchema = UserEventPayload97Type$outboundSchema;
3792
- })(UserEventPayload97Type$ || (UserEventPayload97Type$ = {}));
3796
+ export var UserEventPayload99Type$;
3797
+ (function (UserEventPayload99Type$) {
3798
+ /** @deprecated use `UserEventPayload99Type$inboundSchema` instead. */
3799
+ UserEventPayload99Type$.inboundSchema = UserEventPayload99Type$inboundSchema;
3800
+ /** @deprecated use `UserEventPayload99Type$outboundSchema` instead. */
3801
+ UserEventPayload99Type$.outboundSchema = UserEventPayload99Type$outboundSchema;
3802
+ })(UserEventPayload99Type$ || (UserEventPayload99Type$ = {}));
3793
3803
  /** @internal */
3794
3804
  export const PayloadPricingPlan$inboundSchema = z.nativeEnum(PayloadPricingPlan);
3795
3805
  /** @internal */
@@ -3807,7 +3817,7 @@ export var PayloadPricingPlan$;
3807
3817
  })(PayloadPricingPlan$ || (PayloadPricingPlan$ = {}));
3808
3818
  /** @internal */
3809
3819
  export const BudgetItem$inboundSchema = z.object({
3810
- type: UserEventPayload97Type$inboundSchema,
3820
+ type: UserEventPayload99Type$inboundSchema,
3811
3821
  fixedBudget: z.number(),
3812
3822
  previousSpend: z.array(z.number()),
3813
3823
  notifiedAt: z.array(z.number()),
@@ -3823,7 +3833,7 @@ export const BudgetItem$inboundSchema = z.object({
3823
3833
  });
3824
3834
  /** @internal */
3825
3835
  export const BudgetItem$outboundSchema = z.object({
3826
- type: UserEventPayload97Type$outboundSchema,
3836
+ type: UserEventPayload99Type$outboundSchema,
3827
3837
  fixedBudget: z.number(),
3828
3838
  previousSpend: z.array(z.number()),
3829
3839
  notifiedAt: z.array(z.number()),
@@ -3880,45 +3890,45 @@ export function payloadBudgetFromJSON(jsonString) {
3880
3890
  return safeParse(jsonString, (x) => PayloadBudget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadBudget' from JSON`);
3881
3891
  }
3882
3892
  /** @internal */
3883
- export const NinetySeven$inboundSchema = z.object({
3893
+ export const NinetyNine$inboundSchema = z.object({
3884
3894
  budget: z.lazy(() => PayloadBudget$inboundSchema),
3885
3895
  });
3886
3896
  /** @internal */
3887
- export const NinetySeven$outboundSchema = z.object({
3897
+ export const NinetyNine$outboundSchema = z.object({
3888
3898
  budget: z.lazy(() => PayloadBudget$outboundSchema),
3889
3899
  });
3890
3900
  /**
3891
3901
  * @internal
3892
3902
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3893
3903
  */
3894
- export var NinetySeven$;
3895
- (function (NinetySeven$) {
3896
- /** @deprecated use `NinetySeven$inboundSchema` instead. */
3897
- NinetySeven$.inboundSchema = NinetySeven$inboundSchema;
3898
- /** @deprecated use `NinetySeven$outboundSchema` instead. */
3899
- NinetySeven$.outboundSchema = NinetySeven$outboundSchema;
3900
- })(NinetySeven$ || (NinetySeven$ = {}));
3901
- export function ninetySevenToJSON(ninetySeven) {
3902
- return JSON.stringify(NinetySeven$outboundSchema.parse(ninetySeven));
3904
+ export var NinetyNine$;
3905
+ (function (NinetyNine$) {
3906
+ /** @deprecated use `NinetyNine$inboundSchema` instead. */
3907
+ NinetyNine$.inboundSchema = NinetyNine$inboundSchema;
3908
+ /** @deprecated use `NinetyNine$outboundSchema` instead. */
3909
+ NinetyNine$.outboundSchema = NinetyNine$outboundSchema;
3910
+ })(NinetyNine$ || (NinetyNine$ = {}));
3911
+ export function ninetyNineToJSON(ninetyNine) {
3912
+ return JSON.stringify(NinetyNine$outboundSchema.parse(ninetyNine));
3903
3913
  }
3904
- export function ninetySevenFromJSON(jsonString) {
3905
- return safeParse(jsonString, (x) => NinetySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySeven' from JSON`);
3914
+ export function ninetyNineFromJSON(jsonString) {
3915
+ return safeParse(jsonString, (x) => NinetyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyNine' from JSON`);
3906
3916
  }
3907
3917
  /** @internal */
3908
- export const UserEventPayload96Type$inboundSchema = z.nativeEnum(UserEventPayload96Type);
3918
+ export const UserEventPayload98Type$inboundSchema = z.nativeEnum(UserEventPayload98Type);
3909
3919
  /** @internal */
3910
- export const UserEventPayload96Type$outboundSchema = UserEventPayload96Type$inboundSchema;
3920
+ export const UserEventPayload98Type$outboundSchema = UserEventPayload98Type$inboundSchema;
3911
3921
  /**
3912
3922
  * @internal
3913
3923
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3914
3924
  */
3915
- export var UserEventPayload96Type$;
3916
- (function (UserEventPayload96Type$) {
3917
- /** @deprecated use `UserEventPayload96Type$inboundSchema` instead. */
3918
- UserEventPayload96Type$.inboundSchema = UserEventPayload96Type$inboundSchema;
3919
- /** @deprecated use `UserEventPayload96Type$outboundSchema` instead. */
3920
- UserEventPayload96Type$.outboundSchema = UserEventPayload96Type$outboundSchema;
3921
- })(UserEventPayload96Type$ || (UserEventPayload96Type$ = {}));
3925
+ export var UserEventPayload98Type$;
3926
+ (function (UserEventPayload98Type$) {
3927
+ /** @deprecated use `UserEventPayload98Type$inboundSchema` instead. */
3928
+ UserEventPayload98Type$.inboundSchema = UserEventPayload98Type$inboundSchema;
3929
+ /** @deprecated use `UserEventPayload98Type$outboundSchema` instead. */
3930
+ UserEventPayload98Type$.outboundSchema = UserEventPayload98Type$outboundSchema;
3931
+ })(UserEventPayload98Type$ || (UserEventPayload98Type$ = {}));
3922
3932
  /** @internal */
3923
3933
  export const PricingPlan$inboundSchema = z
3924
3934
  .nativeEnum(PricingPlan);
@@ -3938,7 +3948,7 @@ export var PricingPlan$;
3938
3948
  /** @internal */
3939
3949
  export const Budget$inboundSchema = z
3940
3950
  .object({
3941
- type: UserEventPayload96Type$inboundSchema,
3951
+ type: UserEventPayload98Type$inboundSchema,
3942
3952
  fixedBudget: z.number(),
3943
3953
  previousSpend: z.array(z.number()),
3944
3954
  notifiedAt: z.array(z.number()),
@@ -3954,7 +3964,7 @@ export const Budget$inboundSchema = z
3954
3964
  });
3955
3965
  /** @internal */
3956
3966
  export const Budget$outboundSchema = z.object({
3957
- type: UserEventPayload96Type$outboundSchema,
3967
+ type: UserEventPayload98Type$outboundSchema,
3958
3968
  fixedBudget: z.number(),
3959
3969
  previousSpend: z.array(z.number()),
3960
3970
  notifiedAt: z.array(z.number()),
@@ -3986,54 +3996,54 @@ export function budgetFromJSON(jsonString) {
3986
3996
  return safeParse(jsonString, (x) => Budget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Budget' from JSON`);
3987
3997
  }
3988
3998
  /** @internal */
3989
- export const NinetySix$inboundSchema = z.object({
3999
+ export const NinetyEight$inboundSchema = z.object({
3990
4000
  budget: z.lazy(() => Budget$inboundSchema),
3991
4001
  });
3992
4002
  /** @internal */
3993
- export const NinetySix$outboundSchema = z.object({
4003
+ export const NinetyEight$outboundSchema = z.object({
3994
4004
  budget: z.lazy(() => Budget$outboundSchema),
3995
4005
  });
3996
4006
  /**
3997
4007
  * @internal
3998
4008
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3999
4009
  */
4000
- export var NinetySix$;
4001
- (function (NinetySix$) {
4002
- /** @deprecated use `NinetySix$inboundSchema` instead. */
4003
- NinetySix$.inboundSchema = NinetySix$inboundSchema;
4004
- /** @deprecated use `NinetySix$outboundSchema` instead. */
4005
- NinetySix$.outboundSchema = NinetySix$outboundSchema;
4006
- })(NinetySix$ || (NinetySix$ = {}));
4007
- export function ninetySixToJSON(ninetySix) {
4008
- return JSON.stringify(NinetySix$outboundSchema.parse(ninetySix));
4010
+ export var NinetyEight$;
4011
+ (function (NinetyEight$) {
4012
+ /** @deprecated use `NinetyEight$inboundSchema` instead. */
4013
+ NinetyEight$.inboundSchema = NinetyEight$inboundSchema;
4014
+ /** @deprecated use `NinetyEight$outboundSchema` instead. */
4015
+ NinetyEight$.outboundSchema = NinetyEight$outboundSchema;
4016
+ })(NinetyEight$ || (NinetyEight$ = {}));
4017
+ export function ninetyEightToJSON(ninetyEight) {
4018
+ return JSON.stringify(NinetyEight$outboundSchema.parse(ninetyEight));
4009
4019
  }
4010
- export function ninetySixFromJSON(jsonString) {
4011
- return safeParse(jsonString, (x) => NinetySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySix' from JSON`);
4020
+ export function ninetyEightFromJSON(jsonString) {
4021
+ return safeParse(jsonString, (x) => NinetyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyEight' from JSON`);
4012
4022
  }
4013
4023
  /** @internal */
4014
- export const NinetyFive$inboundSchema = z.object({
4024
+ export const NinetySeven$inboundSchema = z.object({
4015
4025
  webhookUrl: z.string().optional(),
4016
4026
  });
4017
4027
  /** @internal */
4018
- export const NinetyFive$outboundSchema = z.object({
4028
+ export const NinetySeven$outboundSchema = z.object({
4019
4029
  webhookUrl: z.string().optional(),
4020
4030
  });
4021
4031
  /**
4022
4032
  * @internal
4023
4033
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4024
4034
  */
4025
- export var NinetyFive$;
4026
- (function (NinetyFive$) {
4027
- /** @deprecated use `NinetyFive$inboundSchema` instead. */
4028
- NinetyFive$.inboundSchema = NinetyFive$inboundSchema;
4029
- /** @deprecated use `NinetyFive$outboundSchema` instead. */
4030
- NinetyFive$.outboundSchema = NinetyFive$outboundSchema;
4031
- })(NinetyFive$ || (NinetyFive$ = {}));
4032
- export function ninetyFiveToJSON(ninetyFive) {
4033
- return JSON.stringify(NinetyFive$outboundSchema.parse(ninetyFive));
4035
+ export var NinetySeven$;
4036
+ (function (NinetySeven$) {
4037
+ /** @deprecated use `NinetySeven$inboundSchema` instead. */
4038
+ NinetySeven$.inboundSchema = NinetySeven$inboundSchema;
4039
+ /** @deprecated use `NinetySeven$outboundSchema` instead. */
4040
+ NinetySeven$.outboundSchema = NinetySeven$outboundSchema;
4041
+ })(NinetySeven$ || (NinetySeven$ = {}));
4042
+ export function ninetySevenToJSON(ninetySeven) {
4043
+ return JSON.stringify(NinetySeven$outboundSchema.parse(ninetySeven));
4034
4044
  }
4035
- export function ninetyFiveFromJSON(jsonString) {
4036
- return safeParse(jsonString, (x) => NinetyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFive' from JSON`);
4045
+ export function ninetySevenFromJSON(jsonString) {
4046
+ return safeParse(jsonString, (x) => NinetySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySeven' from JSON`);
4037
4047
  }
4038
4048
  /** @internal */
4039
4049
  export const ScalingRules$inboundSchema = z.object({
@@ -4063,14 +4073,14 @@ export function scalingRulesFromJSON(jsonString) {
4063
4073
  return safeParse(jsonString, (x) => ScalingRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ScalingRules' from JSON`);
4064
4074
  }
4065
4075
  /** @internal */
4066
- export const NinetyFour$inboundSchema = z.object({
4076
+ export const NinetySix$inboundSchema = z.object({
4067
4077
  scalingRules: z.record(z.lazy(() => ScalingRules$inboundSchema)),
4068
4078
  min: z.number(),
4069
4079
  max: z.number(),
4070
4080
  url: z.string(),
4071
4081
  });
4072
4082
  /** @internal */
4073
- export const NinetyFour$outboundSchema = z.object({
4083
+ export const NinetySix$outboundSchema = z.object({
4074
4084
  scalingRules: z.record(z.lazy(() => ScalingRules$outboundSchema)),
4075
4085
  min: z.number(),
4076
4086
  max: z.number(),
@@ -4080,52 +4090,52 @@ export const NinetyFour$outboundSchema = z.object({
4080
4090
  * @internal
4081
4091
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4082
4092
  */
4083
- export var NinetyFour$;
4084
- (function (NinetyFour$) {
4085
- /** @deprecated use `NinetyFour$inboundSchema` instead. */
4086
- NinetyFour$.inboundSchema = NinetyFour$inboundSchema;
4087
- /** @deprecated use `NinetyFour$outboundSchema` instead. */
4088
- NinetyFour$.outboundSchema = NinetyFour$outboundSchema;
4089
- })(NinetyFour$ || (NinetyFour$ = {}));
4090
- export function ninetyFourToJSON(ninetyFour) {
4091
- return JSON.stringify(NinetyFour$outboundSchema.parse(ninetyFour));
4093
+ export var NinetySix$;
4094
+ (function (NinetySix$) {
4095
+ /** @deprecated use `NinetySix$inboundSchema` instead. */
4096
+ NinetySix$.inboundSchema = NinetySix$inboundSchema;
4097
+ /** @deprecated use `NinetySix$outboundSchema` instead. */
4098
+ NinetySix$.outboundSchema = NinetySix$outboundSchema;
4099
+ })(NinetySix$ || (NinetySix$ = {}));
4100
+ export function ninetySixToJSON(ninetySix) {
4101
+ return JSON.stringify(NinetySix$outboundSchema.parse(ninetySix));
4092
4102
  }
4093
- export function ninetyFourFromJSON(jsonString) {
4094
- return safeParse(jsonString, (x) => NinetyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFour' from JSON`);
4103
+ export function ninetySixFromJSON(jsonString) {
4104
+ return safeParse(jsonString, (x) => NinetySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySix' from JSON`);
4095
4105
  }
4096
4106
  /** @internal */
4097
- export const NinetyThree$inboundSchema = z.object({
4107
+ export const NinetyFive$inboundSchema = z.object({
4098
4108
  bio: z.string(),
4099
4109
  });
4100
4110
  /** @internal */
4101
- export const NinetyThree$outboundSchema = z.object({
4111
+ export const NinetyFive$outboundSchema = z.object({
4102
4112
  bio: z.string(),
4103
4113
  });
4104
4114
  /**
4105
4115
  * @internal
4106
4116
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4107
4117
  */
4108
- export var NinetyThree$;
4109
- (function (NinetyThree$) {
4110
- /** @deprecated use `NinetyThree$inboundSchema` instead. */
4111
- NinetyThree$.inboundSchema = NinetyThree$inboundSchema;
4112
- /** @deprecated use `NinetyThree$outboundSchema` instead. */
4113
- NinetyThree$.outboundSchema = NinetyThree$outboundSchema;
4114
- })(NinetyThree$ || (NinetyThree$ = {}));
4115
- export function ninetyThreeToJSON(ninetyThree) {
4116
- return JSON.stringify(NinetyThree$outboundSchema.parse(ninetyThree));
4118
+ export var NinetyFive$;
4119
+ (function (NinetyFive$) {
4120
+ /** @deprecated use `NinetyFive$inboundSchema` instead. */
4121
+ NinetyFive$.inboundSchema = NinetyFive$inboundSchema;
4122
+ /** @deprecated use `NinetyFive$outboundSchema` instead. */
4123
+ NinetyFive$.outboundSchema = NinetyFive$outboundSchema;
4124
+ })(NinetyFive$ || (NinetyFive$ = {}));
4125
+ export function ninetyFiveToJSON(ninetyFive) {
4126
+ return JSON.stringify(NinetyFive$outboundSchema.parse(ninetyFive));
4117
4127
  }
4118
- export function ninetyThreeFromJSON(jsonString) {
4119
- return safeParse(jsonString, (x) => NinetyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyThree' from JSON`);
4128
+ export function ninetyFiveFromJSON(jsonString) {
4129
+ return safeParse(jsonString, (x) => NinetyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFive' from JSON`);
4120
4130
  }
4121
4131
  /** @internal */
4122
- export const NinetyTwo$inboundSchema = z.object({
4132
+ export const NinetyFour$inboundSchema = z.object({
4123
4133
  oldName: z.string(),
4124
4134
  newName: z.string(),
4125
4135
  uid: z.string().optional(),
4126
4136
  });
4127
4137
  /** @internal */
4128
- export const NinetyTwo$outboundSchema = z.object({
4138
+ export const NinetyFour$outboundSchema = z.object({
4129
4139
  oldName: z.string(),
4130
4140
  newName: z.string(),
4131
4141
  uid: z.string().optional(),
@@ -4134,18 +4144,18 @@ export const NinetyTwo$outboundSchema = z.object({
4134
4144
  * @internal
4135
4145
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4136
4146
  */
4137
- export var NinetyTwo$;
4138
- (function (NinetyTwo$) {
4139
- /** @deprecated use `NinetyTwo$inboundSchema` instead. */
4140
- NinetyTwo$.inboundSchema = NinetyTwo$inboundSchema;
4141
- /** @deprecated use `NinetyTwo$outboundSchema` instead. */
4142
- NinetyTwo$.outboundSchema = NinetyTwo$outboundSchema;
4143
- })(NinetyTwo$ || (NinetyTwo$ = {}));
4144
- export function ninetyTwoToJSON(ninetyTwo) {
4145
- return JSON.stringify(NinetyTwo$outboundSchema.parse(ninetyTwo));
4147
+ export var NinetyFour$;
4148
+ (function (NinetyFour$) {
4149
+ /** @deprecated use `NinetyFour$inboundSchema` instead. */
4150
+ NinetyFour$.inboundSchema = NinetyFour$inboundSchema;
4151
+ /** @deprecated use `NinetyFour$outboundSchema` instead. */
4152
+ NinetyFour$.outboundSchema = NinetyFour$outboundSchema;
4153
+ })(NinetyFour$ || (NinetyFour$ = {}));
4154
+ export function ninetyFourToJSON(ninetyFour) {
4155
+ return JSON.stringify(NinetyFour$outboundSchema.parse(ninetyFour));
4146
4156
  }
4147
- export function ninetyTwoFromJSON(jsonString) {
4148
- return safeParse(jsonString, (x) => NinetyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyTwo' from JSON`);
4157
+ export function ninetyFourFromJSON(jsonString) {
4158
+ return safeParse(jsonString, (x) => NinetyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFour' from JSON`);
4149
4159
  }
4150
4160
  /** @internal */
4151
4161
  export const Name2$inboundSchema = z
@@ -4196,12 +4206,12 @@ export function nameFromJSON(jsonString) {
4196
4206
  return safeParse(jsonString, (x) => Name$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Name' from JSON`);
4197
4207
  }
4198
4208
  /** @internal */
4199
- export const NinetyOne$inboundSchema = z.object({
4209
+ export const NinetyThree$inboundSchema = z.object({
4200
4210
  uid: z.string(),
4201
4211
  name: z.union([z.lazy(() => Name2$inboundSchema), z.string()]),
4202
4212
  });
4203
4213
  /** @internal */
4204
- export const NinetyOne$outboundSchema = z.object({
4214
+ export const NinetyThree$outboundSchema = z.object({
4205
4215
  uid: z.string(),
4206
4216
  name: z.union([z.lazy(() => Name2$outboundSchema), z.string()]),
4207
4217
  });
@@ -4209,26 +4219,26 @@ export const NinetyOne$outboundSchema = z.object({
4209
4219
  * @internal
4210
4220
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4211
4221
  */
4212
- export var NinetyOne$;
4213
- (function (NinetyOne$) {
4214
- /** @deprecated use `NinetyOne$inboundSchema` instead. */
4215
- NinetyOne$.inboundSchema = NinetyOne$inboundSchema;
4216
- /** @deprecated use `NinetyOne$outboundSchema` instead. */
4217
- NinetyOne$.outboundSchema = NinetyOne$outboundSchema;
4218
- })(NinetyOne$ || (NinetyOne$ = {}));
4219
- export function ninetyOneToJSON(ninetyOne) {
4220
- return JSON.stringify(NinetyOne$outboundSchema.parse(ninetyOne));
4222
+ export var NinetyThree$;
4223
+ (function (NinetyThree$) {
4224
+ /** @deprecated use `NinetyThree$inboundSchema` instead. */
4225
+ NinetyThree$.inboundSchema = NinetyThree$inboundSchema;
4226
+ /** @deprecated use `NinetyThree$outboundSchema` instead. */
4227
+ NinetyThree$.outboundSchema = NinetyThree$outboundSchema;
4228
+ })(NinetyThree$ || (NinetyThree$ = {}));
4229
+ export function ninetyThreeToJSON(ninetyThree) {
4230
+ return JSON.stringify(NinetyThree$outboundSchema.parse(ninetyThree));
4221
4231
  }
4222
- export function ninetyOneFromJSON(jsonString) {
4223
- return safeParse(jsonString, (x) => NinetyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyOne' from JSON`);
4232
+ export function ninetyThreeFromJSON(jsonString) {
4233
+ return safeParse(jsonString, (x) => NinetyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyThree' from JSON`);
4224
4234
  }
4225
4235
  /** @internal */
4226
- export const UserEventPayload90Team$inboundSchema = z.object({
4236
+ export const UserEventPayload92Team$inboundSchema = z.object({
4227
4237
  id: z.string(),
4228
4238
  name: z.string().optional(),
4229
4239
  });
4230
4240
  /** @internal */
4231
- export const UserEventPayload90Team$outboundSchema = z.object({
4241
+ export const UserEventPayload92Team$outboundSchema = z.object({
4232
4242
  id: z.string(),
4233
4243
  name: z.string().optional(),
4234
4244
  });
@@ -4236,18 +4246,18 @@ export const UserEventPayload90Team$outboundSchema = z.object({
4236
4246
  * @internal
4237
4247
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4238
4248
  */
4239
- export var UserEventPayload90Team$;
4240
- (function (UserEventPayload90Team$) {
4241
- /** @deprecated use `UserEventPayload90Team$inboundSchema` instead. */
4242
- UserEventPayload90Team$.inboundSchema = UserEventPayload90Team$inboundSchema;
4243
- /** @deprecated use `UserEventPayload90Team$outboundSchema` instead. */
4244
- UserEventPayload90Team$.outboundSchema = UserEventPayload90Team$outboundSchema;
4245
- })(UserEventPayload90Team$ || (UserEventPayload90Team$ = {}));
4246
- export function userEventPayload90TeamToJSON(userEventPayload90Team) {
4247
- return JSON.stringify(UserEventPayload90Team$outboundSchema.parse(userEventPayload90Team));
4249
+ export var UserEventPayload92Team$;
4250
+ (function (UserEventPayload92Team$) {
4251
+ /** @deprecated use `UserEventPayload92Team$inboundSchema` instead. */
4252
+ UserEventPayload92Team$.inboundSchema = UserEventPayload92Team$inboundSchema;
4253
+ /** @deprecated use `UserEventPayload92Team$outboundSchema` instead. */
4254
+ UserEventPayload92Team$.outboundSchema = UserEventPayload92Team$outboundSchema;
4255
+ })(UserEventPayload92Team$ || (UserEventPayload92Team$ = {}));
4256
+ export function userEventPayload92TeamToJSON(userEventPayload92Team) {
4257
+ return JSON.stringify(UserEventPayload92Team$outboundSchema.parse(userEventPayload92Team));
4248
4258
  }
4249
- export function userEventPayload90TeamFromJSON(jsonString) {
4250
- return safeParse(jsonString, (x) => UserEventPayload90Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload90Team' from JSON`);
4259
+ export function userEventPayload92TeamFromJSON(jsonString) {
4260
+ return safeParse(jsonString, (x) => UserEventPayload92Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload92Team' from JSON`);
4251
4261
  }
4252
4262
  /** @internal */
4253
4263
  export const PayloadPreviousRule$inboundSchema = z.object({
@@ -4275,40 +4285,39 @@ export function payloadPreviousRuleFromJSON(jsonString) {
4275
4285
  return safeParse(jsonString, (x) => PayloadPreviousRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPreviousRule' from JSON`);
4276
4286
  }
4277
4287
  /** @internal */
4278
- export const Ninety$inboundSchema = z
4279
- .object({
4280
- team: z.lazy(() => UserEventPayload90Team$inboundSchema),
4288
+ export const NinetyTwo$inboundSchema = z.object({
4289
+ team: z.lazy(() => UserEventPayload92Team$inboundSchema),
4281
4290
  previousRule: z.lazy(() => PayloadPreviousRule$inboundSchema),
4282
4291
  });
4283
4292
  /** @internal */
4284
- export const Ninety$outboundSchema = z.object({
4285
- team: z.lazy(() => UserEventPayload90Team$outboundSchema),
4293
+ export const NinetyTwo$outboundSchema = z.object({
4294
+ team: z.lazy(() => UserEventPayload92Team$outboundSchema),
4286
4295
  previousRule: z.lazy(() => PayloadPreviousRule$outboundSchema),
4287
4296
  });
4288
4297
  /**
4289
4298
  * @internal
4290
4299
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4291
4300
  */
4292
- export var Ninety$;
4293
- (function (Ninety$) {
4294
- /** @deprecated use `Ninety$inboundSchema` instead. */
4295
- Ninety$.inboundSchema = Ninety$inboundSchema;
4296
- /** @deprecated use `Ninety$outboundSchema` instead. */
4297
- Ninety$.outboundSchema = Ninety$outboundSchema;
4298
- })(Ninety$ || (Ninety$ = {}));
4299
- export function ninetyToJSON(ninety) {
4300
- return JSON.stringify(Ninety$outboundSchema.parse(ninety));
4301
+ export var NinetyTwo$;
4302
+ (function (NinetyTwo$) {
4303
+ /** @deprecated use `NinetyTwo$inboundSchema` instead. */
4304
+ NinetyTwo$.inboundSchema = NinetyTwo$inboundSchema;
4305
+ /** @deprecated use `NinetyTwo$outboundSchema` instead. */
4306
+ NinetyTwo$.outboundSchema = NinetyTwo$outboundSchema;
4307
+ })(NinetyTwo$ || (NinetyTwo$ = {}));
4308
+ export function ninetyTwoToJSON(ninetyTwo) {
4309
+ return JSON.stringify(NinetyTwo$outboundSchema.parse(ninetyTwo));
4301
4310
  }
4302
- export function ninetyFromJSON(jsonString) {
4303
- return safeParse(jsonString, (x) => Ninety$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ninety' from JSON`);
4311
+ export function ninetyTwoFromJSON(jsonString) {
4312
+ return safeParse(jsonString, (x) => NinetyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyTwo' from JSON`);
4304
4313
  }
4305
4314
  /** @internal */
4306
- export const UserEventPayload89Team$inboundSchema = z.object({
4315
+ export const UserEventPayload91Team$inboundSchema = z.object({
4307
4316
  id: z.string(),
4308
4317
  name: z.string().optional(),
4309
4318
  });
4310
4319
  /** @internal */
4311
- export const UserEventPayload89Team$outboundSchema = z.object({
4320
+ export const UserEventPayload91Team$outboundSchema = z.object({
4312
4321
  id: z.string(),
4313
4322
  name: z.string().optional(),
4314
4323
  });
@@ -4316,18 +4325,18 @@ export const UserEventPayload89Team$outboundSchema = z.object({
4316
4325
  * @internal
4317
4326
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4318
4327
  */
4319
- export var UserEventPayload89Team$;
4320
- (function (UserEventPayload89Team$) {
4321
- /** @deprecated use `UserEventPayload89Team$inboundSchema` instead. */
4322
- UserEventPayload89Team$.inboundSchema = UserEventPayload89Team$inboundSchema;
4323
- /** @deprecated use `UserEventPayload89Team$outboundSchema` instead. */
4324
- UserEventPayload89Team$.outboundSchema = UserEventPayload89Team$outboundSchema;
4325
- })(UserEventPayload89Team$ || (UserEventPayload89Team$ = {}));
4326
- export function userEventPayload89TeamToJSON(userEventPayload89Team) {
4327
- return JSON.stringify(UserEventPayload89Team$outboundSchema.parse(userEventPayload89Team));
4328
+ export var UserEventPayload91Team$;
4329
+ (function (UserEventPayload91Team$) {
4330
+ /** @deprecated use `UserEventPayload91Team$inboundSchema` instead. */
4331
+ UserEventPayload91Team$.inboundSchema = UserEventPayload91Team$inboundSchema;
4332
+ /** @deprecated use `UserEventPayload91Team$outboundSchema` instead. */
4333
+ UserEventPayload91Team$.outboundSchema = UserEventPayload91Team$outboundSchema;
4334
+ })(UserEventPayload91Team$ || (UserEventPayload91Team$ = {}));
4335
+ export function userEventPayload91TeamToJSON(userEventPayload91Team) {
4336
+ return JSON.stringify(UserEventPayload91Team$outboundSchema.parse(userEventPayload91Team));
4328
4337
  }
4329
- export function userEventPayload89TeamFromJSON(jsonString) {
4330
- return safeParse(jsonString, (x) => UserEventPayload89Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload89Team' from JSON`);
4338
+ export function userEventPayload91TeamFromJSON(jsonString) {
4339
+ return safeParse(jsonString, (x) => UserEventPayload91Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload91Team' from JSON`);
4331
4340
  }
4332
4341
  /** @internal */
4333
4342
  export const PreviousRule$inboundSchema = z.object({
@@ -4355,41 +4364,94 @@ export function previousRuleFromJSON(jsonString) {
4355
4364
  return safeParse(jsonString, (x) => PreviousRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PreviousRule' from JSON`);
4356
4365
  }
4357
4366
  /** @internal */
4358
- export const NextRule$inboundSchema = z.object({
4367
+ export const NextRule$inboundSchema = z.object({
4368
+ email: z.string(),
4369
+ });
4370
+ /** @internal */
4371
+ export const NextRule$outboundSchema = z.object({
4372
+ email: z.string(),
4373
+ });
4374
+ /**
4375
+ * @internal
4376
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4377
+ */
4378
+ export var NextRule$;
4379
+ (function (NextRule$) {
4380
+ /** @deprecated use `NextRule$inboundSchema` instead. */
4381
+ NextRule$.inboundSchema = NextRule$inboundSchema;
4382
+ /** @deprecated use `NextRule$outboundSchema` instead. */
4383
+ NextRule$.outboundSchema = NextRule$outboundSchema;
4384
+ })(NextRule$ || (NextRule$ = {}));
4385
+ export function nextRuleToJSON(nextRule) {
4386
+ return JSON.stringify(NextRule$outboundSchema.parse(nextRule));
4387
+ }
4388
+ export function nextRuleFromJSON(jsonString) {
4389
+ return safeParse(jsonString, (x) => NextRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NextRule' from JSON`);
4390
+ }
4391
+ /** @internal */
4392
+ export const NinetyOne$inboundSchema = z.object({
4393
+ team: z.lazy(() => UserEventPayload91Team$inboundSchema),
4394
+ previousRule: z.lazy(() => PreviousRule$inboundSchema).optional(),
4395
+ nextRule: z.lazy(() => NextRule$inboundSchema).optional(),
4396
+ });
4397
+ /** @internal */
4398
+ export const NinetyOne$outboundSchema = z.object({
4399
+ team: z.lazy(() => UserEventPayload91Team$outboundSchema),
4400
+ previousRule: z.lazy(() => PreviousRule$outboundSchema).optional(),
4401
+ nextRule: z.lazy(() => NextRule$outboundSchema).optional(),
4402
+ });
4403
+ /**
4404
+ * @internal
4405
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4406
+ */
4407
+ export var NinetyOne$;
4408
+ (function (NinetyOne$) {
4409
+ /** @deprecated use `NinetyOne$inboundSchema` instead. */
4410
+ NinetyOne$.inboundSchema = NinetyOne$inboundSchema;
4411
+ /** @deprecated use `NinetyOne$outboundSchema` instead. */
4412
+ NinetyOne$.outboundSchema = NinetyOne$outboundSchema;
4413
+ })(NinetyOne$ || (NinetyOne$ = {}));
4414
+ export function ninetyOneToJSON(ninetyOne) {
4415
+ return JSON.stringify(NinetyOne$outboundSchema.parse(ninetyOne));
4416
+ }
4417
+ export function ninetyOneFromJSON(jsonString) {
4418
+ return safeParse(jsonString, (x) => NinetyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyOne' from JSON`);
4419
+ }
4420
+ /** @internal */
4421
+ export const Ninety$inboundSchema = z
4422
+ .object({
4359
4423
  email: z.string(),
4360
4424
  });
4361
4425
  /** @internal */
4362
- export const NextRule$outboundSchema = z.object({
4426
+ export const Ninety$outboundSchema = z.object({
4363
4427
  email: z.string(),
4364
4428
  });
4365
4429
  /**
4366
4430
  * @internal
4367
4431
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4368
4432
  */
4369
- export var NextRule$;
4370
- (function (NextRule$) {
4371
- /** @deprecated use `NextRule$inboundSchema` instead. */
4372
- NextRule$.inboundSchema = NextRule$inboundSchema;
4373
- /** @deprecated use `NextRule$outboundSchema` instead. */
4374
- NextRule$.outboundSchema = NextRule$outboundSchema;
4375
- })(NextRule$ || (NextRule$ = {}));
4376
- export function nextRuleToJSON(nextRule) {
4377
- return JSON.stringify(NextRule$outboundSchema.parse(nextRule));
4433
+ export var Ninety$;
4434
+ (function (Ninety$) {
4435
+ /** @deprecated use `Ninety$inboundSchema` instead. */
4436
+ Ninety$.inboundSchema = Ninety$inboundSchema;
4437
+ /** @deprecated use `Ninety$outboundSchema` instead. */
4438
+ Ninety$.outboundSchema = Ninety$outboundSchema;
4439
+ })(Ninety$ || (Ninety$ = {}));
4440
+ export function ninetyToJSON(ninety) {
4441
+ return JSON.stringify(Ninety$outboundSchema.parse(ninety));
4378
4442
  }
4379
- export function nextRuleFromJSON(jsonString) {
4380
- return safeParse(jsonString, (x) => NextRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NextRule' from JSON`);
4443
+ export function ninetyFromJSON(jsonString) {
4444
+ return safeParse(jsonString, (x) => Ninety$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ninety' from JSON`);
4381
4445
  }
4382
4446
  /** @internal */
4383
4447
  export const EightyNine$inboundSchema = z.object({
4384
- team: z.lazy(() => UserEventPayload89Team$inboundSchema),
4385
- previousRule: z.lazy(() => PreviousRule$inboundSchema).optional(),
4386
- nextRule: z.lazy(() => NextRule$inboundSchema).optional(),
4448
+ email: z.string(),
4449
+ verified: z.boolean(),
4387
4450
  });
4388
4451
  /** @internal */
4389
4452
  export const EightyNine$outboundSchema = z.object({
4390
- team: z.lazy(() => UserEventPayload89Team$outboundSchema),
4391
- previousRule: z.lazy(() => PreviousRule$outboundSchema).optional(),
4392
- nextRule: z.lazy(() => NextRule$outboundSchema).optional(),
4453
+ email: z.string(),
4454
+ verified: z.boolean(),
4393
4455
  });
4394
4456
  /**
4395
4457
  * @internal
@@ -4410,11 +4472,13 @@ export function eightyNineFromJSON(jsonString) {
4410
4472
  }
4411
4473
  /** @internal */
4412
4474
  export const EightyEight$inboundSchema = z.object({
4413
- email: z.string(),
4475
+ instances: z.number(),
4476
+ url: z.string(),
4414
4477
  });
4415
4478
  /** @internal */
4416
4479
  export const EightyEight$outboundSchema = z.object({
4417
- email: z.string(),
4480
+ instances: z.number(),
4481
+ url: z.string(),
4418
4482
  });
4419
4483
  /**
4420
4484
  * @internal
@@ -4435,13 +4499,15 @@ export function eightyEightFromJSON(jsonString) {
4435
4499
  }
4436
4500
  /** @internal */
4437
4501
  export const EightySeven$inboundSchema = z.object({
4438
- email: z.string(),
4439
- verified: z.boolean(),
4502
+ gitProvider: z.string(),
4503
+ gitProviderGroupDescriptor: z.string(),
4504
+ gitScope: z.string(),
4440
4505
  });
4441
4506
  /** @internal */
4442
4507
  export const EightySeven$outboundSchema = z.object({
4443
- email: z.string(),
4444
- verified: z.boolean(),
4508
+ gitProvider: z.string(),
4509
+ gitProviderGroupDescriptor: z.string(),
4510
+ gitScope: z.string(),
4445
4511
  });
4446
4512
  /**
4447
4513
  * @internal
@@ -4462,13 +4528,15 @@ export function eightySevenFromJSON(jsonString) {
4462
4528
  }
4463
4529
  /** @internal */
4464
4530
  export const EightySix$inboundSchema = z.object({
4465
- instances: z.number(),
4466
- url: z.string(),
4531
+ projectId: z.string().optional(),
4532
+ projectName: z.string().optional(),
4533
+ newTargetPercentage: z.number().optional(),
4467
4534
  });
4468
4535
  /** @internal */
4469
4536
  export const EightySix$outboundSchema = z.object({
4470
- instances: z.number(),
4471
- url: z.string(),
4537
+ projectId: z.string().optional(),
4538
+ projectName: z.string().optional(),
4539
+ newTargetPercentage: z.number().optional(),
4472
4540
  });
4473
4541
  /**
4474
4542
  * @internal
@@ -4489,15 +4557,13 @@ export function eightySixFromJSON(jsonString) {
4489
4557
  }
4490
4558
  /** @internal */
4491
4559
  export const EightyFive$inboundSchema = z.object({
4492
- gitProvider: z.string(),
4493
- gitProviderGroupDescriptor: z.string(),
4494
- gitScope: z.string(),
4560
+ projectId: z.string(),
4561
+ projectName: z.string(),
4495
4562
  });
4496
4563
  /** @internal */
4497
4564
  export const EightyFive$outboundSchema = z.object({
4498
- gitProvider: z.string(),
4499
- gitProviderGroupDescriptor: z.string(),
4500
- gitScope: z.string(),
4565
+ projectId: z.string(),
4566
+ projectName: z.string(),
4501
4567
  });
4502
4568
  /**
4503
4569
  * @internal
@@ -7060,7 +7126,6 @@ export const PayloadResourceConfig$inboundSchema = z.object({
7060
7126
  edgeConfigSize: z.number().optional(),
7061
7127
  edgeFunctionMaxSizeBytes: z.number().optional(),
7062
7128
  edgeFunctionExecutionTimeoutMs: z.number().optional(),
7063
- serverlessFunctionDefaultMaxExecutionTime: z.number().optional(),
7064
7129
  serverlessFunctionMaxMemorySize: z.number().optional(),
7065
7130
  kvDatabases: z.number().optional(),
7066
7131
  postgresDatabases: z.number().optional(),
@@ -7089,7 +7154,6 @@ export const PayloadResourceConfig$outboundSchema = z.object({
7089
7154
  edgeConfigSize: z.number().optional(),
7090
7155
  edgeFunctionMaxSizeBytes: z.number().optional(),
7091
7156
  edgeFunctionExecutionTimeoutMs: z.number().optional(),
7092
- serverlessFunctionDefaultMaxExecutionTime: z.number().optional(),
7093
7157
  serverlessFunctionMaxMemorySize: z.number().optional(),
7094
7158
  kvDatabases: z.number().optional(),
7095
7159
  postgresDatabases: z.number().optional(),
@@ -11795,13 +11859,12 @@ export function thirtyFromJSON(jsonString) {
11795
11859
  return safeParse(jsonString, (x) => Thirty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Thirty' from JSON`);
11796
11860
  }
11797
11861
  /** @internal */
11798
- export const Team$inboundSchema = z
11799
- .object({
11862
+ export const UserEventPayload29Team$inboundSchema = z.object({
11800
11863
  id: z.string(),
11801
11864
  name: z.string(),
11802
11865
  });
11803
11866
  /** @internal */
11804
- export const Team$outboundSchema = z.object({
11867
+ export const UserEventPayload29Team$outboundSchema = z.object({
11805
11868
  id: z.string(),
11806
11869
  name: z.string(),
11807
11870
  });
@@ -11809,18 +11872,18 @@ export const Team$outboundSchema = z.object({
11809
11872
  * @internal
11810
11873
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
11811
11874
  */
11812
- export var Team$;
11813
- (function (Team$) {
11814
- /** @deprecated use `Team$inboundSchema` instead. */
11815
- Team$.inboundSchema = Team$inboundSchema;
11816
- /** @deprecated use `Team$outboundSchema` instead. */
11817
- Team$.outboundSchema = Team$outboundSchema;
11818
- })(Team$ || (Team$ = {}));
11819
- export function teamToJSON(team) {
11820
- return JSON.stringify(Team$outboundSchema.parse(team));
11875
+ export var UserEventPayload29Team$;
11876
+ (function (UserEventPayload29Team$) {
11877
+ /** @deprecated use `UserEventPayload29Team$inboundSchema` instead. */
11878
+ UserEventPayload29Team$.inboundSchema = UserEventPayload29Team$inboundSchema;
11879
+ /** @deprecated use `UserEventPayload29Team$outboundSchema` instead. */
11880
+ UserEventPayload29Team$.outboundSchema = UserEventPayload29Team$outboundSchema;
11881
+ })(UserEventPayload29Team$ || (UserEventPayload29Team$ = {}));
11882
+ export function userEventPayload29TeamToJSON(userEventPayload29Team) {
11883
+ return JSON.stringify(UserEventPayload29Team$outboundSchema.parse(userEventPayload29Team));
11821
11884
  }
11822
- export function teamFromJSON(jsonString) {
11823
- return safeParse(jsonString, (x) => Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Team' from JSON`);
11885
+ export function userEventPayload29TeamFromJSON(jsonString) {
11886
+ return safeParse(jsonString, (x) => UserEventPayload29Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload29Team' from JSON`);
11824
11887
  }
11825
11888
  /** @internal */
11826
11889
  export const Configuration$inboundSchema = z.object({
@@ -11878,14 +11941,14 @@ export function payloadProjectFromJSON(jsonString) {
11878
11941
  }
11879
11942
  /** @internal */
11880
11943
  export const TwentyNine$inboundSchema = z.object({
11881
- team: z.lazy(() => Team$inboundSchema),
11944
+ team: z.lazy(() => UserEventPayload29Team$inboundSchema),
11882
11945
  configuration: z.lazy(() => Configuration$inboundSchema),
11883
11946
  project: z.lazy(() => PayloadProject$inboundSchema),
11884
11947
  buildsEnabled: z.boolean().optional(),
11885
11948
  });
11886
11949
  /** @internal */
11887
11950
  export const TwentyNine$outboundSchema = z.object({
11888
- team: z.lazy(() => Team$outboundSchema),
11951
+ team: z.lazy(() => UserEventPayload29Team$outboundSchema),
11889
11952
  configuration: z.lazy(() => Configuration$outboundSchema),
11890
11953
  project: z.lazy(() => PayloadProject$outboundSchema),
11891
11954
  buildsEnabled: z.boolean().optional(),
@@ -12754,12 +12817,43 @@ export function projectFromJSON(jsonString) {
12754
12817
  return safeParse(jsonString, (x) => Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Project' from JSON`);
12755
12818
  }
12756
12819
  /** @internal */
12820
+ export const NextRole$inboundSchema = z
12821
+ .nativeEnum(NextRole);
12822
+ /** @internal */
12823
+ export const NextRole$outboundSchema = NextRole$inboundSchema;
12824
+ /**
12825
+ * @internal
12826
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12827
+ */
12828
+ export var NextRole$;
12829
+ (function (NextRole$) {
12830
+ /** @deprecated use `NextRole$inboundSchema` instead. */
12831
+ NextRole$.inboundSchema = NextRole$inboundSchema;
12832
+ /** @deprecated use `NextRole$outboundSchema` instead. */
12833
+ NextRole$.outboundSchema = NextRole$outboundSchema;
12834
+ })(NextRole$ || (NextRole$ = {}));
12835
+ /** @internal */
12836
+ export const PreviousRole$inboundSchema = z.nativeEnum(PreviousRole);
12837
+ /** @internal */
12838
+ export const PreviousRole$outboundSchema = PreviousRole$inboundSchema;
12839
+ /**
12840
+ * @internal
12841
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12842
+ */
12843
+ export var PreviousRole$;
12844
+ (function (PreviousRole$) {
12845
+ /** @deprecated use `PreviousRole$inboundSchema` instead. */
12846
+ PreviousRole$.inboundSchema = PreviousRole$inboundSchema;
12847
+ /** @deprecated use `PreviousRole$outboundSchema` instead. */
12848
+ PreviousRole$.outboundSchema = PreviousRole$outboundSchema;
12849
+ })(PreviousRole$ || (PreviousRole$ = {}));
12850
+ /** @internal */
12757
12851
  export const Six$inboundSchema = z
12758
12852
  .object({
12759
12853
  accessGroup: z.lazy(() => UserEventPayload6AccessGroup$inboundSchema),
12760
12854
  project: z.lazy(() => Project$inboundSchema),
12761
- next_role: z.nullable(z.string()).optional(),
12762
- previous_role: z.string().optional(),
12855
+ next_role: z.nullable(NextRole$inboundSchema).optional(),
12856
+ previous_role: PreviousRole$inboundSchema.optional(),
12763
12857
  }).transform((v) => {
12764
12858
  return remap$(v, {
12765
12859
  "next_role": "nextRole",
@@ -12771,8 +12865,8 @@ export const Six$outboundSchema = z
12771
12865
  .object({
12772
12866
  accessGroup: z.lazy(() => UserEventPayload6AccessGroup$outboundSchema),
12773
12867
  project: z.lazy(() => Project$outboundSchema),
12774
- nextRole: z.nullable(z.string()).optional(),
12775
- previousRole: z.string().optional(),
12868
+ nextRole: z.nullable(NextRole$outboundSchema).optional(),
12869
+ previousRole: PreviousRole$outboundSchema.optional(),
12776
12870
  }).transform((v) => {
12777
12871
  return remap$(v, {
12778
12872
  nextRole: "next_role",
@@ -13066,22 +13160,22 @@ export const Payload$inboundSchema = z.union([
13066
13160
  z.lazy(() => ThirtyThree$inboundSchema),
13067
13161
  z.lazy(() => FortyThree$inboundSchema),
13068
13162
  z.lazy(() => EightyFour$inboundSchema),
13069
- z.lazy(() => EightyEight$inboundSchema),
13070
- z.lazy(() => NinetyThree$inboundSchema),
13163
+ z.lazy(() => Ninety$inboundSchema),
13071
13164
  z.lazy(() => NinetyFive$inboundSchema),
13072
- z.lazy(() => NinetySix$inboundSchema),
13073
13165
  z.lazy(() => NinetySeven$inboundSchema),
13166
+ z.lazy(() => NinetyEight$inboundSchema),
13074
13167
  z.lazy(() => NinetyNine$inboundSchema),
13075
13168
  z.lazy(() => OneHundredAndOne$inboundSchema),
13076
- z.lazy(() => OneHundredAndNine$inboundSchema),
13077
- z.lazy(() => OneHundredAndTen$inboundSchema),
13169
+ z.lazy(() => OneHundredAndThree$inboundSchema),
13078
13170
  z.lazy(() => OneHundredAndEleven$inboundSchema),
13079
13171
  z.lazy(() => OneHundredAndTwelve$inboundSchema),
13080
- z.lazy(() => OneHundredAndFifteen$inboundSchema),
13172
+ z.lazy(() => OneHundredAndThirteen$inboundSchema),
13173
+ z.lazy(() => OneHundredAndFourteen$inboundSchema),
13081
13174
  z.lazy(() => OneHundredAndSeventeen$inboundSchema),
13082
- z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
13083
- z.lazy(() => OneHundredAndForty$inboundSchema),
13084
- z.lazy(() => OneHundredAndFortyFour$inboundSchema),
13175
+ z.lazy(() => OneHundredAndNineteen$inboundSchema),
13176
+ z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
13177
+ z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
13178
+ z.lazy(() => OneHundredAndFortySix$inboundSchema),
13085
13179
  z.lazy(() => Four$inboundSchema),
13086
13180
  z.lazy(() => Fourteen$inboundSchema),
13087
13181
  z.lazy(() => Seventeen$inboundSchema),
@@ -13104,24 +13198,25 @@ export const Payload$inboundSchema = z.union([
13104
13198
  z.lazy(() => EightyOne$inboundSchema),
13105
13199
  z.lazy(() => EightyTwo$inboundSchema),
13106
13200
  z.lazy(() => EightyThree$inboundSchema),
13107
- z.lazy(() => EightySix$inboundSchema),
13108
- z.lazy(() => EightySeven$inboundSchema),
13109
- z.lazy(() => Ninety$inboundSchema),
13110
- z.lazy(() => NinetyOne$inboundSchema),
13111
- z.lazy(() => OneHundred$inboundSchema),
13112
- z.lazy(() => OneHundredAndSeven$inboundSchema),
13113
- z.lazy(() => OneHundredAndThirteen$inboundSchema),
13114
- z.lazy(() => OneHundredAndFourteen$inboundSchema),
13201
+ z.lazy(() => EightyFive$inboundSchema),
13202
+ z.lazy(() => EightyEight$inboundSchema),
13203
+ z.lazy(() => EightyNine$inboundSchema),
13204
+ z.lazy(() => NinetyTwo$inboundSchema),
13205
+ z.lazy(() => NinetyThree$inboundSchema),
13206
+ z.lazy(() => OneHundredAndTwo$inboundSchema),
13207
+ z.lazy(() => OneHundredAndNine$inboundSchema),
13208
+ z.lazy(() => OneHundredAndFifteen$inboundSchema),
13115
13209
  z.lazy(() => OneHundredAndSixteen$inboundSchema),
13116
- z.lazy(() => OneHundredAndNineteen$inboundSchema),
13117
- z.lazy(() => OneHundredAndTwenty$inboundSchema),
13118
- z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
13119
- z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
13210
+ z.lazy(() => OneHundredAndEighteen$inboundSchema),
13211
+ z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
13212
+ z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
13120
13213
  z.lazy(() => OneHundredAndThirty$inboundSchema),
13121
- z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
13122
- z.lazy(() => OneHundredAndFortyOne$inboundSchema),
13123
- z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
13214
+ z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
13215
+ z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
13216
+ z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
13124
13217
  z.lazy(() => OneHundredAndFortyThree$inboundSchema),
13218
+ z.lazy(() => OneHundredAndFortyFour$inboundSchema),
13219
+ z.lazy(() => OneHundredAndFortyFive$inboundSchema),
13125
13220
  z.lazy(() => Five$inboundSchema),
13126
13221
  z.lazy(() => Eight$inboundSchema),
13127
13222
  z.lazy(() => Ten$inboundSchema),
@@ -13150,19 +13245,20 @@ export const Payload$inboundSchema = z.union([
13150
13245
  z.lazy(() => SeventySeven$inboundSchema),
13151
13246
  z.lazy(() => SeventyEight$inboundSchema),
13152
13247
  z.lazy(() => Eighty$inboundSchema),
13153
- z.lazy(() => EightyFive$inboundSchema),
13154
- z.lazy(() => EightyNine$inboundSchema),
13155
- z.lazy(() => NinetyTwo$inboundSchema),
13156
- z.lazy(() => OneHundredAndFive$inboundSchema),
13157
- z.lazy(() => OneHundredAndEight$inboundSchema),
13158
- z.lazy(() => OneHundredAndEighteen$inboundSchema),
13159
- z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
13160
- z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
13248
+ z.lazy(() => EightySix$inboundSchema),
13249
+ z.lazy(() => EightySeven$inboundSchema),
13250
+ z.lazy(() => NinetyOne$inboundSchema),
13251
+ z.lazy(() => NinetyFour$inboundSchema),
13252
+ z.lazy(() => OneHundredAndSeven$inboundSchema),
13253
+ z.lazy(() => OneHundredAndTen$inboundSchema),
13254
+ z.lazy(() => OneHundredAndTwenty$inboundSchema),
13255
+ z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
13161
13256
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
13162
- z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
13163
- z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
13164
- z.lazy(() => OneHundredAndFortyFive$inboundSchema),
13165
- z.lazy(() => OneHundredAndFortySix$inboundSchema),
13257
+ z.lazy(() => OneHundredAndThirtySix$inboundSchema),
13258
+ z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
13259
+ z.lazy(() => OneHundredAndForty$inboundSchema),
13260
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
13261
+ z.lazy(() => OneHundredAndFortyEight$inboundSchema),
13166
13262
  z.lazy(() => Payload2$inboundSchema),
13167
13263
  z.lazy(() => Six$inboundSchema),
13168
13264
  z.lazy(() => Eleven$inboundSchema),
@@ -13173,34 +13269,34 @@ export const Payload$inboundSchema = z.union([
13173
13269
  z.lazy(() => FortySix$inboundSchema),
13174
13270
  z.lazy(() => SeventyFour$inboundSchema),
13175
13271
  z.lazy(() => SeventyFive$inboundSchema),
13176
- z.lazy(() => NinetyFour$inboundSchema),
13177
- z.lazy(() => OneHundredAndTwo$inboundSchema),
13178
- z.lazy(() => OneHundredAndTwentySix$inboundSchema),
13179
- z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
13180
- z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
13181
- z.lazy(() => OneHundredAndThirtySix$inboundSchema),
13182
- z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
13183
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
13272
+ z.lazy(() => NinetySix$inboundSchema),
13273
+ z.lazy(() => OneHundredAndFour$inboundSchema),
13274
+ z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
13275
+ z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
13276
+ z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
13277
+ z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
13278
+ z.lazy(() => OneHundredAndFortyOne$inboundSchema),
13279
+ z.lazy(() => OneHundredAndFortyNine$inboundSchema),
13184
13280
  z.lazy(() => Thirty$inboundSchema),
13185
13281
  z.lazy(() => FortyTwo$inboundSchema),
13186
13282
  z.lazy(() => FiftyNine$inboundSchema),
13187
13283
  z.lazy(() => SixtySix$inboundSchema),
13188
13284
  z.lazy(() => SeventyNine$inboundSchema),
13189
- z.lazy(() => OneHundredAndSix$inboundSchema),
13285
+ z.lazy(() => OneHundredAndEight$inboundSchema),
13190
13286
  z.lazy(() => Forty$inboundSchema),
13191
13287
  z.lazy(() => SixtyTwo$inboundSchema),
13192
13288
  z.lazy(() => SixtyFive$inboundSchema),
13193
- z.lazy(() => NinetyEight$inboundSchema),
13194
- z.lazy(() => OneHundredAndFour$inboundSchema),
13195
- z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
13196
- z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
13289
+ z.lazy(() => OneHundred$inboundSchema),
13290
+ z.lazy(() => OneHundredAndSix$inboundSchema),
13197
13291
  z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
13198
- z.lazy(() => OneHundredAndFortyEight$inboundSchema),
13292
+ z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
13293
+ z.lazy(() => OneHundredAndTwentySix$inboundSchema),
13294
+ z.lazy(() => OneHundredAndFifty$inboundSchema),
13199
13295
  z.lazy(() => SixtyFour$inboundSchema),
13200
13296
  z.lazy(() => SixtySeven$inboundSchema),
13201
13297
  z.lazy(() => SeventyThree$inboundSchema),
13202
- z.lazy(() => OneHundredAndThree$inboundSchema),
13203
- z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
13298
+ z.lazy(() => OneHundredAndFive$inboundSchema),
13299
+ z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
13204
13300
  z.lazy(() => FiftySix$inboundSchema),
13205
13301
  z.lazy(() => Seven$inboundSchema),
13206
13302
  z.lazy(() => ThirtySeven$inboundSchema),
@@ -13217,22 +13313,22 @@ export const Payload$outboundSchema = z.union([
13217
13313
  z.lazy(() => ThirtyThree$outboundSchema),
13218
13314
  z.lazy(() => FortyThree$outboundSchema),
13219
13315
  z.lazy(() => EightyFour$outboundSchema),
13220
- z.lazy(() => EightyEight$outboundSchema),
13221
- z.lazy(() => NinetyThree$outboundSchema),
13316
+ z.lazy(() => Ninety$outboundSchema),
13222
13317
  z.lazy(() => NinetyFive$outboundSchema),
13223
- z.lazy(() => NinetySix$outboundSchema),
13224
13318
  z.lazy(() => NinetySeven$outboundSchema),
13319
+ z.lazy(() => NinetyEight$outboundSchema),
13225
13320
  z.lazy(() => NinetyNine$outboundSchema),
13226
13321
  z.lazy(() => OneHundredAndOne$outboundSchema),
13227
- z.lazy(() => OneHundredAndNine$outboundSchema),
13228
- z.lazy(() => OneHundredAndTen$outboundSchema),
13322
+ z.lazy(() => OneHundredAndThree$outboundSchema),
13229
13323
  z.lazy(() => OneHundredAndEleven$outboundSchema),
13230
13324
  z.lazy(() => OneHundredAndTwelve$outboundSchema),
13231
- z.lazy(() => OneHundredAndFifteen$outboundSchema),
13325
+ z.lazy(() => OneHundredAndThirteen$outboundSchema),
13326
+ z.lazy(() => OneHundredAndFourteen$outboundSchema),
13232
13327
  z.lazy(() => OneHundredAndSeventeen$outboundSchema),
13233
- z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
13234
- z.lazy(() => OneHundredAndForty$outboundSchema),
13235
- z.lazy(() => OneHundredAndFortyFour$outboundSchema),
13328
+ z.lazy(() => OneHundredAndNineteen$outboundSchema),
13329
+ z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
13330
+ z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
13331
+ z.lazy(() => OneHundredAndFortySix$outboundSchema),
13236
13332
  z.lazy(() => Four$outboundSchema),
13237
13333
  z.lazy(() => Fourteen$outboundSchema),
13238
13334
  z.lazy(() => Seventeen$outboundSchema),
@@ -13255,24 +13351,25 @@ export const Payload$outboundSchema = z.union([
13255
13351
  z.lazy(() => EightyOne$outboundSchema),
13256
13352
  z.lazy(() => EightyTwo$outboundSchema),
13257
13353
  z.lazy(() => EightyThree$outboundSchema),
13258
- z.lazy(() => EightySix$outboundSchema),
13259
- z.lazy(() => EightySeven$outboundSchema),
13260
- z.lazy(() => Ninety$outboundSchema),
13261
- z.lazy(() => NinetyOne$outboundSchema),
13262
- z.lazy(() => OneHundred$outboundSchema),
13263
- z.lazy(() => OneHundredAndSeven$outboundSchema),
13264
- z.lazy(() => OneHundredAndThirteen$outboundSchema),
13265
- z.lazy(() => OneHundredAndFourteen$outboundSchema),
13354
+ z.lazy(() => EightyFive$outboundSchema),
13355
+ z.lazy(() => EightyEight$outboundSchema),
13356
+ z.lazy(() => EightyNine$outboundSchema),
13357
+ z.lazy(() => NinetyTwo$outboundSchema),
13358
+ z.lazy(() => NinetyThree$outboundSchema),
13359
+ z.lazy(() => OneHundredAndTwo$outboundSchema),
13360
+ z.lazy(() => OneHundredAndNine$outboundSchema),
13361
+ z.lazy(() => OneHundredAndFifteen$outboundSchema),
13266
13362
  z.lazy(() => OneHundredAndSixteen$outboundSchema),
13267
- z.lazy(() => OneHundredAndNineteen$outboundSchema),
13268
- z.lazy(() => OneHundredAndTwenty$outboundSchema),
13269
- z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
13270
- z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
13363
+ z.lazy(() => OneHundredAndEighteen$outboundSchema),
13364
+ z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
13365
+ z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
13271
13366
  z.lazy(() => OneHundredAndThirty$outboundSchema),
13272
- z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
13273
- z.lazy(() => OneHundredAndFortyOne$outboundSchema),
13274
- z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
13367
+ z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
13368
+ z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
13369
+ z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
13275
13370
  z.lazy(() => OneHundredAndFortyThree$outboundSchema),
13371
+ z.lazy(() => OneHundredAndFortyFour$outboundSchema),
13372
+ z.lazy(() => OneHundredAndFortyFive$outboundSchema),
13276
13373
  z.lazy(() => Five$outboundSchema),
13277
13374
  z.lazy(() => Eight$outboundSchema),
13278
13375
  z.lazy(() => Ten$outboundSchema),
@@ -13300,20 +13397,21 @@ export const Payload$outboundSchema = z.union([
13300
13397
  z.lazy(() => SeventyTwo$outboundSchema),
13301
13398
  z.lazy(() => SeventySeven$outboundSchema),
13302
13399
  z.lazy(() => SeventyEight$outboundSchema),
13303
- z.lazy(() => Eighty$outboundSchema),
13304
- z.lazy(() => EightyFive$outboundSchema),
13305
- z.lazy(() => EightyNine$outboundSchema),
13306
- z.lazy(() => NinetyTwo$outboundSchema),
13307
- z.lazy(() => OneHundredAndFive$outboundSchema),
13308
- z.lazy(() => OneHundredAndEight$outboundSchema),
13309
- z.lazy(() => OneHundredAndEighteen$outboundSchema),
13310
- z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
13311
- z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
13400
+ z.lazy(() => Eighty$outboundSchema),
13401
+ z.lazy(() => EightySix$outboundSchema),
13402
+ z.lazy(() => EightySeven$outboundSchema),
13403
+ z.lazy(() => NinetyOne$outboundSchema),
13404
+ z.lazy(() => NinetyFour$outboundSchema),
13405
+ z.lazy(() => OneHundredAndSeven$outboundSchema),
13406
+ z.lazy(() => OneHundredAndTen$outboundSchema),
13407
+ z.lazy(() => OneHundredAndTwenty$outboundSchema),
13408
+ z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
13312
13409
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
13313
- z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
13314
- z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
13315
- z.lazy(() => OneHundredAndFortyFive$outboundSchema),
13316
- z.lazy(() => OneHundredAndFortySix$outboundSchema),
13410
+ z.lazy(() => OneHundredAndThirtySix$outboundSchema),
13411
+ z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
13412
+ z.lazy(() => OneHundredAndForty$outboundSchema),
13413
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
13414
+ z.lazy(() => OneHundredAndFortyEight$outboundSchema),
13317
13415
  z.lazy(() => Payload2$outboundSchema),
13318
13416
  z.lazy(() => Six$outboundSchema),
13319
13417
  z.lazy(() => Eleven$outboundSchema),
@@ -13324,34 +13422,34 @@ export const Payload$outboundSchema = z.union([
13324
13422
  z.lazy(() => FortySix$outboundSchema),
13325
13423
  z.lazy(() => SeventyFour$outboundSchema),
13326
13424
  z.lazy(() => SeventyFive$outboundSchema),
13327
- z.lazy(() => NinetyFour$outboundSchema),
13328
- z.lazy(() => OneHundredAndTwo$outboundSchema),
13329
- z.lazy(() => OneHundredAndTwentySix$outboundSchema),
13330
- z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
13331
- z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
13332
- z.lazy(() => OneHundredAndThirtySix$outboundSchema),
13333
- z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
13334
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
13425
+ z.lazy(() => NinetySix$outboundSchema),
13426
+ z.lazy(() => OneHundredAndFour$outboundSchema),
13427
+ z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
13428
+ z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
13429
+ z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
13430
+ z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
13431
+ z.lazy(() => OneHundredAndFortyOne$outboundSchema),
13432
+ z.lazy(() => OneHundredAndFortyNine$outboundSchema),
13335
13433
  z.lazy(() => Thirty$outboundSchema),
13336
13434
  z.lazy(() => FortyTwo$outboundSchema),
13337
13435
  z.lazy(() => FiftyNine$outboundSchema),
13338
13436
  z.lazy(() => SixtySix$outboundSchema),
13339
13437
  z.lazy(() => SeventyNine$outboundSchema),
13340
- z.lazy(() => OneHundredAndSix$outboundSchema),
13438
+ z.lazy(() => OneHundredAndEight$outboundSchema),
13341
13439
  z.lazy(() => Forty$outboundSchema),
13342
13440
  z.lazy(() => SixtyTwo$outboundSchema),
13343
13441
  z.lazy(() => SixtyFive$outboundSchema),
13344
- z.lazy(() => NinetyEight$outboundSchema),
13345
- z.lazy(() => OneHundredAndFour$outboundSchema),
13346
- z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
13347
- z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
13442
+ z.lazy(() => OneHundred$outboundSchema),
13443
+ z.lazy(() => OneHundredAndSix$outboundSchema),
13348
13444
  z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
13349
- z.lazy(() => OneHundredAndFortyEight$outboundSchema),
13445
+ z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
13446
+ z.lazy(() => OneHundredAndTwentySix$outboundSchema),
13447
+ z.lazy(() => OneHundredAndFifty$outboundSchema),
13350
13448
  z.lazy(() => SixtyFour$outboundSchema),
13351
13449
  z.lazy(() => SixtySeven$outboundSchema),
13352
13450
  z.lazy(() => SeventyThree$outboundSchema),
13353
- z.lazy(() => OneHundredAndThree$outboundSchema),
13354
- z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
13451
+ z.lazy(() => OneHundredAndFive$outboundSchema),
13452
+ z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
13355
13453
  z.lazy(() => FiftySix$outboundSchema),
13356
13454
  z.lazy(() => Seven$outboundSchema),
13357
13455
  z.lazy(() => ThirtySeven$outboundSchema),
@@ -13402,22 +13500,22 @@ export const UserEvent$inboundSchema = z.object({
13402
13500
  z.lazy(() => ThirtyThree$inboundSchema),
13403
13501
  z.lazy(() => FortyThree$inboundSchema),
13404
13502
  z.lazy(() => EightyFour$inboundSchema),
13405
- z.lazy(() => EightyEight$inboundSchema),
13406
- z.lazy(() => NinetyThree$inboundSchema),
13503
+ z.lazy(() => Ninety$inboundSchema),
13407
13504
  z.lazy(() => NinetyFive$inboundSchema),
13408
- z.lazy(() => NinetySix$inboundSchema),
13409
13505
  z.lazy(() => NinetySeven$inboundSchema),
13506
+ z.lazy(() => NinetyEight$inboundSchema),
13410
13507
  z.lazy(() => NinetyNine$inboundSchema),
13411
13508
  z.lazy(() => OneHundredAndOne$inboundSchema),
13412
- z.lazy(() => OneHundredAndNine$inboundSchema),
13413
- z.lazy(() => OneHundredAndTen$inboundSchema),
13509
+ z.lazy(() => OneHundredAndThree$inboundSchema),
13414
13510
  z.lazy(() => OneHundredAndEleven$inboundSchema),
13415
13511
  z.lazy(() => OneHundredAndTwelve$inboundSchema),
13416
- z.lazy(() => OneHundredAndFifteen$inboundSchema),
13512
+ z.lazy(() => OneHundredAndThirteen$inboundSchema),
13513
+ z.lazy(() => OneHundredAndFourteen$inboundSchema),
13417
13514
  z.lazy(() => OneHundredAndSeventeen$inboundSchema),
13418
- z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
13419
- z.lazy(() => OneHundredAndForty$inboundSchema),
13420
- z.lazy(() => OneHundredAndFortyFour$inboundSchema),
13515
+ z.lazy(() => OneHundredAndNineteen$inboundSchema),
13516
+ z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
13517
+ z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
13518
+ z.lazy(() => OneHundredAndFortySix$inboundSchema),
13421
13519
  z.lazy(() => Four$inboundSchema),
13422
13520
  z.lazy(() => Fourteen$inboundSchema),
13423
13521
  z.lazy(() => Seventeen$inboundSchema),
@@ -13440,24 +13538,25 @@ export const UserEvent$inboundSchema = z.object({
13440
13538
  z.lazy(() => EightyOne$inboundSchema),
13441
13539
  z.lazy(() => EightyTwo$inboundSchema),
13442
13540
  z.lazy(() => EightyThree$inboundSchema),
13443
- z.lazy(() => EightySix$inboundSchema),
13444
- z.lazy(() => EightySeven$inboundSchema),
13445
- z.lazy(() => Ninety$inboundSchema),
13446
- z.lazy(() => NinetyOne$inboundSchema),
13447
- z.lazy(() => OneHundred$inboundSchema),
13448
- z.lazy(() => OneHundredAndSeven$inboundSchema),
13449
- z.lazy(() => OneHundredAndThirteen$inboundSchema),
13450
- z.lazy(() => OneHundredAndFourteen$inboundSchema),
13541
+ z.lazy(() => EightyFive$inboundSchema),
13542
+ z.lazy(() => EightyEight$inboundSchema),
13543
+ z.lazy(() => EightyNine$inboundSchema),
13544
+ z.lazy(() => NinetyTwo$inboundSchema),
13545
+ z.lazy(() => NinetyThree$inboundSchema),
13546
+ z.lazy(() => OneHundredAndTwo$inboundSchema),
13547
+ z.lazy(() => OneHundredAndNine$inboundSchema),
13548
+ z.lazy(() => OneHundredAndFifteen$inboundSchema),
13451
13549
  z.lazy(() => OneHundredAndSixteen$inboundSchema),
13452
- z.lazy(() => OneHundredAndNineteen$inboundSchema),
13453
- z.lazy(() => OneHundredAndTwenty$inboundSchema),
13454
- z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
13455
- z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
13550
+ z.lazy(() => OneHundredAndEighteen$inboundSchema),
13551
+ z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
13552
+ z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
13456
13553
  z.lazy(() => OneHundredAndThirty$inboundSchema),
13457
- z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
13458
- z.lazy(() => OneHundredAndFortyOne$inboundSchema),
13459
- z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
13554
+ z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
13555
+ z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
13556
+ z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
13460
13557
  z.lazy(() => OneHundredAndFortyThree$inboundSchema),
13558
+ z.lazy(() => OneHundredAndFortyFour$inboundSchema),
13559
+ z.lazy(() => OneHundredAndFortyFive$inboundSchema),
13461
13560
  z.lazy(() => Five$inboundSchema),
13462
13561
  z.lazy(() => Eight$inboundSchema),
13463
13562
  z.lazy(() => Ten$inboundSchema),
@@ -13486,19 +13585,20 @@ export const UserEvent$inboundSchema = z.object({
13486
13585
  z.lazy(() => SeventySeven$inboundSchema),
13487
13586
  z.lazy(() => SeventyEight$inboundSchema),
13488
13587
  z.lazy(() => Eighty$inboundSchema),
13489
- z.lazy(() => EightyFive$inboundSchema),
13490
- z.lazy(() => EightyNine$inboundSchema),
13491
- z.lazy(() => NinetyTwo$inboundSchema),
13492
- z.lazy(() => OneHundredAndFive$inboundSchema),
13493
- z.lazy(() => OneHundredAndEight$inboundSchema),
13494
- z.lazy(() => OneHundredAndEighteen$inboundSchema),
13495
- z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
13496
- z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
13588
+ z.lazy(() => EightySix$inboundSchema),
13589
+ z.lazy(() => EightySeven$inboundSchema),
13590
+ z.lazy(() => NinetyOne$inboundSchema),
13591
+ z.lazy(() => NinetyFour$inboundSchema),
13592
+ z.lazy(() => OneHundredAndSeven$inboundSchema),
13593
+ z.lazy(() => OneHundredAndTen$inboundSchema),
13594
+ z.lazy(() => OneHundredAndTwenty$inboundSchema),
13595
+ z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
13497
13596
  z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
13498
- z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
13499
- z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
13500
- z.lazy(() => OneHundredAndFortyFive$inboundSchema),
13501
- z.lazy(() => OneHundredAndFortySix$inboundSchema),
13597
+ z.lazy(() => OneHundredAndThirtySix$inboundSchema),
13598
+ z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
13599
+ z.lazy(() => OneHundredAndForty$inboundSchema),
13600
+ z.lazy(() => OneHundredAndFortySeven$inboundSchema),
13601
+ z.lazy(() => OneHundredAndFortyEight$inboundSchema),
13502
13602
  z.lazy(() => Payload2$inboundSchema),
13503
13603
  z.lazy(() => Six$inboundSchema),
13504
13604
  z.lazy(() => Eleven$inboundSchema),
@@ -13509,34 +13609,34 @@ export const UserEvent$inboundSchema = z.object({
13509
13609
  z.lazy(() => FortySix$inboundSchema),
13510
13610
  z.lazy(() => SeventyFour$inboundSchema),
13511
13611
  z.lazy(() => SeventyFive$inboundSchema),
13512
- z.lazy(() => NinetyFour$inboundSchema),
13513
- z.lazy(() => OneHundredAndTwo$inboundSchema),
13514
- z.lazy(() => OneHundredAndTwentySix$inboundSchema),
13515
- z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
13516
- z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
13517
- z.lazy(() => OneHundredAndThirtySix$inboundSchema),
13518
- z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
13519
- z.lazy(() => OneHundredAndFortySeven$inboundSchema),
13612
+ z.lazy(() => NinetySix$inboundSchema),
13613
+ z.lazy(() => OneHundredAndFour$inboundSchema),
13614
+ z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
13615
+ z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
13616
+ z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
13617
+ z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
13618
+ z.lazy(() => OneHundredAndFortyOne$inboundSchema),
13619
+ z.lazy(() => OneHundredAndFortyNine$inboundSchema),
13520
13620
  z.lazy(() => Thirty$inboundSchema),
13521
13621
  z.lazy(() => FortyTwo$inboundSchema),
13522
13622
  z.lazy(() => FiftyNine$inboundSchema),
13523
13623
  z.lazy(() => SixtySix$inboundSchema),
13524
13624
  z.lazy(() => SeventyNine$inboundSchema),
13525
- z.lazy(() => OneHundredAndSix$inboundSchema),
13625
+ z.lazy(() => OneHundredAndEight$inboundSchema),
13526
13626
  z.lazy(() => Forty$inboundSchema),
13527
13627
  z.lazy(() => SixtyTwo$inboundSchema),
13528
13628
  z.lazy(() => SixtyFive$inboundSchema),
13529
- z.lazy(() => NinetyEight$inboundSchema),
13530
- z.lazy(() => OneHundredAndFour$inboundSchema),
13531
- z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
13532
- z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
13629
+ z.lazy(() => OneHundred$inboundSchema),
13630
+ z.lazy(() => OneHundredAndSix$inboundSchema),
13533
13631
  z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
13534
- z.lazy(() => OneHundredAndFortyEight$inboundSchema),
13632
+ z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
13633
+ z.lazy(() => OneHundredAndTwentySix$inboundSchema),
13634
+ z.lazy(() => OneHundredAndFifty$inboundSchema),
13535
13635
  z.lazy(() => SixtyFour$inboundSchema),
13536
13636
  z.lazy(() => SixtySeven$inboundSchema),
13537
13637
  z.lazy(() => SeventyThree$inboundSchema),
13538
- z.lazy(() => OneHundredAndThree$inboundSchema),
13539
- z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
13638
+ z.lazy(() => OneHundredAndFive$inboundSchema),
13639
+ z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
13540
13640
  z.lazy(() => FiftySix$inboundSchema),
13541
13641
  z.lazy(() => Seven$inboundSchema),
13542
13642
  z.lazy(() => ThirtySeven$inboundSchema),
@@ -13571,22 +13671,22 @@ export const UserEvent$outboundSchema = z.object({
13571
13671
  z.lazy(() => ThirtyThree$outboundSchema),
13572
13672
  z.lazy(() => FortyThree$outboundSchema),
13573
13673
  z.lazy(() => EightyFour$outboundSchema),
13574
- z.lazy(() => EightyEight$outboundSchema),
13575
- z.lazy(() => NinetyThree$outboundSchema),
13674
+ z.lazy(() => Ninety$outboundSchema),
13576
13675
  z.lazy(() => NinetyFive$outboundSchema),
13577
- z.lazy(() => NinetySix$outboundSchema),
13578
13676
  z.lazy(() => NinetySeven$outboundSchema),
13677
+ z.lazy(() => NinetyEight$outboundSchema),
13579
13678
  z.lazy(() => NinetyNine$outboundSchema),
13580
13679
  z.lazy(() => OneHundredAndOne$outboundSchema),
13581
- z.lazy(() => OneHundredAndNine$outboundSchema),
13582
- z.lazy(() => OneHundredAndTen$outboundSchema),
13680
+ z.lazy(() => OneHundredAndThree$outboundSchema),
13583
13681
  z.lazy(() => OneHundredAndEleven$outboundSchema),
13584
13682
  z.lazy(() => OneHundredAndTwelve$outboundSchema),
13585
- z.lazy(() => OneHundredAndFifteen$outboundSchema),
13683
+ z.lazy(() => OneHundredAndThirteen$outboundSchema),
13684
+ z.lazy(() => OneHundredAndFourteen$outboundSchema),
13586
13685
  z.lazy(() => OneHundredAndSeventeen$outboundSchema),
13587
- z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
13588
- z.lazy(() => OneHundredAndForty$outboundSchema),
13589
- z.lazy(() => OneHundredAndFortyFour$outboundSchema),
13686
+ z.lazy(() => OneHundredAndNineteen$outboundSchema),
13687
+ z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
13688
+ z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
13689
+ z.lazy(() => OneHundredAndFortySix$outboundSchema),
13590
13690
  z.lazy(() => Four$outboundSchema),
13591
13691
  z.lazy(() => Fourteen$outboundSchema),
13592
13692
  z.lazy(() => Seventeen$outboundSchema),
@@ -13609,24 +13709,25 @@ export const UserEvent$outboundSchema = z.object({
13609
13709
  z.lazy(() => EightyOne$outboundSchema),
13610
13710
  z.lazy(() => EightyTwo$outboundSchema),
13611
13711
  z.lazy(() => EightyThree$outboundSchema),
13612
- z.lazy(() => EightySix$outboundSchema),
13613
- z.lazy(() => EightySeven$outboundSchema),
13614
- z.lazy(() => Ninety$outboundSchema),
13615
- z.lazy(() => NinetyOne$outboundSchema),
13616
- z.lazy(() => OneHundred$outboundSchema),
13617
- z.lazy(() => OneHundredAndSeven$outboundSchema),
13618
- z.lazy(() => OneHundredAndThirteen$outboundSchema),
13619
- z.lazy(() => OneHundredAndFourteen$outboundSchema),
13712
+ z.lazy(() => EightyFive$outboundSchema),
13713
+ z.lazy(() => EightyEight$outboundSchema),
13714
+ z.lazy(() => EightyNine$outboundSchema),
13715
+ z.lazy(() => NinetyTwo$outboundSchema),
13716
+ z.lazy(() => NinetyThree$outboundSchema),
13717
+ z.lazy(() => OneHundredAndTwo$outboundSchema),
13718
+ z.lazy(() => OneHundredAndNine$outboundSchema),
13719
+ z.lazy(() => OneHundredAndFifteen$outboundSchema),
13620
13720
  z.lazy(() => OneHundredAndSixteen$outboundSchema),
13621
- z.lazy(() => OneHundredAndNineteen$outboundSchema),
13622
- z.lazy(() => OneHundredAndTwenty$outboundSchema),
13623
- z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
13624
- z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
13721
+ z.lazy(() => OneHundredAndEighteen$outboundSchema),
13722
+ z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
13723
+ z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
13625
13724
  z.lazy(() => OneHundredAndThirty$outboundSchema),
13626
- z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
13627
- z.lazy(() => OneHundredAndFortyOne$outboundSchema),
13628
- z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
13725
+ z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
13726
+ z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
13727
+ z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
13629
13728
  z.lazy(() => OneHundredAndFortyThree$outboundSchema),
13729
+ z.lazy(() => OneHundredAndFortyFour$outboundSchema),
13730
+ z.lazy(() => OneHundredAndFortyFive$outboundSchema),
13630
13731
  z.lazy(() => Five$outboundSchema),
13631
13732
  z.lazy(() => Eight$outboundSchema),
13632
13733
  z.lazy(() => Ten$outboundSchema),
@@ -13655,19 +13756,20 @@ export const UserEvent$outboundSchema = z.object({
13655
13756
  z.lazy(() => SeventySeven$outboundSchema),
13656
13757
  z.lazy(() => SeventyEight$outboundSchema),
13657
13758
  z.lazy(() => Eighty$outboundSchema),
13658
- z.lazy(() => EightyFive$outboundSchema),
13659
- z.lazy(() => EightyNine$outboundSchema),
13660
- z.lazy(() => NinetyTwo$outboundSchema),
13661
- z.lazy(() => OneHundredAndFive$outboundSchema),
13662
- z.lazy(() => OneHundredAndEight$outboundSchema),
13663
- z.lazy(() => OneHundredAndEighteen$outboundSchema),
13664
- z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
13665
- z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
13759
+ z.lazy(() => EightySix$outboundSchema),
13760
+ z.lazy(() => EightySeven$outboundSchema),
13761
+ z.lazy(() => NinetyOne$outboundSchema),
13762
+ z.lazy(() => NinetyFour$outboundSchema),
13763
+ z.lazy(() => OneHundredAndSeven$outboundSchema),
13764
+ z.lazy(() => OneHundredAndTen$outboundSchema),
13765
+ z.lazy(() => OneHundredAndTwenty$outboundSchema),
13766
+ z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
13666
13767
  z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
13667
- z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
13668
- z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
13669
- z.lazy(() => OneHundredAndFortyFive$outboundSchema),
13670
- z.lazy(() => OneHundredAndFortySix$outboundSchema),
13768
+ z.lazy(() => OneHundredAndThirtySix$outboundSchema),
13769
+ z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
13770
+ z.lazy(() => OneHundredAndForty$outboundSchema),
13771
+ z.lazy(() => OneHundredAndFortySeven$outboundSchema),
13772
+ z.lazy(() => OneHundredAndFortyEight$outboundSchema),
13671
13773
  z.lazy(() => Payload2$outboundSchema),
13672
13774
  z.lazy(() => Six$outboundSchema),
13673
13775
  z.lazy(() => Eleven$outboundSchema),
@@ -13678,34 +13780,34 @@ export const UserEvent$outboundSchema = z.object({
13678
13780
  z.lazy(() => FortySix$outboundSchema),
13679
13781
  z.lazy(() => SeventyFour$outboundSchema),
13680
13782
  z.lazy(() => SeventyFive$outboundSchema),
13681
- z.lazy(() => NinetyFour$outboundSchema),
13682
- z.lazy(() => OneHundredAndTwo$outboundSchema),
13683
- z.lazy(() => OneHundredAndTwentySix$outboundSchema),
13684
- z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
13685
- z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
13686
- z.lazy(() => OneHundredAndThirtySix$outboundSchema),
13687
- z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
13688
- z.lazy(() => OneHundredAndFortySeven$outboundSchema),
13783
+ z.lazy(() => NinetySix$outboundSchema),
13784
+ z.lazy(() => OneHundredAndFour$outboundSchema),
13785
+ z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
13786
+ z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
13787
+ z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
13788
+ z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
13789
+ z.lazy(() => OneHundredAndFortyOne$outboundSchema),
13790
+ z.lazy(() => OneHundredAndFortyNine$outboundSchema),
13689
13791
  z.lazy(() => Thirty$outboundSchema),
13690
13792
  z.lazy(() => FortyTwo$outboundSchema),
13691
13793
  z.lazy(() => FiftyNine$outboundSchema),
13692
13794
  z.lazy(() => SixtySix$outboundSchema),
13693
13795
  z.lazy(() => SeventyNine$outboundSchema),
13694
- z.lazy(() => OneHundredAndSix$outboundSchema),
13796
+ z.lazy(() => OneHundredAndEight$outboundSchema),
13695
13797
  z.lazy(() => Forty$outboundSchema),
13696
13798
  z.lazy(() => SixtyTwo$outboundSchema),
13697
13799
  z.lazy(() => SixtyFive$outboundSchema),
13698
- z.lazy(() => NinetyEight$outboundSchema),
13699
- z.lazy(() => OneHundredAndFour$outboundSchema),
13700
- z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
13701
- z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
13800
+ z.lazy(() => OneHundred$outboundSchema),
13801
+ z.lazy(() => OneHundredAndSix$outboundSchema),
13702
13802
  z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
13703
- z.lazy(() => OneHundredAndFortyEight$outboundSchema),
13803
+ z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
13804
+ z.lazy(() => OneHundredAndTwentySix$outboundSchema),
13805
+ z.lazy(() => OneHundredAndFifty$outboundSchema),
13704
13806
  z.lazy(() => SixtyFour$outboundSchema),
13705
13807
  z.lazy(() => SixtySeven$outboundSchema),
13706
13808
  z.lazy(() => SeventyThree$outboundSchema),
13707
- z.lazy(() => OneHundredAndThree$outboundSchema),
13708
- z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
13809
+ z.lazy(() => OneHundredAndFive$outboundSchema),
13810
+ z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
13709
13811
  z.lazy(() => FiftySix$outboundSchema),
13710
13812
  z.lazy(() => Seven$outboundSchema),
13711
13813
  z.lazy(() => ThirtySeven$outboundSchema),