@vercel/sdk 1.6.2 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/README.md +2 -10
  2. package/bin/mcp-server.js +4541 -3497
  3. package/bin/mcp-server.js.map +36 -48
  4. package/docs/sdks/edgeconfig/README.md +2 -6
  5. package/docs/sdks/integrations/README.md +0 -161
  6. package/docs/sdks/logdrains/README.md +0 -260
  7. package/docs/sdks/marketplace/README.md +2 -6
  8. package/docs/sdks/security/README.md +90 -0
  9. package/docs/sdks/webhooks/README.md +2 -6
  10. package/esm/__tests__/deployments.test.js +16 -1
  11. package/esm/__tests__/deployments.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +5 -40
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/logdrains.test.js +7 -89
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/marketplace.test.js +7 -2
  17. package/esm/__tests__/marketplace.test.js.map +1 -1
  18. package/esm/__tests__/projects.test.js +4 -4
  19. package/esm/__tests__/projects.test.js.map +1 -1
  20. package/esm/__tests__/security.test.js +164 -17
  21. package/esm/__tests__/security.test.js.map +1 -1
  22. package/esm/funcs/securityPutFirewallConfig.d.ts +19 -0
  23. package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
  24. package/esm/funcs/{logDrainsCreateConfigurableLogDrain.js → securityPutFirewallConfig.js} +13 -11
  25. package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
  26. package/esm/lib/config.d.ts +3 -3
  27. package/esm/lib/config.js +3 -3
  28. package/esm/lib/matchers.d.ts +3 -1
  29. package/esm/lib/matchers.d.ts.map +1 -1
  30. package/esm/lib/matchers.js +10 -0
  31. package/esm/lib/matchers.js.map +1 -1
  32. package/esm/lib/sdks.js +7 -2
  33. package/esm/lib/sdks.js.map +1 -1
  34. package/esm/mcp-server/mcp-server.js +1 -1
  35. package/esm/mcp-server/server.d.ts.map +1 -1
  36. package/esm/mcp-server/server.js +3 -11
  37. package/esm/mcp-server/server.js.map +1 -1
  38. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
  39. package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
  40. package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
  41. package/esm/mcp-server/tools/{integrationsGitNamespaces.js.map → securityPutFirewallConfig.js.map} +1 -1
  42. package/esm/models/authtoken.d.ts +6 -0
  43. package/esm/models/authtoken.d.ts.map +1 -1
  44. package/esm/models/authtoken.js +2 -0
  45. package/esm/models/authtoken.js.map +1 -1
  46. package/esm/models/authuser.d.ts +87 -0
  47. package/esm/models/authuser.d.ts.map +1 -1
  48. package/esm/models/authuser.js +57 -0
  49. package/esm/models/authuser.js.map +1 -1
  50. package/esm/models/canceldeploymentop.d.ts +277 -76
  51. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  52. package/esm/models/canceldeploymentop.js +271 -73
  53. package/esm/models/canceldeploymentop.js.map +1 -1
  54. package/esm/models/createdeploymentop.d.ts +274 -73
  55. package/esm/models/createdeploymentop.d.ts.map +1 -1
  56. package/esm/models/createdeploymentop.js +270 -72
  57. package/esm/models/createdeploymentop.js.map +1 -1
  58. package/esm/models/createlogdrainop.d.ts +51 -51
  59. package/esm/models/createlogdrainop.d.ts.map +1 -1
  60. package/esm/models/createlogdrainop.js +74 -75
  61. package/esm/models/createlogdrainop.js.map +1 -1
  62. package/esm/models/createprojectenvop.d.ts +12 -18
  63. package/esm/models/createprojectenvop.d.ts.map +1 -1
  64. package/esm/models/createprojectenvop.js +12 -12
  65. package/esm/models/createprojectenvop.js.map +1 -1
  66. package/esm/models/createprojectop.d.ts +221 -29
  67. package/esm/models/createprojectop.d.ts.map +1 -1
  68. package/esm/models/createprojectop.js +174 -11
  69. package/esm/models/createprojectop.js.map +1 -1
  70. package/esm/models/editprojectenvop.d.ts +4 -7
  71. package/esm/models/editprojectenvop.d.ts.map +1 -1
  72. package/esm/models/editprojectenvop.js +4 -4
  73. package/esm/models/editprojectenvop.js.map +1 -1
  74. package/esm/models/exchangessotokenop.d.ts +34 -0
  75. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  76. package/esm/models/exchangessotokenop.js +25 -0
  77. package/esm/models/exchangessotokenop.js.map +1 -1
  78. package/esm/models/filterprojectenvsop.d.ts +18 -27
  79. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  80. package/esm/models/filterprojectenvsop.js +18 -18
  81. package/esm/models/filterprojectenvsop.js.map +1 -1
  82. package/esm/models/getconfigurationsop.d.ts +19 -16
  83. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  84. package/esm/models/getconfigurationsop.js +25 -27
  85. package/esm/models/getconfigurationsop.js.map +1 -1
  86. package/esm/models/getcustomenvironmentop.d.ts +3 -0
  87. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  88. package/esm/models/getcustomenvironmentop.js.map +1 -1
  89. package/esm/models/getdeploymentop.d.ts +574 -172
  90. package/esm/models/getdeploymentop.d.ts.map +1 -1
  91. package/esm/models/getdeploymentop.js +567 -171
  92. package/esm/models/getdeploymentop.js.map +1 -1
  93. package/esm/models/getfirewallconfigop.d.ts +214 -214
  94. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  95. package/esm/models/getfirewallconfigop.js +210 -231
  96. package/esm/models/getfirewallconfigop.js.map +1 -1
  97. package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
  98. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  99. package/esm/models/getintegrationlogdrainsop.js +14 -13
  100. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  101. package/esm/models/getprojectdomainsop.d.ts +198 -36
  102. package/esm/models/getprojectdomainsop.d.ts.map +1 -1
  103. package/esm/models/getprojectdomainsop.js +193 -32
  104. package/esm/models/getprojectdomainsop.js.map +1 -1
  105. package/esm/models/getprojectenvop.d.ts +10 -16
  106. package/esm/models/getprojectenvop.d.ts.map +1 -1
  107. package/esm/models/getprojectenvop.js +10 -10
  108. package/esm/models/getprojectenvop.js.map +1 -1
  109. package/esm/models/getprojectsop.d.ts +221 -29
  110. package/esm/models/getprojectsop.d.ts.map +1 -1
  111. package/esm/models/getprojectsop.js +173 -11
  112. package/esm/models/getprojectsop.js.map +1 -1
  113. package/esm/models/getteammembersop.d.ts +9 -9
  114. package/esm/models/getteammembersop.js +3 -3
  115. package/esm/models/getteammembersop.js.map +1 -1
  116. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
  117. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  118. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  119. package/esm/models/putfirewallconfigop.d.ts +2901 -0
  120. package/esm/models/putfirewallconfigop.d.ts.map +1 -0
  121. package/esm/models/putfirewallconfigop.js +2383 -0
  122. package/esm/models/putfirewallconfigop.js.map +1 -0
  123. package/esm/models/removeprojectenvop.d.ts +18 -27
  124. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  125. package/esm/models/removeprojectenvop.js +18 -18
  126. package/esm/models/removeprojectenvop.js.map +1 -1
  127. package/esm/models/updatefirewallconfigop.d.ts +323 -323
  128. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  129. package/esm/models/updatefirewallconfigop.js +379 -357
  130. package/esm/models/updatefirewallconfigop.js.map +1 -1
  131. package/esm/models/updateprojectdatacacheop.d.ts +229 -37
  132. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  133. package/esm/models/updateprojectdatacacheop.js +189 -23
  134. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  135. package/esm/models/updateprojectop.d.ts +221 -29
  136. package/esm/models/updateprojectop.d.ts.map +1 -1
  137. package/esm/models/updateprojectop.js +174 -11
  138. package/esm/models/updateprojectop.js.map +1 -1
  139. package/esm/models/userevent.d.ts +608 -524
  140. package/esm/models/userevent.d.ts.map +1 -1
  141. package/esm/models/userevent.js +748 -666
  142. package/esm/models/userevent.js.map +1 -1
  143. package/esm/sdk/integrations.d.ts +0 -16
  144. package/esm/sdk/integrations.d.ts.map +1 -1
  145. package/esm/sdk/integrations.js +0 -20
  146. package/esm/sdk/integrations.js.map +1 -1
  147. package/esm/sdk/logdrains.d.ts +0 -24
  148. package/esm/sdk/logdrains.d.ts.map +1 -1
  149. package/esm/sdk/logdrains.js +0 -30
  150. package/esm/sdk/logdrains.js.map +1 -1
  151. package/esm/sdk/security.d.ts +8 -0
  152. package/esm/sdk/security.d.ts.map +1 -1
  153. package/esm/sdk/security.js +10 -0
  154. package/esm/sdk/security.js.map +1 -1
  155. package/jsr.json +1 -1
  156. package/package.json +3 -3
  157. package/src/__tests__/deployments.test.ts +16 -1
  158. package/src/__tests__/integrations.test.ts +9 -44
  159. package/src/__tests__/logdrains.test.ts +13 -95
  160. package/src/__tests__/marketplace.test.ts +7 -2
  161. package/src/__tests__/projects.test.ts +4 -4
  162. package/src/__tests__/security.test.ts +166 -19
  163. package/src/funcs/{logDrainsCreateConfigurableLogDrain.ts → securityPutFirewallConfig.ts} +31 -22
  164. package/src/lib/config.ts +3 -3
  165. package/src/lib/matchers.ts +20 -0
  166. package/src/lib/sdks.ts +8 -2
  167. package/src/mcp-server/mcp-server.ts +1 -1
  168. package/src/mcp-server/server.ts +3 -11
  169. package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
  170. package/src/models/authtoken.ts +2 -0
  171. package/src/models/authuser.ts +126 -0
  172. package/src/models/canceldeploymentop.ts +592 -149
  173. package/src/models/createdeploymentop.ts +616 -165
  174. package/src/models/createlogdrainop.ts +95 -112
  175. package/src/models/createprojectenvop.ts +24 -30
  176. package/src/models/createprojectop.ts +378 -21
  177. package/src/models/editprojectenvop.ts +8 -11
  178. package/src/models/exchangessotokenop.ts +44 -0
  179. package/src/models/filterprojectenvsop.ts +36 -45
  180. package/src/models/getconfigurationsop.ts +34 -39
  181. package/src/models/getcustomenvironmentop.ts +3 -0
  182. package/src/models/getdeploymentop.ts +1288 -353
  183. package/src/models/getfirewallconfigop.ts +555 -410
  184. package/src/models/getintegrationlogdrainsop.ts +15 -20
  185. package/src/models/getprojectdomainsop.ts +470 -63
  186. package/src/models/getprojectenvop.ts +20 -26
  187. package/src/models/getprojectsop.ts +380 -22
  188. package/src/models/getteammembersop.ts +3 -3
  189. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
  190. package/src/models/putfirewallconfigop.ts +4932 -0
  191. package/src/models/removeprojectenvop.ts +36 -45
  192. package/src/models/updatefirewallconfigop.ts +820 -612
  193. package/src/models/updateprojectdatacacheop.ts +395 -40
  194. package/src/models/updateprojectop.ts +378 -21
  195. package/src/models/userevent.ts +1363 -1203
  196. package/src/sdk/integrations.ts +0 -44
  197. package/src/sdk/logdrains.ts +0 -66
  198. package/src/sdk/security.ts +22 -0
  199. package/vercel-spec.json +1780 -1622
  200. package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
  201. package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  202. package/esm/funcs/integrationsGitNamespaces.js +0 -86
  203. package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  204. package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
  205. package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  206. package/esm/funcs/integrationsSearchRepo.js +0 -89
  207. package/esm/funcs/integrationsSearchRepo.js.map +0 -1
  208. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
  209. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  210. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  211. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
  212. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  213. package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
  214. package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  215. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
  216. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  217. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
  218. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  219. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
  220. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
  221. package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
  222. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
  223. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
  224. package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
  225. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
  226. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
  227. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  228. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
  229. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  230. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
  231. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
  232. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
  233. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
  234. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
  235. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  236. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
  237. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
  238. package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
  239. package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
  240. package/esm/models/createconfigurablelogdrainop.js +0 -348
  241. package/esm/models/createconfigurablelogdrainop.js.map +0 -1
  242. package/esm/models/getalllogdrainsop.d.ts +0 -294
  243. package/esm/models/getalllogdrainsop.d.ts.map +0 -1
  244. package/esm/models/getalllogdrainsop.js +0 -231
  245. package/esm/models/getalllogdrainsop.js.map +0 -1
  246. package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
  247. package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
  248. package/esm/models/getconfigurablelogdrainop.js +0 -230
  249. package/esm/models/getconfigurablelogdrainop.js.map +0 -1
  250. package/esm/models/gitnamespacesop.d.ts +0 -126
  251. package/esm/models/gitnamespacesop.d.ts.map +0 -1
  252. package/esm/models/gitnamespacesop.js +0 -115
  253. package/esm/models/gitnamespacesop.js.map +0 -1
  254. package/esm/models/searchrepoop.d.ts +0 -421
  255. package/esm/models/searchrepoop.d.ts.map +0 -1
  256. package/esm/models/searchrepoop.js +0 -385
  257. package/esm/models/searchrepoop.js.map +0 -1
  258. package/src/funcs/integrationsGitNamespaces.ts +0 -185
  259. package/src/funcs/integrationsSearchRepo.ts +0 -181
  260. package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
  261. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
  262. package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
  263. package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
  264. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
  265. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
  266. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
  267. package/src/models/createconfigurablelogdrainop.ts +0 -652
  268. package/src/models/getalllogdrainsop.ts +0 -416
  269. package/src/models/getconfigurablelogdrainop.ts +0 -420
  270. package/src/models/gitnamespacesop.ts +0 -235
  271. package/src/models/searchrepoop.ts +0 -784
