@distilled.cloud/cloudflare 0.2.6 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (493) hide show
  1. package/README.md +12 -2
  2. package/lib/auth.d.ts +3 -2
  3. package/lib/auth.d.ts.map +1 -1
  4. package/lib/auth.js +4 -3
  5. package/lib/auth.js.map +1 -1
  6. package/lib/client/api.d.ts +7 -9
  7. package/lib/client/api.d.ts.map +1 -1
  8. package/lib/client/api.js +60 -13
  9. package/lib/client/api.js.map +1 -1
  10. package/lib/credentials.d.ts +58 -4
  11. package/lib/credentials.d.ts.map +1 -1
  12. package/lib/credentials.js +126 -7
  13. package/lib/credentials.js.map +1 -1
  14. package/lib/errors.d.ts +12 -1
  15. package/lib/errors.d.ts.map +1 -1
  16. package/lib/sensitive.d.ts +5 -0
  17. package/lib/sensitive.d.ts.map +1 -0
  18. package/lib/sensitive.js +5 -0
  19. package/lib/sensitive.js.map +1 -0
  20. package/lib/services/abuse-reports.d.ts +116 -44
  21. package/lib/services/abuse-reports.d.ts.map +1 -1
  22. package/lib/services/abuse-reports.js +171 -110
  23. package/lib/services/abuse-reports.js.map +1 -1
  24. package/lib/services/accounts.d.ts +146 -62
  25. package/lib/services/accounts.d.ts.map +1 -1
  26. package/lib/services/accounts.js +208 -153
  27. package/lib/services/accounts.js.map +1 -1
  28. package/lib/services/acm.d.ts.map +1 -1
  29. package/lib/services/acm.js +8 -4
  30. package/lib/services/acm.js.map +1 -1
  31. package/lib/services/addressing.d.ts +200 -87
  32. package/lib/services/addressing.d.ts.map +1 -1
  33. package/lib/services/addressing.js +288 -201
  34. package/lib/services/addressing.js.map +1 -1
  35. package/lib/services/ai-gateway.d.ts +302 -121
  36. package/lib/services/ai-gateway.d.ts.map +1 -1
  37. package/lib/services/ai-gateway.js +407 -283
  38. package/lib/services/ai-gateway.js.map +1 -1
  39. package/lib/services/ai.d.ts +83 -29
  40. package/lib/services/ai.d.ts.map +1 -1
  41. package/lib/services/ai.js +95 -42
  42. package/lib/services/ai.js.map +1 -1
  43. package/lib/services/aisearch.d.ts +266 -112
  44. package/lib/services/aisearch.d.ts.map +1 -1
  45. package/lib/services/aisearch.js +510 -393
  46. package/lib/services/aisearch.js.map +1 -1
  47. package/lib/services/alerting.d.ts +249 -112
  48. package/lib/services/alerting.d.ts.map +1 -1
  49. package/lib/services/alerting.js +382 -325
  50. package/lib/services/alerting.js.map +1 -1
  51. package/lib/services/api-gateway.d.ts +458 -200
  52. package/lib/services/api-gateway.d.ts.map +1 -1
  53. package/lib/services/api-gateway.js +725 -618
  54. package/lib/services/api-gateway.js.map +1 -1
  55. package/lib/services/argo.d.ts.map +1 -1
  56. package/lib/services/argo.js +16 -8
  57. package/lib/services/argo.js.map +1 -1
  58. package/lib/services/billing.d.ts.map +1 -1
  59. package/lib/services/billing.js +4 -2
  60. package/lib/services/billing.js.map +1 -1
  61. package/lib/services/bot-management.d.ts.map +1 -1
  62. package/lib/services/bot-management.js +2 -2
  63. package/lib/services/bot-management.js.map +1 -1
  64. package/lib/services/botnet-feed.d.ts.map +1 -1
  65. package/lib/services/botnet-feed.js +10 -6
  66. package/lib/services/botnet-feed.js.map +1 -1
  67. package/lib/services/brand-protection.d.ts +8 -2
  68. package/lib/services/brand-protection.d.ts.map +1 -1
  69. package/lib/services/brand-protection.js +9 -2
  70. package/lib/services/brand-protection.js.map +1 -1
  71. package/lib/services/browser-rendering.d.ts.map +1 -1
  72. package/lib/services/browser-rendering.js +15 -14
  73. package/lib/services/browser-rendering.js.map +1 -1
  74. package/lib/services/cache.d.ts.map +1 -1
  75. package/lib/services/cache.js +49 -25
  76. package/lib/services/cache.js.map +1 -1
  77. package/lib/services/calls.d.ts +35 -14
  78. package/lib/services/calls.d.ts.map +1 -1
  79. package/lib/services/calls.js +35 -22
  80. package/lib/services/calls.js.map +1 -1
  81. package/lib/services/certificate-authorities.d.ts.map +1 -1
  82. package/lib/services/certificate-authorities.js +2 -2
  83. package/lib/services/certificate-authorities.js.map +1 -1
  84. package/lib/services/client-certificates.d.ts +57 -23
  85. package/lib/services/client-certificates.d.ts.map +1 -1
  86. package/lib/services/client-certificates.js +91 -62
  87. package/lib/services/client-certificates.js.map +1 -1
  88. package/lib/services/cloud-connector.d.ts +51 -22
  89. package/lib/services/cloud-connector.d.ts.map +1 -1
  90. package/lib/services/cloud-connector.js +57 -44
  91. package/lib/services/cloud-connector.js.map +1 -1
  92. package/lib/services/cloudforce-one.d.ts +119 -50
  93. package/lib/services/cloudforce-one.d.ts.map +1 -1
  94. package/lib/services/cloudforce-one.js +181 -124
  95. package/lib/services/cloudforce-one.js.map +1 -1
  96. package/lib/services/connectivity.d.ts +74 -31
  97. package/lib/services/connectivity.d.ts.map +1 -1
  98. package/lib/services/connectivity.js +84 -57
  99. package/lib/services/connectivity.js.map +1 -1
  100. package/lib/services/content-scanning.d.ts +40 -15
  101. package/lib/services/content-scanning.d.ts.map +1 -1
  102. package/lib/services/content-scanning.js +40 -21
  103. package/lib/services/content-scanning.js.map +1 -1
  104. package/lib/services/custom-certificates.d.ts +48 -19
  105. package/lib/services/custom-certificates.d.ts.map +1 -1
  106. package/lib/services/custom-certificates.js +80 -53
  107. package/lib/services/custom-certificates.js.map +1 -1
  108. package/lib/services/custom-hostnames.d.ts +116 -51
  109. package/lib/services/custom-hostnames.d.ts.map +1 -1
  110. package/lib/services/custom-hostnames.js +210 -170
  111. package/lib/services/custom-hostnames.js.map +1 -1
  112. package/lib/services/custom-nameservers.d.ts +32 -12
  113. package/lib/services/custom-nameservers.d.ts.map +1 -1
  114. package/lib/services/custom-nameservers.js +36 -21
  115. package/lib/services/custom-nameservers.js.map +1 -1
  116. package/lib/services/custom-pages.d.ts +26 -11
  117. package/lib/services/custom-pages.d.ts.map +1 -1
  118. package/lib/services/custom-pages.js +39 -24
  119. package/lib/services/custom-pages.js.map +1 -1
  120. package/lib/services/d1.d.ts +114 -48
  121. package/lib/services/d1.d.ts.map +1 -1
  122. package/lib/services/d1.js +150 -111
  123. package/lib/services/d1.js.map +1 -1
  124. package/lib/services/dcv-delegation.d.ts.map +1 -1
  125. package/lib/services/dcv-delegation.js +1 -1
  126. package/lib/services/dcv-delegation.js.map +1 -1
  127. package/lib/services/diagnostics.d.ts +59 -26
  128. package/lib/services/diagnostics.d.ts.map +1 -1
  129. package/lib/services/diagnostics.js +97 -82
  130. package/lib/services/diagnostics.js.map +1 -1
  131. package/lib/services/dns-firewall.d.ts +48 -19
  132. package/lib/services/dns-firewall.d.ts.map +1 -1
  133. package/lib/services/dns-firewall.js +75 -48
  134. package/lib/services/dns-firewall.js.map +1 -1
  135. package/lib/services/dns.d.ts +206 -87
  136. package/lib/services/dns.d.ts.map +1 -1
  137. package/lib/services/dns.js +335 -219
  138. package/lib/services/dns.js.map +1 -1
  139. package/lib/services/durable-objects.d.ts +44 -13
  140. package/lib/services/durable-objects.d.ts.map +1 -1
  141. package/lib/services/durable-objects.js +56 -19
  142. package/lib/services/durable-objects.js.map +1 -1
  143. package/lib/services/email-routing.d.ts +90 -34
  144. package/lib/services/email-routing.d.ts.map +1 -1
  145. package/lib/services/email-routing.js +133 -80
  146. package/lib/services/email-routing.js.map +1 -1
  147. package/lib/services/email-security.d.ts +439 -181
  148. package/lib/services/email-security.d.ts.map +1 -1
  149. package/lib/services/email-security.js +753 -557
  150. package/lib/services/email-security.js.map +1 -1
  151. package/lib/services/filters.d.ts +64 -24
  152. package/lib/services/filters.d.ts.map +1 -1
  153. package/lib/services/filters.js +61 -28
  154. package/lib/services/filters.js.map +1 -1
  155. package/lib/services/firewall.d.ts +455 -183
  156. package/lib/services/firewall.d.ts.map +1 -1
  157. package/lib/services/firewall.js +777 -574
  158. package/lib/services/firewall.js.map +1 -1
  159. package/lib/services/healthchecks.d.ts +76 -33
  160. package/lib/services/healthchecks.d.ts.map +1 -1
  161. package/lib/services/healthchecks.js +129 -100
  162. package/lib/services/healthchecks.js.map +1 -1
  163. package/lib/services/hostnames.d.ts +20 -8
  164. package/lib/services/hostnames.d.ts.map +1 -1
  165. package/lib/services/hostnames.js +32 -21
  166. package/lib/services/hostnames.js.map +1 -1
  167. package/lib/services/hyperdrive.d.ts.map +1 -1
  168. package/lib/services/hyperdrive.js +10 -9
  169. package/lib/services/hyperdrive.js.map +1 -1
  170. package/lib/services/iam.d.ts +162 -59
  171. package/lib/services/iam.d.ts.map +1 -1
  172. package/lib/services/iam.js +219 -119
  173. package/lib/services/iam.js.map +1 -1
  174. package/lib/services/images.d.ts +36 -12
  175. package/lib/services/images.d.ts.map +1 -1
  176. package/lib/services/images.js +59 -32
  177. package/lib/services/images.js.map +1 -1
  178. package/lib/services/intel.d.ts +159 -62
  179. package/lib/services/intel.d.ts.map +1 -1
  180. package/lib/services/intel.js +238 -151
  181. package/lib/services/intel.js.map +1 -1
  182. package/lib/services/ips.d.ts.map +1 -1
  183. package/lib/services/ips.js +1 -1
  184. package/lib/services/ips.js.map +1 -1
  185. package/lib/services/keyless-certificates.d.ts +36 -16
  186. package/lib/services/keyless-certificates.d.ts.map +1 -1
  187. package/lib/services/keyless-certificates.js +50 -37
  188. package/lib/services/keyless-certificates.js.map +1 -1
  189. package/lib/services/kv.d.ts +42 -12
  190. package/lib/services/kv.d.ts.map +1 -1
  191. package/lib/services/kv.js +87 -36
  192. package/lib/services/kv.js.map +1 -1
  193. package/lib/services/leaked-credential-checks.d.ts +16 -6
  194. package/lib/services/leaked-credential-checks.d.ts.map +1 -1
  195. package/lib/services/leaked-credential-checks.js +20 -12
  196. package/lib/services/leaked-credential-checks.js.map +1 -1
  197. package/lib/services/load-balancers.d.ts +373 -167
  198. package/lib/services/load-balancers.d.ts.map +1 -1
  199. package/lib/services/load-balancers.js +603 -490
  200. package/lib/services/load-balancers.js.map +1 -1
  201. package/lib/services/logpush.d.ts.map +1 -1
  202. package/lib/services/logpush.js +23 -15
  203. package/lib/services/logpush.js.map +1 -1
  204. package/lib/services/logs.d.ts.map +1 -1
  205. package/lib/services/logs.js +11 -7
  206. package/lib/services/logs.js.map +1 -1
  207. package/lib/services/magic-cloud-networking.d.ts +542 -249
  208. package/lib/services/magic-cloud-networking.d.ts.map +1 -1
  209. package/lib/services/magic-cloud-networking.js +890 -804
  210. package/lib/services/magic-cloud-networking.js.map +1 -1
  211. package/lib/services/magic-network-monitoring.d.ts.map +1 -1
  212. package/lib/services/magic-network-monitoring.js +44 -22
  213. package/lib/services/magic-network-monitoring.js.map +1 -1
  214. package/lib/services/magic-transit.d.ts +432 -196
  215. package/lib/services/magic-transit.d.ts.map +1 -1
  216. package/lib/services/magic-transit.js +730 -566
  217. package/lib/services/magic-transit.js.map +1 -1
  218. package/lib/services/managed-transforms.d.ts.map +1 -1
  219. package/lib/services/managed-transforms.js +8 -4
  220. package/lib/services/managed-transforms.js.map +1 -1
  221. package/lib/services/memberships.d.ts +54 -22
  222. package/lib/services/memberships.d.ts.map +1 -1
  223. package/lib/services/memberships.js +79 -53
  224. package/lib/services/memberships.js.map +1 -1
  225. package/lib/services/mtls-certificates.d.ts +41 -17
  226. package/lib/services/mtls-certificates.d.ts.map +1 -1
  227. package/lib/services/mtls-certificates.js +52 -33
  228. package/lib/services/mtls-certificates.js.map +1 -1
  229. package/lib/services/organizations.d.ts +56 -25
  230. package/lib/services/organizations.d.ts.map +1 -1
  231. package/lib/services/organizations.js +74 -59
  232. package/lib/services/organizations.js.map +1 -1
  233. package/lib/services/origin-ca-certificates.d.ts +30 -10
  234. package/lib/services/origin-ca-certificates.d.ts.map +1 -1
  235. package/lib/services/origin-ca-certificates.js +62 -35
  236. package/lib/services/origin-ca-certificates.js.map +1 -1
  237. package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -1
  238. package/lib/services/origin-post-quantum-encryption.js +8 -4
  239. package/lib/services/origin-post-quantum-encryption.js.map +1 -1
  240. package/lib/services/origin-tls-client-auth.d.ts +60 -25
  241. package/lib/services/origin-tls-client-auth.d.ts.map +1 -1
  242. package/lib/services/origin-tls-client-auth.js +94 -60
  243. package/lib/services/origin-tls-client-auth.js.map +1 -1
  244. package/lib/services/page-rules.d.ts.map +1 -1
  245. package/lib/services/page-rules.js +18 -10
  246. package/lib/services/page-rules.js.map +1 -1
  247. package/lib/services/page-shield.d.ts +145 -66
  248. package/lib/services/page-shield.d.ts.map +1 -1
  249. package/lib/services/page-shield.js +166 -130
  250. package/lib/services/page-shield.js.map +1 -1
  251. package/lib/services/pages.d.ts +520 -225
  252. package/lib/services/pages.d.ts.map +1 -1
  253. package/lib/services/pages.js +643 -567
  254. package/lib/services/pages.js.map +1 -1
  255. package/lib/services/pipelines.d.ts +461 -206
  256. package/lib/services/pipelines.d.ts.map +1 -1
  257. package/lib/services/pipelines.js +859 -780
  258. package/lib/services/pipelines.js.map +1 -1
  259. package/lib/services/queues.d.ts +177 -80
  260. package/lib/services/queues.d.ts.map +1 -1
  261. package/lib/services/queues.js +233 -177
  262. package/lib/services/queues.js.map +1 -1
  263. package/lib/services/r2-data-catalog.d.ts.map +1 -1
  264. package/lib/services/r2-data-catalog.js +30 -16
  265. package/lib/services/r2-data-catalog.js.map +1 -1
  266. package/lib/services/r2.d.ts +85 -39
  267. package/lib/services/r2.d.ts.map +1 -1
  268. package/lib/services/r2.js +146 -126
  269. package/lib/services/r2.js.map +1 -1
  270. package/lib/services/radar.d.ts +152 -63
  271. package/lib/services/radar.d.ts.map +1 -1
  272. package/lib/services/radar.js +421 -360
  273. package/lib/services/radar.js.map +1 -1
  274. package/lib/services/rate-limits.d.ts +76 -31
  275. package/lib/services/rate-limits.d.ts.map +1 -1
  276. package/lib/services/rate-limits.js +106 -82
  277. package/lib/services/rate-limits.js.map +1 -1
  278. package/lib/services/realtime-kit.d.ts.map +1 -1
  279. package/lib/services/realtime-kit.js +34 -33
  280. package/lib/services/realtime-kit.js.map +1 -1
  281. package/lib/services/registrar.d.ts +75 -35
  282. package/lib/services/registrar.d.ts.map +1 -1
  283. package/lib/services/registrar.js +116 -103
  284. package/lib/services/registrar.js.map +1 -1
  285. package/lib/services/request-tracers.d.ts.map +1 -1
  286. package/lib/services/request-tracers.js +5 -2
  287. package/lib/services/request-tracers.js.map +1 -1
  288. package/lib/services/resource-sharing.d.ts +132 -50
  289. package/lib/services/resource-sharing.d.ts.map +1 -1
  290. package/lib/services/resource-sharing.js +232 -149
  291. package/lib/services/resource-sharing.js.map +1 -1
  292. package/lib/services/rules.d.ts +86 -37
  293. package/lib/services/rules.d.ts.map +1 -1
  294. package/lib/services/rules.js +122 -87
  295. package/lib/services/rules.js.map +1 -1
  296. package/lib/services/rulesets.d.ts +75 -30
  297. package/lib/services/rulesets.d.ts.map +1 -1
  298. package/lib/services/rulesets.js +274 -222
  299. package/lib/services/rulesets.js.map +1 -1
  300. package/lib/services/rum.d.ts +40 -15
  301. package/lib/services/rum.d.ts.map +1 -1
  302. package/lib/services/rum.js +78 -45
  303. package/lib/services/rum.js.map +1 -1
  304. package/lib/services/schema-validation.d.ts +47 -14
  305. package/lib/services/schema-validation.d.ts.map +1 -1
  306. package/lib/services/schema-validation.js +102 -43
  307. package/lib/services/schema-validation.js.map +1 -1
  308. package/lib/services/secrets-store.d.ts +116 -44
  309. package/lib/services/secrets-store.d.ts.map +1 -1
  310. package/lib/services/secrets-store.js +145 -78
  311. package/lib/services/secrets-store.js.map +1 -1
  312. package/lib/services/security-center.d.ts +56 -22
  313. package/lib/services/security-center.d.ts.map +1 -1
  314. package/lib/services/security-center.js +90 -64
  315. package/lib/services/security-center.js.map +1 -1
  316. package/lib/services/security-txt.d.ts.map +1 -1
  317. package/lib/services/security-txt.js +1 -1
  318. package/lib/services/security-txt.js.map +1 -1
  319. package/lib/services/snippets.d.ts +85 -33
  320. package/lib/services/snippets.d.ts.map +1 -1
  321. package/lib/services/snippets.js +106 -63
  322. package/lib/services/snippets.js.map +1 -1
  323. package/lib/services/spectrum.d.ts +58 -24
  324. package/lib/services/spectrum.d.ts.map +1 -1
  325. package/lib/services/spectrum.js +90 -65
  326. package/lib/services/spectrum.js.map +1 -1
  327. package/lib/services/speed.d.ts +47 -17
  328. package/lib/services/speed.d.ts.map +1 -1
  329. package/lib/services/speed.js +51 -24
  330. package/lib/services/speed.js.map +1 -1
  331. package/lib/services/ssl.d.ts +77 -35
  332. package/lib/services/ssl.d.ts.map +1 -1
  333. package/lib/services/ssl.js +146 -123
  334. package/lib/services/ssl.js.map +1 -1
  335. package/lib/services/stream.d.ts +173 -77
  336. package/lib/services/stream.d.ts.map +1 -1
  337. package/lib/services/stream.js +167 -131
  338. package/lib/services/stream.js.map +1 -1
  339. package/lib/services/token-validation.d.ts +203 -88
  340. package/lib/services/token-validation.d.ts.map +1 -1
  341. package/lib/services/token-validation.js +238 -172
  342. package/lib/services/token-validation.js.map +1 -1
  343. package/lib/services/turnstile.d.ts +38 -14
  344. package/lib/services/turnstile.d.ts.map +1 -1
  345. package/lib/services/turnstile.js +72 -41
  346. package/lib/services/turnstile.js.map +1 -1
  347. package/lib/services/url-normalization.d.ts.map +1 -1
  348. package/lib/services/url-normalization.js +2 -2
  349. package/lib/services/url-normalization.js.map +1 -1
  350. package/lib/services/user.d.ts +106 -40
  351. package/lib/services/user.d.ts.map +1 -1
  352. package/lib/services/user.js +156 -89
  353. package/lib/services/user.js.map +1 -1
  354. package/lib/services/vectorize.d.ts +26 -11
  355. package/lib/services/vectorize.d.ts.map +1 -1
  356. package/lib/services/vectorize.js +46 -35
  357. package/lib/services/vectorize.js.map +1 -1
  358. package/lib/services/waiting-rooms.d.ts +244 -104
  359. package/lib/services/waiting-rooms.d.ts.map +1 -1
  360. package/lib/services/waiting-rooms.js +398 -296
  361. package/lib/services/waiting-rooms.js.map +1 -1
  362. package/lib/services/web3.d.ts +26 -11
  363. package/lib/services/web3.d.ts.map +1 -1
  364. package/lib/services/web3.js +62 -43
  365. package/lib/services/web3.js.map +1 -1
  366. package/lib/services/workers-for-platforms.d.ts +323 -153
  367. package/lib/services/workers-for-platforms.d.ts.map +1 -1
  368. package/lib/services/workers-for-platforms.js +331 -288
  369. package/lib/services/workers-for-platforms.js.map +1 -1
  370. package/lib/services/workers.d.ts +601 -272
  371. package/lib/services/workers.d.ts.map +1 -1
  372. package/lib/services/workers.js +771 -633
  373. package/lib/services/workers.js.map +1 -1
  374. package/lib/services/workflows.d.ts +130 -47
  375. package/lib/services/workflows.d.ts.map +1 -1
  376. package/lib/services/workflows.js +190 -107
  377. package/lib/services/workflows.js.map +1 -1
  378. package/lib/services/zaraz.d.ts +20 -8
  379. package/lib/services/zaraz.d.ts.map +1 -1
  380. package/lib/services/zaraz.js +20 -13
  381. package/lib/services/zaraz.js.map +1 -1
  382. package/lib/services/zero-trust.d.ts +5436 -2650
  383. package/lib/services/zero-trust.d.ts.map +1 -1
  384. package/lib/services/zero-trust.js +9008 -7934
  385. package/lib/services/zero-trust.js.map +1 -1
  386. package/lib/services/zones.d.ts +188 -84
  387. package/lib/services/zones.d.ts.map +1 -1
  388. package/lib/services/zones.js +257 -196
  389. package/lib/services/zones.js.map +1 -1
  390. package/package.json +3 -2
  391. package/src/auth.ts +4 -3
  392. package/src/client/api.ts +105 -13
  393. package/src/credentials.ts +253 -12
  394. package/src/errors.ts +17 -1
  395. package/src/sensitive.ts +4 -0
  396. package/src/services/abuse-reports.ts +416 -208
  397. package/src/services/accounts.ts +511 -306
  398. package/src/services/acm.ts +22 -14
  399. package/src/services/addressing.ts +865 -550
  400. package/src/services/ai-gateway.ts +1148 -710
  401. package/src/services/ai.ts +265 -91
  402. package/src/services/aisearch.ts +1460 -995
  403. package/src/services/alerting.ts +1027 -671
  404. package/src/services/api-gateway.ts +1628 -1129
  405. package/src/services/argo.ts +48 -32
  406. package/src/services/billing.ts +47 -43
  407. package/src/services/bot-management.ts +6 -2
  408. package/src/services/botnet-feed.ts +28 -16
  409. package/src/services/brand-protection.ts +28 -6
  410. package/src/services/browser-rendering.ts +23 -10
  411. package/src/services/cache.ts +147 -97
  412. package/src/services/calls.ts +107 -42
  413. package/src/services/certificate-authorities.ts +6 -2
  414. package/src/services/client-certificates.ts +270 -173
  415. package/src/services/cloud-connector.ts +149 -82
  416. package/src/services/cloudforce-one.ts +515 -287
  417. package/src/services/connectivity.ts +184 -107
  418. package/src/services/content-scanning.ts +115 -42
  419. package/src/services/custom-certificates.ts +200 -121
  420. package/src/services/custom-hostnames.ts +583 -395
  421. package/src/services/custom-nameservers.ts +98 -45
  422. package/src/services/custom-pages.ts +109 -62
  423. package/src/services/d1.ts +409 -235
  424. package/src/services/dcv-delegation.ts +3 -1
  425. package/src/services/diagnostics.ts +267 -193
  426. package/src/services/dns-firewall.ts +197 -116
  427. package/src/services/dns.ts +916 -536
  428. package/src/services/durable-objects.ts +126 -37
  429. package/src/services/email-routing.ts +375 -181
  430. package/src/services/email-security.ts +1881 -1112
  431. package/src/services/filters.ts +176 -58
  432. package/src/services/firewall.ts +1843 -1011
  433. package/src/services/healthchecks.ts +374 -258
  434. package/src/services/hostnames.ts +83 -47
  435. package/src/services/hyperdrive.ts +12 -9
  436. package/src/services/iam.ts +560 -259
  437. package/src/services/images.ts +148 -54
  438. package/src/services/intel.ts +677 -373
  439. package/src/services/ips.ts +1 -1
  440. package/src/services/keyless-certificates.ts +139 -92
  441. package/src/services/kv.ts +204 -86
  442. package/src/services/leaked-credential-checks.ts +58 -19
  443. package/src/services/load-balancers.ts +1755 -1200
  444. package/src/services/logpush.ts +100 -72
  445. package/src/services/logs.ts +29 -15
  446. package/src/services/magic-cloud-networking.ts +2453 -1726
  447. package/src/services/magic-network-monitoring.ts +163 -119
  448. package/src/services/magic-transit.ts +2153 -1530
  449. package/src/services/managed-transforms.ts +20 -12
  450. package/src/services/memberships.ts +196 -113
  451. package/src/services/mtls-certificates.ts +158 -88
  452. package/src/services/organizations.ts +185 -121
  453. package/src/services/origin-ca-certificates.ts +130 -64
  454. package/src/services/origin-post-quantum-encryption.ts +24 -16
  455. package/src/services/origin-tls-client-auth.ts +282 -158
  456. package/src/services/page-rules.ts +64 -44
  457. package/src/services/page-shield.ts +492 -316
  458. package/src/services/pages.ts +1612 -1154
  459. package/src/services/pipelines.ts +1735 -1280
  460. package/src/services/queues.ts +617 -419
  461. package/src/services/r2-data-catalog.ts +82 -50
  462. package/src/services/r2.ts +420 -239
  463. package/src/services/radar.ts +1107 -423
  464. package/src/services/rate-limits.ts +254 -152
  465. package/src/services/realtime-kit.ts +34 -33
  466. package/src/services/registrar.ts +262 -167
  467. package/src/services/request-tracers.ts +7 -4
  468. package/src/services/resource-sharing.ts +628 -378
  469. package/src/services/rules.ts +292 -176
  470. package/src/services/rulesets.ts +643 -426
  471. package/src/services/rum.ts +204 -111
  472. package/src/services/schema-validation.ts +240 -104
  473. package/src/services/secrets-store.ts +356 -166
  474. package/src/services/security-center.ts +196 -98
  475. package/src/services/security-txt.ts +2 -0
  476. package/src/services/snippets.ts +259 -117
  477. package/src/services/spectrum.ts +215 -128
  478. package/src/services/speed.ts +144 -46
  479. package/src/services/ssl.ts +420 -293
  480. package/src/services/stream.ts +496 -244
  481. package/src/services/token-validation.ts +583 -343
  482. package/src/services/turnstile.ts +206 -124
  483. package/src/services/url-normalization.ts +6 -2
  484. package/src/services/user.ts +480 -277
  485. package/src/services/vectorize.ts +123 -64
  486. package/src/services/waiting-rooms.ts +1156 -747
  487. package/src/services/web3.ts +178 -113
  488. package/src/services/workers-for-platforms.ts +814 -539
  489. package/src/services/workers.ts +1888 -1227
  490. package/src/services/workflows.ts +453 -205
  491. package/src/services/zaraz.ts +61 -25
  492. package/src/services/zero-trust.ts +17859 -12103
  493. package/src/services/zones.ts +690 -459
