@distilled.cloud/cloudflare 0.0.0-john

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 (562) hide show
  1. package/README.md +59 -0
  2. package/lib/auth.d.ts +14 -0
  3. package/lib/auth.d.ts.map +1 -0
  4. package/lib/auth.js +13 -0
  5. package/lib/auth.js.map +1 -0
  6. package/lib/category.d.ts +2 -0
  7. package/lib/category.d.ts.map +1 -0
  8. package/lib/category.js +2 -0
  9. package/lib/category.js.map +1 -0
  10. package/lib/client/api.d.ts +12 -0
  11. package/lib/client/api.d.ts.map +1 -0
  12. package/lib/client/api.js +292 -0
  13. package/lib/client/api.js.map +1 -0
  14. package/lib/client/index.d.ts +8 -0
  15. package/lib/client/index.d.ts.map +1 -0
  16. package/lib/client/index.js +8 -0
  17. package/lib/client/index.js.map +1 -0
  18. package/lib/credentials.d.ts +68 -0
  19. package/lib/credentials.d.ts.map +1 -0
  20. package/lib/credentials.js +136 -0
  21. package/lib/credentials.js.map +1 -0
  22. package/lib/errors.d.ts +48 -0
  23. package/lib/errors.d.ts.map +1 -0
  24. package/lib/errors.js +31 -0
  25. package/lib/errors.js.map +1 -0
  26. package/lib/index.d.ts +10 -0
  27. package/lib/index.d.ts.map +1 -0
  28. package/lib/index.js +10 -0
  29. package/lib/index.js.map +1 -0
  30. package/lib/retry.d.ts +14 -0
  31. package/lib/retry.d.ts.map +1 -0
  32. package/lib/retry.js +14 -0
  33. package/lib/retry.js.map +1 -0
  34. package/lib/schemas.d.ts +29 -0
  35. package/lib/schemas.d.ts.map +1 -0
  36. package/lib/schemas.js +34 -0
  37. package/lib/schemas.js.map +1 -0
  38. package/lib/sensitive.d.ts +5 -0
  39. package/lib/sensitive.d.ts.map +1 -0
  40. package/lib/sensitive.js +5 -0
  41. package/lib/sensitive.js.map +1 -0
  42. package/lib/services/abuse-reports.d.ts +296 -0
  43. package/lib/services/abuse-reports.d.ts.map +1 -0
  44. package/lib/services/abuse-reports.js +414 -0
  45. package/lib/services/abuse-reports.js.map +1 -0
  46. package/lib/services/accounts.d.ts +766 -0
  47. package/lib/services/accounts.d.ts.map +1 -0
  48. package/lib/services/accounts.js +860 -0
  49. package/lib/services/accounts.js.map +1 -0
  50. package/lib/services/acm.d.ts +73 -0
  51. package/lib/services/acm.d.ts.map +1 -0
  52. package/lib/services/acm.js +80 -0
  53. package/lib/services/acm.js.map +1 -0
  54. package/lib/services/addressing.d.ts +1321 -0
  55. package/lib/services/addressing.d.ts.map +1 -0
  56. package/lib/services/addressing.js +1863 -0
  57. package/lib/services/addressing.js.map +1 -0
  58. package/lib/services/ai-gateway.d.ts +1137 -0
  59. package/lib/services/ai-gateway.d.ts.map +1 -0
  60. package/lib/services/ai-gateway.js +1830 -0
  61. package/lib/services/ai-gateway.js.map +1 -0
  62. package/lib/services/ai.d.ts +297 -0
  63. package/lib/services/ai.d.ts.map +1 -0
  64. package/lib/services/ai.js +352 -0
  65. package/lib/services/ai.js.map +1 -0
  66. package/lib/services/aisearch.d.ts +1069 -0
  67. package/lib/services/aisearch.d.ts.map +1 -0
  68. package/lib/services/aisearch.js +2542 -0
  69. package/lib/services/aisearch.js.map +1 -0
  70. package/lib/services/alerting.d.ts +855 -0
  71. package/lib/services/alerting.d.ts.map +1 -0
  72. package/lib/services/alerting.js +1445 -0
  73. package/lib/services/alerting.js.map +1 -0
  74. package/lib/services/api-gateway.d.ts +1088 -0
  75. package/lib/services/api-gateway.d.ts.map +1 -0
  76. package/lib/services/api-gateway.js +1655 -0
  77. package/lib/services/api-gateway.js.map +1 -0
  78. package/lib/services/argo.d.ts +101 -0
  79. package/lib/services/argo.d.ts.map +1 -0
  80. package/lib/services/argo.js +113 -0
  81. package/lib/services/argo.js.map +1 -0
  82. package/lib/services/audit-logs.d.ts +46 -0
  83. package/lib/services/audit-logs.d.ts.map +1 -0
  84. package/lib/services/audit-logs.js +37 -0
  85. package/lib/services/audit-logs.js.map +1 -0
  86. package/lib/services/billing.d.ts +62 -0
  87. package/lib/services/billing.d.ts.map +1 -0
  88. package/lib/services/billing.js +102 -0
  89. package/lib/services/billing.js.map +1 -0
  90. package/lib/services/bot-management.d.ts +124 -0
  91. package/lib/services/bot-management.d.ts.map +1 -0
  92. package/lib/services/bot-management.js +262 -0
  93. package/lib/services/bot-management.js.map +1 -0
  94. package/lib/services/botnet-feed.d.ts +65 -0
  95. package/lib/services/botnet-feed.d.ts.map +1 -0
  96. package/lib/services/botnet-feed.js +88 -0
  97. package/lib/services/botnet-feed.js.map +1 -0
  98. package/lib/services/brand-protection.d.ts +194 -0
  99. package/lib/services/brand-protection.d.ts.map +1 -0
  100. package/lib/services/brand-protection.js +221 -0
  101. package/lib/services/brand-protection.js.map +1 -0
  102. package/lib/services/browser-rendering.d.ts +857 -0
  103. package/lib/services/browser-rendering.d.ts.map +1 -0
  104. package/lib/services/browser-rendering.js +1142 -0
  105. package/lib/services/browser-rendering.js.map +1 -0
  106. package/lib/services/cache.d.ts +287 -0
  107. package/lib/services/cache.d.ts.map +1 -0
  108. package/lib/services/cache.js +354 -0
  109. package/lib/services/cache.js.map +1 -0
  110. package/lib/services/calls.d.ts +223 -0
  111. package/lib/services/calls.d.ts.map +1 -0
  112. package/lib/services/calls.js +188 -0
  113. package/lib/services/calls.js.map +1 -0
  114. package/lib/services/certificate-authorities.d.ts +40 -0
  115. package/lib/services/certificate-authorities.d.ts.map +1 -0
  116. package/lib/services/certificate-authorities.js +49 -0
  117. package/lib/services/certificate-authorities.js.map +1 -0
  118. package/lib/services/client-certificates.d.ts +288 -0
  119. package/lib/services/client-certificates.d.ts.map +1 -0
  120. package/lib/services/client-certificates.js +379 -0
  121. package/lib/services/client-certificates.js.map +1 -0
  122. package/lib/services/cloud-connector.d.ts +88 -0
  123. package/lib/services/cloud-connector.d.ts.map +1 -0
  124. package/lib/services/cloud-connector.js +97 -0
  125. package/lib/services/cloud-connector.js.map +1 -0
  126. package/lib/services/cloudforce-one.d.ts +1387 -0
  127. package/lib/services/cloudforce-one.d.ts.map +1 -0
  128. package/lib/services/cloudforce-one.js +1741 -0
  129. package/lib/services/cloudforce-one.js.map +1 -0
  130. package/lib/services/connectivity.d.ts +291 -0
  131. package/lib/services/connectivity.d.ts.map +1 -0
  132. package/lib/services/connectivity.js +404 -0
  133. package/lib/services/connectivity.js.map +1 -0
  134. package/lib/services/content-scanning.d.ts +156 -0
  135. package/lib/services/content-scanning.d.ts.map +1 -0
  136. package/lib/services/content-scanning.js +175 -0
  137. package/lib/services/content-scanning.js.map +1 -0
  138. package/lib/services/custom-certificates.d.ts +240 -0
  139. package/lib/services/custom-certificates.d.ts.map +1 -0
  140. package/lib/services/custom-certificates.js +336 -0
  141. package/lib/services/custom-certificates.js.map +1 -0
  142. package/lib/services/custom-hostnames.d.ts +590 -0
  143. package/lib/services/custom-hostnames.d.ts.map +1 -0
  144. package/lib/services/custom-hostnames.js +1204 -0
  145. package/lib/services/custom-hostnames.js.map +1 -0
  146. package/lib/services/custom-nameservers.d.ts +87 -0
  147. package/lib/services/custom-nameservers.d.ts.map +1 -0
  148. package/lib/services/custom-nameservers.js +95 -0
  149. package/lib/services/custom-nameservers.js.map +1 -0
  150. package/lib/services/custom-pages.d.ts +89 -0
  151. package/lib/services/custom-pages.d.ts.map +1 -0
  152. package/lib/services/custom-pages.js +140 -0
  153. package/lib/services/custom-pages.js.map +1 -0
  154. package/lib/services/d1.d.ts +392 -0
  155. package/lib/services/d1.d.ts.map +1 -0
  156. package/lib/services/d1.js +487 -0
  157. package/lib/services/d1.js.map +1 -0
  158. package/lib/services/dcv-delegation.d.ts +24 -0
  159. package/lib/services/dcv-delegation.d.ts.map +1 -0
  160. package/lib/services/dcv-delegation.js +24 -0
  161. package/lib/services/dcv-delegation.js.map +1 -0
  162. package/lib/services/diagnostics.d.ts +208 -0
  163. package/lib/services/diagnostics.d.ts.map +1 -0
  164. package/lib/services/diagnostics.js +288 -0
  165. package/lib/services/diagnostics.js.map +1 -0
  166. package/lib/services/dns-firewall.d.ts +317 -0
  167. package/lib/services/dns-firewall.d.ts.map +1 -0
  168. package/lib/services/dns-firewall.js +400 -0
  169. package/lib/services/dns-firewall.js.map +1 -0
  170. package/lib/services/dns.d.ts +3065 -0
  171. package/lib/services/dns.d.ts.map +1 -0
  172. package/lib/services/dns.js +4627 -0
  173. package/lib/services/dns.js.map +1 -0
  174. package/lib/services/durable-objects.d.ts +92 -0
  175. package/lib/services/durable-objects.d.ts.map +1 -0
  176. package/lib/services/durable-objects.js +103 -0
  177. package/lib/services/durable-objects.js.map +1 -0
  178. package/lib/services/email-routing.d.ts +598 -0
  179. package/lib/services/email-routing.d.ts.map +1 -0
  180. package/lib/services/email-routing.js +715 -0
  181. package/lib/services/email-routing.js.map +1 -0
  182. package/lib/services/email-security.d.ts +1389 -0
  183. package/lib/services/email-security.d.ts.map +1 -0
  184. package/lib/services/email-security.js +2261 -0
  185. package/lib/services/email-security.js.map +1 -0
  186. package/lib/services/filters.d.ts +197 -0
  187. package/lib/services/filters.d.ts.map +1 -0
  188. package/lib/services/filters.js +168 -0
  189. package/lib/services/filters.js.map +1 -0
  190. package/lib/services/firewall.d.ts +1352 -0
  191. package/lib/services/firewall.d.ts.map +1 -0
  192. package/lib/services/firewall.js +2084 -0
  193. package/lib/services/firewall.js.map +1 -0
  194. package/lib/services/healthchecks.d.ts +507 -0
  195. package/lib/services/healthchecks.d.ts.map +1 -0
  196. package/lib/services/healthchecks.js +867 -0
  197. package/lib/services/healthchecks.js.map +1 -0
  198. package/lib/services/hostnames.d.ts +86 -0
  199. package/lib/services/hostnames.d.ts.map +1 -0
  200. package/lib/services/hostnames.js +111 -0
  201. package/lib/services/hostnames.js.map +1 -0
  202. package/lib/services/hyperdrive.d.ts +203 -0
  203. package/lib/services/hyperdrive.d.ts.map +1 -0
  204. package/lib/services/hyperdrive.js +300 -0
  205. package/lib/services/hyperdrive.js.map +1 -0
  206. package/lib/services/iam.d.ts +657 -0
  207. package/lib/services/iam.d.ts.map +1 -0
  208. package/lib/services/iam.js +843 -0
  209. package/lib/services/iam.js.map +1 -0
  210. package/lib/services/images.d.ts +427 -0
  211. package/lib/services/images.d.ts.map +1 -0
  212. package/lib/services/images.js +444 -0
  213. package/lib/services/images.js.map +1 -0
  214. package/lib/services/intel.d.ts +865 -0
  215. package/lib/services/intel.d.ts.map +1 -0
  216. package/lib/services/intel.js +1266 -0
  217. package/lib/services/intel.js.map +1 -0
  218. package/lib/services/ips.d.ts +28 -0
  219. package/lib/services/ips.d.ts.map +1 -0
  220. package/lib/services/ips.js +39 -0
  221. package/lib/services/ips.js.map +1 -0
  222. package/lib/services/keyless-certificates.d.ts +197 -0
  223. package/lib/services/keyless-certificates.d.ts.map +1 -0
  224. package/lib/services/keyless-certificates.js +229 -0
  225. package/lib/services/keyless-certificates.js.map +1 -0
  226. package/lib/services/kv.d.ts +369 -0
  227. package/lib/services/kv.d.ts.map +1 -0
  228. package/lib/services/kv.js +453 -0
  229. package/lib/services/kv.js.map +1 -0
  230. package/lib/services/leaked-credential-checks.d.ts +129 -0
  231. package/lib/services/leaked-credential-checks.d.ts.map +1 -0
  232. package/lib/services/leaked-credential-checks.js +138 -0
  233. package/lib/services/leaked-credential-checks.js.map +1 -0
  234. package/lib/services/load-balancers.d.ts +1973 -0
  235. package/lib/services/load-balancers.d.ts.map +1 -0
  236. package/lib/services/load-balancers.js +3181 -0
  237. package/lib/services/load-balancers.js.map +1 -0
  238. package/lib/services/logpush.d.ts +401 -0
  239. package/lib/services/logpush.d.ts.map +1 -0
  240. package/lib/services/logpush.js +732 -0
  241. package/lib/services/logpush.js.map +1 -0
  242. package/lib/services/logs.d.ts +125 -0
  243. package/lib/services/logs.d.ts.map +1 -0
  244. package/lib/services/logs.js +149 -0
  245. package/lib/services/logs.js.map +1 -0
  246. package/lib/services/magic-cloud-networking.d.ts +1892 -0
  247. package/lib/services/magic-cloud-networking.d.ts.map +1 -0
  248. package/lib/services/magic-cloud-networking.js +5291 -0
  249. package/lib/services/magic-cloud-networking.js.map +1 -0
  250. package/lib/services/magic-network-monitoring.d.ts +379 -0
  251. package/lib/services/magic-network-monitoring.d.ts.map +1 -0
  252. package/lib/services/magic-network-monitoring.js +557 -0
  253. package/lib/services/magic-network-monitoring.js.map +1 -0
  254. package/lib/services/magic-transit.d.ts +3886 -0
  255. package/lib/services/magic-transit.d.ts.map +1 -0
  256. package/lib/services/magic-transit.js +6284 -0
  257. package/lib/services/magic-transit.js.map +1 -0
  258. package/lib/services/managed-transforms.d.ts +79 -0
  259. package/lib/services/managed-transforms.d.ts.map +1 -0
  260. package/lib/services/managed-transforms.js +111 -0
  261. package/lib/services/managed-transforms.js.map +1 -0
  262. package/lib/services/memberships.d.ts +204 -0
  263. package/lib/services/memberships.d.ts.map +1 -0
  264. package/lib/services/memberships.js +308 -0
  265. package/lib/services/memberships.js.map +1 -0
  266. package/lib/services/mtls-certificates.d.ts +164 -0
  267. package/lib/services/mtls-certificates.d.ts.map +1 -0
  268. package/lib/services/mtls-certificates.js +192 -0
  269. package/lib/services/mtls-certificates.js.map +1 -0
  270. package/lib/services/network-interconnects.d.ts +410 -0
  271. package/lib/services/network-interconnects.d.ts.map +1 -0
  272. package/lib/services/network-interconnects.js +583 -0
  273. package/lib/services/network-interconnects.js.map +1 -0
  274. package/lib/services/organizations.d.ts +232 -0
  275. package/lib/services/organizations.d.ts.map +1 -0
  276. package/lib/services/organizations.js +370 -0
  277. package/lib/services/organizations.js.map +1 -0
  278. package/lib/services/origin-ca-certificates.d.ts +119 -0
  279. package/lib/services/origin-ca-certificates.d.ts.map +1 -0
  280. package/lib/services/origin-ca-certificates.js +183 -0
  281. package/lib/services/origin-ca-certificates.js.map +1 -0
  282. package/lib/services/origin-post-quantum-encryption.d.ts +50 -0
  283. package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -0
  284. package/lib/services/origin-post-quantum-encryption.js +64 -0
  285. package/lib/services/origin-post-quantum-encryption.js.map +1 -0
  286. package/lib/services/origin-tls-client-auth.d.ts +308 -0
  287. package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
  288. package/lib/services/origin-tls-client-auth.js +435 -0
  289. package/lib/services/origin-tls-client-auth.js.map +1 -0
  290. package/lib/services/page-rules.d.ts +773 -0
  291. package/lib/services/page-rules.d.ts.map +1 -0
  292. package/lib/services/page-rules.js +1373 -0
  293. package/lib/services/page-rules.js.map +1 -0
  294. package/lib/services/page-shield.d.ts +505 -0
  295. package/lib/services/page-shield.d.ts.map +1 -0
  296. package/lib/services/page-shield.js +520 -0
  297. package/lib/services/page-shield.js.map +1 -0
  298. package/lib/services/pages.d.ts +1949 -0
  299. package/lib/services/pages.d.ts.map +1 -0
  300. package/lib/services/pages.js +3030 -0
  301. package/lib/services/pages.js.map +1 -0
  302. package/lib/services/pipelines.d.ts +1716 -0
  303. package/lib/services/pipelines.d.ts.map +1 -0
  304. package/lib/services/pipelines.js +2991 -0
  305. package/lib/services/pipelines.js.map +1 -0
  306. package/lib/services/queues.d.ts +904 -0
  307. package/lib/services/queues.d.ts.map +1 -0
  308. package/lib/services/queues.js +1250 -0
  309. package/lib/services/queues.js.map +1 -0
  310. package/lib/services/r2-data-catalog.d.ts +341 -0
  311. package/lib/services/r2-data-catalog.d.ts.map +1 -0
  312. package/lib/services/r2-data-catalog.js +513 -0
  313. package/lib/services/r2-data-catalog.js.map +1 -0
  314. package/lib/services/r2.d.ts +1087 -0
  315. package/lib/services/r2.d.ts.map +1 -0
  316. package/lib/services/r2.js +1404 -0
  317. package/lib/services/r2.js.map +1 -0
  318. package/lib/services/radar.d.ts +9365 -0
  319. package/lib/services/radar.d.ts.map +1 -0
  320. package/lib/services/radar.js +20552 -0
  321. package/lib/services/radar.js.map +1 -0
  322. package/lib/services/rate-limits.d.ts +360 -0
  323. package/lib/services/rate-limits.d.ts.map +1 -0
  324. package/lib/services/rate-limits.js +545 -0
  325. package/lib/services/rate-limits.js.map +1 -0
  326. package/lib/services/realtime-kit.d.ts +2728 -0
  327. package/lib/services/realtime-kit.d.ts.map +1 -0
  328. package/lib/services/realtime-kit.js +5402 -0
  329. package/lib/services/realtime-kit.js.map +1 -0
  330. package/lib/services/registrar.d.ts +121 -0
  331. package/lib/services/registrar.d.ts.map +1 -0
  332. package/lib/services/registrar.js +167 -0
  333. package/lib/services/registrar.js.map +1 -0
  334. package/lib/services/request-tracers.d.ts +61 -0
  335. package/lib/services/request-tracers.d.ts.map +1 -0
  336. package/lib/services/request-tracers.js +85 -0
  337. package/lib/services/request-tracers.js.map +1 -0
  338. package/lib/services/resource-sharing.d.ts +622 -0
  339. package/lib/services/resource-sharing.d.ts.map +1 -0
  340. package/lib/services/resource-sharing.js +929 -0
  341. package/lib/services/resource-sharing.js.map +1 -0
  342. package/lib/services/rules.d.ts +346 -0
  343. package/lib/services/rules.d.ts.map +1 -0
  344. package/lib/services/rules.js +431 -0
  345. package/lib/services/rules.js.map +1 -0
  346. package/lib/services/rulesets.d.ts +3345 -0
  347. package/lib/services/rulesets.d.ts.map +1 -0
  348. package/lib/services/rulesets.js +7904 -0
  349. package/lib/services/rulesets.js.map +1 -0
  350. package/lib/services/rum.d.ts +314 -0
  351. package/lib/services/rum.d.ts.map +1 -0
  352. package/lib/services/rum.js +442 -0
  353. package/lib/services/rum.js.map +1 -0
  354. package/lib/services/schema-validation.d.ts +273 -0
  355. package/lib/services/schema-validation.d.ts.map +1 -0
  356. package/lib/services/schema-validation.js +365 -0
  357. package/lib/services/schema-validation.js.map +1 -0
  358. package/lib/services/secrets-store.d.ts +393 -0
  359. package/lib/services/secrets-store.d.ts.map +1 -0
  360. package/lib/services/secrets-store.js +452 -0
  361. package/lib/services/secrets-store.js.map +1 -0
  362. package/lib/services/security-center.d.ts +136 -0
  363. package/lib/services/security-center.d.ts.map +1 -0
  364. package/lib/services/security-center.js +196 -0
  365. package/lib/services/security-center.js.map +1 -0
  366. package/lib/services/security-txt.d.ts +105 -0
  367. package/lib/services/security-txt.d.ts.map +1 -0
  368. package/lib/services/security-txt.js +136 -0
  369. package/lib/services/security-txt.js.map +1 -0
  370. package/lib/services/snippets.d.ts +190 -0
  371. package/lib/services/snippets.d.ts.map +1 -0
  372. package/lib/services/snippets.js +221 -0
  373. package/lib/services/snippets.js.map +1 -0
  374. package/lib/services/spectrum.d.ts +350 -0
  375. package/lib/services/spectrum.d.ts.map +1 -0
  376. package/lib/services/spectrum.js +535 -0
  377. package/lib/services/spectrum.js.map +1 -0
  378. package/lib/services/speed.d.ts +257 -0
  379. package/lib/services/speed.d.ts.map +1 -0
  380. package/lib/services/speed.js +471 -0
  381. package/lib/services/speed.js.map +1 -0
  382. package/lib/services/ssl.d.ts +412 -0
  383. package/lib/services/ssl.d.ts.map +1 -0
  384. package/lib/services/ssl.js +755 -0
  385. package/lib/services/ssl.js.map +1 -0
  386. package/lib/services/stream.d.ts +1110 -0
  387. package/lib/services/stream.d.ts.map +1 -0
  388. package/lib/services/stream.js +1085 -0
  389. package/lib/services/stream.js.map +1 -0
  390. package/lib/services/token-validation.d.ts +662 -0
  391. package/lib/services/token-validation.d.ts.map +1 -0
  392. package/lib/services/token-validation.js +834 -0
  393. package/lib/services/token-validation.js.map +1 -0
  394. package/lib/services/turnstile.d.ts +272 -0
  395. package/lib/services/turnstile.d.ts.map +1 -0
  396. package/lib/services/turnstile.js +339 -0
  397. package/lib/services/turnstile.js.map +1 -0
  398. package/lib/services/url-normalization.d.ts +53 -0
  399. package/lib/services/url-normalization.d.ts.map +1 -0
  400. package/lib/services/url-normalization.js +52 -0
  401. package/lib/services/url-normalization.js.map +1 -0
  402. package/lib/services/url-scanner.d.ts +612 -0
  403. package/lib/services/url-scanner.d.ts.map +1 -0
  404. package/lib/services/url-scanner.js +915 -0
  405. package/lib/services/url-scanner.js.map +1 -0
  406. package/lib/services/user.d.ts +507 -0
  407. package/lib/services/user.d.ts.map +1 -0
  408. package/lib/services/user.js +634 -0
  409. package/lib/services/user.js.map +1 -0
  410. package/lib/services/vectorize.d.ts +297 -0
  411. package/lib/services/vectorize.d.ts.map +1 -0
  412. package/lib/services/vectorize.js +351 -0
  413. package/lib/services/vectorize.js.map +1 -0
  414. package/lib/services/waiting-rooms.d.ts +1149 -0
  415. package/lib/services/waiting-rooms.d.ts.map +1 -0
  416. package/lib/services/waiting-rooms.js +1859 -0
  417. package/lib/services/waiting-rooms.js.map +1 -0
  418. package/lib/services/web3.d.ts +289 -0
  419. package/lib/services/web3.d.ts.map +1 -0
  420. package/lib/services/web3.js +381 -0
  421. package/lib/services/web3.js.map +1 -0
  422. package/lib/services/workers-for-platforms.d.ts +1394 -0
  423. package/lib/services/workers-for-platforms.d.ts.map +1 -0
  424. package/lib/services/workers-for-platforms.js +2121 -0
  425. package/lib/services/workers-for-platforms.js.map +1 -0
  426. package/lib/services/workers.d.ts +3827 -0
  427. package/lib/services/workers.d.ts.map +1 -0
  428. package/lib/services/workers.js +6105 -0
  429. package/lib/services/workers.js.map +1 -0
  430. package/lib/services/workflows.d.ts +442 -0
  431. package/lib/services/workflows.d.ts.map +1 -0
  432. package/lib/services/workflows.js +599 -0
  433. package/lib/services/workflows.js.map +1 -0
  434. package/lib/services/zaraz.d.ts +312 -0
  435. package/lib/services/zaraz.d.ts.map +1 -0
  436. package/lib/services/zaraz.js +305 -0
  437. package/lib/services/zaraz.js.map +1 -0
  438. package/lib/services/zero-trust.d.ts +18235 -0
  439. package/lib/services/zero-trust.d.ts.map +1 -0
  440. package/lib/services/zero-trust.js +30268 -0
  441. package/lib/services/zero-trust.js.map +1 -0
  442. package/lib/services/zones.d.ts +1382 -0
  443. package/lib/services/zones.d.ts.map +1 -0
  444. package/lib/services/zones.js +2477 -0
  445. package/lib/services/zones.js.map +1 -0
  446. package/lib/traits.d.ts +28 -0
  447. package/lib/traits.d.ts.map +1 -0
  448. package/lib/traits.js +26 -0
  449. package/lib/traits.js.map +1 -0
  450. package/package.json +82 -0
  451. package/src/auth.ts +15 -0
  452. package/src/category.ts +1 -0
  453. package/src/client/api.ts +421 -0
  454. package/src/client/index.ts +7 -0
  455. package/src/credentials.ts +271 -0
  456. package/src/errors.ts +73 -0
  457. package/src/index.ts +9 -0
  458. package/src/retry.ts +35 -0
  459. package/src/schemas.ts +51 -0
  460. package/src/sensitive.ts +4 -0
  461. package/src/services/abuse-reports.ts +955 -0
  462. package/src/services/accounts.ts +2152 -0
  463. package/src/services/acm.ts +178 -0
  464. package/src/services/addressing.ts +4262 -0
  465. package/src/services/ai-gateway.ts +3773 -0
  466. package/src/services/ai.ts +901 -0
  467. package/src/services/aisearch.ts +5215 -0
  468. package/src/services/alerting.ts +3303 -0
  469. package/src/services/api-gateway.ts +3890 -0
  470. package/src/services/argo.ts +270 -0
  471. package/src/services/audit-logs.ts +90 -0
  472. package/src/services/billing.ts +176 -0
  473. package/src/services/bot-management.ts +545 -0
  474. package/src/services/botnet-feed.ts +205 -0
  475. package/src/services/brand-protection.ts +575 -0
  476. package/src/services/browser-rendering.ts +2720 -0
  477. package/src/services/cache.ts +877 -0
  478. package/src/services/calls.ts +548 -0
  479. package/src/services/certificate-authorities.ts +114 -0
  480. package/src/services/client-certificates.ts +815 -0
  481. package/src/services/cloud-connector.ts +248 -0
  482. package/src/services/cloudforce-one.ts +4104 -0
  483. package/src/services/connectivity.ts +706 -0
  484. package/src/services/content-scanning.ts +458 -0
  485. package/src/services/custom-certificates.ts +690 -0
  486. package/src/services/custom-hostnames.ts +2641 -0
  487. package/src/services/custom-nameservers.ts +235 -0
  488. package/src/services/custom-pages.ts +311 -0
  489. package/src/services/d1.ts +1208 -0
  490. package/src/services/dcv-delegation.ts +54 -0
  491. package/src/services/diagnostics.ts +677 -0
  492. package/src/services/dns-firewall.ts +904 -0
  493. package/src/services/dns.ts +9277 -0
  494. package/src/services/durable-objects.ts +237 -0
  495. package/src/services/email-routing.ts +1796 -0
  496. package/src/services/email-security.ts +5052 -0
  497. package/src/services/filters.ts +488 -0
  498. package/src/services/firewall.ts +4728 -0
  499. package/src/services/healthchecks.ts +1866 -0
  500. package/src/services/hostnames.ts +254 -0
  501. package/src/services/hyperdrive.ts +595 -0
  502. package/src/services/iam.ts +1969 -0
  503. package/src/services/images.ts +1180 -0
  504. package/src/services/intel.ts +3072 -0
  505. package/src/services/ips.ts +88 -0
  506. package/src/services/keyless-certificates.ts +509 -0
  507. package/src/services/kv.ts +1129 -0
  508. package/src/services/leaked-credential-checks.ts +364 -0
  509. package/src/services/load-balancers.ts +6993 -0
  510. package/src/services/logpush.ts +1695 -0
  511. package/src/services/logs.ts +389 -0
  512. package/src/services/magic-cloud-networking.ts +10747 -0
  513. package/src/services/magic-network-monitoring.ts +1200 -0
  514. package/src/services/magic-transit.ts +13673 -0
  515. package/src/services/managed-transforms.ts +245 -0
  516. package/src/services/memberships.ts +698 -0
  517. package/src/services/mtls-certificates.ts +444 -0
  518. package/src/services/network-interconnects.ts +1253 -0
  519. package/src/services/organizations.ts +738 -0
  520. package/src/services/origin-ca-certificates.ts +369 -0
  521. package/src/services/origin-post-quantum-encryption.ts +136 -0
  522. package/src/services/origin-tls-client-auth.ts +1002 -0
  523. package/src/services/page-rules.ts +2632 -0
  524. package/src/services/page-shield.ts +1371 -0
  525. package/src/services/pages.ts +6167 -0
  526. package/src/services/pipelines.ts +6455 -0
  527. package/src/services/queues.ts +2827 -0
  528. package/src/services/r2-data-catalog.ts +1151 -0
  529. package/src/services/r2.ts +3529 -0
  530. package/src/services/radar.ts +42836 -0
  531. package/src/services/rate-limits.ts +1252 -0
  532. package/src/services/realtime-kit.ts +11080 -0
  533. package/src/services/registrar.ts +390 -0
  534. package/src/services/request-tracers.ts +161 -0
  535. package/src/services/resource-sharing.ts +2082 -0
  536. package/src/services/rules.ts +953 -0
  537. package/src/services/rulesets.ts +15361 -0
  538. package/src/services/rum.ts +994 -0
  539. package/src/services/schema-validation.ts +869 -0
  540. package/src/services/secrets-store.ts +1050 -0
  541. package/src/services/security-center.ts +495 -0
  542. package/src/services/security-txt.ts +317 -0
  543. package/src/services/snippets.ts +562 -0
  544. package/src/services/spectrum.ts +1190 -0
  545. package/src/services/speed.ts +1154 -0
  546. package/src/services/ssl.ts +1714 -0
  547. package/src/services/stream.ts +3008 -0
  548. package/src/services/token-validation.ts +1825 -0
  549. package/src/services/turnstile.ts +725 -0
  550. package/src/services/url-normalization.ts +133 -0
  551. package/src/services/url-scanner.ts +1851 -0
  552. package/src/services/user.ts +1587 -0
  553. package/src/services/vectorize.ts +875 -0
  554. package/src/services/waiting-rooms.ts +4216 -0
  555. package/src/services/web3.ts +899 -0
  556. package/src/services/workers-for-platforms.ts +4134 -0
  557. package/src/services/workers.ts +12298 -0
  558. package/src/services/workflows.ts +1372 -0
  559. package/src/services/zaraz.ts +833 -0
  560. package/src/services/zero-trust.ts +64685 -0
  561. package/src/services/zones.ts +5106 -0
  562. package/src/traits.ts +47 -0