@@ -1,7 +0,0 @@
1
- import { ToolDefinition } from "../tools.js";
2
- declare const args: {
3
- request: import("zod").ZodType<import("../../models/createconfigurablelogdrainop.js").CreateConfigurableLogDrainRequest, import("zod").ZodTypeDef, unknown>;
4
- };
5
- export declare const tool$logDrainsCreateConfigurableLogDrain: ToolDefinition<typeof args>;
6
- export {};
7
- //# sourceMappingURL=logDrainsCreateConfigurableLogDrain.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logDrainsCreateConfigurableLogDrain.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,cAAc,CACnE,OAAO,IAAI,CAyBZ,CAAC"}
@@ -1,28 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
- import { logDrainsCreateConfigurableLogDrain } from "../../funcs/logDrainsCreateConfigurableLogDrain.js";
5
- import { CreateConfigurableLogDrainRequest$inboundSchema } from "../../models/createconfigurablelogdrainop.js";
6
- import { formatResult } from "../tools.js";
7
- const args = {
8
- request: CreateConfigurableLogDrainRequest$inboundSchema,
9
- };
10
- export const tool$logDrainsCreateConfigurableLogDrain = {
11
- name: "log-drains-create-configurable-log-drain",
12
- description: `Creates a Configurable Log Drain
13
-
14
- Creates a configurable log drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed)`,
15
- args,
16
- tool: async (client, args, ctx) => {
17
- const [result, apiCall] = await logDrainsCreateConfigurableLogDrain(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
18
- if (!result.ok) {
19
- return {
20
- content: [{ type: "text", text: result.error.message }],
21
- isError: true,
22
- };
23
- }
24
- const value = result.value;
25
- return formatResult(value, apiCall);
26
- },
27
- };
28
- //# sourceMappingURL=logDrainsCreateConfigurableLogDrain.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logDrainsCreateConfigurableLogDrain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,oDAAoD,CAAC;AACzG,OAAO,EAAE,+CAA+C,EAAE,MAAM,8CAA8C,CAAC;AAC/G,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,+CAA+C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,wCAAwC,GAEjD;IACF,IAAI,EAAE,0CAA0C;IAChD,WAAW,EAAE;;oIAEqH;IAClI,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,mCAAmC,CACjE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -1,7 +0,0 @@
1
- import { ToolDefinition } from "../tools.js";
2
- declare const args: {
3
- request: import("zod").ZodType<import("../../models/getalllogdrainsop.js").GetAllLogDrainsRequest, import("zod").ZodTypeDef, unknown>;
4
- };
5
- export declare const tool$logDrainsGetAllLogDrains: ToolDefinition<typeof args>;
6
- export {};
7
- //# sourceMappingURL=logDrainsGetAllLogDrains.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logDrainsGetAllLogDrains.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/logDrainsGetAllLogDrains.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,cAAc,CAAC,OAAO,IAAI,CAwBrE,CAAC"}
@@ -1,28 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
- import { logDrainsGetAllLogDrains } from "../../funcs/logDrainsGetAllLogDrains.js";
5
- import { GetAllLogDrainsRequest$inboundSchema } from "../../models/getalllogdrainsop.js";
6
- import { formatResult } from "../tools.js";
7
- const args = {
8
- request: GetAllLogDrainsRequest$inboundSchema,
9
- };
10
- export const tool$logDrainsGetAllLogDrains = {
11
- name: "log-drains-get-all-log-drains",
12
- description: `Retrieves a list of all the Log Drains
13
-
14
- Retrieves a list of all the Log Drains owned by the account. This endpoint must be called with an account AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated account can be accessed.`,
15
- args,
16
- tool: async (client, args, ctx) => {
17
- const [result, apiCall] = await logDrainsGetAllLogDrains(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
18
- if (!result.ok) {
19
- return {
20
- content: [{ type: "text", text: result.error.message }],
21
- isError: true,
22
- };
23
- }
24
- const value = result.value;
25
- return formatResult(value, apiCall);
26
- },
27
- };
28
- //# sourceMappingURL=logDrainsGetAllLogDrains.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logDrainsGetAllLogDrains.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/logDrainsGetAllLogDrains.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,oCAAoC,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,oCAAoC;CAC9C,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAgC;IACxE,IAAI,EAAE,+BAA+B;IACrC,WAAW,EAAE;;wOAEyN;IACtO,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,wBAAwB,CACtD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -1,7 +0,0 @@
1
- import { ToolDefinition } from "../tools.js";
2
- declare const args: {
3
- request: import("zod").ZodType<import("../../models/getconfigurablelogdrainop.js").GetConfigurableLogDrainRequest, import("zod").ZodTypeDef, unknown>;
4
- };
5
- export declare const tool$logDrainsGetConfigurableLogDrain: ToolDefinition<typeof args>;
6
- export {};
7
- //# sourceMappingURL=logDrainsGetConfigurableLogDrain.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logDrainsGetConfigurableLogDrain.d.ts","sourceRoot":"","sources":["../../../src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts"],"names":[],"mappings":"AAMA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAET,CAAC;AAEF,eAAO,MAAM,qCAAqC,EAAE,cAAc,CAChE,OAAO,IAAI,CAyBZ,CAAC"}
@@ -1,28 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
- import { logDrainsGetConfigurableLogDrain } from "../../funcs/logDrainsGetConfigurableLogDrain.js";
5
- import { GetConfigurableLogDrainRequest$inboundSchema } from "../../models/getconfigurablelogdrainop.js";
6
- import { formatResult } from "../tools.js";
7
- const args = {
8
- request: GetConfigurableLogDrainRequest$inboundSchema,
9
- };
10
- export const tool$logDrainsGetConfigurableLogDrain = {
11
- name: "log-drains-get-configurable-log-drain",
12
- description: `Retrieves a Configurable Log Drain
13
-
14
- Retrieves a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be accessed.`,
15
- args,
16
- tool: async (client, args, ctx) => {
17
- const [result, apiCall] = await logDrainsGetConfigurableLogDrain(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
18
- if (!result.ok) {
19
- return {
20
- content: [{ type: "text", text: result.error.message }],
21
- isError: true,
22
- };
23
- }
24
- const value = result.value;
25
- return formatResult(value, apiCall);
26
- },
27
- };
28
- //# sourceMappingURL=logDrainsGetConfigurableLogDrain.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logDrainsGetConfigurableLogDrain.js","sourceRoot":"","sources":["../../../src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,iDAAiD,CAAC;AACnG,OAAO,EAAE,4CAA4C,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,4CAA4C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,qCAAqC,GAE9C;IACF,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EAAE;;wMAEyL;IACtM,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,gCAAgC,CAC9D,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEb,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -1,451 +0,0 @@
1
- import * as z from "zod";
2
- import { ClosedEnum } from "../types/enums.js";
3
- import { Result as SafeParseResult } from "../types/fp.js";
4
- import { SDKValidationError } from "./sdkvalidationerror.js";
5
- /**
6
- * The delivery log format
7
- */
8
- export declare const DeliveryFormat: {
9
- readonly Json: "json";
10
- readonly Ndjson: "ndjson";
11
- };
12
- /**
13
- * The delivery log format
14
- */
15
- export type DeliveryFormat = ClosedEnum<typeof DeliveryFormat>;
16
- export declare const Sources: {
17
- readonly Static: "static";
18
- readonly Lambda: "lambda";
19
- readonly Build: "build";
20
- readonly Edge: "edge";
21
- readonly External: "external";
22
- readonly Firewall: "firewall";
23
- };
24
- export type Sources = ClosedEnum<typeof Sources>;
25
- export declare const Environments: {
26
- readonly Preview: "preview";
27
- readonly Production: "production";
28
- };
29
- export type Environments = ClosedEnum<typeof Environments>;
30
- export type CreateConfigurableLogDrainRequestBody = {
31
- /**
32
- * The delivery log format
33
- */
34
- deliveryFormat: DeliveryFormat;
35
- /**
36
- * The log drain url
37
- */
38
- url: string;
39
- /**
40
- * Headers to be sent together with the request
41
- */
42
- headers?: {
43
- [k: string]: string;
44
- } | undefined;
45
- projectIds?: Array<string> | undefined;
46
- sources: Array<Sources>;
47
- environments?: Array<Environments> | undefined;
48
- /**
49
- * Custom secret of log drain
50
- */
51
- secret?: string | undefined;
52
- /**
53
- * The sampling rate for this log drain. It should be a percentage rate between 0 and 100. With max 2 decimal points
54
- */
55
- samplingRate?: number | undefined;
56
- /**
57
- * The custom name of this log drain.
58
- */
59
- name?: string | undefined;
60
- };
61
- export type CreateConfigurableLogDrainRequest = {
62
- /**
63
- * The Team identifier to perform the request on behalf of.
64
- */
65
- teamId?: string | undefined;
66
- /**
67
- * The Team slug to perform the request on behalf of.
68
- */
69
- slug?: string | undefined;
70
- requestBody: CreateConfigurableLogDrainRequestBody;
71
- };
72
- export declare const CreateConfigurableLogDrainSources: {
73
- readonly Build: "build";
74
- readonly Edge: "edge";
75
- readonly Lambda: "lambda";
76
- readonly Static: "static";
77
- readonly External: "external";
78
- readonly Firewall: "firewall";
79
- };
80
- export type CreateConfigurableLogDrainSources = ClosedEnum<typeof CreateConfigurableLogDrainSources>;
81
- export declare const CreateConfigurableLogDrainEnvironments: {
82
- readonly Production: "production";
83
- readonly Preview: "preview";
84
- };
85
- export type CreateConfigurableLogDrainEnvironments = ClosedEnum<typeof CreateConfigurableLogDrainEnvironments>;
86
- export declare const CreateConfigurableLogDrainCreatedFrom: {
87
- readonly SelfServed: "self-served";
88
- readonly Integration: "integration";
89
- };
90
- export type CreateConfigurableLogDrainCreatedFrom = ClosedEnum<typeof CreateConfigurableLogDrainCreatedFrom>;
91
- export declare const CreateConfigurableLogDrainDeliveryFormat: {
92
- readonly Json: "json";
93
- readonly Ndjson: "ndjson";
94
- readonly Syslog: "syslog";
95
- readonly Protobuf: "protobuf";
96
- };
97
- export type CreateConfigurableLogDrainDeliveryFormat = ClosedEnum<typeof CreateConfigurableLogDrainDeliveryFormat>;
98
- export declare const CreateConfigurableLogDrainStatus: {
99
- readonly Enabled: "enabled";
100
- readonly Disabled: "disabled";
101
- readonly Errored: "errored";
102
- };
103
- export type CreateConfigurableLogDrainStatus = ClosedEnum<typeof CreateConfigurableLogDrainStatus>;
104
- export declare const CreateConfigurableLogDrainDisabledReason: {
105
- readonly DisabledByOwner: "disabled-by-owner";
106
- readonly FeatureNotAvailable: "feature-not-available";
107
- readonly AccountPlanDowngrade: "account-plan-downgrade";
108
- readonly DisabledByAdmin: "disabled-by-admin";
109
- };
110
- export type CreateConfigurableLogDrainDisabledReason = ClosedEnum<typeof CreateConfigurableLogDrainDisabledReason>;
111
- export type CreateConfigurableLogDrainResponseBody = {
112
- /**
113
- * The secret to validate the log-drain payload
114
- */
115
- secret?: string | undefined;
116
- clientId?: string | undefined;
117
- configurationId?: string | undefined;
118
- sources?: Array<CreateConfigurableLogDrainSources> | undefined;
119
- environments: Array<CreateConfigurableLogDrainEnvironments>;
120
- disabledBy?: string | undefined;
121
- firstErrorTimestamp?: number | undefined;
122
- samplingRate?: number | undefined;
123
- hideIpAddresses?: boolean | undefined;
124
- id: string;
125
- createdAt: number;
126
- deletedAt: number | null;
127
- updatedAt: number;
128
- url: string;
129
- headers?: {
130
- [k: string]: string;
131
- } | undefined;
132
- projectIds?: Array<string> | undefined;
133
- name: string;
134
- teamId?: string | null | undefined;
135
- ownerId: string;
136
- createdFrom?: CreateConfigurableLogDrainCreatedFrom | undefined;
137
- deliveryFormat: CreateConfigurableLogDrainDeliveryFormat;
138
- status?: CreateConfigurableLogDrainStatus | undefined;
139
- disabledAt?: number | undefined;
140
- disabledReason?: CreateConfigurableLogDrainDisabledReason | undefined;
141
- };
142
- /** @internal */
143
- export declare const DeliveryFormat$inboundSchema: z.ZodNativeEnum<typeof DeliveryFormat>;
144
- /** @internal */
145
- export declare const DeliveryFormat$outboundSchema: z.ZodNativeEnum<typeof DeliveryFormat>;
146
- /**
147
- * @internal
148
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
149
- */
150
- export declare namespace DeliveryFormat$ {
151
- /** @deprecated use `DeliveryFormat$inboundSchema` instead. */
152
- const inboundSchema: z.ZodNativeEnum<{
153
- readonly Json: "json";
154
- readonly Ndjson: "ndjson";
155
- }>;
156
- /** @deprecated use `DeliveryFormat$outboundSchema` instead. */
157
- const outboundSchema: z.ZodNativeEnum<{
158
- readonly Json: "json";
159
- readonly Ndjson: "ndjson";
160
- }>;
161
- }
162
- /** @internal */
163
- export declare const Sources$inboundSchema: z.ZodNativeEnum<typeof Sources>;
164
- /** @internal */
165
- export declare const Sources$outboundSchema: z.ZodNativeEnum<typeof Sources>;
166
- /**
167
- * @internal
168
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
169
- */
170
- export declare namespace Sources$ {
171
- /** @deprecated use `Sources$inboundSchema` instead. */
172
- const inboundSchema: z.ZodNativeEnum<{
173
- readonly Static: "static";
174
- readonly Lambda: "lambda";
175
- readonly Build: "build";
176
- readonly Edge: "edge";
177
- readonly External: "external";
178
- readonly Firewall: "firewall";
179
- }>;
180
- /** @deprecated use `Sources$outboundSchema` instead. */
181
- const outboundSchema: z.ZodNativeEnum<{
182
- readonly Static: "static";
183
- readonly Lambda: "lambda";
184
- readonly Build: "build";
185
- readonly Edge: "edge";
186
- readonly External: "external";
187
- readonly Firewall: "firewall";
188
- }>;
189
- }
190
- /** @internal */
191
- export declare const Environments$inboundSchema: z.ZodNativeEnum<typeof Environments>;
192
- /** @internal */
193
- export declare const Environments$outboundSchema: z.ZodNativeEnum<typeof Environments>;
194
- /**
195
- * @internal
196
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
197
- */
198
- export declare namespace Environments$ {
199
- /** @deprecated use `Environments$inboundSchema` instead. */
200
- const inboundSchema: z.ZodNativeEnum<{
201
- readonly Preview: "preview";
202
- readonly Production: "production";
203
- }>;
204
- /** @deprecated use `Environments$outboundSchema` instead. */
205
- const outboundSchema: z.ZodNativeEnum<{
206
- readonly Preview: "preview";
207
- readonly Production: "production";
208
- }>;
209
- }
210
- /** @internal */
211
- export declare const CreateConfigurableLogDrainRequestBody$inboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody, z.ZodTypeDef, unknown>;
212
- /** @internal */
213
- export type CreateConfigurableLogDrainRequestBody$Outbound = {
214
- deliveryFormat: string;
215
- url: string;
216
- headers?: {
217
- [k: string]: string;
218
- } | undefined;
219
- projectIds?: Array<string> | undefined;
220
- sources: Array<string>;
221
- environments?: Array<string> | undefined;
222
- secret?: string | undefined;
223
- samplingRate?: number | undefined;
224
- name?: string | undefined;
225
- };
226
- /** @internal */
227
- export declare const CreateConfigurableLogDrainRequestBody$outboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequestBody>;
228
- /**
229
- * @internal
230
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
231
- */
232
- export declare namespace CreateConfigurableLogDrainRequestBody$ {
233
- /** @deprecated use `CreateConfigurableLogDrainRequestBody$inboundSchema` instead. */
234
- const inboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody, z.ZodTypeDef, unknown>;
235
- /** @deprecated use `CreateConfigurableLogDrainRequestBody$outboundSchema` instead. */
236
- const outboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequestBody>;
237
- /** @deprecated use `CreateConfigurableLogDrainRequestBody$Outbound` instead. */
238
- type Outbound = CreateConfigurableLogDrainRequestBody$Outbound;
239
- }
240
- export declare function createConfigurableLogDrainRequestBodyToJSON(createConfigurableLogDrainRequestBody: CreateConfigurableLogDrainRequestBody): string;
241
- export declare function createConfigurableLogDrainRequestBodyFromJSON(jsonString: string): SafeParseResult<CreateConfigurableLogDrainRequestBody, SDKValidationError>;
242
- /** @internal */
243
- export declare const CreateConfigurableLogDrainRequest$inboundSchema: z.ZodType<CreateConfigurableLogDrainRequest, z.ZodTypeDef, unknown>;
244
- /** @internal */
245
- export type CreateConfigurableLogDrainRequest$Outbound = {
246
- teamId?: string | undefined;
247
- slug?: string | undefined;
248
- RequestBody: CreateConfigurableLogDrainRequestBody$Outbound;
249
- };
250
- /** @internal */
251
- export declare const CreateConfigurableLogDrainRequest$outboundSchema: z.ZodType<CreateConfigurableLogDrainRequest$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequest>;
252
- /**
253
- * @internal
254
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
255
- */
256
- export declare namespace CreateConfigurableLogDrainRequest$ {
257
- /** @deprecated use `CreateConfigurableLogDrainRequest$inboundSchema` instead. */
258
- const inboundSchema: z.ZodType<CreateConfigurableLogDrainRequest, z.ZodTypeDef, unknown>;
259
- /** @deprecated use `CreateConfigurableLogDrainRequest$outboundSchema` instead. */
260
- const outboundSchema: z.ZodType<CreateConfigurableLogDrainRequest$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequest>;
261
- /** @deprecated use `CreateConfigurableLogDrainRequest$Outbound` instead. */
262
- type Outbound = CreateConfigurableLogDrainRequest$Outbound;
263
- }
264
- export declare function createConfigurableLogDrainRequestToJSON(createConfigurableLogDrainRequest: CreateConfigurableLogDrainRequest): string;
265
- export declare function createConfigurableLogDrainRequestFromJSON(jsonString: string): SafeParseResult<CreateConfigurableLogDrainRequest, SDKValidationError>;
266
- /** @internal */
267
- export declare const CreateConfigurableLogDrainSources$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainSources>;
268
- /** @internal */
269
- export declare const CreateConfigurableLogDrainSources$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainSources>;
270
- /**
271
- * @internal
272
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
273
- */
274
- export declare namespace CreateConfigurableLogDrainSources$ {
275
- /** @deprecated use `CreateConfigurableLogDrainSources$inboundSchema` instead. */
276
- const inboundSchema: z.ZodNativeEnum<{
277
- readonly Build: "build";
278
- readonly Edge: "edge";
279
- readonly Lambda: "lambda";
280
- readonly Static: "static";
281
- readonly External: "external";
282
- readonly Firewall: "firewall";
283
- }>;
284
- /** @deprecated use `CreateConfigurableLogDrainSources$outboundSchema` instead. */
285
- const outboundSchema: z.ZodNativeEnum<{
286
- readonly Build: "build";
287
- readonly Edge: "edge";
288
- readonly Lambda: "lambda";
289
- readonly Static: "static";
290
- readonly External: "external";
291
- readonly Firewall: "firewall";
292
- }>;
293
- }
294
- /** @internal */
295
- export declare const CreateConfigurableLogDrainEnvironments$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainEnvironments>;
296
- /** @internal */
297
- export declare const CreateConfigurableLogDrainEnvironments$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainEnvironments>;
298
- /**
299
- * @internal
300
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
301
- */
302
- export declare namespace CreateConfigurableLogDrainEnvironments$ {
303
- /** @deprecated use `CreateConfigurableLogDrainEnvironments$inboundSchema` instead. */
304
- const inboundSchema: z.ZodNativeEnum<{
305
- readonly Production: "production";
306
- readonly Preview: "preview";
307
- }>;
308
- /** @deprecated use `CreateConfigurableLogDrainEnvironments$outboundSchema` instead. */
309
- const outboundSchema: z.ZodNativeEnum<{
310
- readonly Production: "production";
311
- readonly Preview: "preview";
312
- }>;
313
- }
314
- /** @internal */
315
- export declare const CreateConfigurableLogDrainCreatedFrom$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainCreatedFrom>;
316
- /** @internal */
317
- export declare const CreateConfigurableLogDrainCreatedFrom$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainCreatedFrom>;
318
- /**
319
- * @internal
320
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
321
- */
322
- export declare namespace CreateConfigurableLogDrainCreatedFrom$ {
323
- /** @deprecated use `CreateConfigurableLogDrainCreatedFrom$inboundSchema` instead. */
324
- const inboundSchema: z.ZodNativeEnum<{
325
- readonly SelfServed: "self-served";
326
- readonly Integration: "integration";
327
- }>;
328
- /** @deprecated use `CreateConfigurableLogDrainCreatedFrom$outboundSchema` instead. */
329
- const outboundSchema: z.ZodNativeEnum<{
330
- readonly SelfServed: "self-served";
331
- readonly Integration: "integration";
332
- }>;
333
- }
334
- /** @internal */
335
- export declare const CreateConfigurableLogDrainDeliveryFormat$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDeliveryFormat>;
336
- /** @internal */
337
- export declare const CreateConfigurableLogDrainDeliveryFormat$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDeliveryFormat>;
338
- /**
339
- * @internal
340
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
341
- */
342
- export declare namespace CreateConfigurableLogDrainDeliveryFormat$ {
343
- /** @deprecated use `CreateConfigurableLogDrainDeliveryFormat$inboundSchema` instead. */
344
- const inboundSchema: z.ZodNativeEnum<{
345
- readonly Json: "json";
346
- readonly Ndjson: "ndjson";
347
- readonly Syslog: "syslog";
348
- readonly Protobuf: "protobuf";
349
- }>;
350
- /** @deprecated use `CreateConfigurableLogDrainDeliveryFormat$outboundSchema` instead. */
351
- const outboundSchema: z.ZodNativeEnum<{
352
- readonly Json: "json";
353
- readonly Ndjson: "ndjson";
354
- readonly Syslog: "syslog";
355
- readonly Protobuf: "protobuf";
356
- }>;
357
- }
358
- /** @internal */
359
- export declare const CreateConfigurableLogDrainStatus$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainStatus>;
360
- /** @internal */
361
- export declare const CreateConfigurableLogDrainStatus$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainStatus>;
362
- /**
363
- * @internal
364
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
365
- */
366
- export declare namespace CreateConfigurableLogDrainStatus$ {
367
- /** @deprecated use `CreateConfigurableLogDrainStatus$inboundSchema` instead. */
368
- const inboundSchema: z.ZodNativeEnum<{
369
- readonly Enabled: "enabled";
370
- readonly Disabled: "disabled";
371
- readonly Errored: "errored";
372
- }>;
373
- /** @deprecated use `CreateConfigurableLogDrainStatus$outboundSchema` instead. */
374
- const outboundSchema: z.ZodNativeEnum<{
375
- readonly Enabled: "enabled";
376
- readonly Disabled: "disabled";
377
- readonly Errored: "errored";
378
- }>;
379
- }
380
- /** @internal */
381
- export declare const CreateConfigurableLogDrainDisabledReason$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDisabledReason>;
382
- /** @internal */
383
- export declare const CreateConfigurableLogDrainDisabledReason$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDisabledReason>;
384
- /**
385
- * @internal
386
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
387
- */
388
- export declare namespace CreateConfigurableLogDrainDisabledReason$ {
389
- /** @deprecated use `CreateConfigurableLogDrainDisabledReason$inboundSchema` instead. */
390
- const inboundSchema: z.ZodNativeEnum<{
391
- readonly DisabledByOwner: "disabled-by-owner";
392
- readonly FeatureNotAvailable: "feature-not-available";
393
- readonly AccountPlanDowngrade: "account-plan-downgrade";
394
- readonly DisabledByAdmin: "disabled-by-admin";
395
- }>;
396
- /** @deprecated use `CreateConfigurableLogDrainDisabledReason$outboundSchema` instead. */
397
- const outboundSchema: z.ZodNativeEnum<{
398
- readonly DisabledByOwner: "disabled-by-owner";
399
- readonly FeatureNotAvailable: "feature-not-available";
400
- readonly AccountPlanDowngrade: "account-plan-downgrade";
401
- readonly DisabledByAdmin: "disabled-by-admin";
402
- }>;
403
- }
404
- /** @internal */
405
- export declare const CreateConfigurableLogDrainResponseBody$inboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody, z.ZodTypeDef, unknown>;
406
- /** @internal */
407
- export type CreateConfigurableLogDrainResponseBody$Outbound = {
408
- secret?: string | undefined;
409
- clientId?: string | undefined;
410
- configurationId?: string | undefined;
411
- sources?: Array<string> | undefined;
412
- environments: Array<string>;
413
- disabledBy?: string | undefined;
414
- firstErrorTimestamp?: number | undefined;
415
- samplingRate?: number | undefined;
416
- hideIpAddresses?: boolean | undefined;
417
- id: string;
418
- createdAt: number;
419
- deletedAt: number | null;
420
- updatedAt: number;
421
- url: string;
422
- headers?: {
423
- [k: string]: string;
424
- } | undefined;
425
- projectIds?: Array<string> | undefined;
426
- name: string;
427
- teamId?: string | null | undefined;
428
- ownerId: string;
429
- createdFrom?: string | undefined;
430
- deliveryFormat: string;
431
- status?: string | undefined;
432
- disabledAt?: number | undefined;
433
- disabledReason?: string | undefined;
434
- };
435
- /** @internal */
436
- export declare const CreateConfigurableLogDrainResponseBody$outboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainResponseBody>;
437
- /**
438
- * @internal
439
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
440
- */
441
- export declare namespace CreateConfigurableLogDrainResponseBody$ {
442
- /** @deprecated use `CreateConfigurableLogDrainResponseBody$inboundSchema` instead. */
443
- const inboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody, z.ZodTypeDef, unknown>;
444
- /** @deprecated use `CreateConfigurableLogDrainResponseBody$outboundSchema` instead. */
445
- const outboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainResponseBody>;
446
- /** @deprecated use `CreateConfigurableLogDrainResponseBody$Outbound` instead. */
447
- type Outbound = CreateConfigurableLogDrainResponseBody$Outbound;
448
- }
449
- export declare function createConfigurableLogDrainResponseBodyToJSON(createConfigurableLogDrainResponseBody: CreateConfigurableLogDrainResponseBody): string;
450
- export declare function createConfigurableLogDrainResponseBodyFromJSON(jsonString: string): SafeParseResult<CreateConfigurableLogDrainResponseBody, SDKValidationError>;
451
- //# sourceMappingURL=createconfigurablelogdrainop.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createconfigurablelogdrainop.d.ts","sourceRoot":"","sources":["../../src/models/createconfigurablelogdrainop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;GAEG;AACH,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,eAAO,MAAM,OAAO;;;;;;;CAOV,CAAC;AACX,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAEjD,eAAO,MAAM,YAAY;;;CAGf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,MAAM,MAAM,qCAAqC,GAAG;IAClD;;OAEG;IACH,cAAc,EAAE,cAAc,CAAC;IAC/B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC9C,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACxB,YAAY,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,WAAW,EAAE,qCAAqC,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,iCAAiC;;;;;;;CAOpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,UAAU,CACxD,OAAO,iCAAiC,CACzC,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;CAGzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,UAAU,CAC7D,OAAO,sCAAsC,CAC9C,CAAC;AAEF,eAAO,MAAM,qCAAqC;;;CAGxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAC5D,OAAO,qCAAqC,CAC7C,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;;;CAK3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,UAAU,CAC/D,OAAO,wCAAwC,CAChD,CAAC;AAEF,eAAO,MAAM,gCAAgC;;;;CAInC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,UAAU,CACvD,OAAO,gCAAgC,CACxC,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;;;CAK3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,UAAU,CAC/D,OAAO,wCAAwC,CAChD,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACnD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,SAAS,CAAC;IAC/D,YAAY,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAC5D,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC9C,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAChE,cAAc,EAAE,wCAAwC,CAAC;IACzD,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IACtD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,cAAc,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;CACvE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,cAAc,CACS,CAAC;AAEjC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,cAAc,CACS,CAAC;AAEjC;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa;;;MAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc;;;MAAgC,CAAC;CAC7D;AAED,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,OAAO,CAC5C,CAAC;AAEvB,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,OAAO,CAC5C,CAAC;AAExB;;;GAGG;AACH,yBAAiB,QAAQ,CAAC;IACxB,uDAAuD;IAChD,MAAM,aAAa;;;;;;;MAAwB,CAAC;IACnD,wDAAwD;IACjD,MAAM,cAAc;;;;;;;MAAyB,CAAC;CACtD;AAED,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CAChD,CAAC;AAE7B,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CACjD,CAAC;AAE7B;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa;;;MAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc;;;MAA8B,CAAC;CAC3D;AAED,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,cAAc,EAAE,MAAM,CAAC;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC9C,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACzC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAWrC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa,yEAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc,gHAC2B,CAAC;IACvD,gFAAgF;IAChF,KAAY,QAAQ,GAAG,8CAA8C,CAAC;CACvE;AAED,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR;AAED,wBAAgB,6CAA6C,CAC3D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qCAAqC,EAAE,kBAAkB,CAAC,CAO5E;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,WAAW,EAAE,8CAA8C,CAAC;CAC7D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAWjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE;AAED,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,aAAa,CAC3E,OAAO,iCAAiC,CACS,CAAC;AAEpD,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,aAAa,CAC5E,OAAO,iCAAiC,CACS,CAAC;AAEpD;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa;;;;;;;MAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc;;;;;;;MACuB,CAAC;CACpD;AAED,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,sCAAsC,CAE5D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAChE,CAAC,CAAC,aAAa,CAAC,OAAO,sCAAsC,CACP,CAAC;AAEzD;;;GAGG;AACH,yBAAiB,uCAAuC,CAAC;IACvD,sFAAsF;IAC/E,MAAM,aAAa;;;MAC4B,CAAC;IACvD,uFAAuF;IAChF,MAAM,cAAc;;;MAC4B,CAAC;CACzD;AAED,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAC9D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CAE3D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CACP,CAAC;AAExD;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa;;;MAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc;;;MAC2B,CAAC;CACxD;AAED,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EACjE,CAAC,CAAC,aAAa,CAAC,OAAO,wCAAwC,CACR,CAAC;AAE1D,gBAAgB;AAChB,eAAO,MAAM,uDAAuD,EAClE,CAAC,CAAC,aAAa,CAAC,OAAO,wCAAwC,CACP,CAAC;AAE3D;;;GAGG;AACH,yBAAiB,yCAAyC,CAAC;IACzD,wFAAwF;IACjF,MAAM,aAAa;;;;;MAC8B,CAAC;IACzD,yFAAyF;IAClF,MAAM,cAAc;;;;;MAC8B,CAAC;CAC3D;AAED,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,aAAa,CAC1E,OAAO,gCAAgC,CACS,CAAC;AAEnD,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,aAAa,CAC3E,OAAO,gCAAgC,CACS,CAAC;AAEnD;;;GAGG;AACH,yBAAiB,iCAAiC,CAAC;IACjD,gFAAgF;IACzE,MAAM,aAAa;;;;MAAiD,CAAC;IAC5E,iFAAiF;IAC1E,MAAM,cAAc;;;;MAAkD,CAAC;CAC/E;AAED,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EACjE,CAAC,CAAC,aAAa,CAAC,OAAO,wCAAwC,CACR,CAAC;AAE1D,gBAAgB;AAChB,eAAO,MAAM,uDAAuD,EAClE,CAAC,CAAC,aAAa,CAAC,OAAO,wCAAwC,CACP,CAAC;AAE3D;;;GAGG;AACH,yBAAiB,yCAAyC,CAAC;IACzD,wFAAwF;IACjF,MAAM,aAAa;;;;;MAC8B,CAAC;IACzD,yFAAyF;IAClF,MAAM,cAAc;;;;;MAC8B,CAAC;CAC3D;AAED,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,OAAO,CA2BP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,+CAA+C,GAAG;IAC5D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC9C,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,+CAA+C,EAC/C,CAAC,CAAC,UAAU,EACZ,sCAAsC,CA2BtC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,uCAAuC,CAAC;IACvD,sFAAsF;IAC/E,MAAM,aAAa,0EAC4B,CAAC;IACvD,uFAAuF;IAChF,MAAM,cAAc,kHAC4B,CAAC;IACxD,iFAAiF;IACjF,KAAY,QAAQ,GAAG,+CAA+C,CAAC;CACxE;AAED,wBAAgB,4CAA4C,CAC1D,sCAAsC,EACpC,sCAAsC,GACvC,MAAM,CAMR;AAED,wBAAgB,8CAA8C,CAC5D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sCAAsC,EAAE,kBAAkB,CAAC,CAO7E"}