@@ -4,6 +4,7 @@
4
4
  * Generated from Cloudflare TypeScript SDK.
5
5
  * DO NOT EDIT - regenerate with: bun scripts/generate.ts --service radar
6
6
  */
7
+ import * as stream from "effect/Stream";
7
8
  import * as Schema from "effect/Schema";
8
9
  import * as API from "../client/api.js";
9
10
  import * as T from "../traits.js";
@@ -79,7 +80,7 @@ export const UserAgentAiBotSummaryResponse =
79
80
  })),
80
81
  }),
81
82
  summary_0: Schema.Struct({}),
82
- });
83
+ }).pipe(T.ResponsePath("result"));
83
84
  export const userAgentAiBotSummary = API.make(() => ({
84
85
  input: UserAgentAiBotSummaryRequest,
85
86
  output: UserAgentAiBotSummaryResponse,
@@ -168,7 +169,7 @@ export const UserAgentAiTimeseriesGroupResponse =
168
169
  serie_0: Schema.Struct({
169
170
  timestamps: Schema.Array(Schema.String),
170
171
  }),
171
- });
172
+ }).pipe(T.ResponsePath("result"));
172
173
  export const userAgentAiTimeseriesGroup = API.make(() => ({
173
174
  input: UserAgentAiTimeseriesGroupRequest,
174
175
  output: UserAgentAiTimeseriesGroupResponse,
@@ -250,7 +251,7 @@ export const TimeseriesAiBotResponse =
250
251
  value: Schema.String,
251
252
  })),
252
253
  }),
253
- });
254
+ }).pipe(T.ResponsePath("result"));
254
255
  export const timeseriesAiBot = API.make(() => ({
255
256
  input: TimeseriesAiBotRequest,
256
257
  output: TimeseriesAiBotResponse,
@@ -327,7 +328,7 @@ export const ModelAiInferenceSummaryResponse =
327
328
  })),
328
329
  }),
329
330
  summary_0: Schema.Struct({}),
330
- });
331
+ }).pipe(T.ResponsePath("result"));
331
332
  export const modelAiInferenceSummary = API.make(() => ({
332
333
  input: ModelAiInferenceSummaryRequest,
333
334
  output: ModelAiInferenceSummaryResponse,
@@ -404,7 +405,7 @@ export const TaskAiInferenceSummaryResponse =
404
405
  })),
405
406
  }),
406
407
  summary_0: Schema.Struct({}),
407
- });
408
+ }).pipe(T.ResponsePath("result"));
408
409
  export const taskAiInferenceSummary = API.make(() => ({
409
410
  input: TaskAiInferenceSummaryRequest,
410
411
  output: TaskAiInferenceSummaryResponse,
@@ -493,7 +494,7 @@ export const ModelAiInferenceTimeseriesGroupSummaryResponse =
493
494
  serie_0: Schema.Struct({
494
495
  timestamps: Schema.Array(Schema.String),
495
496
  }),
496
- });
497
+ }).pipe(T.ResponsePath("result"));
497
498
  export const modelAiInferenceTimeseriesGroupSummary = API.make(() => ({
498
499
  input: ModelAiInferenceTimeseriesGroupSummaryRequest,
499
500
  output: ModelAiInferenceTimeseriesGroupSummaryResponse,
@@ -582,7 +583,7 @@ export const TaskAiInferenceTimeseriesGroupSummaryResponse =
582
583
  serie_0: Schema.Struct({
583
584
  timestamps: Schema.Array(Schema.String),
584
585
  }),
585
- });
586
+ }).pipe(T.ResponsePath("result"));
586
587
  export const taskAiInferenceTimeseriesGroupSummary = API.make(() => ({
587
588
  input: TaskAiInferenceTimeseriesGroupSummaryRequest,
588
589
  output: TaskAiInferenceTimeseriesGroupSummaryResponse,
@@ -666,7 +667,7 @@ export const SummaryAiTimeseriesGroupResponse =
666
667
  })),
667
668
  }),
668
669
  summary_0: Schema.Struct({}),
669
- });
670
+ }).pipe(T.ResponsePath("result"));
670
671
  export const summaryAiTimeseriesGroup = API.make(() => ({
671
672
  input: SummaryAiTimeseriesGroupRequest,
672
673
  output: SummaryAiTimeseriesGroupResponse,
@@ -749,7 +750,7 @@ export const TimeseriesAiTimeseriesGroupResponse =
749
750
  value: Schema.String,
750
751
  })),
751
752
  }),
752
- });
753
+ }).pipe(T.ResponsePath("result"));
753
754
  export const timeseriesAiTimeseriesGroup = API.make(() => ({
754
755
  input: TimeseriesAiTimeseriesGroupRequest,
755
756
  output: TimeseriesAiTimeseriesGroupResponse,
@@ -760,17 +761,23 @@ export const CreateAiToMarkdownRequest =
760
761
  accountId: Schema.String.pipe(T.HttpPath("account_id")),
761
762
  }).pipe(T.Http({ method: "POST", path: "/accounts/{account_id}/ai/tomarkdown" }));
762
763
  export const CreateAiToMarkdownResponse =
763
- /*@__PURE__*/ /*#__PURE__*/ Schema.Array(Schema.Struct({
764
- data: Schema.String,
765
- format: Schema.String,
766
- mimeType: Schema.String,
767
- name: Schema.String,
768
- tokens: Schema.String,
769
- }));
770
- export const createAiToMarkdown = API.make(() => ({
764
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
765
+ result: Schema.Array(Schema.Struct({
766
+ data: Schema.String,
767
+ format: Schema.String,
768
+ mimeType: Schema.String,
769
+ name: Schema.String,
770
+ tokens: Schema.String,
771
+ })),
772
+ });
773
+ export const createAiToMarkdown = API.makePaginated(() => ({
771
774
  input: CreateAiToMarkdownRequest,
772
775
  output: CreateAiToMarkdownResponse,
773
776
  errors: [],
777
+ pagination: {
778
+ mode: "single",
779
+ items: "result",
780
+ },
774
781
  }));
775
782
  export const ListAnnotationsRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/radar/annotations" }));
776
783
  export const ListAnnotationsResponse =
@@ -811,7 +818,7 @@ export const ListAnnotationsResponse =
811
818
  linkedUrl: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
812
819
  scope: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
813
820
  })),
814
- });
821
+ }).pipe(T.ResponsePath("result"));
815
822
  export const listAnnotations = API.make(() => ({
816
823
  input: ListAnnotationsRequest,
817
824
  output: ListAnnotationsResponse,
@@ -857,7 +864,7 @@ export const GetAnnotationOutageResponse =
857
864
  linkedUrl: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
858
865
  scope: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
859
866
  })),
860
- });
867
+ }).pipe(T.ResponsePath("result"));
861
868
  export const getAnnotationOutage = API.make(() => ({
862
869
  input: GetAnnotationOutageRequest,
863
870
  output: GetAnnotationOutageResponse,
@@ -872,7 +879,7 @@ export const LocationsAnnotationOutageResponse =
872
879
  clientCountryName: Schema.String,
873
880
  value: Schema.String,
874
881
  })),
875
- });
882
+ }).pipe(T.ResponsePath("result"));
876
883
  export const locationsAnnotationOutage = API.make(() => ({
877
884
  input: LocationsAnnotationOutageRequest,
878
885
  output: LocationsAnnotationOutageResponse,
@@ -952,7 +959,7 @@ export const MatchingAnswerDnsSummaryResponse =
952
959
  negative: Schema.String,
953
960
  positive: Schema.String,
954
961
  }).pipe(Schema.encodeKeys({ negative: "NEGATIVE", positive: "POSITIVE" })),
955
- });
962
+ }).pipe(T.ResponsePath("result"));
956
963
  export const matchingAnswerDnsSummary = API.make(() => ({
957
964
  input: MatchingAnswerDnsSummaryRequest,
958
965
  output: MatchingAnswerDnsSummaryResponse,
@@ -1042,7 +1049,7 @@ export const MatchingAnswerDnsTimeseriesGroupResponse =
1042
1049
  negative: Schema.Array(Schema.String),
1043
1050
  positive: Schema.Array(Schema.String),
1044
1051
  }).pipe(Schema.encodeKeys({ negative: "NEGATIVE", positive: "POSITIVE" })),
1045
- });
1052
+ }).pipe(T.ResponsePath("result"));
1046
1053
  export const matchingAnswerDnsTimeseriesGroup = API.make(() => ({
1047
1054
  input: MatchingAnswerDnsTimeseriesGroupRequest,
1048
1055
  output: MatchingAnswerDnsTimeseriesGroupResponse,
@@ -1124,7 +1131,7 @@ export const TimeseriesAs112Response =
1124
1131
  value: Schema.String,
1125
1132
  })),
1126
1133
  }),
1127
- });
1134
+ }).pipe(T.ResponsePath("result"));
1128
1135
  export const timeseriesAs112 = API.make(() => ({
1129
1136
  input: TimeseriesAs112Request,
1130
1137
  output: TimeseriesAs112Response,
@@ -1207,7 +1214,7 @@ export const DnssecAs112SummaryResponse =
1207
1214
  notsupported: "NOT_SUPPORTED",
1208
1215
  supported: "SUPPORTED",
1209
1216
  })),
1210
- });
1217
+ }).pipe(T.ResponsePath("result"));
1211
1218
  export const dnssecAs112Summary = API.make(() => ({
1212
1219
  input: DnssecAs112SummaryRequest,
1213
1220
  output: DnssecAs112SummaryResponse,
@@ -1290,7 +1297,7 @@ export const EdnsAs112SummaryResponse =
1290
1297
  notsupported: "NOT_SUPPORTED",
1291
1298
  supported: "SUPPORTED",
1292
1299
  })),
1293
- });
1300
+ }).pipe(T.ResponsePath("result"));
1294
1301
  export const ednsAs112Summary = API.make(() => ({
1295
1302
  input: EdnsAs112SummaryRequest,
1296
1303
  output: EdnsAs112SummaryResponse,
@@ -1372,7 +1379,7 @@ export const ProtocolAs112SummaryResponse =
1372
1379
  tls: Schema.String,
1373
1380
  udp: Schema.String,
1374
1381
  }).pipe(Schema.encodeKeys({ https: "HTTPS", tcp: "TCP", tls: "TLS", udp: "UDP" })),
1375
- });
1382
+ }).pipe(T.ResponsePath("result"));
1376
1383
  export const protocolAs112Summary = API.make(() => ({
1377
1384
  input: ProtocolAs112SummaryRequest,
1378
1385
  output: ProtocolAs112SummaryResponse,
@@ -1462,7 +1469,7 @@ export const DnssecAs112TimeseriesGroupResponse =
1462
1469
  notsupported: "NOT_SUPPORTED",
1463
1470
  supported: "SUPPORTED",
1464
1471
  })),
1465
- });
1472
+ }).pipe(T.ResponsePath("result"));
1466
1473
  export const dnssecAs112TimeseriesGroup = API.make(() => ({
1467
1474
  input: DnssecAs112TimeseriesGroupRequest,
1468
1475
  output: DnssecAs112TimeseriesGroupResponse,
@@ -1552,7 +1559,7 @@ export const EdnsAs112TimeseriesGroupResponse =
1552
1559
  notsupported: "NOT_SUPPORTED",
1553
1560
  supported: "SUPPORTED",
1554
1561
  })),
1555
- });
1562
+ }).pipe(T.ResponsePath("result"));
1556
1563
  export const ednsAs112TimeseriesGroup = API.make(() => ({
1557
1564
  input: EdnsAs112TimeseriesGroupRequest,
1558
1565
  output: EdnsAs112TimeseriesGroupResponse,
@@ -1641,7 +1648,7 @@ export const ProtocolAs112TimeseriesGroupResponse =
1641
1648
  tls: Schema.Array(Schema.String),
1642
1649
  udp: Schema.Array(Schema.String),
1643
1650
  }).pipe(Schema.encodeKeys({ https: "HTTPS", tcp: "TCP", tls: "TLS", udp: "UDP" })),
1644
- });
1651
+ }).pipe(T.ResponsePath("result"));
1645
1652
  export const protocolAs112TimeseriesGroup = API.make(() => ({
1646
1653
  input: ProtocolAs112TimeseriesGroupRequest,
1647
1654
  output: ProtocolAs112TimeseriesGroupResponse,
@@ -1725,7 +1732,7 @@ export const DnssecAs112TopResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
1725
1732
  clientCountryName: Schema.String,
1726
1733
  value: Schema.String,
1727
1734
  })),
1728
- });
1735
+ }).pipe(T.ResponsePath("result"));
1729
1736
  export const dnssecAs112Top = API.make(() => ({
1730
1737
  input: DnssecAs112TopRequest,
1731
1738
  output: DnssecAs112TopResponse,
@@ -1809,7 +1816,7 @@ export const EdnsAs112TopResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1809
1816
  clientCountryName: Schema.String,
1810
1817
  value: Schema.String,
1811
1818
  })),
1812
- });
1819
+ }).pipe(T.ResponsePath("result"));
1813
1820
  export const ednsAs112Top = API.make(() => ({
1814
1821
  input: EdnsAs112TopRequest,
1815
1822
  output: EdnsAs112TopResponse,
@@ -1893,7 +1900,7 @@ export const LocationsAs112TopResponse =
1893
1900
  clientCountryName: Schema.String,
1894
1901
  value: Schema.String,
1895
1902
  })),
1896
- });
1903
+ }).pipe(T.ResponsePath("result"));
1897
1904
  export const locationsAs112Top = API.make(() => ({
1898
1905
  input: LocationsAs112TopRequest,
1899
1906
  output: LocationsAs112TopResponse,
@@ -1976,7 +1983,7 @@ export const TimeseriesAttackLayer3Response =
1976
1983
  value: Schema.String,
1977
1984
  })),
1978
1985
  }),