@@ -0,0 +1,865 @@
1
+ /**
2
+ * Cloudflare INTEL API
3
+ *
4
+ * Generated from Cloudflare TypeScript SDK.
5
+ * DO NOT EDIT - regenerate with: bun scripts/generate.ts --service intel
6
+ */
7
+ import * as stream from "effect/Stream";
8
+ import * as Schema from "effect/Schema";
9
+ import type * as HttpClient from "effect/unstable/http/HttpClient";
10
+ import * as API from "../client/api.ts";
11
+ import type { Credentials } from "../credentials.ts";
12
+ import { type DefaultErrors } from "../errors.ts";
13
+ export interface GetAsnRequest {
14
+ /** Identifier. */
15
+ accountId: string;
16
+ }
17
+ export declare const GetAsnRequest: Schema.Schema<GetAsnRequest>;
18
+ export type GetAsnResponse = unknown;
19
+ export declare const GetAsnResponse: Schema.Schema<unknown>;
20
+ export type GetAsnError = DefaultErrors;
21
+ export declare const getAsn: API.OperationMethod<GetAsnRequest, GetAsnResponse, GetAsnError, Credentials | HttpClient.HttpClient>;
22
+ export interface GetAsnSubnetRequest {
23
+ /** Identifier. */
24
+ accountId: string;
25
+ }
26
+ export declare const GetAsnSubnetRequest: Schema.Schema<GetAsnSubnetRequest>;
27
+ export interface GetAsnSubnetResponse {
28
+ asn?: number | null;
29
+ /** Total results returned based on your search parameters. */
30
+ count?: number | null;
31
+ ipCountTotal?: number | null;
32
+ /** Current page within paginated list of results. */
33
+ page?: number | null;
34
+ /** Number of results per page of results. */
35
+ perPage?: number | null;
36
+ subnets?: string[] | null;
37
+ }
38
+ export declare const GetAsnSubnetResponse: Schema.Schema<GetAsnSubnetResponse>;
39
+ export type GetAsnSubnetError = DefaultErrors;
40
+ export declare const getAsnSubnet: API.OperationMethod<GetAsnSubnetRequest, GetAsnSubnetResponse, GetAsnSubnetError, Credentials | HttpClient.HttpClient>;
41
+ export interface ListAttackSurfaceReportIssuesRequest {
42
+ /** Path param: Identifier. */
43
+ accountId: string;
44
+ /** Query param: */
45
+ dismissed?: boolean;
46
+ /** Query param: */
47
+ issueClass?: string[];
48
+ /** Query param: */
49
+ issueClassNeq?: string[];
50
+ /** Query param: */
51
+ issueType?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
52
+ /** Query param: */
53
+ issueTypeNeq?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
54
+ /** Query param: */
55
+ product?: string[];
56
+ /** Query param: */
57
+ productNeq?: string[];
58
+ /** Query param: */
59
+ severity?: ("low" | "moderate" | "critical")[];
60
+ /** Query param: */
61
+ severityNeq?: ("low" | "moderate" | "critical")[];
62
+ /** Query param: */
63
+ subject?: string[];
64
+ /** Query param: */
65
+ subjectNeq?: string[];
66
+ }
67
+ export declare const ListAttackSurfaceReportIssuesRequest: Schema.Schema<ListAttackSurfaceReportIssuesRequest>;
68
+ export interface ListAttackSurfaceReportIssuesResponse {
69
+ result: {
70
+ items?: {
71
+ count?: number | null;
72
+ issues?: {
73
+ id?: string | null;
74
+ dismissed?: boolean | null;
75
+ issueClass?: string | null;
76
+ issueType?: "compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion" | null;
77
+ payload?: {
78
+ detectionMethod?: string | null;
79
+ zoneTag?: string | null;
80
+ } | null;
81
+ resolveLink?: string | null;
82
+ resolveText?: string | null;
83
+ severity?: "Low" | "Moderate" | "Critical" | null;
84
+ since?: string | null;
85
+ subject?: string | null;
86
+ timestamp?: string | null;
87
+ }[] | null;
88
+ page?: number | null;
89
+ perPage?: number | null;
90
+ }[] | null;
91
+ };
92
+ resultInfo: {
93
+ count?: number | null;
94
+ page?: number | null;
95
+ perPage?: number | null;
96
+ totalCount?: number | null;
97
+ };
98
+ }
99
+ export declare const ListAttackSurfaceReportIssuesResponse: Schema.Schema<ListAttackSurfaceReportIssuesResponse>;
100
+ export type ListAttackSurfaceReportIssuesError = DefaultErrors;
101
+ export declare const listAttackSurfaceReportIssues: API.PaginatedOperationMethod<ListAttackSurfaceReportIssuesRequest, ListAttackSurfaceReportIssuesResponse, ListAttackSurfaceReportIssuesError, Credentials | HttpClient.HttpClient> & {
102
+ pages: (input: ListAttackSurfaceReportIssuesRequest) => stream.Stream<ListAttackSurfaceReportIssuesResponse, ListAttackSurfaceReportIssuesError, Credentials | HttpClient.HttpClient>;
103
+ items: (input: ListAttackSurfaceReportIssuesRequest) => stream.Stream<{
104
+ count?: number | null;
105
+ issues?: {
106
+ id?: string | null;
107
+ dismissed?: boolean | null;
108
+ issueClass?: string | null;
109
+ issueType?: "compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion" | null;
110
+ payload?: {
111
+ detectionMethod?: string | null;
112
+ zoneTag?: string | null;
113
+ } | null;
114
+ resolveLink?: string | null;
115
+ resolveText?: string | null;
116
+ severity?: "Low" | "Moderate" | "Critical" | null;
117
+ since?: string | null;
118
+ subject?: string | null;
119
+ timestamp?: string | null;
120
+ }[] | null;
121
+ page?: number | null;
122
+ perPage?: number | null;
123
+ }, ListAttackSurfaceReportIssuesError, Credentials | HttpClient.HttpClient>;
124
+ };
125
+ export interface ClassAttackSurfaceReportIssueRequest {
126
+ /** Path param: Identifier. */
127
+ accountId: string;
128
+ /** Query param: */
129
+ dismissed?: boolean;
130
+ /** Query param: */
131
+ issueClass?: string[];
132
+ /** Query param: */
133
+ issueClassNeq?: string[];
134
+ /** Query param: */
135
+ issueType?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
136
+ /** Query param: */
137
+ issueTypeNeq?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
138
+ /** Query param: */
139
+ product?: string[];
140
+ /** Query param: */
141
+ productNeq?: string[];
142
+ /** Query param: */
143
+ severity?: ("low" | "moderate" | "critical")[];
144
+ /** Query param: */
145
+ severityNeq?: ("low" | "moderate" | "critical")[];
146
+ /** Query param: */
147
+ subject?: string[];
148
+ /** Query param: */
149
+ subjectNeq?: string[];
150
+ }
151
+ export declare const ClassAttackSurfaceReportIssueRequest: Schema.Schema<ClassAttackSurfaceReportIssueRequest>;
152
+ export type ClassAttackSurfaceReportIssueResponse = {
153
+ count?: number | null;
154
+ value?: string | null;
155
+ }[];
156
+ export declare const ClassAttackSurfaceReportIssueResponse: Schema.Schema<ClassAttackSurfaceReportIssueResponse>;
157
+ export type ClassAttackSurfaceReportIssueError = DefaultErrors;
158
+ export declare const classAttackSurfaceReportIssue: API.OperationMethod<ClassAttackSurfaceReportIssueRequest, ClassAttackSurfaceReportIssueResponse, ClassAttackSurfaceReportIssueError, Credentials | HttpClient.HttpClient>;
159
+ export interface DismissAttackSurfaceReportIssueRequest {
160
+ issueId: string;
161
+ /** Path param: Identifier. */
162
+ accountId: string;
163
+ /** Body param: */
164
+ dismiss?: boolean;
165
+ }
166
+ export declare const DismissAttackSurfaceReportIssueRequest: Schema.Schema<DismissAttackSurfaceReportIssueRequest>;
167
+ export interface DismissAttackSurfaceReportIssueResponse {
168
+ errors: {
169
+ code: number;
170
+ message: string;
171
+ documentationUrl?: string | null;
172
+ source?: {
173
+ pointer?: string | null;
174
+ } | null;
175
+ }[];
176
+ messages: {
177
+ code: number;
178
+ message: string;
179
+ documentationUrl?: string | null;
180
+ source?: {
181
+ pointer?: string | null;
182
+ } | null;
183
+ }[];
184
+ /** Whether the API call was successful. */
185
+ success: true;
186
+ }
187
+ export declare const DismissAttackSurfaceReportIssueResponse: Schema.Schema<DismissAttackSurfaceReportIssueResponse>;
188
+ export type DismissAttackSurfaceReportIssueError = DefaultErrors;
189
+ export declare const dismissAttackSurfaceReportIssue: API.OperationMethod<DismissAttackSurfaceReportIssueRequest, DismissAttackSurfaceReportIssueResponse, DismissAttackSurfaceReportIssueError, Credentials | HttpClient.HttpClient>;
190
+ export interface SeverityAttackSurfaceReportIssueRequest {
191
+ /** Path param: Identifier. */
192
+ accountId: string;
193
+ /** Query param: */
194
+ dismissed?: boolean;
195
+ /** Query param: */
196
+ issueClass?: string[];
197
+ /** Query param: */
198
+ issueClassNeq?: string[];
199
+ /** Query param: */
200
+ issueType?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
201
+ /** Query param: */
202
+ issueTypeNeq?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
203
+ /** Query param: */
204
+ product?: string[];
205
+ /** Query param: */
206
+ productNeq?: string[];
207
+ /** Query param: */
208
+ severity?: ("low" | "moderate" | "critical")[];
209
+ /** Query param: */
210
+ severityNeq?: ("low" | "moderate" | "critical")[];
211
+ /** Query param: */
212
+ subject?: string[];
213
+ /** Query param: */
214
+ subjectNeq?: string[];
215
+ }
216
+ export declare const SeverityAttackSurfaceReportIssueRequest: Schema.Schema<SeverityAttackSurfaceReportIssueRequest>;
217
+ export type SeverityAttackSurfaceReportIssueResponse = {
218
+ count?: number | null;
219
+ value?: string | null;
220
+ }[];
221
+ export declare const SeverityAttackSurfaceReportIssueResponse: Schema.Schema<SeverityAttackSurfaceReportIssueResponse>;
222
+ export type SeverityAttackSurfaceReportIssueError = DefaultErrors;
223
+ export declare const severityAttackSurfaceReportIssue: API.OperationMethod<SeverityAttackSurfaceReportIssueRequest, SeverityAttackSurfaceReportIssueResponse, SeverityAttackSurfaceReportIssueError, Credentials | HttpClient.HttpClient>;
224
+ export interface TypeAttackSurfaceReportIssueRequest {
225
+ /** Path param: Identifier. */
226
+ accountId: string;
227
+ /** Query param: */
228
+ dismissed?: boolean;
229
+ /** Query param: */
230
+ issueClass?: string[];
231
+ /** Query param: */
232
+ issueClassNeq?: string[];
233
+ /** Query param: */
234
+ issueType?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
235
+ /** Query param: */
236
+ issueTypeNeq?: ("compliance_violation" | "email_security" | "exposed_infrastructure" | "insecure_configuration" | "weak_authentication" | "configuration_suggestion")[];
237
+ /** Query param: */
238
+ product?: string[];
239
+ /** Query param: */
240
+ productNeq?: string[];
241
+ /** Query param: */
242
+ severity?: ("low" | "moderate" | "critical")[];
243
+ /** Query param: */
244
+ severityNeq?: ("low" | "moderate" | "critical")[];
245
+ /** Query param: */
246
+ subject?: string[];
247
+ /** Query param: */
248
+ subjectNeq?: string[];
249
+ }
250
+ export declare const TypeAttackSurfaceReportIssueRequest: Schema.Schema<TypeAttackSurfaceReportIssueRequest>;
251
+ export type TypeAttackSurfaceReportIssueResponse = {
252
+ count?: number | null;
253
+ value?: string | null;
254
+ }[];
255
+ export declare const TypeAttackSurfaceReportIssueResponse: Schema.Schema<TypeAttackSurfaceReportIssueResponse>;
256
+ export type TypeAttackSurfaceReportIssueError = DefaultErrors;
257
+ export declare const typeAttackSurfaceReportIssue: API.OperationMethod<TypeAttackSurfaceReportIssueRequest, TypeAttackSurfaceReportIssueResponse, TypeAttackSurfaceReportIssueError, Credentials | HttpClient.HttpClient>;
258
+ export interface GetAttackSurfaceReportIssueTypeRequest {
259
+ /** Identifier. */
260
+ accountId: string;
261
+ }
262
+ export declare const GetAttackSurfaceReportIssueTypeRequest: Schema.Schema<GetAttackSurfaceReportIssueTypeRequest>;
263
+ export interface GetAttackSurfaceReportIssueTypeResponse {
264
+ result: string[];
265
+ }
266
+ export declare const GetAttackSurfaceReportIssueTypeResponse: Schema.Schema<GetAttackSurfaceReportIssueTypeResponse>;
267
+ export type GetAttackSurfaceReportIssueTypeError = DefaultErrors;
268
+ export declare const getAttackSurfaceReportIssueType: API.PaginatedOperationMethod<GetAttackSurfaceReportIssueTypeRequest, GetAttackSurfaceReportIssueTypeResponse, GetAttackSurfaceReportIssueTypeError, Credentials | HttpClient.HttpClient> & {
269
+ pages: (input: GetAttackSurfaceReportIssueTypeRequest) => stream.Stream<GetAttackSurfaceReportIssueTypeResponse, GetAttackSurfaceReportIssueTypeError, Credentials | HttpClient.HttpClient>;
270
+ items: (input: GetAttackSurfaceReportIssueTypeRequest) => stream.Stream<string, GetAttackSurfaceReportIssueTypeError, Credentials | HttpClient.HttpClient>;
271
+ };
272
+ export interface ListDnsRequest {
273
+ /** Path param: Identifier. */
274
+ accountId: string;
275
+ /** Query param: */
276
+ ipv4?: string;
277
+ /** Query param: */
278
+ startEndParams?: {
279
+ end?: string;
280
+ start?: string;
281
+ };
282
+ }
283
+ export declare const ListDnsRequest: Schema.Schema<ListDnsRequest>;
284
+ export interface ListDnsResponse {
285
+ result: {
286
+ items?: {
287
+ count?: number | null;
288
+ page?: number | null;
289
+ perPage?: number | null;
290
+ reverseRecords?: {
291
+ firstSeen?: string | null;
292
+ hostname?: string | null;
293
+ lastSeen?: string | null;
294
+ }[] | null;
295
+ }[] | null;
296
+ };
297
+ resultInfo: {
298
+ count?: number | null;
299
+ page?: number | null;
300
+ perPage?: number | null;
301
+ totalCount?: number | null;
302
+ };
303
+ }
304
+ export declare const ListDnsResponse: Schema.Schema<ListDnsResponse>;
305
+ export type ListDnsError = DefaultErrors;
306
+ export declare const listDns: API.PaginatedOperationMethod<ListDnsRequest, ListDnsResponse, ListDnsError, Credentials | HttpClient.HttpClient> & {
307
+ pages: (input: ListDnsRequest) => stream.Stream<ListDnsResponse, ListDnsError, Credentials | HttpClient.HttpClient>;
308
+ items: (input: ListDnsRequest) => stream.Stream<{
309
+ count?: number | null;
310
+ page?: number | null;
311
+ perPage?: number | null;
312
+ reverseRecords?: {
313
+ firstSeen?: string | null;
314
+ hostname?: string | null;
315
+ lastSeen?: string | null;
316
+ }[] | null;
317
+ }, ListDnsError, Credentials | HttpClient.HttpClient>;
318
+ };
319
+ export interface GetDomainRequest {
320
+ /** Path param: Identifier. */
321
+ accountId: string;
322
+ /** Query param: */
323
+ domain?: string;
324
+ }
325
+ export declare const GetDomainRequest: Schema.Schema<GetDomainRequest>;
326
+ export interface GetDomainResponse {
327
+ /** Additional information related to the host name. */
328
+ additionalInformation?: {
329
+ suspectedMalwareFamily?: string | null;
330
+ } | null;
331
+ /** Application that the hostname belongs to. */
332
+ application?: {
333
+ id?: number | null;
334
+ name?: string | null;
335
+ } | null;
336
+ contentCategories?: {
337
+ id?: number | null;
338
+ name?: string | null;
339
+ superCategoryId?: number | null;
340
+ }[] | null;
341
+ domain?: string | null;
342
+ inheritedContentCategories?: {
343
+ id?: number | null;
344
+ name?: string | null;
345
+ superCategoryId?: number | null;
346
+ }[] | null;
347
+ /** Domain from which `inherited_content_categories` and `inherited_risk_types` are inherited, if applicable. */
348
+ inheritedFrom?: string | null;
349
+ inheritedRiskTypes?: {
350
+ id?: number | null;
351
+ name?: string | null;
352
+ superCategoryId?: number | null;
353
+ }[] | null;
354
+ /** Global Cloudflare 100k ranking for the last 30 days, if available for the hostname. The top ranked domain is 1, the lowest ranked domain is 100,000. */
355
+ popularityRank?: number | null;
356
+ /** Specifies a list of references to one or more IP addresses or domain names that the domain name currently resolves to. */
357
+ resolvesToRefs?: {
358
+ id?: string | null;
359
+ value?: string | null;
360
+ }[] | null;
361
+ /** Hostname risk score, which is a value between 0 (lowest risk) to 1 (highest risk). */
362
+ riskScore?: number | null;
363
+ riskTypes?: {
364
+ id?: number | null;
365
+ name?: string | null;
366
+ superCategoryId?: number | null;
367
+ }[] | null;
368
+ }
369
+ export declare const GetDomainResponse: Schema.Schema<GetDomainResponse>;
370
+ export type GetDomainError = DefaultErrors;
371
+ export declare const getDomain: API.OperationMethod<GetDomainRequest, GetDomainResponse, GetDomainError, Credentials | HttpClient.HttpClient>;
372
+ export interface GetDomainBulkRequest {
373
+ /** Path param: Identifier. */
374
+ accountId: string;
375
+ /** Query param: Accepts multiple values like `?domain=cloudflare.com&domain=example.com`. */
376
+ domain?: string[];
377
+ }
378
+ export declare const GetDomainBulkRequest: Schema.Schema<GetDomainBulkRequest>;
379
+ export type GetDomainBulkResponse = {
380
+ additionalInformation?: {
381
+ suspectedMalwareFamily?: string | null;
382
+ } | null;
383
+ application?: {
384
+ id?: number | null;
385
+ name?: string | null;
386
+ } | null;
387
+ contentCategories?: {
388
+ id?: number | null;
389
+ name?: string | null;
390
+ superCategoryId?: number | null;
391
+ }[] | null;
392
+ domain?: string | null;
393
+ inheritedContentCategories?: {
394
+ id?: number | null;
395
+ name?: string | null;
396
+ superCategoryId?: number | null;
397
+ }[] | null;
398
+ inheritedFrom?: string | null;
399
+ inheritedRiskTypes?: {
400
+ id?: number | null;
401
+ name?: string | null;
402
+ superCategoryId?: number | null;
403
+ }[] | null;
404
+ popularityRank?: number | null;
405
+ riskScore?: number | null;
406
+ riskTypes?: {
407
+ id?: number | null;
408
+ name?: string | null;
409
+ superCategoryId?: number | null;
410
+ }[] | null;
411
+ }[];
412
+ export declare const GetDomainBulkResponse: Schema.Schema<GetDomainBulkResponse>;
413
+ export type GetDomainBulkError = DefaultErrors;
414
+ export declare const getDomainBulk: API.OperationMethod<GetDomainBulkRequest, GetDomainBulkResponse, GetDomainBulkError, Credentials | HttpClient.HttpClient>;
415
+ export interface GetDomainHistoryRequest {
416
+ /** Path param: Identifier. */
417
+ accountId: string;
418
+ /** Query param: */
419
+ domain?: string;
420
+ }
421
+ export declare const GetDomainHistoryRequest: Schema.Schema<GetDomainHistoryRequest>;
422
+ export type GetDomainHistoryResponse = {
423
+ categorizations?: {
424
+ categories?: {
425
+ id?: number | null;
426
+ name?: string | null;
427
+ }[] | null;
428
+ end?: string | null;
429
+ start?: string | null;
430
+ }[] | null;
431
+ domain?: string | null;
432
+ }[];
433
+ export declare const GetDomainHistoryResponse: Schema.Schema<GetDomainHistoryResponse>;
434
+ export type GetDomainHistoryError = DefaultErrors;
435
+ export declare const getDomainHistory: API.OperationMethod<GetDomainHistoryRequest, GetDomainHistoryResponse, GetDomainHistoryError, Credentials | HttpClient.HttpClient>;
436
+ export interface GetIndicatorFeedRequest {
437
+ feedId: number;
438
+ /** Identifier */
439
+ accountId: string;
440
+ }
441
+ export declare const GetIndicatorFeedRequest: Schema.Schema<GetIndicatorFeedRequest>;
442
+ export interface GetIndicatorFeedResponse {
443
+ /** The unique identifier for the indicator feed */
444
+ id?: number | null;
445
+ /** The date and time when the data entry was created */
446
+ createdOn?: string | null;
447
+ /** The description of the example test */
448
+ description?: string | null;
449
+ /** Whether the indicator feed can be attributed to a provider */
450
+ isAttributable?: boolean | null;
451
+ /** Whether the indicator feed can be downloaded */
452
+ isDownloadable?: boolean | null;
453
+ /** Whether the indicator feed is exposed to customers */
454
+ isPublic?: boolean | null;
455
+ /** Status of the latest snapshot uploaded */
456
+ latestUploadStatus?: "Mirroring" | "Unifying" | "Loading" | "Provisioning" | "Complete" | "Error" | null;
457
+ /** The date and time when the data entry was last modified */
458
+ modifiedOn?: string | null;
459
+ /** The name of the indicator feed */
460
+ name?: string | null;
461
+ /** The unique identifier for the provider */
462
+ providerId?: string | null;
463
+ /** The provider of the indicator feed */
464
+ providerName?: string | null;
465
+ }
466
+ export declare const GetIndicatorFeedResponse: Schema.Schema<GetIndicatorFeedResponse>;
467
+ export type GetIndicatorFeedError = DefaultErrors;
468
+ export declare const getIndicatorFeed: API.OperationMethod<GetIndicatorFeedRequest, GetIndicatorFeedResponse, GetIndicatorFeedError, Credentials | HttpClient.HttpClient>;
469
+ export interface ListIndicatorFeedsRequest {
470
+ /** Identifier */
471
+ accountId: string;
472
+ }
473
+ export declare const ListIndicatorFeedsRequest: Schema.Schema<ListIndicatorFeedsRequest>;
474
+ export interface ListIndicatorFeedsResponse {
475
+ result: {
476
+ id?: number | null;
477
+ createdOn?: string | null;
478
+ description?: string | null;
479
+ isAttributable?: boolean | null;
480
+ isDownloadable?: boolean | null;
481
+ isPublic?: boolean | null;
482
+ modifiedOn?: string | null;
483
+ name?: string | null;
484
+ }[];
485
+ }
486
+ export declare const ListIndicatorFeedsResponse: Schema.Schema<ListIndicatorFeedsResponse>;
487
+ export type ListIndicatorFeedsError = DefaultErrors;
488
+ export declare const listIndicatorFeeds: API.PaginatedOperationMethod<ListIndicatorFeedsRequest, ListIndicatorFeedsResponse, ListIndicatorFeedsError, Credentials | HttpClient.HttpClient> & {
489
+ pages: (input: ListIndicatorFeedsRequest) => stream.Stream<ListIndicatorFeedsResponse, ListIndicatorFeedsError, Credentials | HttpClient.HttpClient>;
490
+ items: (input: ListIndicatorFeedsRequest) => stream.Stream<{
491
+ id?: number | null;
492
+ createdOn?: string | null;
493
+ description?: string | null;
494
+ isAttributable?: boolean | null;
495
+ isDownloadable?: boolean | null;
496
+ isPublic?: boolean | null;
497
+ modifiedOn?: string | null;
498
+ name?: string | null;
499
+ }, ListIndicatorFeedsError, Credentials | HttpClient.HttpClient>;
500
+ };
501
+ export interface CreateIndicatorFeedRequest {
502
+ /** Path param: Identifier */
503
+ accountId: string;
504
+ /** Body param: The description of the example test */
505
+ description?: string;
506
+ /** Body param: The name of the indicator feed */
507
+ name?: string;
508
+ }
509
+ export declare const CreateIndicatorFeedRequest: Schema.Schema<CreateIndicatorFeedRequest>;
510
+ export interface CreateIndicatorFeedResponse {
511
+ /** The unique identifier for the indicator feed */
512
+ id?: number | null;
513
+ /** The date and time when the data entry was created */
514
+ createdOn?: string | null;
515
+ /** The description of the example test */
516
+ description?: string | null;
517
+ /** Whether the indicator feed can be attributed to a provider */
518
+ isAttributable?: boolean | null;
519
+ /** Whether the indicator feed can be downloaded */
520
+ isDownloadable?: boolean | null;
521
+ /** Whether the indicator feed is exposed to customers */
522
+ isPublic?: boolean | null;
523
+ /** The date and time when the data entry was last modified */
524
+ modifiedOn?: string | null;
525
+ /** The name of the indicator feed */
526
+ name?: string | null;
527
+ }
528
+ export declare const CreateIndicatorFeedResponse: Schema.Schema<CreateIndicatorFeedResponse>;
529
+ export type CreateIndicatorFeedError = DefaultErrors;
530
+ export declare const createIndicatorFeed: API.OperationMethod<CreateIndicatorFeedRequest, CreateIndicatorFeedResponse, CreateIndicatorFeedError, Credentials | HttpClient.HttpClient>;
531
+ export interface UpdateIndicatorFeedRequest {
532
+ feedId: number;
533
+ /** Path param: Identifier */
534
+ accountId: string;
535
+ /** Body param: The new description of the feed */
536
+ description?: string;
537
+ /** Body param: The new is_attributable value of the feed */
538
+ isAttributable?: boolean;
539
+ /** Body param: The new is_downloadable value of the feed */
540
+ isDownloadable?: boolean;
541
+ /** Body param: The new is_public value of the feed */
542
+ isPublic?: boolean;
543
+ /** Body param: The new name of the feed */
544
+ name?: string;
545
+ }
546
+ export declare const UpdateIndicatorFeedRequest: Schema.Schema<UpdateIndicatorFeedRequest>;
547
+ export interface UpdateIndicatorFeedResponse {
548
+ /** The unique identifier for the indicator feed */
549
+ id?: number | null;
550
+ /** The date and time when the data entry was created */
551
+ createdOn?: string | null;
552
+ /** The description of the example test */
553
+ description?: string | null;
554
+ /** Whether the indicator feed can be attributed to a provider */
555
+ isAttributable?: boolean | null;
556
+ /** Whether the indicator feed can be downloaded */
557
+ isDownloadable?: boolean | null;
558
+ /** Whether the indicator feed is exposed to customers */
559
+ isPublic?: boolean | null;
560
+ /** The date and time when the data entry was last modified */
561
+ modifiedOn?: string | null;
562
+ /** The name of the indicator feed */
563
+ name?: string | null;
564
+ }
565
+ export declare const UpdateIndicatorFeedResponse: Schema.Schema<UpdateIndicatorFeedResponse>;
566
+ export type UpdateIndicatorFeedError = DefaultErrors;
567
+ export declare const updateIndicatorFeed: API.OperationMethod<UpdateIndicatorFeedRequest, UpdateIndicatorFeedResponse, UpdateIndicatorFeedError, Credentials | HttpClient.HttpClient>;
568
+ export interface DataIndicatorFeedRequest {
569
+ feedId: number;
570
+ /** Identifier */
571
+ accountId: string;
572
+ }
573
+ export declare const DataIndicatorFeedRequest: Schema.Schema<DataIndicatorFeedRequest>;
574
+ export type DataIndicatorFeedResponse = unknown;
575
+ export declare const DataIndicatorFeedResponse: Schema.Schema<unknown>;
576
+ export type DataIndicatorFeedError = DefaultErrors;
577
+ export declare const dataIndicatorFeed: API.OperationMethod<DataIndicatorFeedRequest, DataIndicatorFeedResponse, DataIndicatorFeedError, Credentials | HttpClient.HttpClient>;
578
+ export interface ListIndicatorFeedPermissionsRequest {
579
+ /** Identifier */
580
+ accountId: string;
581
+ }
582
+ export declare const ListIndicatorFeedPermissionsRequest: Schema.Schema<ListIndicatorFeedPermissionsRequest>;
583
+ export type ListIndicatorFeedPermissionsResponse = {
584
+ id?: number | null;
585
+ description?: string | null;
586
+ isAttributable?: boolean | null;
587
+ isDownloadable?: boolean | null;
588
+ isPublic?: boolean | null;
589
+ name?: string | null;
590
+ }[];
591
+ export declare const ListIndicatorFeedPermissionsResponse: Schema.Schema<ListIndicatorFeedPermissionsResponse>;
592
+ export type ListIndicatorFeedPermissionsError = DefaultErrors;
593
+ export declare const listIndicatorFeedPermissions: API.OperationMethod<ListIndicatorFeedPermissionsRequest, ListIndicatorFeedPermissionsResponse, ListIndicatorFeedPermissionsError, Credentials | HttpClient.HttpClient>;
594
+ export interface CreateIndicatorFeedPermissionRequest {
595
+ /** Path param: Identifier */
596
+ accountId: string;
597
+ /** Body param: The Cloudflare account tag of the account to change permissions on */
598
+ accountTag?: string;
599
+ /** Body param: The ID of the feed to add/remove permissions on */
600
+ feedId?: number;
601
+ }
602
+ export declare const CreateIndicatorFeedPermissionRequest: Schema.Schema<CreateIndicatorFeedPermissionRequest>;
603
+ export interface CreateIndicatorFeedPermissionResponse {
604
+ /** Whether the update succeeded or not */
605
+ success?: boolean | null;
606
+ }
607
+ export declare const CreateIndicatorFeedPermissionResponse: Schema.Schema<CreateIndicatorFeedPermissionResponse>;
608
+ export type CreateIndicatorFeedPermissionError = DefaultErrors;
609
+ export declare const createIndicatorFeedPermission: API.OperationMethod<CreateIndicatorFeedPermissionRequest, CreateIndicatorFeedPermissionResponse, CreateIndicatorFeedPermissionError, Credentials | HttpClient.HttpClient>;
610
+ export interface DeleteIndicatorFeedPermissionRequest {
611
+ /** Path param: Identifier */
612
+ accountId: string;
613
+ /** Body param: The Cloudflare account tag of the account to change permissions on */
614
+ accountTag?: string;
615
+ /** Body param: The ID of the feed to add/remove permissions on */
616
+ feedId?: number;
617
+ }
618
+ export declare const DeleteIndicatorFeedPermissionRequest: Schema.Schema<DeleteIndicatorFeedPermissionRequest>;
619
+ export interface DeleteIndicatorFeedPermissionResponse {
620
+ /** Whether the update succeeded or not */
621
+ success?: boolean | null;
622
+ }
623
+ export declare const DeleteIndicatorFeedPermissionResponse: Schema.Schema<DeleteIndicatorFeedPermissionResponse>;
624
+ export type DeleteIndicatorFeedPermissionError = DefaultErrors;
625
+ export declare const deleteIndicatorFeedPermission: API.OperationMethod<DeleteIndicatorFeedPermissionRequest, DeleteIndicatorFeedPermissionResponse, DeleteIndicatorFeedPermissionError, Credentials | HttpClient.HttpClient>;
626
+ export interface PutIndicatorFeedSnapshotRequest {
627
+ feedId: number;
628
+ /** Path param: Identifier */
629
+ accountId: string;
630
+ /** Body param: The file to upload */
631
+ source?: string;
632
+ }
633
+ export declare const PutIndicatorFeedSnapshotRequest: Schema.Schema<PutIndicatorFeedSnapshotRequest>;
634
+ export interface PutIndicatorFeedSnapshotResponse {
635
+ /** Feed id */
636
+ fileId?: number | null;
637
+ /** Name of the file unified in our system */
638
+ filename?: string | null;
639
+ /** Current status of upload, should be unified */
640
+ status?: string | null;
641
+ }
642
+ export declare const PutIndicatorFeedSnapshotResponse: Schema.Schema<PutIndicatorFeedSnapshotResponse>;
643
+ export type PutIndicatorFeedSnapshotError = DefaultErrors;
644
+ export declare const putIndicatorFeedSnapshot: API.OperationMethod<PutIndicatorFeedSnapshotRequest, PutIndicatorFeedSnapshotResponse, PutIndicatorFeedSnapshotError, Credentials | HttpClient.HttpClient>;
645
+ export interface GetIpRequest {
646
+ /** Path param: Identifier. */
647
+ accountId: string;
648
+ /** Query param: */
649
+ ipv4?: string;
650
+ /** Query param: */
651
+ ipv6?: string;
652
+ }
653
+ export declare const GetIpRequest: Schema.Schema<GetIpRequest>;
654
+ export type GetIpResponse = {
655
+ belongsToRef?: {
656
+ id?: string | null;
657
+ country?: string | null;
658
+ description?: string | null;
659
+ type?: "hosting_provider" | "isp" | "organization" | null;
660
+ value?: string | null;
661
+ } | null;
662
+ ip?: string | null;
663
+ riskTypes?: {
664
+ id?: number | null;
665
+ name?: string | null;
666
+ superCategoryId?: number | null;
667
+ }[] | null;
668
+ }[];
669
+ export declare const GetIpResponse: Schema.Schema<GetIpResponse>;
670
+ export type GetIpError = DefaultErrors;
671
+ export declare const getIp: API.OperationMethod<GetIpRequest, GetIpResponse, GetIpError, Credentials | HttpClient.HttpClient>;
672
+ export interface GetIpListRequest {
673
+ /** Identifier. */
674
+ accountId: string;
675
+ }
676
+ export declare const GetIpListRequest: Schema.Schema<GetIpListRequest>;
677
+ export interface GetIpListResponse {
678
+ result: {
679
+ id?: number | null;
680
+ description?: string | null;
681
+ name?: string | null;
682
+ }[];
683
+ }
684
+ export declare const GetIpListResponse: Schema.Schema<GetIpListResponse>;
685
+ export type GetIpListError = DefaultErrors;
686
+ export declare const getIpList: API.PaginatedOperationMethod<GetIpListRequest, GetIpListResponse, GetIpListError, Credentials | HttpClient.HttpClient> & {
687
+ pages: (input: GetIpListRequest) => stream.Stream<GetIpListResponse, GetIpListError, Credentials | HttpClient.HttpClient>;
688
+ items: (input: GetIpListRequest) => stream.Stream<{
689
+ id?: number | null;
690
+ description?: string | null;
691
+ name?: string | null;
692
+ }, GetIpListError, Credentials | HttpClient.HttpClient>;
693
+ };
694
+ export interface CreateMiscategorizationRequest {
695
+ /** Path param: Identifier. */
696
+ accountId: string;
697
+ /** Body param: Content category IDs to add. */
698
+ contentAdds?: number[];
699
+ /** Body param: Content category IDs to remove. */
700
+ contentRemoves?: number[];
701
+ /** Body param: */
702
+ indicatorType?: "domain" | "ipv4" | "ipv6" | "url";
703
+ /** Body param: Provide only if indicator_type is `ipv4` or `ipv6`. */
704
+ ip?: string | null;
705
+ /** Body param: Security category IDs to add. */
706
+ securityAdds?: number[];
707
+ /** Body param: Security category IDs to remove. */
708
+ securityRemoves?: number[];
709
+ /** Body param: Provide only if indicator_type is `domain` or `url`. Example if indicator_type is `domain`: `example.com`. Example if indicator_type is `url`: `https://example.com/news/`. */
710
+ url?: string;
711
+ }
712
+ export declare const CreateMiscategorizationRequest: Schema.Schema<CreateMiscategorizationRequest>;
713
+ export interface CreateMiscategorizationResponse {
714
+ errors: {
715
+ code: number;
716
+ message: string;
717
+ documentationUrl?: string | null;
718
+ source?: {
719
+ pointer?: string | null;
720
+ } | null;
721
+ }[];
722
+ messages: {
723
+ code: number;
724
+ message: string;
725
+ documentationUrl?: string | null;
726
+ source?: {
727
+ pointer?: string | null;
728
+ } | null;
729
+ }[];
730
+ /** Whether the API call was successful. */
731
+ success: true;
732
+ }
733
+ export declare const CreateMiscategorizationResponse: Schema.Schema<CreateMiscategorizationResponse>;
734
+ export type CreateMiscategorizationError = DefaultErrors;
735
+ export declare const createMiscategorization: API.OperationMethod<CreateMiscategorizationRequest, CreateMiscategorizationResponse, CreateMiscategorizationError, Credentials | HttpClient.HttpClient>;
736
+ export interface ListSinkholesRequest {
737
+ /** Identifier */
738
+ accountId: string;
739
+ }
740
+ export declare const ListSinkholesRequest: Schema.Schema<ListSinkholesRequest>;
741
+ export interface ListSinkholesResponse {
742
+ result: {
743
+ id?: number | null;
744
+ accountTag?: string | null;
745
+ createdOn?: string | null;
746
+ modifiedOn?: string | null;
747
+ name?: string | null;
748
+ r2Bucket?: string | null;
749
+ r2Id?: string | null;
750
+ }[];
751
+ }
752
+ export declare const ListSinkholesResponse: Schema.Schema<ListSinkholesResponse>;
753
+ export type ListSinkholesError = DefaultErrors;
754
+ export declare const listSinkholes: API.PaginatedOperationMethod<ListSinkholesRequest, ListSinkholesResponse, ListSinkholesError, Credentials | HttpClient.HttpClient> & {
755
+ pages: (input: ListSinkholesRequest) => stream.Stream<ListSinkholesResponse, ListSinkholesError, Credentials | HttpClient.HttpClient>;
756
+ items: (input: ListSinkholesRequest) => stream.Stream<{
757
+ id?: number | null;
758
+ accountTag?: string | null;
759
+ createdOn?: string | null;
760
+ modifiedOn?: string | null;
761
+ name?: string | null;
762
+ r2Bucket?: string | null;
763
+ r2Id?: string | null;
764
+ }, ListSinkholesError, Credentials | HttpClient.HttpClient>;
765
+ };
766
+ export interface GetWhoiRequest {
767
+ /** Path param: Use to uniquely identify or reference the resource. */
768
+ accountId: string;
769
+ /** Query param: */
770
+ domain?: string;
771
+ }
772
+ export declare const GetWhoiRequest: Schema.Schema<GetWhoiRequest>;
773
+ export interface GetWhoiResponse {
774
+ dnssec: boolean;
775
+ domain: string;
776
+ extension: string;
777
+ found: boolean;
778
+ nameservers: string[];
779
+ punycode: string;
780
+ registrant: string;
781
+ registrar: string;
782
+ id?: string | null;
783
+ administrativeCity?: string | null;
784
+ administrativeCountry?: string | null;
785
+ administrativeEmail?: string | null;
786
+ administrativeFax?: string | null;
787
+ administrativeFaxExt?: string | null;
788
+ administrativeId?: string | null;
789
+ administrativeName?: string | null;
790
+ administrativeOrg?: string | null;
791
+ administrativePhone?: string | null;
792
+ administrativePhoneExt?: string | null;
793
+ administrativePostalCode?: string | null;
794
+ administrativeProvince?: string | null;
795
+ administrativeReferralUrl?: string | null;
796
+ administrativeStreet?: string | null;
797
+ billingCity?: string | null;
798
+ billingCountry?: string | null;
799
+ billingEmail?: string | null;
800
+ billingFax?: string | null;
801
+ billingFaxExt?: string | null;
802
+ billingId?: string | null;
803
+ billingName?: string | null;
804
+ billingOrg?: string | null;
805
+ billingPhone?: string | null;
806
+ billingPhoneExt?: string | null;
807
+ billingPostalCode?: string | null;
808
+ billingProvince?: string | null;
809
+ billingReferralUrl?: string | null;
810
+ billingStreet?: string | null;
811
+ createdDate?: string | null;
812
+ createdDateRaw?: string | null;
813
+ expirationDate?: string | null;
814
+ expirationDateRaw?: string | null;
815
+ registrantCity?: string | null;
816
+ registrantCountry?: string | null;
817
+ registrantEmail?: string | null;
818
+ registrantFax?: string | null;
819
+ registrantFaxExt?: string | null;
820
+ registrantId?: string | null;
821
+ registrantName?: string | null;
822
+ registrantOrg?: string | null;
823
+ registrantPhone?: string | null;
824
+ registrantPhoneExt?: string | null;
825
+ registrantPostalCode?: string | null;
826
+ registrantProvince?: string | null;
827
+ registrantReferralUrl?: string | null;
828
+ registrantStreet?: string | null;
829
+ registrarCity?: string | null;
830
+ registrarCountry?: string | null;
831
+ registrarEmail?: string | null;
832
+ registrarFax?: string | null;
833
+ registrarFaxExt?: string | null;
834
+ registrarId?: string | null;
835
+ registrarName?: string | null;
836
+ registrarOrg?: string | null;
837
+ registrarPhone?: string | null;
838
+ registrarPhoneExt?: string | null;
839
+ registrarPostalCode?: string | null;
840
+ registrarProvince?: string | null;
841
+ registrarReferralUrl?: string | null;
842
+ registrarStreet?: string | null;
843
+ status?: string[] | null;
844
+ technicalCity?: string | null;
845
+ technicalCountry?: string | null;
846
+ technicalEmail?: string | null;
847
+ technicalFax?: string | null;
848
+ technicalFaxExt?: string | null;
849
+ technicalId?: string | null;
850
+ technicalName?: string | null;
851
+ technicalOrg?: string | null;
852
+ technicalPhone?: string | null;
853
+ technicalPhoneExt?: string | null;
854
+ technicalPostalCode?: string | null;
855
+ technicalProvince?: string | null;
856
+ technicalReferralUrl?: string | null;
857
+ technicalStreet?: string | null;
858
+ updatedDate?: string | null;
859
+ updatedDateRaw?: string | null;
860
+ whoisServer?: string | null;
861
+ }
862
+ export declare const GetWhoiResponse: Schema.Schema<GetWhoiResponse>;
863
+ export type GetWhoiError = DefaultErrors;
864
+ export declare const getWhoi: API.OperationMethod<GetWhoiRequest, GetWhoiResponse, GetWhoiError, Credentials | HttpClient.HttpClient>;
865
+ //# sourceMappingURL=intel.d.ts.map