1979
- });
1986
+ }).pipe(T.ResponsePath("result"));
1980
1987
  export const timeseriesAttackLayer3 = API.make(() => ({
1981
1988
  input: TimeseriesAttackLayer3Request,
1982
1989
  output: TimeseriesAttackLayer3Response,
@@ -2065,7 +2072,7 @@ export const BitrateAttackLayer3SummaryResponse =
2065
2072
  over_100GBPS: "OVER_100_GBPS",
2066
2073
  under_500MBPS: "UNDER_500_MBPS",
2067
2074
  })),
2068
- });
2075
+ }).pipe(T.ResponsePath("result"));
2069
2076
  export const bitrateAttackLayer3Summary = API.make(() => ({
2070
2077
  input: BitrateAttackLayer3SummaryRequest,
2071
2078
  output: BitrateAttackLayer3SummaryResponse,
@@ -2156,7 +2163,7 @@ export const DurationAttackLayer3SummaryResponse =
2156
2163
  over_3HOURS: "OVER_3_HOURS",
2157
2164
  under_10MINS: "UNDER_10_MINS",
2158
2165
  })),
2159
- });
2166
+ }).pipe(T.ResponsePath("result"));
2160
2167
  export const durationAttackLayer3Summary = API.make(() => ({
2161
2168
  input: DurationAttackLayer3SummaryRequest,
2162
2169
  output: DurationAttackLayer3SummaryResponse,
@@ -2233,7 +2240,7 @@ export const IndustryAttackLayer3SummaryResponse =
2233
2240
  })),
2234
2241
  }),
2235
2242
  summary_0: Schema.Struct({}),
2236
- });
2243
+ }).pipe(T.ResponsePath("result"));
2237
2244
  export const industryAttackLayer3Summary = API.make(() => ({
2238
2245
  input: IndustryAttackLayer3SummaryRequest,
2239
2246
  output: IndustryAttackLayer3SummaryResponse,
@@ -2315,7 +2322,7 @@ export const ProtocolAttackLayer3SummaryResponse =
2315
2322
  tcp: Schema.String,
2316
2323
  udp: Schema.String,
2317
2324
  }).pipe(Schema.encodeKeys({ gre: "GRE", icmp: "ICMP", tcp: "TCP", udp: "UDP" })),
2318
- });
2325
+ }).pipe(T.ResponsePath("result"));
2319
2326
  export const protocolAttackLayer3Summary = API.make(() => ({
2320
2327
  input: ProtocolAttackLayer3SummaryRequest,
2321
2328
  output: ProtocolAttackLayer3SummaryResponse,
@@ -2392,7 +2399,7 @@ export const VectorAttackLayer3SummaryResponse =
2392
2399
  })),
2393
2400
  }),
2394
2401
  summary_0: Schema.Struct({}),
2395
- });
2402
+ }).pipe(T.ResponsePath("result"));
2396
2403
  export const vectorAttackLayer3Summary = API.make(() => ({
2397
2404
  input: VectorAttackLayer3SummaryRequest,
2398
2405
  output: VectorAttackLayer3SummaryResponse,
@@ -2469,7 +2476,7 @@ export const VerticalAttackLayer3SummaryResponse =
2469
2476
  })),
2470
2477
  }),
2471
2478
  summary_0: Schema.Struct({}),
2472
- });
2479
+ }).pipe(T.ResponsePath("result"));
2473
2480
  export const verticalAttackLayer3Summary = API.make(() => ({
2474
2481
  input: VerticalAttackLayer3SummaryRequest,
2475
2482
  output: VerticalAttackLayer3SummaryResponse,
@@ -2570,7 +2577,7 @@ export const BitrateAttackLayer3TimeseriesGroupResponse =
2570
2577
  timestamps: "timestamps",
2571
2578
  under_500MBPS: "UNDER_500_MBPS",
2572
2579
  })),
2573
- });
2580
+ }).pipe(T.ResponsePath("result"));
2574
2581
  export const bitrateAttackLayer3TimeseriesGroup = API.make(() => ({
2575
2582
  input: BitrateAttackLayer3TimeseriesGroupRequest,
2576
2583
  output: BitrateAttackLayer3TimeseriesGroupResponse,
@@ -2673,7 +2680,7 @@ export const DurationAttackLayer3TimeseriesGroupResponse =
2673
2680
  timestamps: "timestamps",
2674
2681
  under_10MINS: "UNDER_10_MINS",
2675
2682
  })),
2676
- });
2683
+ }).pipe(T.ResponsePath("result"));
2677
2684
  export const durationAttackLayer3TimeseriesGroup = API.make(() => ({
2678
2685
  input: DurationAttackLayer3TimeseriesGroupRequest,
2679
2686
  output: DurationAttackLayer3TimeseriesGroupResponse,
@@ -2762,7 +2769,7 @@ export const IndustryAttackLayer3TimeseriesGroupResponse =
2762
2769
  serie_0: Schema.Struct({
2763
2770
  timestamps: Schema.Array(Schema.String),
2764
2771
  }),
2765
- });
2772
+ }).pipe(T.ResponsePath("result"));
2766
2773
  export const industryAttackLayer3TimeseriesGroup = API.make(() => ({
2767
2774
  input: IndustryAttackLayer3TimeseriesGroupRequest,
2768
2775
  output: IndustryAttackLayer3TimeseriesGroupResponse,
@@ -2861,7 +2868,7 @@ export const ProtocolAttackLayer3TimeseriesGroupResponse =
2861
2868
  timestamps: "timestamps",
2862
2869
  udp: "UDP",
2863
2870
  })),
2864
- });
2871
+ }).pipe(T.ResponsePath("result"));
2865
2872
  export const protocolAttackLayer3TimeseriesGroup = API.make(() => ({
2866
2873
  input: ProtocolAttackLayer3TimeseriesGroupRequest,
2867
2874
  output: ProtocolAttackLayer3TimeseriesGroupResponse,
@@ -2950,7 +2957,7 @@ export const VectorAttackLayer3TimeseriesGroupResponse =
2950
2957
  serie_0: Schema.Struct({
2951
2958
  timestamps: Schema.Array(Schema.String),
2952
2959
  }),
2953
- });
2960
+ }).pipe(T.ResponsePath("result"));
2954
2961
  export const vectorAttackLayer3TimeseriesGroup = API.make(() => ({
2955
2962
  input: VectorAttackLayer3TimeseriesGroupRequest,
2956
2963
  output: VectorAttackLayer3TimeseriesGroupResponse,
@@ -3039,7 +3046,7 @@ export const VerticalAttackLayer3TimeseriesGroupResponse =
3039
3046
  serie_0: Schema.Struct({
3040
3047
  timestamps: Schema.Array(Schema.String),
3041
3048
  }),
3042
- });
3049
+ }).pipe(T.ResponsePath("result"));
3043
3050
  export const verticalAttackLayer3TimeseriesGroup = API.make(() => ({
3044
3051
  input: VerticalAttackLayer3TimeseriesGroupRequest,
3045
3052
  output: VerticalAttackLayer3TimeseriesGroupResponse,
@@ -3123,7 +3130,7 @@ export const AttacksAttackLayer3TopResponse =
3123
3130
  originCountryName: Schema.String,
3124
3131
  value: Schema.String,
3125
3132
  })),
3126
- });
3133
+ }).pipe(T.ResponsePath("result"));
3127
3134
  export const attacksAttackLayer3Top = API.make(() => ({
3128
3135
  input: AttacksAttackLayer3TopRequest,
3129
3136
  output: AttacksAttackLayer3TopResponse,
@@ -3206,7 +3213,7 @@ export const IndustryAttackLayer3TopResponse =
3206
3213
  name: Schema.String,
3207
3214
  value: Schema.String,
3208
3215
  })),
3209
- });
3216
+ }).pipe(T.ResponsePath("result"));
3210
3217
  export const industryAttackLayer3Top = API.make(() => ({
3211
3218
  input: IndustryAttackLayer3TopRequest,
3212
3219
  output: IndustryAttackLayer3TopResponse,
@@ -3289,7 +3296,7 @@ export const VerticalAttackLayer3TopResponse =
3289
3296
  name: Schema.String,
3290
3297
  value: Schema.String,
3291
3298
  })),
3292
- });
3299
+ }).pipe(T.ResponsePath("result"));
3293
3300
  export const verticalAttackLayer3Top = API.make(() => ({
3294
3301
  input: VerticalAttackLayer3TopRequest,
3295
3302
  output: VerticalAttackLayer3TopResponse,
@@ -3377,7 +3384,7 @@ export const OriginAttackLayer3TopLocationResponse =
3377
3384
  rank: Schema.Number,
3378
3385
  value: Schema.String,
3379
3386
  })),
3380
- });
3387
+ }).pipe(T.ResponsePath("result"));
3381
3388
  export const originAttackLayer3TopLocation = API.make(() => ({
3382
3389
  input: OriginAttackLayer3TopLocationRequest,
3383
3390
  output: OriginAttackLayer3TopLocationResponse,
@@ -3465,7 +3472,7 @@ export const TargetAttackLayer3TopLocationResponse =
3465
3472
  targetCountryName: Schema.String,
3466
3473
  value: Schema.String,
3467
3474
  })),
3468
- });
3475
+ }).pipe(T.ResponsePath("result"));
3469
3476
  export const targetAttackLayer3TopLocation = API.make(() => ({
3470
3477
  input: TargetAttackLayer3TopLocationRequest,
3471
3478
  output: TargetAttackLayer3TopLocationResponse,
@@ -3552,7 +3559,7 @@ export const TimeseriesAttackLayer7Response =
3552
3559
  timestamps: Schema.Array(Schema.String),
3553
3560
  values: Schema.Array(Schema.String),
3554
3561
  }),
3555
- });
3562
+ }).pipe(T.ResponsePath("result"));
3556
3563
  export const timeseriesAttackLayer7 = API.make(() => ({
3557
3564
  input: TimeseriesAttackLayer7Request,
3558
3565
  output: TimeseriesAttackLayer7Response,
@@ -3629,7 +3636,7 @@ export const IndustryAttackLayer7SummaryResponse =
3629
3636
  })),
3630
3637
  }),
3631
3638
  summary_0: Schema.Struct({}),
3632
- });
3639
+ }).pipe(T.ResponsePath("result"));
3633
3640
  export const industryAttackLayer7Summary = API.make(() => ({
3634
3641
  input: IndustryAttackLayer7SummaryRequest,
3635
3642
  output: IndustryAttackLayer7SummaryResponse,
@@ -3706,7 +3713,7 @@ export const VerticalAttackLayer7SummaryResponse =
3706
3713
  })),
3707
3714
  }),
3708
3715
  summary_0: Schema.Struct({}),
3709
- });
3716
+ }).pipe(T.ResponsePath("result"));
3710
3717
  export const verticalAttackLayer7Summary = API.make(() => ({
3711
3718
  input: VerticalAttackLayer7SummaryRequest,
3712
3719
  output: VerticalAttackLayer7SummaryResponse,
@@ -3795,7 +3802,7 @@ export const IndustryAttackLayer7TimeseriesGroupResponse =
3795
3802
  serie_0: Schema.Struct({
3796
3803
  timestamps: Schema.Array(Schema.String),
3797
3804
  }),
3798
- });
3805
+ }).pipe(T.ResponsePath("result"));
3799
3806
  export const industryAttackLayer7TimeseriesGroup = API.make(() => ({
3800
3807
  input: IndustryAttackLayer7TimeseriesGroupRequest,
3801
3808
  output: IndustryAttackLayer7TimeseriesGroupResponse,
@@ -3884,7 +3891,7 @@ export const VerticalAttackLayer7TimeseriesGroupResponse =
3884
3891
  serie_0: Schema.Struct({
3885
3892
  timestamps: Schema.Array(Schema.String),
3886
3893
  }),
3887
- });
3894
+ }).pipe(T.ResponsePath("result"));
3888
3895
  export const verticalAttackLayer7TimeseriesGroup = API.make(() => ({
3889
3896
  input: VerticalAttackLayer7TimeseriesGroupRequest,
3890
3897
  output: VerticalAttackLayer7TimeseriesGroupResponse,
@@ -3970,7 +3977,7 @@ export const AttacksAttackLayer7TopResponse =
3970
3977
  targetCountryName: Schema.String,
3971
3978
  value: Schema.String,
3972
3979
  })),
3973
- });
3980
+ }).pipe(T.ResponsePath("result"));
3974
3981
  export const attacksAttackLayer7Top = API.make(() => ({
3975
3982
  input: AttacksAttackLayer7TopRequest,
3976
3983
  output: AttacksAttackLayer7TopResponse,
@@ -4053,7 +4060,7 @@ export const IndustryAttackLayer7TopResponse =
4053
4060
  name: Schema.String,
4054
4061
  value: Schema.String,
4055
4062
  })),
4056
- });
4063
+ }).pipe(T.ResponsePath("result"));
4057
4064
  export const industryAttackLayer7Top = API.make(() => ({
4058
4065
  input: IndustryAttackLayer7TopRequest,
4059
4066
  output: IndustryAttackLayer7TopResponse,
@@ -4136,7 +4143,7 @@ export const VerticalAttackLayer7TopResponse =
4136
4143
  name: Schema.String,
4137
4144
  value: Schema.String,
4138
4145
  })),
4139
- });
4146
+ }).pipe(T.ResponsePath("result"));
4140
4147
  export const verticalAttackLayer7Top = API.make(() => ({
4141
4148
  input: VerticalAttackLayer7TopRequest,
4142
4149
  output: VerticalAttackLayer7TopResponse,
@@ -4221,7 +4228,7 @@ export const OriginAttackLayer7TopAsResponse =
4221
4228
  rank: Schema.Number,
4222
4229
  value: Schema.String,
4223
4230
  })),
4224
- });
4231
+ }).pipe(T.ResponsePath("result"));
4225
4232
  export const originAttackLayer7TopAs = API.make(() => ({
4226
4233
  input: OriginAttackLayer7TopAsRequest,
4227
4234
  output: OriginAttackLayer7TopAsResponse,
@@ -4309,7 +4316,7 @@ export const OriginAttackLayer7TopLocationResponse =
4309
4316
  rank: Schema.Number,
4310
4317
  value: Schema.String,
4311
4318
  })),
4312
- });
4319
+ }).pipe(T.ResponsePath("result"));
4313
4320
  export const originAttackLayer7TopLocation = API.make(() => ({
4314
4321
  input: OriginAttackLayer7TopLocationRequest,
4315
4322
  output: OriginAttackLayer7TopLocationResponse,
@@ -4397,7 +4404,7 @@ export const TargetAttackLayer7TopLocationResponse =
4397
4404
  targetCountryName: Schema.String,
4398
4405
  value: Schema.String,
4399
4406
  })),
4400
- });
4407
+ }).pipe(T.ResponsePath("result"));
4401
4408
  export const targetAttackLayer7TopLocation = API.make(() => ({
4402
4409
  input: TargetAttackLayer7TopLocationRequest,
4403
4410
  output: TargetAttackLayer7TopLocationResponse,
@@ -4480,7 +4487,7 @@ export const DnssecAwareDnsSummaryResponse =
4480
4487
  notsupported: "NOT_SUPPORTED",
4481
4488
  supported: "SUPPORTED",
4482
4489
  })),
4483
- });
4490
+ }).pipe(T.ResponsePath("result"));
4484
4491
  export const dnssecAwareDnsSummary = API.make(() => ({
4485
4492
  input: DnssecAwareDnsSummaryRequest,
4486
4493
  output: DnssecAwareDnsSummaryResponse,
@@ -4573,7 +4580,7 @@ export const DnssecAwareDnsTimeseriesGroupResponse =
4573
4580
  notsupported: "NOT_SUPPORTED",
4574
4581
  supported: "SUPPORTED",
4575
4582
  })),
4576
- });
4583
+ }).pipe(T.ResponsePath("result"));
4577
4584
  export const dnssecAwareDnsTimeseriesGroup = API.make(() => ({
4578
4585
  input: DnssecAwareDnsTimeseriesGroupRequest,
4579
4586
  output: DnssecAwareDnsTimeseriesGroupResponse,
@@ -4638,7 +4645,7 @@ export const TimeseriesBgpResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
4638
4645
  timestamps: Schema.Array(Schema.String),
4639
4646
  values: Schema.Array(Schema.String),
4640
4647
  }),
4641
- });
4648
+ }).pipe(T.ResponsePath("result"));
4642
4649
  export const timeseriesBgp = API.make(() => ({
4643
4650
  input: TimeseriesBgpRequest,
4644
4651
  output: TimeseriesBgpResponse,
@@ -4647,68 +4654,93 @@ export const timeseriesBgp = API.make(() => ({
4647
4654
  export const ListBgpHijackEventsRequest =
4648
4655
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/radar/bgp/hijacks/events" }));
4649
4656
  export const ListBgpHijackEventsResponse =
4650
- /*@__PURE__*/ /*#__PURE__*/ Schema.Array(Schema.Struct({
4651
- asnInfo: Schema.Array(Schema.Struct({
4652
- asn: Schema.Number,
4653
- countryCode: Schema.String,
4654
- orgName: Schema.String,
4655
- }).pipe(Schema.encodeKeys({
4656
- asn: "asn",
4657
- countryCode: "country_code",
4658
- orgName: "org_name",
4659
- }))),
4660
- events: Schema.Array(Schema.Struct({
4661
- id: Schema.Number,
4662
- confidenceScore: Schema.Number,
4663
- duration: Schema.Number,
4664
- eventType: Schema.Number,
4665
- hijackMsgsCount: Schema.Number,
4666
- hijackerAsn: Schema.Number,
4667
- hijackerCountry: Schema.String,
4668
- isStale: Schema.Boolean,
4669
- maxHijackTs: Schema.String,
4670
- maxMsgTs: Schema.String,
4671
- minHijackTs: Schema.String,
4672
- onGoingCount: Schema.Number,
4673
- peerAsns: Schema.Array(Schema.Number),
4674
- peerIpCount: Schema.Number,
4675
- prefixes: Schema.Array(Schema.String),
4676
- tags: Schema.Array(Schema.Struct({
4677
- name: Schema.String,
4678
- score: Schema.Number,
4679
- })),
4680
- victimAsns: Schema.Array(Schema.Number),
4681
- victimCountries: Schema.Array(Schema.String),
4657
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
4658
+ result: Schema.Struct({
4659
+ items: Schema.optional(Schema.Union([
4660
+ Schema.Array(Schema.Struct({
4661
+ asnInfo: Schema.Array(Schema.Struct({
4662
+ asn: Schema.Number,
4663
+ countryCode: Schema.String,
4664
+ orgName: Schema.String,
4665
+ }).pipe(Schema.encodeKeys({
4666
+ asn: "asn",
4667
+ countryCode: "country_code",
4668
+ orgName: "org_name",
4669
+ }))),
4670
+ events: Schema.Array(Schema.Struct({
4671
+ id: Schema.Number,
4672
+ confidenceScore: Schema.Number,
4673
+ duration: Schema.Number,
4674
+ eventType: Schema.Number,
4675
+ hijackMsgsCount: Schema.Number,
4676
+ hijackerAsn: Schema.Number,
4677
+ hijackerCountry: Schema.String,
4678
+ isStale: Schema.Boolean,
4679
+ maxHijackTs: Schema.String,
4680
+ maxMsgTs: Schema.String,
4681
+ minHijackTs: Schema.String,
4682
+ onGoingCount: Schema.Number,
4683
+ peerAsns: Schema.Array(Schema.Number),
4684
+ peerIpCount: Schema.Number,
4685
+ prefixes: Schema.Array(Schema.String),
4686
+ tags: Schema.Array(Schema.Struct({
4687
+ name: Schema.String,
4688
+ score: Schema.Number,
4689
+ })),
4690
+ victimAsns: Schema.Array(Schema.Number),
4691
+ victimCountries: Schema.Array(Schema.String),
4692
+ }).pipe(Schema.encodeKeys({
4693
+ id: "id",
4694
+ confidenceScore: "confidence_score",
4695
+ duration: "duration",
4696
+ eventType: "event_type",
4697
+ hijackMsgsCount: "hijack_msgs_count",
4698
+ hijackerAsn: "hijacker_asn",
4699
+ hijackerCountry: "hijacker_country",
4700
+ isStale: "is_stale",
4701
+ maxHijackTs: "max_hijack_ts",
4702
+ maxMsgTs: "max_msg_ts",
4703
+ minHijackTs: "min_hijack_ts",
4704
+ onGoingCount: "on_going_count",
4705
+ peerAsns: "peer_asns",
4706
+ peerIpCount: "peer_ip_count",
4707
+ prefixes: "prefixes",
4708
+ tags: "tags",
4709
+ victimAsns: "victim_asns",
4710
+ victimCountries: "victim_countries",
4711
+ }))),
4712
+ totalMonitors: Schema.Number,
4713
+ }).pipe(Schema.encodeKeys({
4714
+ asnInfo: "asn_info",
4715
+ events: "events",
4716
+ totalMonitors: "total_monitors",
4717
+ }))),
4718
+ Schema.Null,
4719
+ ])),
4720
+ }),
4721
+ resultInfo: Schema.Struct({
4722
+ count: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4723
+ page: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4724
+ perPage: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4725
+ totalCount: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4682
4726
  }).pipe(Schema.encodeKeys({
4683
- id: "id",
4684
- confidenceScore: "confidence_score",
4685
- duration: "duration",
4686
- eventType: "event_type",
4687
- hijackMsgsCount: "hijack_msgs_count",
4688
- hijackerAsn: "hijacker_asn",
4689
- hijackerCountry: "hijacker_country",
4690
- isStale: "is_stale",
4691
- maxHijackTs: "max_hijack_ts",
4692
- maxMsgTs: "max_msg_ts",
4693
- minHijackTs: "min_hijack_ts",
4694
- onGoingCount: "on_going_count",
4695
- peerAsns: "peer_asns",
4696
- peerIpCount: "peer_ip_count",
4697
- prefixes: "prefixes",
4698
- tags: "tags",
4699
- victimAsns: "victim_asns",
4700
- victimCountries: "victim_countries",
4701
- }))),
4702
- totalMonitors: Schema.Number,
4703
- }).pipe(Schema.encodeKeys({
4704
- asnInfo: "asn_info",
4705
- events: "events",
4706
- totalMonitors: "total_monitors",
4707
- })));
4708
- export const listBgpHijackEvents = API.make(() => ({
4727
+ count: "count",
4728
+ page: "page",
4729
+ perPage: "per_page",
4730
+ totalCount: "total_count",
4731
+ })),
4732
+ }).pipe(Schema.encodeKeys({ result: "result", resultInfo: "result_info" }));
4733
+ export const listBgpHijackEvents = API.makePaginated(() => ({
4709
4734
  input: ListBgpHijackEventsRequest,
4710
4735
  output: ListBgpHijackEventsResponse,
4711
4736
  errors: [],
4737
+ pagination: {
4738
+ mode: "page",
4739
+ inputToken: "page",
4740
+ outputToken: "resultInfo.page",
4741
+ items: "result.items",
4742
+ pageSize: "perPage",
4743
+ },
4712
4744
  }));
4713
4745
  export const TimeseriesBgpIpRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/radar/bgp/ips/timeseries" }));
4714
4746
  export const TimeseriesBgpIpResponse =
@@ -4826,7 +4858,7 @@ export const TimeseriesBgpIpResponse =
4826
4858
  ipv6: Schema.Array(Schema.String),
4827
4859
  timestamps: Schema.Array(Schema.String),
4828
4860
  }),
4829
- });
4861
+ }).pipe(T.ResponsePath("result"));
4830
4862
  export const timeseriesBgpIp = API.make(() => ({
4831
4863
  input: TimeseriesBgpIpRequest,
4832
4864
  output: TimeseriesBgpIpResponse,
@@ -4835,50 +4867,75 @@ export const timeseriesBgpIp = API.make(() => ({
4835
4867
  export const ListBgpLeakEventsRequest =
4836
4868
  /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/radar/bgp/leaks/events" }));
4837
4869
  export const ListBgpLeakEventsResponse =
4838
- /*@__PURE__*/ /*#__PURE__*/ Schema.Array(Schema.Struct({
4839
- asnInfo: Schema.Array(Schema.Struct({
4840
- asn: Schema.Number,
4841
- countryCode: Schema.String,
4842
- orgName: Schema.String,
4843
- }).pipe(Schema.encodeKeys({
4844
- asn: "asn",
4845
- countryCode: "country_code",
4846
- orgName: "org_name",
4847
- }))),
4848
- events: Schema.Array(Schema.Struct({
4849
- id: Schema.Number,
4850
- countries: Schema.Array(Schema.String),
4851
- detectedTs: Schema.String,
4852
- finished: Schema.Boolean,
4853
- leakAsn: Schema.Number,
4854
- leakCount: Schema.Number,
4855
- leakSeg: Schema.Array(Schema.Number),
4856
- leakType: Schema.Number,
4857
- maxTs: Schema.String,
4858
- minTs: Schema.String,
4859
- originCount: Schema.Number,
4860
- peerCount: Schema.Number,
4861
- prefixCount: Schema.Number,
4870
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
4871
+ result: Schema.Struct({
4872
+ items: Schema.optional(Schema.Union([
4873
+ Schema.Array(Schema.Struct({
4874
+ asnInfo: Schema.Array(Schema.Struct({
4875
+ asn: Schema.Number,
4876
+ countryCode: Schema.String,
4877
+ orgName: Schema.String,
4878
+ }).pipe(Schema.encodeKeys({
4879
+ asn: "asn",
4880
+ countryCode: "country_code",
4881
+ orgName: "org_name",
4882
+ }))),
4883
+ events: Schema.Array(Schema.Struct({
4884
+ id: Schema.Number,
4885
+ countries: Schema.Array(Schema.String),
4886
+ detectedTs: Schema.String,
4887
+ finished: Schema.Boolean,
4888
+ leakAsn: Schema.Number,
4889
+ leakCount: Schema.Number,
4890
+ leakSeg: Schema.Array(Schema.Number),
4891
+ leakType: Schema.Number,
4892
+ maxTs: Schema.String,
4893
+ minTs: Schema.String,
4894
+ originCount: Schema.Number,
4895
+ peerCount: Schema.Number,
4896
+ prefixCount: Schema.Number,
4897
+ }).pipe(Schema.encodeKeys({
4898
+ id: "id",
4899
+ countries: "countries",
4900
+ detectedTs: "detected_ts",
4901
+ finished: "finished",
4902
+ leakAsn: "leak_asn",
4903
+ leakCount: "leak_count",
4904
+ leakSeg: "leak_seg",
4905
+ leakType: "leak_type",
4906
+ maxTs: "max_ts",
4907
+ minTs: "min_ts",
4908
+ originCount: "origin_count",
4909
+ peerCount: "peer_count",
4910
+ prefixCount: "prefix_count",
4911
+ }))),
4912
+ }).pipe(Schema.encodeKeys({ asnInfo: "asn_info", events: "events" }))),
4913
+ Schema.Null,
4914
+ ])),
4915
+ }),
4916
+ resultInfo: Schema.Struct({
4917
+ count: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4918
+ page: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4919
+ perPage: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4920
+ totalCount: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
4862
4921
  }).pipe(Schema.encodeKeys({
4863
- id: "id",
4864
- countries: "countries",
4865
- detectedTs: "detected_ts",
4866
- finished: "finished",
4867
- leakAsn: "leak_asn",
4868
- leakCount: "leak_count",
4869
- leakSeg: "leak_seg",
4870
- leakType: "leak_type",
4871
- maxTs: "max_ts",
4872
- minTs: "min_ts",
4873
- originCount: "origin_count",
4874
- peerCount: "peer_count",
4875
- prefixCount: "prefix_count",
4876
- }))),
4877
- }).pipe(Schema.encodeKeys({ asnInfo: "asn_info", events: "events" })));
4878
- export const listBgpLeakEvents = API.make(() => ({
4922
+ count: "count",
4923
+ page: "page",
4924
+ perPage: "per_page",
4925
+ totalCount: "total_count",
4926
+ })),
4927
+ }).pipe(Schema.encodeKeys({ result: "result", resultInfo: "result_info" }));
4928
+ export const listBgpLeakEvents = API.makePaginated(() => ({
4879
4929
  input: ListBgpLeakEventsRequest,
4880
4930
  output: ListBgpLeakEventsResponse,
4881
4931
  errors: [],
4932
+ pagination: {
4933
+ mode: "page",
4934
+ inputToken: "page",
4935
+ outputToken: "resultInfo.page",
4936
+ items: "result.items",
4937
+ pageSize: "perPage",
4938
+ },
4882
4939
  }));
4883
4940
  export const AsesBgpRouteRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "GET", path: "/radar/bgp/routes/ases" }));
4884
4941
  export const AsesBgpRouteResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
@@ -4899,7 +4956,7 @@ export const AsesBgpRouteResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
4899
4956
  queryTime: Schema.String,
4900
4957
  totalPeers: Schema.Number,
4901
4958
  }),
4902
- });
4959
+ }).pipe(T.ResponsePath("result"));
4903
4960
  export const asesBgpRoute = API.make(() => ({
4904
4961
  input: AsesBgpRouteRequest,
4905
4962
  output: AsesBgpRouteResponse,
@@ -4928,7 +4985,7 @@ export const MoasBgpRouteResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
4928
4985
  }))),
4929
4986
  prefix: Schema.String,
4930
4987
  })),
4931
- });
4988
+ }).pipe(T.ResponsePath("result"));
4932
4989
  export const moasBgpRoute = API.make(() => ({
4933
4990
  input: MoasBgpRouteRequest,
4934
4991
  output: MoasBgpRouteResponse,
@@ -4956,7 +5013,9 @@ export const Pfx2asBgpRouteResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
4956
5013
  prefix: "prefix",
4957
5014
  rpkiValidation: "rpki_validation",
4958
5015
  }))),
4959
- }).pipe(Schema.encodeKeys({ meta: "meta", prefixOrigins: "prefix_origins" }));
5016
+ })
5017
+ .pipe(Schema.encodeKeys({ meta: "meta", prefixOrigins: "prefix_origins" }))
5018
+ .pipe(T.ResponsePath("result"));
4960
5019
  export const pfx2asBgpRoute = API.make(() => ({
4961
5020
  input: Pfx2asBgpRouteRequest,
4962
5021
  output: Pfx2asBgpRouteResponse,
@@ -5034,7 +5093,7 @@ export const RealtimeBgpRouteResponse =
5034
5093
  prefix: "prefix",
5035
5094
  timestamp: "timestamp",
5036
5095
  }))),
5037
- });
5096
+ }).pipe(T.ResponsePath("result"));
5038
5097
  export const realtimeBgpRoute = API.make(() => ({
5039
5098
  input: RealtimeBgpRouteRequest,
5040
5099
  output: RealtimeBgpRouteResponse,
@@ -5090,7 +5149,7 @@ export const StatsBgpRouteResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
5090
5149
  routesValidIpv4: "routes_valid_ipv4",
5091
5150
  routesValidIpv6: "routes_valid_ipv6",
5092
5151
  })),
5093
- });
5152
+ }).pipe(T.ResponsePath("result"));
5094
5153
  export const statsBgpRoute = API.make(() => ({
5095
5154
  input: StatsBgpRouteRequest,
5096
5155
  output: StatsBgpRouteResponse,
@@ -5108,7 +5167,7 @@ export const PrefixesBgpTopResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
5108
5167
  prefix: Schema.String,
5109
5168
  value: Schema.String,
5110
5169
  })),
5111
- });
5170
+ }).pipe(T.ResponsePath("result"));
5112
5171
  export const prefixesBgpTop = API.make(() => ({
5113
5172
  input: PrefixesBgpTopRequest,
5114
5173
  output: PrefixesBgpTopResponse,
@@ -5127,7 +5186,7 @@ export const GetBgpTopAsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
5127
5186
  asname: Schema.String,
5128
5187
  value: Schema.String,
5129
5188
  }).pipe(Schema.encodeKeys({ asn: "asn", asname: "ASName", value: "value" }))),
5130
- });
5189
+ }).pipe(T.ResponsePath("result"));
5131
5190
  export const getBgpTopAs = API.make(() => ({
5132
5191
  input: GetBgpTopAsRequest,
5133
5192
  output: GetBgpTopAsResponse,
@@ -5157,7 +5216,7 @@ export const PrefixesBgpTopAsResponse =
5157
5216
  queryTime: "query_time",
5158
5217
  totalPeers: "total_peers",
5159
5218
  })),
5160
- });
5219
+ }).pipe(T.ResponsePath("result"));
5161
5220
  export const prefixesBgpTopAs = API.make(() => ({
5162
5221
  input: PrefixesBgpTopAsRequest,
5163
5222
  output: PrefixesBgpTopAsResponse,
@@ -5178,7 +5237,7 @@ export const GetBotResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
5178
5237
  userAgentPatterns: Schema.Array(Schema.String),
5179
5238
  userAgents: Schema.Array(Schema.String),
5180
5239
  }),
5181
- });
5240
+ }).pipe(T.ResponsePath("result"));
5182
5241
  export const getBot = API.make(() => ({
5183
5242
  input: GetBotRequest,
5184
5243
  output: GetBotResponse,
@@ -5195,7 +5254,7 @@ export const ListBotsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
5195
5254
  slug: Schema.String,
5196
5255
  userAgentPatterns: Schema.Array(Schema.String),
5197
5256
  })),
5198
- });
5257
+ }).pipe(T.ResponsePath("result"));
5199
5258
  export const listBots = API.make(() => ({
5200
5259
  input: ListBotsRequest,
5201
5260
  output: ListBotsResponse,
@@ -5277,7 +5336,7 @@ export const SummaryBotResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
5277
5336
  })),
5278
5337
  }),
5279
5338
  summary_0: Schema.Struct({}),
5280
- });
5339
+ }).pipe(T.ResponsePath("result"));
5281
5340
  export const summaryBot = API.make(() => ({
5282
5341
  input: SummaryBotRequest,
5283
5342
  output: SummaryBotResponse,
@@ -5358,7 +5417,7 @@ export const TimeseriesBotResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
5358
5417
  value: Schema.String,
5359
5418
  })),
5360
5419
  }),
5361
- });
5420
+ }).pipe(T.ResponsePath("result"));
5362
5421
  export const timeseriesBot = API.make(() => ({
5363
5422
  input: TimeseriesBotRequest,
5364
5423
  output: TimeseriesBotResponse,
@@ -5444,7 +5503,7 @@ export const SummaryBotWebCrawlerResponse =
5444
5503
  })),
5445
5504
  }),
5446
5505
  summary_0: Schema.Struct({}),
5447
- });
5506
+ }).pipe(T.ResponsePath("result"));
5448
5507
  export const summaryBotWebCrawler = API.make(() => ({
5449
5508
  input: SummaryBotWebCrawlerRequest,
5450
5509
  output: SummaryBotWebCrawlerResponse,
@@ -5527,7 +5586,7 @@ export const DomainCategoriesRobotsTxtTopResponse =
5527
5586
  name: Schema.String,
5528
5587
  value: Schema.Number,
5529
5588
  })),
5530
- });
5589
+ }).pipe(T.ResponsePath("result"));
5531
5590
  export const domainCategoriesRobotsTxtTop = API.make(() => ({
5532
5591
  input: DomainCategoriesRobotsTxtTopRequest,
5533
5592
  output: DomainCategoriesRobotsTxtTopResponse,
@@ -5617,7 +5676,7 @@ export const ThreatCategoryEmailSecuritySummaryResponse =
5617
5676
  identityDeception: "IdentityDeception",
5618
5677
  link: "Link",
5619
5678
  })),
5620
- });
5679
+ }).pipe(T.ResponsePath("result"));
5621
5680
  export const threatCategoryEmailSecuritySummary = API.make(() => ({
5622
5681
  input: ThreatCategoryEmailSecuritySummaryRequest,
5623
5682
  output: ThreatCategoryEmailSecuritySummaryResponse,
@@ -5714,7 +5773,7 @@ export const ThreatCategoryEmailSecurityTimeseriesGroupResponse =
5714
5773
  identityDeception: "IdentityDeception",
5715
5774
  link: "Link",
5716
5775
  })),
5717
- });
5776
+ }).pipe(T.ResponsePath("result"));
5718
5777
  export const threatCategoryEmailSecurityTimeseriesGroup = API.make(() => ({
5719
5778
  input: ThreatCategoryEmailSecurityTimeseriesGroupRequest,
5720
5779
  output: ThreatCategoryEmailSecurityTimeseriesGroupResponse,
@@ -5794,7 +5853,7 @@ export const BotClassHttpSummaryResponse =
5794
5853
  bot: Schema.String,
5795
5854
  human: Schema.String,
5796
5855
  }),
5797
- });
5856
+ }).pipe(T.ResponsePath("result"));
5798
5857
  export const botClassHttpSummary = API.make(() => ({
5799
5858
  input: BotClassHttpSummaryRequest,
5800
5859
  output: BotClassHttpSummaryResponse,
@@ -5882,7 +5941,7 @@ export const BotClassHttpTimeseriesGroupResponse =
5882
5941
  human: Schema.Array(Schema.String),
5883
5942
  timestamps: Schema.Array(Schema.String),
5884
5943
  }),
5885
- });
5944
+ }).pipe(T.ResponsePath("result"));
5886
5945
  export const botClassHttpTimeseriesGroup = API.make(() => ({
5887
5946
  input: BotClassHttpTimeseriesGroupRequest,
5888
5947
  output: BotClassHttpTimeseriesGroupResponse,
@@ -5965,7 +6024,7 @@ export const BotClassLeakedCredentialSummaryResponse =
5965
6024
  bot: Schema.String,
5966
6025
  human: Schema.String,
5967
6026
  }),
5968
- });
6027
+ }).pipe(T.ResponsePath("result"));
5969
6028
  export const botClassLeakedCredentialSummary = API.make(() => ({
5970
6029
  input: BotClassLeakedCredentialSummaryRequest,
5971
6030
  output: BotClassLeakedCredentialSummaryResponse,
@@ -6056,7 +6115,7 @@ export const BotClassLeakedCredentialTimeseriesGroupResponse =
6056
6115
  human: Schema.Array(Schema.String),
6057
6116
  timestamps: Schema.Array(Schema.String),
6058
6117
  }),
6059
- });
6118
+ }).pipe(T.ResponsePath("result"));
6060
6119
  export const botClassLeakedCredentialTimeseriesGroup = API.make(() => ({
6061
6120
  input: BotClassLeakedCredentialTimeseriesGroupRequest,
6062
6121
  output: BotClassLeakedCredentialTimeseriesGroupResponse,
@@ -6133,7 +6192,7 @@ export const ResponseCodeDnsSummaryResponse =
6133
6192
  })),
6134
6193
  }),
6135
6194
  summary_0: Schema.Struct({}),
6136
- });
6195
+ }).pipe(T.ResponsePath("result"));
6137
6196
  export const responseCodeDnsSummary = API.make(() => ({
6138
6197
  input: ResponseCodeDnsSummaryRequest,
6139
6198
  output: ResponseCodeDnsSummaryResponse,
@@ -6222,7 +6281,7 @@ export const ResponseCodeDnsTimeseriesGroupResponse =
6222
6281
  serie_0: Schema.Struct({
6223
6282
  timestamps: Schema.Array(Schema.String),
6224
6283
  }),
6225
- });
6284
+ }).pipe(T.ResponsePath("result"));
6226
6285
  export const responseCodeDnsTimeseriesGroup = API.make(() => ({
6227
6286
  input: ResponseCodeDnsTimeseriesGroupRequest,
6228
6287
  output: ResponseCodeDnsTimeseriesGroupResponse,
@@ -6299,7 +6358,7 @@ export const ResponseCodesAs112SummaryResponse =
6299
6358
  })),
6300
6359
  }),
6301
6360
  summary_0: Schema.Struct({}),
6302
- });
6361
+ }).pipe(T.ResponsePath("result"));
6303
6362
  export const responseCodesAs112Summary = API.make(() => ({
6304
6363
  input: ResponseCodesAs112SummaryRequest,
6305
6364
  output: ResponseCodesAs112SummaryResponse,
@@ -6388,7 +6447,7 @@ export const ResponseCodesAs112TimeseriesGroupResponse =
6388
6447
  serie_0: Schema.Struct({
6389
6448
  timestamps: Schema.Array(Schema.String),
6390
6449
  }),
6391
- });
6450
+ }).pipe(T.ResponsePath("result"));
6392
6451
  export const responseCodesAs112TimeseriesGroup = API.make(() => ({
6393
6452
  input: ResponseCodesAs112TimeseriesGroupRequest,
6394
6453
  output: ResponseCodesAs112TimeseriesGroupResponse,
@@ -6527,7 +6586,7 @@ export const SummaryCtResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
6527
6586
  unknown: Schema.String,
6528
6587
  }),
6529
6588
  ]),
6530
- });
6589
+ }).pipe(T.ResponsePath("result"));
6531
6590
  export const summaryCt = API.make(() => ({
6532
6591
  input: SummaryCtRequest,
6533
6592
  output: SummaryCtResponse,
@@ -6608,7 +6667,7 @@ export const TimeseriesCtResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
6608
6667
  value: Schema.String,
6609
6668
  })),
6610
6669
  }),
6611
- });
6670
+ }).pipe(T.ResponsePath("result"));
6612
6671
  export const timeseriesCt = API.make(() => ({
6613
6672
  input: TimeseriesCtRequest,
6614
6673
  output: TimeseriesCtResponse,
@@ -6689,7 +6748,7 @@ export const GetCtAuthorityResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
6689
6748
  validFrom: Schema.String,
6690
6749
  validTo: Schema.String,
6691
6750
  }),
6692
- });
6751
+ }).pipe(T.ResponsePath("result"));
6693
6752
  export const getCtAuthority = API.make(() => ({
6694
6753
  input: GetCtAuthorityRequest,
6695
6754
  output: GetCtAuthorityResponse,
@@ -6717,7 +6776,7 @@ export const ListCtAuthoritiesResponse =
6717
6776
  ]),
6718
6777
  sha256Fingerprint: Schema.String,
6719
6778
  })),
6720
- });
6779
+ }).pipe(T.ResponsePath("result"));
6721
6780
  export const listCtAuthorities = API.make(() => ({
6722
6781
  input: ListCtAuthoritiesRequest,
6723
6782
  output: ListCtAuthoritiesResponse,
@@ -6783,7 +6842,7 @@ export const GetCtLogResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
6783
6842
  submittedCertCount: Schema.Union([Schema.String, Schema.Null]),
6784
6843
  url: Schema.String,
6785
6844
  }),
6786
- });
6845
+ }).pipe(T.ResponsePath("result"));
6787
6846
  export const getCtLog = API.make(() => ({
6788
6847
  input: GetCtLogRequest,
6789
6848
  output: GetCtLogResponse,
@@ -6809,7 +6868,7 @@ export const ListCtLogsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
6809
6868
  stateTimestamp: Schema.String,
6810
6869
  url: Schema.String,
6811
6870
  })),
6812
- });
6871
+ }).pipe(T.ResponsePath("result"));
6813
6872
  export const listCtLogs = API.make(() => ({
6814
6873
  input: ListCtLogsRequest,
6815
6874
  output: ListCtLogsResponse,
@@ -6835,7 +6894,7 @@ export const ListDatasetsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
6835
6894
  title: Schema.String,
6836
6895
  type: Schema.String,
6837
6896
  })),
6838
- });
6897
+ }).pipe(T.ResponsePath("result"));
6839
6898
  export const listDatasets = API.make(() => ({
6840
6899
  input: ListDatasetsRequest,
6841
6900
  output: ListDatasetsResponse,
@@ -6850,7 +6909,7 @@ export const DownloadDatasetResponse =
6850
6909
  dataset: Schema.Struct({
6851
6910
  url: Schema.String,
6852
6911
  }),
6853
- });
6912
+ }).pipe(T.ResponsePath("result"));
6854
6913
  export const downloadDataset = API.make(() => ({
6855
6914
  input: DownloadDatasetRequest,
6856
6915
  output: DownloadDatasetResponse,
@@ -6931,7 +6990,7 @@ export const TimeseriesDnsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
6931
6990
  value: Schema.String,
6932
6991
  })),
6933
6992
  }),
6934
- });
6993
+ }).pipe(T.ResponsePath("result"));
6935
6994
  export const timeseriesDns = API.make(() => ({
6936
6995
  input: TimeseriesDnsRequest,
6937
6996
  output: TimeseriesDnsResponse,
@@ -7018,7 +7077,7 @@ export const DnssecDnsSummaryResponse =
7018
7077
  other: "OTHER",
7019
7078
  secure: "SECURE",
7020
7079
  })),
7021
- });
7080
+ }).pipe(T.ResponsePath("result"));
7022
7081
  export const dnssecDnsSummary = API.make(() => ({
7023
7082
  input: DnssecDnsSummaryRequest,
7024
7083
  output: DnssecDnsSummaryResponse,
@@ -7100,7 +7159,7 @@ export const ProtocolDnsSummaryResponse =
7100
7159
  tls: Schema.String,
7101
7160
  udp: Schema.String,
7102
7161
  }).pipe(Schema.encodeKeys({ https: "HTTPS", tcp: "TCP", tls: "TLS", udp: "UDP" })),
7103
- });
7162
+ }).pipe(T.ResponsePath("result"));
7104
7163
  export const protocolDnsSummary = API.make(() => ({
7105
7164
  input: ProtocolDnsSummaryRequest,
7106
7165
  output: ProtocolDnsSummaryResponse,
@@ -7194,7 +7253,7 @@ export const DnssecDnsTimeseriesGroupResponse =
7194
7253
  other: "OTHER",
7195
7254
  secure: "SECURE",
7196
7255
  })),
7197
- });
7256
+ }).pipe(T.ResponsePath("result"));
7198
7257
  export const dnssecDnsTimeseriesGroup = API.make(() => ({
7199
7258
  input: DnssecDnsTimeseriesGroupRequest,
7200
7259
  output: DnssecDnsTimeseriesGroupResponse,
@@ -7283,7 +7342,7 @@ export const ProtocolDnsTimeseriesGroupResponse =
7283
7342
  tls: Schema.Array(Schema.String),
7284
7343
  udp: Schema.Array(Schema.String),
7285
7344
  }).pipe(Schema.encodeKeys({ https: "HTTPS", tcp: "TCP", tls: "TLS", udp: "UDP" })),
7286
- });
7345
+ }).pipe(T.ResponsePath("result"));
7287
7346
  export const protocolDnsTimeseriesGroup = API.make(() => ({
7288
7347
  input: ProtocolDnsTimeseriesGroupRequest,
7289
7348
  output: ProtocolDnsTimeseriesGroupResponse,
@@ -7365,7 +7424,7 @@ export const AsesDnsTopResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
7365
7424
  clientASName: Schema.String,
7366
7425
  value: Schema.String,
7367
7426
  })),
7368
- });
7427
+ }).pipe(T.ResponsePath("result"));
7369
7428
  export const asesDnsTop = API.make(() => ({
7370
7429
  input: AsesDnsTopRequest,
7371
7430
  output: AsesDnsTopResponse,
@@ -7448,7 +7507,7 @@ export const LocationsDnsTopResponse =
7448
7507
  clientCountryName: Schema.String,
7449
7508
  value: Schema.String,
7450
7509
  })),
7451
- });
7510
+ }).pipe(T.ResponsePath("result"));
7452
7511
  export const locationsDnsTop = API.make(() => ({
7453
7512
  input: LocationsDnsTopRequest,
7454
7513
  output: LocationsDnsTopResponse,
@@ -7528,7 +7587,7 @@ export const DnssecE2EDnsSummaryResponse =
7528
7587
  negative: Schema.String,
7529
7588
  positive: Schema.String,
7530
7589
  }).pipe(Schema.encodeKeys({ negative: "NEGATIVE", positive: "POSITIVE" })),
7531
- });
7590
+ }).pipe(T.ResponsePath("result"));
7532
7591
  export const dnssecE2EDnsSummary = API.make(() => ({
7533
7592
  input: DnssecE2EDnsSummaryRequest,
7534
7593
  output: DnssecE2EDnsSummaryResponse,
@@ -7615,7 +7674,7 @@ export const DnssecE2EDnsTimeseriesGroupResponse =
7615
7674
  negative: Schema.Array(Schema.String),
7616
7675
  positive: Schema.Array(Schema.String),
7617
7676
  }).pipe(Schema.encodeKeys({ negative: "NEGATIVE", positive: "POSITIVE" })),
7618
- });
7677
+ }).pipe(T.ResponsePath("result"));
7619
7678
  export const dnssecE2EDnsTimeseriesGroup = API.make(() => ({
7620
7679
  input: DnssecE2EDnsTimeseriesGroupRequest,
7621
7680
  output: DnssecE2EDnsTimeseriesGroupResponse,
@@ -7692,7 +7751,7 @@ export const ArcEmailRoutingSummaryResponse =
7692
7751
  })),
7693
7752
  }),
7694
7753
  summary_0: Schema.Unknown,
7695
- });
7754
+ }).pipe(T.ResponsePath("result"));
7696
7755
  export const arcEmailRoutingSummary = API.make(() => ({
7697
7756
  input: ArcEmailRoutingSummaryRequest,
7698
7757
  output: ArcEmailRoutingSummaryResponse,
@@ -7769,7 +7828,7 @@ export const DkimEmailRoutingSummaryResponse =
7769
7828
  })),
7770
7829
  }),
7771
7830
  summary_0: Schema.Unknown,
7772
- });
7831
+ }).pipe(T.ResponsePath("result"));
7773
7832
  export const dkimEmailRoutingSummary = API.make(() => ({
7774
7833
  input: DkimEmailRoutingSummaryRequest,
7775
7834
  output: DkimEmailRoutingSummaryResponse,
@@ -7846,7 +7905,7 @@ export const DmarcEmailRoutingSummaryResponse =
7846
7905
  })),
7847
7906
  }),
7848
7907
  summary_0: Schema.Unknown,
7849
- });
7908
+ }).pipe(T.ResponsePath("result"));
7850
7909
  export const dmarcEmailRoutingSummary = API.make(() => ({
7851
7910
  input: DmarcEmailRoutingSummaryRequest,
7852
7911
  output: DmarcEmailRoutingSummaryResponse,
@@ -7929,7 +7988,7 @@ export const EncryptedEmailRoutingSummaryResponse =
7929
7988
  encrypted: "ENCRYPTED",
7930
7989
  notencrypted: "NOT_ENCRYPTED",
7931
7990
  })),
7932
- });
7991
+ }).pipe(T.ResponsePath("result"));
7933
7992
  export const encryptedEmailRoutingSummary = API.make(() => ({
7934
7993
  input: EncryptedEmailRoutingSummaryRequest,
7935
7994
  output: EncryptedEmailRoutingSummaryResponse,
@@ -8006,7 +8065,7 @@ export const SpfEmailRoutingSummaryResponse =
8006
8065
  })),
8007
8066
  }),
8008
8067
  summary_0: Schema.Unknown,
8009
- });
8068
+ }).pipe(T.ResponsePath("result"));
8010
8069
  export const spfEmailRoutingSummary = API.make(() => ({
8011
8070
  input: SpfEmailRoutingSummaryRequest,
8012
8071
  output: SpfEmailRoutingSummaryResponse,
@@ -8093,7 +8152,7 @@ export const ArcEmailRoutingTimeseriesGroupResponse =
8093
8152
  })),
8094
8153
  }),
8095
8154
  serie_0: Schema.Unknown,
8096
- });
8155
+ }).pipe(T.ResponsePath("result"));
8097
8156
  export const arcEmailRoutingTimeseriesGroup = API.make(() => ({
8098
8157
  input: ArcEmailRoutingTimeseriesGroupRequest,
8099
8158
  output: ArcEmailRoutingTimeseriesGroupResponse,
@@ -8180,7 +8239,7 @@ export const DkimEmailRoutingTimeseriesGroupResponse =
8180
8239
  })),
8181
8240
  }),
8182
8241
  serie_0: Schema.Unknown,
8183
- });
8242
+ }).pipe(T.ResponsePath("result"));
8184
8243
  export const dkimEmailRoutingTimeseriesGroup = API.make(() => ({
8185
8244
  input: DkimEmailRoutingTimeseriesGroupRequest,
8186
8245
  output: DkimEmailRoutingTimeseriesGroupResponse,
@@ -8267,7 +8326,7 @@ export const DmarcEmailRoutingTimeseriesGroupResponse =
8267
8326
  })),
8268
8327
  }),
8269
8328
  serie_0: Schema.Unknown,
8270
- });
8329
+ }).pipe(T.ResponsePath("result"));
8271
8330
  export const dmarcEmailRoutingTimeseriesGroup = API.make(() => ({
8272
8331
  input: DmarcEmailRoutingTimeseriesGroupRequest,
8273
8332
  output: DmarcEmailRoutingTimeseriesGroupResponse,
@@ -8360,7 +8419,7 @@ export const EncryptedEmailRoutingTimeseriesGroupResponse =
8360
8419
  encrypted: "ENCRYPTED",
8361
8420
  notencrypted: "NOT_ENCRYPTED",
8362
8421
  })),
8363
- });
8422
+ }).pipe(T.ResponsePath("result"));
8364
8423
  export const encryptedEmailRoutingTimeseriesGroup = API.make(() => ({
8365
8424
  input: EncryptedEmailRoutingTimeseriesGroupRequest,
8366
8425
  output: EncryptedEmailRoutingTimeseriesGroupResponse,
@@ -8447,7 +8506,7 @@ export const SpfEmailRoutingTimeseriesGroupResponse =
8447
8506
  })),
8448
8507
  }),
8449
8508
  serie_0: Schema.Unknown,
8450
- });
8509
+ }).pipe(T.ResponsePath("result"));
8451
8510
  export const spfEmailRoutingTimeseriesGroup = API.make(() => ({
8452
8511
  input: SpfEmailRoutingTimeseriesGroupRequest,
8453
8512
  output: SpfEmailRoutingTimeseriesGroupResponse,
@@ -8524,7 +8583,7 @@ export const ArcEmailSecuritySummaryResponse =
8524
8583
  })),
8525
8584
  }),
8526
8585
  summary_0: Schema.Unknown,
8527
- });
8586
+ }).pipe(T.ResponsePath("result"));
8528
8587
  export const arcEmailSecuritySummary = API.make(() => ({
8529
8588
  input: ArcEmailSecuritySummaryRequest,
8530
8589
  output: ArcEmailSecuritySummaryResponse,
@@ -8601,7 +8660,7 @@ export const DkimEmailSecuritySummaryResponse =
8601
8660
  })),
8602
8661
  }),
8603
8662
  summary_0: Schema.Unknown,
8604
- });
8663
+ }).pipe(T.ResponsePath("result"));
8605
8664
  export const dkimEmailSecuritySummary = API.make(() => ({
8606
8665
  input: DkimEmailSecuritySummaryRequest,
8607
8666
  output: DkimEmailSecuritySummaryResponse,
@@ -8678,7 +8737,7 @@ export const DmarcEmailSecuritySummaryResponse =
8678
8737
  })),
8679
8738
  }),
8680
8739
  summary_0: Schema.Unknown,
8681
- });
8740
+ }).pipe(T.ResponsePath("result"));
8682
8741
  export const dmarcEmailSecuritySummary = API.make(() => ({
8683
8742
  input: DmarcEmailSecuritySummaryRequest,
8684
8743
  output: DmarcEmailSecuritySummaryResponse,
@@ -8761,7 +8820,7 @@ export const MaliciousEmailSecuritySummaryResponse =
8761
8820
  malicious: "MALICIOUS",
8762
8821
  notmalicious: "NOT_MALICIOUS",
8763
8822
  })),
8764
- });
8823
+ }).pipe(T.ResponsePath("result"));
8765
8824
  export const maliciousEmailSecuritySummary = API.make(() => ({
8766
8825
  input: MaliciousEmailSecuritySummaryRequest,
8767
8826
  output: MaliciousEmailSecuritySummaryResponse,
@@ -8841,7 +8900,7 @@ export const SpamEmailSecuritySummaryResponse =
8841
8900
  notspam: Schema.String,
8842
8901
  spam: Schema.String,
8843
8902
  }).pipe(Schema.encodeKeys({ notspam: "NOT_SPAM", spam: "SPAM" })),
8844
- });
8903
+ }).pipe(T.ResponsePath("result"));
8845
8904
  export const spamEmailSecuritySummary = API.make(() => ({
8846
8905
  input: SpamEmailSecuritySummaryRequest,
8847
8906
  output: SpamEmailSecuritySummaryResponse,
@@ -8918,7 +8977,7 @@ export const SpfEmailSecuritySummaryResponse =
8918
8977
  })),
8919
8978
  }),
8920
8979
  summary_0: Schema.Unknown,
8921
- });
8980
+ }).pipe(T.ResponsePath("result"));
8922
8981
  export const spfEmailSecuritySummary = API.make(() => ({
8923
8982
  input: SpfEmailSecuritySummaryRequest,
8924
8983
  output: SpfEmailSecuritySummaryResponse,
@@ -8998,7 +9057,7 @@ export const SpoofEmailSecuritySummaryResponse =
8998
9057
  notspoof: Schema.String,
8999
9058
  spoof: Schema.String,
9000
9059
  }).pipe(Schema.encodeKeys({ notspoof: "NOT_SPOOF", spoof: "SPOOF" })),
9001
- });
9060
+ }).pipe(T.ResponsePath("result"));
9002
9061
  export const spoofEmailSecuritySummary = API.make(() => ({
9003
9062
  input: SpoofEmailSecuritySummaryRequest,
9004
9063
  output: SpoofEmailSecuritySummaryResponse,
@@ -9085,7 +9144,7 @@ export const ArcEmailSecurityTimeseriesGroupResponse =
9085
9144
  })),
9086
9145
  }),
9087
9146
  serie_0: Schema.Unknown,
9088
- });
9147
+ }).pipe(T.ResponsePath("result"));
9089
9148
  export const arcEmailSecurityTimeseriesGroup = API.make(() => ({
9090
9149
  input: ArcEmailSecurityTimeseriesGroupRequest,
9091
9150
  output: ArcEmailSecurityTimeseriesGroupResponse,
@@ -9172,7 +9231,7 @@ export const DkimEmailSecurityTimeseriesGroupResponse =
9172
9231
  })),
9173
9232
  }),
9174
9233
  serie_0: Schema.Unknown,
9175
- });
9234
+ }).pipe(T.ResponsePath("result"));
9176
9235
  export const dkimEmailSecurityTimeseriesGroup = API.make(() => ({
9177
9236
  input: DkimEmailSecurityTimeseriesGroupRequest,
9178
9237
  output: DkimEmailSecurityTimeseriesGroupResponse,
@@ -9259,7 +9318,7 @@ export const DmarcEmailSecurityTimeseriesGroupResponse =
9259
9318
  })),
9260
9319
  }),
9261
9320
  serie_0: Schema.Unknown,
9262
- });
9321
+ }).pipe(T.ResponsePath("result"));
9263
9322
  export const dmarcEmailSecurityTimeseriesGroup = API.make(() => ({
9264
9323
  input: DmarcEmailSecurityTimeseriesGroupRequest,
9265
9324
  output: DmarcEmailSecurityTimeseriesGroupResponse,
@@ -9352,7 +9411,7 @@ export const MaliciousEmailSecurityTimeseriesGroupResponse =
9352
9411
  malicious: "MALICIOUS",
9353
9412
  notmalicious: "NOT_MALICIOUS",
9354
9413
  })),
9355
- });
9414
+ }).pipe(T.ResponsePath("result"));
9356
9415
  export const maliciousEmailSecurityTimeseriesGroup = API.make(() => ({
9357
9416
  input: MaliciousEmailSecurityTimeseriesGroupRequest,
9358
9417
  output: MaliciousEmailSecurityTimeseriesGroupResponse,
@@ -9442,7 +9501,7 @@ export const SpamEmailSecurityTimeseriesGroupResponse =
9442
9501
  notspam: Schema.Array(Schema.String),
9443
9502
  spam: Schema.Array(Schema.String),
9444
9503
  }).pipe(Schema.encodeKeys({ notspam: "NOT_SPAM", spam: "SPAM" })),
9445
- });
9504
+ }).pipe(T.ResponsePath("result"));
9446
9505
  export const spamEmailSecurityTimeseriesGroup = API.make(() => ({
9447
9506
  input: SpamEmailSecurityTimeseriesGroupRequest,
9448
9507
  output: SpamEmailSecurityTimeseriesGroupResponse,
@@ -9529,7 +9588,7 @@ export const SpfEmailSecurityTimeseriesGroupResponse =
9529
9588
  })),
9530
9589
  }),
9531
9590
  serie_0: Schema.Unknown,
9532
- });
9591
+ }).pipe(T.ResponsePath("result"));
9533
9592
  export const spfEmailSecurityTimeseriesGroup = API.make(() => ({
9534
9593
  input: SpfEmailSecurityTimeseriesGroupRequest,
9535
9594
  output: SpfEmailSecurityTimeseriesGroupResponse,
@@ -9619,7 +9678,7 @@ export const SpoofEmailSecurityTimeseriesGroupResponse =
9619
9678
  notspoof: Schema.Array(Schema.String),
9620
9679
  spoof: Schema.Array(Schema.String),
9621
9680
  }).pipe(Schema.encodeKeys({ notspoof: "NOT_SPOOF", spoof: "SPOOF" })),
9622
- });
9681
+ }).pipe(T.ResponsePath("result"));
9623
9682
  export const spoofEmailSecurityTimeseriesGroup = API.make(() => ({
9624
9683
  input: SpoofEmailSecurityTimeseriesGroupRequest,
9625
9684
  output: SpoofEmailSecurityTimeseriesGroupResponse,
@@ -9702,7 +9761,7 @@ export const GetEmailSecurityTopTldResponse =
9702
9761
  name: Schema.String,
9703
9762
  value: Schema.String,
9704
9763
  })),
9705
- });
9764
+ }).pipe(T.ResponsePath("result"));
9706
9765
  export const getEmailSecurityTopTld = API.make(() => ({
9707
9766
  input: GetEmailSecurityTopTldRequest,
9708
9767
  output: GetEmailSecurityTopTldResponse,
@@ -9790,7 +9849,7 @@ export const GetEmailSecurityTopTldMaliciousResponse =
9790
9849
  name: Schema.String,
9791
9850
  value: Schema.String,
9792
9851
  })),
9793
- });
9852
+ }).pipe(T.ResponsePath("result"));
9794
9853
  export const getEmailSecurityTopTldMalicious = API.make(() => ({
9795
9854
  input: GetEmailSecurityTopTldMaliciousRequest,
9796
9855
  output: GetEmailSecurityTopTldMaliciousResponse,
@@ -9878,7 +9937,7 @@ export const GetEmailSecurityTopTldSpamResponse =
9878
9937
  name: Schema.String,
9879
9938
  value: Schema.String,
9880
9939
  })),
9881
- });
9940
+ }).pipe(T.ResponsePath("result"));
9882
9941
  export const getEmailSecurityTopTldSpam = API.make(() => ({
9883
9942
  input: GetEmailSecurityTopTldSpamRequest,
9884
9943
  output: GetEmailSecurityTopTldSpamResponse,
@@ -9966,7 +10025,7 @@ export const GetEmailSecurityTopTldSpoofResponse =
9966
10025
  name: Schema.String,
9967
10026
  value: Schema.String,
9968
10027
  })),
9969
- });
10028
+ }).pipe(T.ResponsePath("result"));
9970
10029
  export const getEmailSecurityTopTldSpoof = API.make(() => ({
9971
10030
  input: GetEmailSecurityTopTldSpoofRequest,
9972
10031
  output: GetEmailSecurityTopTldSpoofResponse,
@@ -9987,7 +10046,7 @@ export const GetEntityResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
9987
10046
  location: Schema.String,
9988
10047
  locationName: Schema.String,
9989
10048
  }),
9990
- });
10049
+ }).pipe(T.ResponsePath("result"));
9991
10050
  export const getEntity = API.make(() => ({
9992
10051
  input: GetEntityRequest,
9993
10052
  output: GetEntityResponse,
@@ -10022,7 +10081,7 @@ export const GetEntityAsnResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
10022
10081
  website: Schema.String,
10023
10082
  aka: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
10024
10083
  }),
10025
- });
10084
+ }).pipe(T.ResponsePath("result"));
10026
10085
  export const getEntityAsn = API.make(() => ({
10027
10086
  input: GetEntityAsnRequest,
10028
10087
  output: GetEntityAsnResponse,
@@ -10039,7 +10098,7 @@ export const ListEntityAsnsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
10039
10098
  orgName: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
10040
10099
  website: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
10041
10100
  })),
10042
- });
10101
+ }).pipe(T.ResponsePath("result"));
10043
10102
  export const listEntityAsns = API.make(() => ({
10044
10103
  input: ListEntityAsnsRequest,
10045
10104
  output: ListEntityAsnsResponse,
@@ -10074,7 +10133,7 @@ export const IpEntityAsnResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
10074
10133
  website: Schema.String,
10075
10134
  aka: Schema.optional(Schema.Union([Schema.String, Schema.Null])),
10076
10135
  }),
10077
- });
10136
+ }).pipe(T.ResponsePath("result"));
10078
10137
  export const ipEntityAsn = API.make(() => ({
10079
10138
  input: IpEntityAsnRequest,
10080
10139
  output: IpEntityAsnResponse,
@@ -10110,7 +10169,7 @@ export const RelEntityAsnResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
10110
10169
  asn2Name: "asn2_name",
10111
10170
  rel: "rel",
10112
10171
  }))),
10113
- });
10172
+ }).pipe(T.ResponsePath("result"));
10114
10173
  export const relEntityAsn = API.make(() => ({
10115
10174
  input: RelEntityAsnRequest,
10116
10175
  output: RelEntityAsnResponse,
@@ -10131,7 +10190,7 @@ export const GetEntityLocationResponse =
10131
10190
  region: Schema.String,
10132
10191
  subregion: Schema.String,
10133
10192
  }),
10134
- });
10193
+ }).pipe(T.ResponsePath("result"));
10135
10194
  export const getEntityLocation = API.make(() => ({
10136
10195
  input: GetEntityLocationRequest,
10137
10196
  output: GetEntityLocationResponse,
@@ -10147,7 +10206,7 @@ export const ListEntityLocationsResponse =
10147
10206
  longitude: Schema.String,
10148
10207
  name: Schema.String,
10149
10208
  })),
10150
- });
10209
+ }).pipe(T.ResponsePath("result"));
10151
10210
  export const listEntityLocations = API.make(() => ({
10152
10211
  input: ListEntityLocationsRequest,
10153
10212
  output: ListEntityLocationsResponse,
@@ -10236,7 +10295,7 @@ export const BrowserFamilyHttpTimeseriesGroupResponse =
10236
10295
  serie_0: Schema.Struct({
10237
10296
  timestamps: Schema.Array(Schema.String),
10238
10297
  }),
10239
- });
10298
+ }).pipe(T.ResponsePath("result"));
10240
10299
  export const browserFamilyHttpTimeseriesGroup = API.make(() => ({
10241
10300
  input: BrowserFamilyHttpTimeseriesGroupRequest,
10242
10301
  output: BrowserFamilyHttpTimeseriesGroupResponse,
@@ -10319,7 +10378,7 @@ export const BrowserFamilyHttpTopResponse =
10319
10378
  name: Schema.String,
10320
10379
  value: Schema.String,
10321
10380
  })),
10322
- });
10381
+ }).pipe(T.ResponsePath("result"));
10323
10382
  export const browserFamilyHttpTop = API.make(() => ({
10324
10383
  input: BrowserFamilyHttpTopRequest,
10325
10384
  output: BrowserFamilyHttpTopResponse,
@@ -10350,7 +10409,7 @@ export const GetGeolocationResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
10350
10409
  }),
10351
10410
  type: Schema.Literals(["CONTINENT", "COUNTRY", "ADM1"]),
10352
10411
  }),
10353
- });
10412
+ }).pipe(T.ResponsePath("result"));
10354
10413
  export const getGeolocation = API.make(() => ({
10355
10414
  input: GetGeolocationRequest,
10356
10415
  output: GetGeolocationResponse,
@@ -10381,7 +10440,7 @@ export const ListGeolocationsResponse =
10381
10440
  }),
10382
10441
  type: Schema.Literals(["CONTINENT", "COUNTRY", "ADM1"]),
10383
10442
  })),
10384
- });
10443
+ }).pipe(T.ResponsePath("result"));
10385
10444
  export const listGeolocations = API.make(() => ({
10386
10445
  input: ListGeolocationsRequest,
10387
10446
  output: ListGeolocationsResponse,
@@ -10477,7 +10536,7 @@ export const TimeseriesGroupsAiBotResponse =
10477
10536
  serie_0: Schema.Struct({
10478
10537
  timestamps: Schema.Array(Schema.String),
10479
10538
  }),
10480
- });
10539
+ }).pipe(T.ResponsePath("result"));
10481
10540
  export const timeseriesGroupsAiBot = API.make(() => ({
10482
10541
  input: TimeseriesGroupsAiBotRequest,
10483
10542
  output: TimeseriesGroupsAiBotResponse,
@@ -10573,7 +10632,7 @@ export const TimeseriesGroupsAiTimeseriesGroupResponse =
10573
10632
  serie_0: Schema.Struct({
10574
10633
  timestamps: Schema.Array(Schema.String),
10575
10634
  }),
10576
- });
10635
+ }).pipe(T.ResponsePath("result"));
10577
10636
  export const timeseriesGroupsAiTimeseriesGroup = API.make(() => ({
10578
10637
  input: TimeseriesGroupsAiTimeseriesGroupRequest,
10579
10638
  output: TimeseriesGroupsAiTimeseriesGroupResponse,
@@ -10669,7 +10728,7 @@ export const TimeseriesGroupsBotResponse =
10669
10728
  serie_0: Schema.Struct({
10670
10729
  timestamps: Schema.Array(Schema.String),
10671
10730
  }),
10672
- });
10731
+ }).pipe(T.ResponsePath("result"));
10673
10732
  export const timeseriesGroupsBot = API.make(() => ({
10674
10733
  input: TimeseriesGroupsBotRequest,
10675
10734
  output: TimeseriesGroupsBotResponse,
@@ -10767,7 +10826,7 @@ export const TimeseriesGroupsBotWebCrawlerResponse =
10767
10826
  serie_0: Schema.Struct({
10768
10827
  timestamps: Schema.Array(Schema.String),
10769
10828
  }),
10770
- });
10829
+ }).pipe(T.ResponsePath("result"));
10771
10830
  export const timeseriesGroupsBotWebCrawler = API.make(() => ({
10772
10831
  input: TimeseriesGroupsBotWebCrawlerRequest,
10773
10832
  output: TimeseriesGroupsBotWebCrawlerResponse,
@@ -10917,7 +10976,7 @@ export const TimeseriesGroupsCtResponse =
10917
10976
  unknown: Schema.Array(Schema.String),
10918
10977
  }),
10919
10978
  ]),
10920
- });
10979
+ }).pipe(T.ResponsePath("result"));
10921
10980
  export const timeseriesGroupsCt = API.make(() => ({
10922
10981
  input: TimeseriesGroupsCtRequest,
10923
10982
  output: TimeseriesGroupsCtResponse,
@@ -11008,7 +11067,7 @@ export const TimeseriesGroupsNetflowResponse =
11008
11067
  serie_0: Schema.Struct({
11009
11068
  timestamps: Schema.Array(Schema.String),
11010
11069
  }),
11011
- });
11070
+ }).pipe(T.ResponsePath("result"));
11012
11071
  export const timeseriesGroupsNetflow = API.make(() => ({
11013
11072
  input: TimeseriesGroupsNetflowRequest,
11014
11073
  output: TimeseriesGroupsNetflowResponse,
@@ -11109,7 +11168,7 @@ export const TimeseriesGroupsQualityIqiResponse =
11109
11168
  p75: Schema.Array(Schema.String),
11110
11169
  timestamps: Schema.Array(Schema.String),
11111
11170
  }),
11112
- });
11171
+ }).pipe(T.ResponsePath("result"));
11113
11172
  export const timeseriesGroupsQualityIqi = API.make(() => ({
11114
11173
  input: TimeseriesGroupsQualityIqiRequest,
11115
11174
  output: TimeseriesGroupsQualityIqiResponse,
@@ -11195,7 +11254,7 @@ export const TimeseriesGroupsRankingResponse =
11195
11254
  serie_0: Schema.Struct({
11196
11255
  timestamps: Schema.Array(Schema.String),
11197
11256
  }),
11198
- });
11257
+ }).pipe(T.ResponsePath("result"));
11199
11258
  export const timeseriesGroupsRanking = API.make(() => ({
11200
11259
  input: TimeseriesGroupsRankingRequest,
11201
11260
  output: TimeseriesGroupsRankingResponse,
@@ -11284,7 +11343,7 @@ export const TimeseriesGroupsRankingInternetServiceResponse =
11284
11343
  serie_0: Schema.Struct({
11285
11344
  timestamps: Schema.Array(Schema.String),
11286
11345
  }),
11287
- });
11346
+ }).pipe(T.ResponsePath("result"));
11288
11347
  export const timeseriesGroupsRankingInternetService = API.make(() => ({
11289
11348
  input: TimeseriesGroupsRankingInternetServiceRequest,
11290
11349
  output: TimeseriesGroupsRankingInternetServiceResponse,
@@ -11385,7 +11444,7 @@ export const TimeseriesGroupsTcpResetsTimeoutResponse =
11385
11444
  postSyn: "post_syn",
11386
11445
  timestamps: "timestamps",
11387
11446
  })),
11388
- });
11447
+ }).pipe(T.ResponsePath("result"));
11389
11448
  export const timeseriesGroupsTcpResetsTimeout = API.make(() => ({
11390
11449
  input: TimeseriesGroupsTcpResetsTimeoutRequest,
11391
11450
  output: TimeseriesGroupsTcpResetsTimeoutResponse,
@@ -11476,7 +11535,7 @@ export const TimeseriesGroupsV2AiInferenceResponse =
11476
11535
  serie_0: Schema.Struct({
11477
11536
  timestamps: Schema.Array(Schema.String),
11478
11537
  }),
11479
- });
11538
+ }).pipe(T.ResponsePath("result"));
11480
11539
  export const timeseriesGroupsV2AiInference = API.make(() => ({
11481
11540
  input: TimeseriesGroupsV2AiInferenceRequest,
11482
11541
  output: TimeseriesGroupsV2AiInferenceResponse,
@@ -11574,7 +11633,7 @@ export const TimeseriesGroupsV2As112Response =
11574
11633
  serie_0: Schema.Struct({
11575
11634
  timestamps: Schema.Array(Schema.String),
11576
11635
  }),
11577
- });
11636
+ }).pipe(T.ResponsePath("result"));
11578
11637
  export const timeseriesGroupsV2As112 = API.make(() => ({
11579
11638
  input: TimeseriesGroupsV2As112Request,
11580
11639
  output: TimeseriesGroupsV2As112Response,
@@ -11673,7 +11732,7 @@ export const TimeseriesGroupsV2AttackLayer3Response =
11673
11732
  serie_0: Schema.Struct({
11674
11733
  timestamps: Schema.Array(Schema.String),
11675
11734
  }),
11676
- });
11735
+ }).pipe(T.ResponsePath("result"));
11677
11736
  export const timeseriesGroupsV2AttackLayer3 = API.make(() => ({
11678
11737
  input: TimeseriesGroupsV2AttackLayer3Request,
11679
11738
  output: TimeseriesGroupsV2AttackLayer3Response,
@@ -11772,7 +11831,7 @@ export const TimeseriesGroupsV2AttackLayer7Response =
11772
11831
  serie_0: Schema.Struct({
11773
11832
  timestamps: Schema.Array(Schema.String),
11774
11833
  }),
11775
- });
11834
+ }).pipe(T.ResponsePath("result"));
11776
11835
  export const timeseriesGroupsV2AttackLayer7 = API.make(() => ({
11777
11836
  input: TimeseriesGroupsV2AttackLayer7Request,
11778
11837
  output: TimeseriesGroupsV2AttackLayer7Response,
@@ -11872,7 +11931,7 @@ export const TimeseriesGroupsV2DnsResponse =
11872
11931
  serie_0: Schema.Struct({
11873
11932
  timestamps: Schema.Array(Schema.String),
11874
11933
  }),
11875
- });
11934
+ }).pipe(T.ResponsePath("result"));
11876
11935
  export const timeseriesGroupsV2Dns = API.make(() => ({
11877
11936
  input: TimeseriesGroupsV2DnsRequest,
11878
11937
  output: TimeseriesGroupsV2DnsResponse,
@@ -11970,7 +12029,7 @@ export const TimeseriesGroupsV2EmailRoutingResponse =
11970
12029
  serie_0: Schema.Struct({
11971
12030
  timestamps: Schema.Array(Schema.String),
11972
12031
  }),
11973
- });
12032
+ }).pipe(T.ResponsePath("result"));
11974
12033
  export const timeseriesGroupsV2EmailRouting = API.make(() => ({
11975
12034
  input: TimeseriesGroupsV2EmailRoutingRequest,
11976
12035
  output: TimeseriesGroupsV2EmailRoutingResponse,
@@ -12071,7 +12130,7 @@ export const TimeseriesGroupsV2EmailSecurityResponse =
12071
12130
  serie_0: Schema.Struct({
12072
12131
  timestamps: Schema.Array(Schema.String),
12073
12132
  }),
12074
- });
12133
+ }).pipe(T.ResponsePath("result"));
12075
12134
  export const timeseriesGroupsV2EmailSecurity = API.make(() => ({
12076
12135
  input: TimeseriesGroupsV2EmailSecurityRequest,
12077
12136
  output: TimeseriesGroupsV2EmailSecurityResponse,
@@ -12174,7 +12233,7 @@ export const TimeseriesGroupsV2HttpResponse =
12174
12233
  serie_0: Schema.Struct({
12175
12234
  timestamps: Schema.Array(Schema.String),
12176
12235
  }),
12177
- });
12236
+ }).pipe(T.ResponsePath("result"));
12178
12237
  export const timeseriesGroupsV2Http = API.make(() => ({
12179
12238
  input: TimeseriesGroupsV2HttpRequest,
12180
12239
  output: TimeseriesGroupsV2HttpResponse,
@@ -12265,7 +12324,7 @@ export const TimeseriesGroupsV2LeakedCredentialResponse =
12265
12324
  serie_0: Schema.Struct({
12266
12325
  timestamps: Schema.Array(Schema.String),
12267
12326
  }),
12268
- });
12327
+ }).pipe(T.ResponsePath("result"));
12269
12328
  export const timeseriesGroupsV2LeakedCredential = API.make(() => ({
12270
12329
  input: TimeseriesGroupsV2LeakedCredentialRequest,
12271
12330
  output: TimeseriesGroupsV2LeakedCredentialResponse,
@@ -12345,7 +12404,7 @@ export const CacheHitDnsSummaryResponse =
12345
12404
  negative: Schema.String,
12346
12405
  positive: Schema.String,
12347
12406
  }).pipe(Schema.encodeKeys({ negative: "NEGATIVE", positive: "POSITIVE" })),
12348
- });
12407
+ }).pipe(T.ResponsePath("result"));
12349
12408
  export const cacheHitDnsSummary = API.make(() => ({
12350
12409
  input: CacheHitDnsSummaryRequest,
12351
12410
  output: CacheHitDnsSummaryResponse,
@@ -12432,7 +12491,7 @@ export const CacheHitDnsTimeseriesGroupResponse =
12432
12491
  negative: Schema.Array(Schema.String),
12433
12492
  positive: Schema.Array(Schema.String),
12434
12493
  }).pipe(Schema.encodeKeys({ negative: "NEGATIVE", positive: "POSITIVE" })),
12435
- });
12494
+ }).pipe(T.ResponsePath("result"));
12436
12495
  export const cacheHitDnsTimeseriesGroup = API.make(() => ({
12437
12496
  input: CacheHitDnsTimeseriesGroupRequest,
12438
12497
  output: CacheHitDnsTimeseriesGroupResponse,
@@ -12513,7 +12572,7 @@ export const TimeseriesHttpResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
12513
12572
  value: Schema.String,
12514
12573
  })),
12515
12574
  }),
12516
- });
12575
+ }).pipe(T.ResponsePath("result"));
12517
12576
  export const timeseriesHttp = API.make(() => ({
12518
12577
  input: TimeseriesHttpRequest,
12519
12578
  output: TimeseriesHttpResponse,
@@ -12595,7 +12654,7 @@ export const GetHttpAsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
12595
12654
  clientASName: Schema.String,
12596
12655
  value: Schema.String,
12597
12656
  })),
12598
- });
12657
+ }).pipe(T.ResponsePath("result"));
12599
12658
  export const getHttpAs = API.make(() => ({
12600
12659
  input: GetHttpAsRequest,
12601
12660
  output: GetHttpAsResponse,
@@ -12684,7 +12743,7 @@ export const GetHttpAsBotClassResponse =
12684
12743
  clientASName: Schema.String,
12685
12744
  value: Schema.String,
12686
12745
  })),
12687
- });
12746
+ }).pipe(T.ResponsePath("result"));
12688
12747
  export const getHttpAsBotClass = API.make(() => ({
12689
12748
  input: GetHttpAsBotClassRequest,
12690
12749
  output: GetHttpAsBotClassResponse,
@@ -12778,7 +12837,7 @@ export const GetHttpAsBrowserFamilyResponse =
12778
12837
  clientASName: Schema.String,
12779
12838
  value: Schema.String,
12780
12839
  })),
12781
- });
12840
+ }).pipe(T.ResponsePath("result"));
12782
12841
  export const getHttpAsBrowserFamily = API.make(() => ({
12783
12842
  input: GetHttpAsBrowserFamilyRequest,
12784
12843
  output: GetHttpAsBrowserFamilyResponse,
@@ -12867,7 +12926,7 @@ export const GetHttpAsDeviceTypeResponse =
12867
12926
  clientASName: Schema.String,
12868
12927
  value: Schema.String,
12869
12928
  })),
12870
- });
12929
+ }).pipe(T.ResponsePath("result"));
12871
12930
  export const getHttpAsDeviceType = API.make(() => ({
12872
12931
  input: GetHttpAsDeviceTypeRequest,
12873
12932
  output: GetHttpAsDeviceTypeResponse,
@@ -12956,7 +13015,7 @@ export const GetHttpAsHttpMethodResponse =
12956
13015
  clientASName: Schema.String,
12957
13016
  value: Schema.String,
12958
13017
  })),
12959
- });
13018
+ }).pipe(T.ResponsePath("result"));
12960
13019
  export const getHttpAsHttpMethod = API.make(() => ({
12961
13020
  input: GetHttpAsHttpMethodRequest,
12962
13021
  output: GetHttpAsHttpMethodResponse,
@@ -13045,7 +13104,7 @@ export const GetHttpAsHttpProtocolResponse =
13045
13104
  clientASName: Schema.String,
13046
13105
  value: Schema.String,
13047
13106
  })),
13048
- });
13107
+ }).pipe(T.ResponsePath("result"));
13049
13108
  export const getHttpAsHttpProtocol = API.make(() => ({
13050
13109
  input: GetHttpAsHttpProtocolRequest,
13051
13110
  output: GetHttpAsHttpProtocolResponse,
@@ -13134,7 +13193,7 @@ export const GetHttpAsIpVersionResponse =
13134
13193
  clientASName: Schema.String,
13135
13194
  value: Schema.String,
13136
13195
  })),
13137
- });
13196
+ }).pipe(T.ResponsePath("result"));
13138
13197
  export const getHttpAsIpVersion = API.make(() => ({
13139
13198
  input: GetHttpAsIpVersionRequest,
13140
13199
  output: GetHttpAsIpVersionResponse,
@@ -13226,7 +13285,7 @@ export const GetHttpAsOsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
13226
13285
  clientASName: Schema.String,
13227
13286
  value: Schema.String,
13228
13287
  })),
13229
- });
13288
+ }).pipe(T.ResponsePath("result"));
13230
13289
  export const getHttpAsOs = API.make(() => ({
13231
13290
  input: GetHttpAsOsRequest,
13232
13291
  output: GetHttpAsOsResponse,
@@ -13321,7 +13380,7 @@ export const GetHttpAsTlsVersionResponse =
13321
13380
  clientASName: Schema.String,
13322
13381
  value: Schema.String,
13323
13382
  })),
13324
- });
13383
+ }).pipe(T.ResponsePath("result"));
13325
13384
  export const getHttpAsTlsVersion = API.make(() => ({
13326
13385
  input: GetHttpAsTlsVersionRequest,
13327
13386
  output: GetHttpAsTlsVersionResponse,
@@ -13404,7 +13463,7 @@ export const GetHttpLocationResponse =
13404
13463
  clientCountryName: Schema.String,
13405
13464
  value: Schema.String,
13406
13465
  })),
13407
- });
13466
+ }).pipe(T.ResponsePath("result"));
13408
13467
  export const getHttpLocation = API.make(() => ({
13409
13468
  input: GetHttpLocationRequest,
13410
13469
  output: GetHttpLocationResponse,
@@ -13493,7 +13552,7 @@ export const GetHttpLocationBotClassResponse =
13493
13552
  clientCountryName: Schema.String,
13494
13553
  value: Schema.String,
13495
13554
  })),
13496
- });
13555
+ }).pipe(T.ResponsePath("result"));
13497
13556
  export const getHttpLocationBotClass = API.make(() => ({
13498
13557
  input: GetHttpLocationBotClassRequest,
13499
13558
  output: GetHttpLocationBotClassResponse,
@@ -13587,7 +13646,7 @@ export const GetHttpLocationBrowserFamilyResponse =
13587
13646
  clientCountryName: Schema.String,
13588
13647
  value: Schema.String,
13589
13648
  })),
13590
- });
13649
+ }).pipe(T.ResponsePath("result"));
13591
13650
  export const getHttpLocationBrowserFamily = API.make(() => ({
13592
13651
  input: GetHttpLocationBrowserFamilyRequest,
13593
13652
  output: GetHttpLocationBrowserFamilyResponse,
@@ -13676,7 +13735,7 @@ export const GetHttpLocationDeviceTypeResponse =
13676
13735
  clientCountryName: Schema.String,
13677
13736
  value: Schema.String,
13678
13737
  })),
13679
- });
13738
+ }).pipe(T.ResponsePath("result"));
13680
13739
  export const getHttpLocationDeviceType = API.make(() => ({
13681
13740
  input: GetHttpLocationDeviceTypeRequest,
13682
13741
  output: GetHttpLocationDeviceTypeResponse,
@@ -13765,7 +13824,7 @@ export const GetHttpLocationHttpMethodResponse =
13765
13824
  clientCountryName: Schema.String,
13766
13825
  value: Schema.String,
13767
13826
  })),
13768
- });
13827
+ }).pipe(T.ResponsePath("result"));
13769
13828
  export const getHttpLocationHttpMethod = API.make(() => ({
13770
13829
  input: GetHttpLocationHttpMethodRequest,
13771
13830
  output: GetHttpLocationHttpMethodResponse,
@@ -13854,7 +13913,7 @@ export const GetHttpLocationHttpProtocolResponse =
13854
13913
  clientCountryName: Schema.String,
13855
13914
  value: Schema.String,
13856
13915
  })),
13857
- });
13916
+ }).pipe(T.ResponsePath("result"));
13858
13917
  export const getHttpLocationHttpProtocol = API.make(() => ({
13859
13918
  input: GetHttpLocationHttpProtocolRequest,
13860
13919
  output: GetHttpLocationHttpProtocolResponse,
@@ -13943,7 +14002,7 @@ export const GetHttpLocationIpVersionResponse =
13943
14002
  clientCountryName: Schema.String,
13944
14003
  value: Schema.String,
13945
14004
  })),
13946
- });
14005
+ }).pipe(T.ResponsePath("result"));
13947
14006
  export const getHttpLocationIpVersion = API.make(() => ({
13948
14007
  input: GetHttpLocationIpVersionRequest,
13949
14008
  output: GetHttpLocationIpVersionResponse,
@@ -14037,7 +14096,7 @@ export const GetHttpLocationOsResponse =
14037
14096
  clientCountryName: Schema.String,
14038
14097
  value: Schema.String,
14039
14098
  })),
14040
- });
14099
+ }).pipe(T.ResponsePath("result"));
14041
14100
  export const getHttpLocationOs = API.make(() => ({
14042
14101
  input: GetHttpLocationOsRequest,
14043
14102
  output: GetHttpLocationOsResponse,
@@ -14132,7 +14191,7 @@ export const GetHttpLocationTlsVersionResponse =
14132
14191
  clientCountryName: Schema.String,
14133
14192
  value: Schema.String,
14134
14193
  })),
14135
- });
14194
+ }).pipe(T.ResponsePath("result"));
14136
14195
  export const getHttpLocationTlsVersion = API.make(() => ({
14137
14196
  input: GetHttpLocationTlsVersionRequest,
14138
14197
  output: GetHttpLocationTlsVersionResponse,
@@ -14210,7 +14269,7 @@ export const OsHttpSummaryResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
14210
14269
  android: Schema.String,
14211
14270
  ios: Schema.String,
14212
14271
  }).pipe(Schema.encodeKeys({ android: "ANDROID", ios: "IOS" })),
14213
- });
14272
+ }).pipe(T.ResponsePath("result"));
14214
14273
  export const osHttpSummary = API.make(() => ({
14215
14274
  input: OsHttpSummaryRequest,
14216
14275
  output: OsHttpSummaryResponse,
@@ -14296,7 +14355,7 @@ export const BrowserHttpTimeseriesGroupResponse =
14296
14355
  serie_0: Schema.Struct({
14297
14356
  timestamps: Schema.Array(Schema.String),
14298
14357
  }),
14299
- });
14358
+ }).pipe(T.ResponsePath("result"));
14300
14359
  export const browserHttpTimeseriesGroup = API.make(() => ({
14301
14360
  input: BrowserHttpTimeseriesGroupRequest,
14302
14361
  output: BrowserHttpTimeseriesGroupResponse,
@@ -14382,7 +14441,7 @@ export const OsHttpTimeseriesGroupResponse =
14382
14441
  serie_0: Schema.Struct({
14383
14442
  timestamps: Schema.Array(Schema.String),
14384
14443
  }),
14385
- });
14444
+ }).pipe(T.ResponsePath("result"));
14386
14445
  export const osHttpTimeseriesGroup = API.make(() => ({
14387
14446
  input: OsHttpTimeseriesGroupRequest,
14388
14447
  output: OsHttpTimeseriesGroupResponse,
@@ -14463,7 +14522,7 @@ export const BrowserHttpTopResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
14463
14522
  name: Schema.String,
14464
14523
  value: Schema.String,
14465
14524
  })),
14466
- });
14525
+ }).pipe(T.ResponsePath("result"));
14467
14526
  export const browserHttpTop = API.make(() => ({
14468
14527
  input: BrowserHttpTopRequest,
14469
14528
  output: BrowserHttpTopResponse,
@@ -14546,7 +14605,7 @@ export const CompromisedLeakedCredentialSummaryResponse =
14546
14605
  clean: Schema.String,
14547
14606
  compromised: Schema.String,
14548
14607
  }).pipe(Schema.encodeKeys({ clean: "CLEAN", compromised: "COMPROMISED" })),
14549
- });
14608
+ }).pipe(T.ResponsePath("result"));
14550
14609
  export const compromisedLeakedCredentialSummary = API.make(() => ({
14551
14610
  input: CompromisedLeakedCredentialSummaryRequest,
14552
14611
  output: CompromisedLeakedCredentialSummaryResponse,
@@ -14641,7 +14700,7 @@ export const CompromisedLeakedCredentialTimeseriesGroupResponse =
14641
14700
  compromised: "COMPROMISED",
14642
14701
  timestamps: "timestamps",
14643
14702
  })),
14644
- });
14703
+ }).pipe(T.ResponsePath("result"));
14645
14704
  export const compromisedLeakedCredentialTimeseriesGroup = API.make(() => ({
14646
14705
  input: CompromisedLeakedCredentialTimeseriesGroupRequest,
14647
14706
  output: CompromisedLeakedCredentialTimeseriesGroupResponse,
@@ -14721,7 +14780,7 @@ export const HttpMethodAttackLayer7SummaryResponse =
14721
14780
  })),
14722
14781
  }),
14723
14782
  summary_0: Schema.Struct({}),
14724
- });
14783
+ }).pipe(T.ResponsePath("result"));
14725
14784
  export const httpMethodAttackLayer7Summary = API.make(() => ({
14726
14785
  input: HttpMethodAttackLayer7SummaryRequest,
14727
14786
  output: HttpMethodAttackLayer7SummaryResponse,
@@ -14810,7 +14869,7 @@ export const HttpMethodAttackLayer7TimeseriesGroupResponse =
14810
14869
  serie_0: Schema.Struct({
14811
14870
  timestamps: Schema.Array(Schema.String),
14812
14871
  }),
14813
- });
14872
+ }).pipe(T.ResponsePath("result"));
14814
14873
  export const httpMethodAttackLayer7TimeseriesGroup = API.make(() => ({
14815
14874
  input: HttpMethodAttackLayer7TimeseriesGroupRequest,
14816
14875
  output: HttpMethodAttackLayer7TimeseriesGroupResponse,
@@ -14888,7 +14947,7 @@ export const SummaryNetflowResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
14888
14947
  http: Schema.String,
14889
14948
  other: Schema.String,
14890
14949
  }).pipe(Schema.encodeKeys({ http: "HTTP", other: "OTHER" })),
14891
- });
14950
+ }).pipe(T.ResponsePath("result"));
14892
14951
  export const summaryNetflow = API.make(() => ({
14893
14952
  input: SummaryNetflowRequest,
14894
14953
  output: SummaryNetflowResponse,
@@ -14975,7 +15034,7 @@ export const TimeseriesNetflowResponse =
14975
15034
  timestamps: Schema.Array(Schema.String),
14976
15035
  values: Schema.Array(Schema.String),
14977
15036
  }),
14978
- });
15037
+ }).pipe(T.ResponsePath("result"));
14979
15038
  export const timeseriesNetflow = API.make(() => ({
14980
15039
  input: TimeseriesNetflowRequest,
14981
15040
  output: TimeseriesNetflowResponse,
@@ -15057,7 +15116,7 @@ export const AsesNetflowTopResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
15057
15116
  clientASName: Schema.String,
15058
15117
  value: Schema.String,
15059
15118
  })),
15060
- });
15119
+ }).pipe(T.ResponsePath("result"));
15061
15120
  export const asesNetflowTop = API.make(() => ({
15062
15121
  input: AsesNetflowTopRequest,
15063
15122
  output: AsesNetflowTopResponse,
@@ -15141,7 +15200,7 @@ export const LocationsNetflowTopResponse =
15141
15200
  clientCountryName: Schema.String,
15142
15201
  value: Schema.String,
15143
15202
  })),
15144
- });
15203
+ }).pipe(T.ResponsePath("result"));
15145
15204
  export const locationsNetflowTop = API.make(() => ({
15146
15205
  input: LocationsNetflowTopRequest,
15147
15206
  output: LocationsNetflowTopResponse,
@@ -15221,7 +15280,7 @@ export const MitigationProductAttackLayer7SummaryResponse =
15221
15280
  })),
15222
15281
  }),
15223
15282
  summary_0: Schema.Struct({}),
15224
- });
15283
+ }).pipe(T.ResponsePath("result"));
15225
15284
  export const mitigationProductAttackLayer7Summary = API.make(() => ({
15226
15285
  input: MitigationProductAttackLayer7SummaryRequest,
15227
15286
  output: MitigationProductAttackLayer7SummaryResponse,
@@ -15310,7 +15369,7 @@ export const MitigationProductAttackLayer7TimeseriesGroupResponse =
15310
15369
  serie_0: Schema.Struct({
15311
15370
  timestamps: Schema.Array(Schema.String),
15312
15371
  }),
15313
- });
15372
+ }).pipe(T.ResponsePath("result"));
15314
15373
  export const mitigationProductAttackLayer7TimeseriesGroup = API.make(() => ({
15315
15374
  input: MitigationProductAttackLayer7TimeseriesGroupRequest,
15316
15375
  output: MitigationProductAttackLayer7TimeseriesGroupResponse,
@@ -15390,7 +15449,7 @@ export const HttpProtocolHttpSummaryResponse =
15390
15449
  http: Schema.String,
15391
15450
  https: Schema.String,
15392
15451
  }),
15393
- });
15452
+ }).pipe(T.ResponsePath("result"));
15394
15453
  export const httpProtocolHttpSummary = API.make(() => ({
15395
15454
  input: HttpProtocolHttpSummaryRequest,
15396
15455
  output: HttpProtocolHttpSummaryResponse,
@@ -15481,7 +15540,7 @@ export const HttpProtocolHttpTimeseriesGroupResponse =
15481
15540
  https: Schema.Array(Schema.String),
15482
15541
  timestamps: Schema.Array(Schema.String),
15483
15542
  }),
15484
- });
15543
+ }).pipe(T.ResponsePath("result"));
15485
15544
  export const httpProtocolHttpTimeseriesGroup = API.make(() => ({
15486
15545
  input: HttpProtocolHttpTimeseriesGroupRequest,
15487
15546
  output: HttpProtocolHttpTimeseriesGroupResponse,
@@ -15572,7 +15631,7 @@ export const SummaryQualityIqiResponse =
15572
15631
  p50: Schema.String,
15573
15632
  p75: Schema.String,
15574
15633
  }),
15575
- });
15634
+ }).pipe(T.ResponsePath("result"));
15576
15635
  export const summaryQualityIqi = API.make(() => ({
15577
15636
  input: SummaryQualityIqiRequest,
15578
15637
  output: SummaryQualityIqiResponse,
@@ -15655,7 +15714,7 @@ export const HistogramQualitySpeedResponse =
15655
15714
  value: Schema.String,
15656
15715
  })),
15657
15716
  }),
15658
- });
15717
+ }).pipe(T.ResponsePath("result"));
15659
15718
  export const histogramQualitySpeed = API.make(() => ({
15660
15719
  input: HistogramQualitySpeedRequest,
15661
15720
  output: HistogramQualitySpeedResponse,
@@ -15740,7 +15799,7 @@ export const SummaryQualitySpeedResponse =
15740
15799
  latencyLoaded: Schema.String,
15741
15800
  packetLoss: Schema.String,
15742
15801
  }),
15743
- });
15802
+ }).pipe(T.ResponsePath("result"));
15744
15803
  export const summaryQualitySpeed = API.make(() => ({
15745
15804
  input: SummaryQualitySpeedRequest,
15746
15805
  output: SummaryQualitySpeedResponse,
@@ -15831,7 +15890,7 @@ export const AsesQualitySpeedTopResponse =
15831
15890
  numTests: Schema.Number,
15832
15891
  rankPower: Schema.Number,
15833
15892
  })),
15834
- });
15893
+ }).pipe(T.ResponsePath("result"));
15835
15894
  export const asesQualitySpeedTop = API.make(() => ({
15836
15895
  input: AsesQualitySpeedTopRequest,
15837
15896
  output: AsesQualitySpeedTopResponse,
@@ -15922,7 +15981,7 @@ export const LocationsQualitySpeedTopResponse =
15922
15981
  numTests: Schema.Number,
15923
15982
  rankPower: Schema.Number,
15924
15983
  })),
15925
- });
15984
+ }).pipe(T.ResponsePath("result"));
15926
15985
  export const locationsQualitySpeedTop = API.make(() => ({
15927
15986
  input: LocationsQualitySpeedTopRequest,
15928
15987
  output: LocationsQualitySpeedTopResponse,
@@ -16005,7 +16064,7 @@ export const PostQuantumHttpSummaryResponse =
16005
16064
  notsupported: "NOT_SUPPORTED",
16006
16065
  supported: "SUPPORTED",
16007
16066
  })),
16008
- });
16067
+ }).pipe(T.ResponsePath("result"));
16009
16068
  export const postQuantumHttpSummary = API.make(() => ({
16010
16069
  input: PostQuantumHttpSummaryRequest,
16011
16070
  output: PostQuantumHttpSummaryResponse,
@@ -16100,7 +16159,7 @@ export const PostQuantumHttpTimeseriesGroupResponse =
16100
16159
  supported: "SUPPORTED",
16101
16160
  timestamps: "timestamps",
16102
16161
  })),
16103
- });
16162
+ }).pipe(T.ResponsePath("result"));
16104
16163
  export const postQuantumHttpTimeseriesGroup = API.make(() => ({
16105
16164
  input: PostQuantumHttpTimeseriesGroupRequest,
16106
16165
  output: PostQuantumHttpTimeseriesGroupResponse,
@@ -16187,7 +16246,7 @@ export const TopRankingResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
16187
16246
  rank: Schema.Number,
16188
16247
  pctRankChange: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
16189
16248
  })),
16190
- });
16249
+ }).pipe(T.ResponsePath("result"));
16191
16250
  export const topRanking = API.make(() => ({
16192
16251
  input: TopRankingRequest,
16193
16252
  output: TopRankingResponse,
@@ -16227,7 +16286,7 @@ export const GetRankingDomainResponse =
16227
16286
  startTime: Schema.String,
16228
16287
  })),
16229
16288
  }),
16230
- });
16289
+ }).pipe(T.ResponsePath("result"));
16231
16290
  export const getRankingDomain = API.make(() => ({
16232
16291
  input: GetRankingDomainRequest,
16233
16292
  output: GetRankingDomainResponse,
@@ -16243,7 +16302,7 @@ export const CategoriesRankingInternetServiceResponse =
16243
16302
  categories_0: Schema.Array(Schema.Struct({
16244
16303
  name: Schema.String,
16245
16304
  })),
16246
- });
16305
+ }).pipe(T.ResponsePath("result"));
16247
16306
  export const categoriesRankingInternetService = API.make(() => ({
16248
16307
  input: CategoriesRankingInternetServiceRequest,
16249
16308
  output: CategoriesRankingInternetServiceResponse,
@@ -16326,7 +16385,7 @@ export const TopRankingInternetServiceResponse =
16326
16385
  rank: Schema.Number,
16327
16386
  service: Schema.String,
16328
16387
  })),
16329
- });
16388
+ }).pipe(T.ResponsePath("result"));
16330
16389
  export const topRankingInternetService = API.make(() => ({
16331
16390
  input: TopRankingInternetServiceRequest,
16332
16391
  output: TopRankingInternetServiceResponse,
@@ -16414,7 +16473,7 @@ export const DirectiveRobotsTxtTopUserAgentResponse =
16414
16473
  fully: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
16415
16474
  partially: Schema.optional(Schema.Union([Schema.Number, Schema.Null])),
16416
16475
  })),
16417
- });
16476
+ }).pipe(T.ResponsePath("result"));
16418
16477
  export const directiveRobotsTxtTopUserAgent = API.make(() => ({
16419
16478
  input: DirectiveRobotsTxtTopUserAgentRequest,
16420
16479
  output: DirectiveRobotsTxtTopUserAgentResponse,
@@ -16494,7 +16553,7 @@ export const ManagedRulesAttackLayer7SummaryResponse =
16494
16553
  })),
16495
16554
  }),
16496
16555
  summary_0: Schema.Struct({}),
16497
- });
16556
+ }).pipe(T.ResponsePath("result"));
16498
16557
  export const managedRulesAttackLayer7Summary = API.make(() => ({
16499
16558
  input: ManagedRulesAttackLayer7SummaryRequest,
16500
16559
  output: ManagedRulesAttackLayer7SummaryResponse,
@@ -16583,7 +16642,7 @@ export const ManagedRulesAttackLayer7TimeseriesGroupResponse =
16583
16642
  serie_0: Schema.Struct({
16584
16643
  timestamps: Schema.Array(Schema.String),
16585
16644
  }),
16586
- });
16645
+ }).pipe(T.ResponsePath("result"));
16587
16646
  export const managedRulesAttackLayer7TimeseriesGroup = API.make(() => ({
16588
16647
  input: ManagedRulesAttackLayer7TimeseriesGroupRequest,
16589
16648
  output: ManagedRulesAttackLayer7TimeseriesGroupResponse,
@@ -16629,7 +16688,7 @@ export const GlobalSearchResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
16629
16688
  name: Schema.String,
16630
16689
  type: Schema.String,
16631
16690
  })),
16632
- });
16691
+ }).pipe(T.ResponsePath("result"));
16633
16692
  export const globalSearch = API.make(() => ({
16634
16693
  input: GlobalSearchRequest,
16635
16694
  output: GlobalSearchResponse,
@@ -16661,7 +16720,9 @@ export const AsSetEntityAsnResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
16661
16720
  peeringdbAsn: "peeringdb_asn",
16662
16721
  }))),
16663
16722
  paths: Schema.Array(Schema.Array(Schema.String)),
16664
- }).pipe(Schema.encodeKeys({ asSets: "as_sets", paths: "paths" }));
16723
+ })
16724
+ .pipe(Schema.encodeKeys({ asSets: "as_sets", paths: "paths" }))
16725
+ .pipe(T.ResponsePath("result"));
16665
16726
  export const asSetEntityAsn = API.make(() => ({
16666
16727
  input: AsSetEntityAsnRequest,
16667
16728
  output: AsSetEntityAsnResponse,
@@ -16750,7 +16811,7 @@ export const SummaryTcpResetsTimeoutResponse =
16750
16811
  postPsh: "post_psh",
16751
16812
  postSyn: "post_syn",
16752
16813
  })),
16753
- });
16814
+ }).pipe(T.ResponsePath("result"));
16754
16815
  export const summaryTcpResetsTimeout = API.make(() => ({
16755
16816
  input: SummaryTcpResetsTimeoutRequest,
16756
16817
  output: SummaryTcpResetsTimeoutResponse,
@@ -16796,7 +16857,7 @@ export const GetTrafficAnomalyResponse =
16796
16857
  ])),
16797
16858
  visibleInDataSources: Schema.optional(Schema.Union([Schema.Array(Schema.String), Schema.Null])),
16798
16859
  })),
16799
- });
16860
+ }).pipe(T.ResponsePath("result"));
16800
16861
  export const getTrafficAnomaly = API.make(() => ({
16801
16862
  input: GetTrafficAnomalyRequest,
16802
16863
  output: GetTrafficAnomalyResponse,
@@ -16811,7 +16872,7 @@ export const GetTrafficAnomalyLocationResponse =
16811
16872
  clientCountryName: Schema.String,
16812
16873
  value: Schema.String,
16813
16874
  })),
16814
- });
16875
+ }).pipe(T.ResponsePath("result"));
16815
16876
  export const getTrafficAnomalyLocation = API.make(() => ({
16816
16877
  input: GetTrafficAnomalyLocationRequest,
16817
16878
  output: GetTrafficAnomalyLocationResponse,
@@ -16904,7 +16965,7 @@ export const ResponseTTLDnsSummaryResponse =
16904
16965
  gt_5mLte_15m: "gt_5m_lte_15m",
16905
16966
  lte_1m: "lte_1m",
16906
16967
  })),
16907
- });
16968
+ }).pipe(T.ResponsePath("result"));
16908
16969
  export const responseTTLDnsSummary = API.make(() => ({
16909
16970
  input: ResponseTTLDnsSummaryRequest,
16910
16971
  output: ResponseTTLDnsSummaryResponse,
@@ -17007,7 +17068,7 @@ export const ResponseTTLDnsTimeseriesGroupResponse =
17007
17068
  gt_5mLte_15m: "gt_5m_lte_15m",
17008
17069
  lte_1m: "lte_1m",
17009
17070
  })),
17010
- });
17071
+ }).pipe(T.ResponsePath("result"));
17011
17072
  export const responseTTLDnsTimeseriesGroup = API.make(() => ({
17012
17073
  input: ResponseTTLDnsTimeseriesGroupRequest,
17013
17074
  output: ResponseTTLDnsTimeseriesGroupResponse,
@@ -17084,7 +17145,7 @@ export const QueryTypeAs112SummaryResponse =
17084
17145
  })),
17085
17146
  }),
17086
17147
  summary_0: Schema.Struct({}),
17087
- });
17148
+ }).pipe(T.ResponsePath("result"));
17088
17149
  export const queryTypeAs112Summary = API.make(() => ({
17089
17150
  input: QueryTypeAs112SummaryRequest,
17090
17151
  output: QueryTypeAs112SummaryResponse,
@@ -17173,7 +17234,7 @@ export const QueryTypeAs112TimeseriesGroupResponse =
17173
17234
  serie_0: Schema.Struct({
17174
17235
  timestamps: Schema.Array(Schema.String),
17175
17236
  }),
17176
- });
17237
+ }).pipe(T.ResponsePath("result"));
17177
17238
  export const queryTypeAs112TimeseriesGroup = API.make(() => ({
17178
17239
  input: QueryTypeAs112TimeseriesGroupRequest,
17179
17240
  output: QueryTypeAs112TimeseriesGroupResponse,
@@ -17250,7 +17311,7 @@ export const QueryTypeDnsSummaryResponse =
17250
17311
  })),
17251
17312
  }),
17252
17313
  summary_0: Schema.Struct({}),
17253
- });
17314
+ }).pipe(T.ResponsePath("result"));
17254
17315
  export const queryTypeDnsSummary = API.make(() => ({
17255
17316
  input: QueryTypeDnsSummaryRequest,
17256
17317
  output: QueryTypeDnsSummaryResponse,
@@ -17336,7 +17397,7 @@ export const QueryTypeDnsTimeseriesGroupResponse =
17336
17397
  serie_0: Schema.Struct({
17337
17398
  timestamps: Schema.Array(Schema.String),
17338
17399
  }),
17339
- });
17400
+ }).pipe(T.ResponsePath("result"));
17340
17401
  export const queryTypeDnsTimeseriesGroup = API.make(() => ({
17341
17402
  input: QueryTypeDnsTimeseriesGroupRequest,
17342
17403
  output: QueryTypeDnsTimeseriesGroupResponse,
@@ -17417,7 +17478,7 @@ export const DeviceTypeHttpSummaryResponse =
17417
17478
  mobile: Schema.String,
17418
17479
  other: Schema.String,
17419
17480
  }),
17420
- });
17481
+ }).pipe(T.ResponsePath("result"));
17421
17482
  export const deviceTypeHttpSummary = API.make(() => ({
17422
17483
  input: DeviceTypeHttpSummaryRequest,
17423
17484
  output: DeviceTypeHttpSummaryResponse,
@@ -17509,7 +17570,7 @@ export const DeviceTypeHttpTimeseriesGroupResponse =
17509
17570
  other: Schema.Array(Schema.String),
17510
17571
  timestamps: Schema.Array(Schema.String),
17511
17572
  }),
17512
- });
17573
+ }).pipe(T.ResponsePath("result"));
17513
17574
  export const deviceTypeHttpTimeseriesGroup = API.make(() => ({
17514
17575
  input: DeviceTypeHttpTimeseriesGroupRequest,
17515
17576
  output: DeviceTypeHttpTimeseriesGroupResponse,
@@ -17591,7 +17652,7 @@ export const SummaryV2AiBotResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
17591
17652
  })),
17592
17653
  }),
17593
17654
  summary_0: Schema.Struct({}),
17594
- });
17655
+ }).pipe(T.ResponsePath("result"));
17595
17656
  export const summaryV2AiBot = API.make(() => ({
17596
17657
  input: SummaryV2AiBotRequest,
17597
17658
  output: SummaryV2AiBotResponse,
@@ -17670,7 +17731,7 @@ export const SummaryV2AiInferenceResponse =
17670
17731
  })),
17671
17732
  }),
17672
17733
  summary_0: Schema.Struct({}),
17673
- });
17734
+ }).pipe(T.ResponsePath("result"));
17674
17735
  export const summaryV2AiInference = API.make(() => ({
17675
17736
  input: SummaryV2AiInferenceRequest,
17676
17737
  output: SummaryV2AiInferenceResponse,
@@ -17754,7 +17815,7 @@ export const SummaryV2As112Response = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
17754
17815
  })),
17755
17816
  }),
17756
17817
  summary_0: Schema.Struct({}),
17757
- });
17818
+ }).pipe(T.ResponsePath("result"));
17758
17819
  export const summaryV2As112 = API.make(() => ({
17759
17820
  input: SummaryV2As112Request,
17760
17821
  output: SummaryV2As112Response,
@@ -17844,7 +17905,7 @@ export const SummaryV2AttackLayer3Response =
17844
17905
  })),
17845
17906
  }),
17846
17907
  summary_0: Schema.Struct({}),
17847
- });
17908
+ }).pipe(T.ResponsePath("result"));
17848
17909
  export const summaryV2AttackLayer3 = API.make(() => ({
17849
17910
  input: SummaryV2AttackLayer3Request,
17850
17911
  output: SummaryV2AttackLayer3Response,
@@ -17934,7 +17995,7 @@ export const SummaryV2AttackLayer7Response =
17934
17995
  })),
17935
17996
  }),
17936
17997
  summary_0: Schema.Struct({}),
17937
- });
17998
+ }).pipe(T.ResponsePath("result"));
17938
17999
  export const summaryV2AttackLayer7 = API.make(() => ({
17939
18000
  input: SummaryV2AttackLayer7Request,
17940
18001
  output: SummaryV2AttackLayer7Response,
@@ -18024,7 +18085,7 @@ export const SummaryV2DnsResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
18024
18085
  })),
18025
18086
  }),
18026
18087
  summary_0: Schema.Struct({}),
18027
- });
18088
+ }).pipe(T.ResponsePath("result"));
18028
18089
  export const summaryV2Dns = API.make(() => ({
18029
18090
  input: SummaryV2DnsRequest,
18030
18091
  output: SummaryV2DnsResponse,
@@ -18110,7 +18171,7 @@ export const SummaryV2EmailRoutingResponse =
18110
18171
  })),
18111
18172
  }),
18112
18173
  summary_0: Schema.Struct({}),
18113
- });
18174
+ }).pipe(T.ResponsePath("result"));
18114
18175
  export const summaryV2EmailRouting = API.make(() => ({
18115
18176
  input: SummaryV2EmailRoutingRequest,
18116
18177
  output: SummaryV2EmailRoutingResponse,
@@ -18202,7 +18263,7 @@ export const SummaryV2EmailSecurityResponse =
18202
18263
  })),
18203
18264
  }),
18204
18265
  summary_0: Schema.Struct({}),
18205
- });
18266
+ }).pipe(T.ResponsePath("result"));
18206
18267
  export const summaryV2EmailSecurity = API.make(() => ({
18207
18268
  input: SummaryV2EmailSecurityRequest,
18208
18269
  output: SummaryV2EmailSecurityResponse,
@@ -18291,7 +18352,7 @@ export const SummaryV2HttpResponse = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
18291
18352
  })),
18292
18353
  }),
18293
18354
  summary_0: Schema.Struct({}),
18294
- });
18355
+ }).pipe(T.ResponsePath("result"));
18295
18356
  export const summaryV2Http = API.make(() => ({
18296
18357
  input: SummaryV2HttpRequest,
18297
18358
  output: SummaryV2HttpResponse,
@@ -18373,7 +18434,7 @@ export const SummaryV2LeakedCredentialResponse =
18373
18434
  })),
18374
18435
  }),
18375
18436
  summary_0: Schema.Struct({}),
18376
- });
18437
+ }).pipe(T.ResponsePath("result"));
18377
18438
  export const summaryV2LeakedCredential = API.make(() => ({
18378
18439
  input: SummaryV2LeakedCredentialRequest,
18379
18440
  output: SummaryV2LeakedCredentialResponse,
@@ -18452,7 +18513,7 @@ export const SummaryV2NetflowResponse =
18452
18513
  })),
18453
18514
  }),
18454
18515
  summary_0: Schema.Struct({}),
18455
- });
18516
+ }).pipe(T.ResponsePath("result"));
18456
18517
  export const summaryV2Netflow = API.make(() => ({
18457
18518
  input: SummaryV2NetflowRequest,
18458
18519
  output: SummaryV2NetflowResponse,
@@ -18537,7 +18598,7 @@ export const BotsVerifiedBotTopResponse =
18537
18598
  botOwner: Schema.String,
18538
18599
  value: Schema.String,
18539
18600
  })),
18540
- });
18601
+ }).pipe(T.ResponsePath("result"));
18541
18602
  export const botsVerifiedBotTop = API.make(() => ({
18542
18603
  input: BotsVerifiedBotTopRequest,
18543
18604
  output: BotsVerifiedBotTopResponse,
@@ -18620,7 +18681,7 @@ export const CategoriesVerifiedBotTopResponse =
18620
18681
  botCategory: Schema.String,
18621
18682
  value: Schema.String,
18622
18683
  })),
18623
- });
18684
+ }).pipe(T.ResponsePath("result"));
18624
18685
  export const categoriesVerifiedBotTop = API.make(() => ({
18625
18686
  input: CategoriesVerifiedBotTopRequest,
18626
18687
  output: CategoriesVerifiedBotTopResponse,
@@ -18700,7 +18761,7 @@ export const IpVersionAs112SummaryResponse =
18700
18761
  ipv4: Schema.String,
18701
18762
  ipv6: Schema.String,
18702
18763
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
18703
- });
18764
+ }).pipe(T.ResponsePath("result"));
18704
18765
  export const ipVersionAs112Summary = API.make(() => ({
18705
18766
  input: IpVersionAs112SummaryRequest,
18706
18767
  output: IpVersionAs112SummaryResponse,
@@ -18790,7 +18851,7 @@ export const IpVersionAs112TimeseriesGroupResponse =
18790
18851
  ipv4: Schema.Array(Schema.String),
18791
18852
  ipv6: Schema.Array(Schema.String),
18792
18853
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
18793
- });
18854
+ }).pipe(T.ResponsePath("result"));
18794
18855
  export const ipVersionAs112TimeseriesGroup = API.make(() => ({
18795
18856
  input: IpVersionAs112TimeseriesGroupRequest,
18796
18857
  output: IpVersionAs112TimeseriesGroupResponse,
@@ -18879,7 +18940,7 @@ export const IpVersionAs112TopResponse =
18879
18940
  clientCountryName: Schema.String,
18880
18941
  value: Schema.String,
18881
18942
  })),
18882
- });
18943
+ }).pipe(T.ResponsePath("result"));
18883
18944
  export const ipVersionAs112Top = API.make(() => ({
18884
18945
  input: IpVersionAs112TopRequest,
18885
18946
  output: IpVersionAs112TopResponse,
@@ -18959,7 +19020,7 @@ export const IpVersionAttackLayer3SummaryResponse =
18959
19020
  ipv4: Schema.String,
18960
19021
  ipv6: Schema.String,
18961
19022
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
18962
- });
19023
+ }).pipe(T.ResponsePath("result"));
18963
19024
  export const ipVersionAttackLayer3Summary = API.make(() => ({
18964
19025
  input: IpVersionAttackLayer3SummaryRequest,
18965
19026
  output: IpVersionAttackLayer3SummaryResponse,
@@ -19054,7 +19115,7 @@ export const IpVersionAttackLayer3TimeseriesGroupResponse =
19054
19115
  ipv6: "IPv6",
19055
19116
  timestamps: "timestamps",
19056
19117
  })),
19057
- });
19118
+ }).pipe(T.ResponsePath("result"));
19058
19119
  export const ipVersionAttackLayer3TimeseriesGroup = API.make(() => ({
19059
19120
  input: IpVersionAttackLayer3TimeseriesGroupRequest,
19060
19121
  output: IpVersionAttackLayer3TimeseriesGroupResponse,
@@ -19142,7 +19203,7 @@ export const HttpVersionAttackLayer7SummaryResponse =
19142
19203
  "http/2": "HTTP/2",
19143
19204
  "http/3": "HTTP/3",
19144
19205
  })),
19145
- });
19206
+ }).pipe(T.ResponsePath("result"));
19146
19207
  export const httpVersionAttackLayer7Summary = API.make(() => ({
19147
19208
  input: HttpVersionAttackLayer7SummaryRequest,
19148
19209
  output: HttpVersionAttackLayer7SummaryResponse,
@@ -19222,7 +19283,7 @@ export const IpVersionAttackLayer7SummaryResponse =
19222
19283
  ipv4: Schema.String,
19223
19284
  ipv6: Schema.String,
19224
19285
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
19225
- });
19286
+ }).pipe(T.ResponsePath("result"));
19226
19287
  export const ipVersionAttackLayer7Summary = API.make(() => ({
19227
19288
  input: IpVersionAttackLayer7SummaryRequest,
19228
19289
  output: IpVersionAttackLayer7SummaryResponse,
@@ -19319,7 +19380,7 @@ export const HttpVersionAttackLayer7TimeseriesGroupResponse =
19319
19380
  "http/3": "HTTP/3",
19320
19381
  timestamps: "timestamps",
19321
19382
  })),
19322
- });
19383
+ }).pipe(T.ResponsePath("result"));
19323
19384
  export const httpVersionAttackLayer7TimeseriesGroup = API.make(() => ({
19324
19385
  input: HttpVersionAttackLayer7TimeseriesGroupRequest,
19325
19386
  output: HttpVersionAttackLayer7TimeseriesGroupResponse,
@@ -19414,7 +19475,7 @@ export const IpVersionAttackLayer7TimeseriesGroupResponse =
19414
19475
  ipv6: "IPv6",
19415
19476
  timestamps: "timestamps",
19416
19477
  })),
19417
- });
19478
+ }).pipe(T.ResponsePath("result"));
19418
19479
  export const ipVersionAttackLayer7TimeseriesGroup = API.make(() => ({
19419
19480
  input: IpVersionAttackLayer7TimeseriesGroupRequest,
19420
19481
  output: IpVersionAttackLayer7TimeseriesGroupResponse,
@@ -19494,7 +19555,7 @@ export const IpVersionDnsSummaryResponse =
19494
19555
  ipv4: Schema.String,
19495
19556
  ipv6: Schema.String,
19496
19557
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
19497
- });
19558
+ }).pipe(T.ResponsePath("result"));
19498
19559
  export const ipVersionDnsSummary = API.make(() => ({
19499
19560
  input: IpVersionDnsSummaryRequest,
19500
19561
  output: IpVersionDnsSummaryResponse,
@@ -19581,7 +19642,7 @@ export const IpVersionDnsTimeseriesGroupResponse =
19581
19642
  ipv4: Schema.Array(Schema.String),
19582
19643
  ipv6: Schema.Array(Schema.String),
19583
19644
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
19584
- });
19645
+ }).pipe(T.ResponsePath("result"));
19585
19646
  export const ipVersionDnsTimeseriesGroup = API.make(() => ({
19586
19647
  input: IpVersionDnsTimeseriesGroupRequest,
19587
19648
  output: IpVersionDnsTimeseriesGroupResponse,
@@ -19661,7 +19722,7 @@ export const IpVersionEmailRoutingSummaryResponse =
19661
19722
  ipv4: Schema.String,
19662
19723
  ipv6: Schema.String,
19663
19724
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
19664
- });
19725
+ }).pipe(T.ResponsePath("result"));
19665
19726
  export const ipVersionEmailRoutingSummary = API.make(() => ({
19666
19727
  input: IpVersionEmailRoutingSummaryRequest,
19667
19728
  output: IpVersionEmailRoutingSummaryResponse,
@@ -19751,7 +19812,7 @@ export const IpVersionEmailRoutingTimeseriesGroupResponse =
19751
19812
  ipv4: Schema.Array(Schema.String),
19752
19813
  ipv6: Schema.Array(Schema.String),
19753
19814
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
19754
- });
19815
+ }).pipe(T.ResponsePath("result"));
19755
19816
  export const ipVersionEmailRoutingTimeseriesGroup = API.make(() => ({
19756
19817
  input: IpVersionEmailRoutingTimeseriesGroupRequest,
19757
19818
  output: IpVersionEmailRoutingTimeseriesGroupResponse,
@@ -19841,7 +19902,7 @@ export const TlsVersionEmailSecuritySummaryResponse =
19841
19902
  "tls 1.2": "TLS 1.2",
19842
19903
  "tls 1.3": "TLS 1.3",
19843
19904
  })),
19844
- });
19905
+ }).pipe(T.ResponsePath("result"));
19845
19906
  export const tlsVersionEmailSecuritySummary = API.make(() => ({
19846
19907
  input: TlsVersionEmailSecuritySummaryRequest,
19847
19908
  output: TlsVersionEmailSecuritySummaryResponse,
@@ -19938,7 +19999,7 @@ export const TlsVersionEmailSecurityTimeseriesGroupResponse =
19938
19999
  "tls 1.2": "TLS 1.2",
19939
20000
  "tls 1.3": "TLS 1.3",
19940
20001
  })),
19941
- });
20002
+ }).pipe(T.ResponsePath("result"));
19942
20003
  export const tlsVersionEmailSecurityTimeseriesGroup = API.make(() => ({
19943
20004
  input: TlsVersionEmailSecurityTimeseriesGroupRequest,
19944
20005
  output: TlsVersionEmailSecurityTimeseriesGroupResponse,
@@ -20023,7 +20084,7 @@ export const HttpVersionHttpSummaryResponse =
20023
20084
  "http/2": "HTTP/2",
20024
20085
  "http/3": "HTTP/3",
20025
20086
  })),
20026
- });
20087
+ }).pipe(T.ResponsePath("result"));
20027
20088
  export const httpVersionHttpSummary = API.make(() => ({
20028
20089
  input: HttpVersionHttpSummaryRequest,
20029
20090
  output: HttpVersionHttpSummaryResponse,
@@ -20103,7 +20164,7 @@ export const IpVersionHttpSummaryResponse =
20103
20164
  ipv4: Schema.String,
20104
20165
  ipv6: Schema.String,
20105
20166
  }).pipe(Schema.encodeKeys({ ipv4: "IPv4", ipv6: "IPv6" })),
20106
- });
20167
+ }).pipe(T.ResponsePath("result"));
20107
20168
  export const ipVersionHttpSummary = API.make(() => ({
20108
20169
  input: IpVersionHttpSummaryRequest,
20109
20170
  output: IpVersionHttpSummaryResponse,
@@ -20192,7 +20253,7 @@ export const TlsVersionHttpSummaryResponse =
20192
20253
  "tls 1.3": "TLS 1.3",
20193
20254
  "tls QUIC": "TLS QUIC",
20194
20255
  })),
20195
- });
20256
+ }).pipe(T.ResponsePath("result"));
20196
20257
  export const tlsVersionHttpSummary = API.make(() => ({
20197
20258
  input: TlsVersionHttpSummaryRequest,
20198
20259
  output: TlsVersionHttpSummaryResponse,
@@ -20289,7 +20350,7 @@ export const HttpVersionHttpTimeseriesGroupResponse =
20289
20350
  "http/3": "HTTP/3",
20290
20351
  timestamps: "timestamps",
20291
20352
  })),
20292
- });
20353
+ }).pipe(T.ResponsePath("result"));
20293
20354
  export const httpVersionHttpTimeseriesGroup = API.make(() => ({
20294
20355
  input: HttpVersionHttpTimeseriesGroupRequest,
20295
20356
  output: HttpVersionHttpTimeseriesGroupResponse,
@@ -20381,7 +20442,7 @@ export const IpVersionHttpTimeseriesGroupResponse =
20381
20442
  ipv6: "IPv6",
20382
20443
  timestamps: "timestamps",
20383
20444
  })),
20384
- });
20445
+ }).pipe(T.ResponsePath("result"));
20385
20446
  export const ipVersionHttpTimeseriesGroup = API.make(() => ({
20386
20447
  input: IpVersionHttpTimeseriesGroupRequest,
20387
20448
  output: IpVersionHttpTimeseriesGroupResponse,
@@ -20482,7 +20543,7 @@ export const TlsVersionHttpTimeseriesGroupResponse =
20482
20543
  "tls 1.3": "TLS 1.3",
20483
20544
  "tls QUIC": "TLS QUIC",
20484
20545
  })),
20485
- });
20546
+ }).pipe(T.ResponsePath("result"));
20486
20547
  export const tlsVersionHttpTimeseriesGroup = API.make(() => ({
20487
20548
  input: TlsVersionHttpTimeseriesGroupRequest,
20488
20549
  output: TlsVersionHttpTimeseriesGroupResponse,