@indiciaosint/sdk 0.0.1
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.
- package/.devcontainer/README.md +30 -0
- package/FUNCTIONS.md +87 -0
- package/README.md +526 -0
- package/RUNTIMES.md +48 -0
- package/docs/sdks/indicia/README.md +3053 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/delete-v1-activity-by-id.d.ts +14 -0
- package/esm/funcs/delete-v1-activity-by-id.d.ts.map +1 -0
- package/esm/funcs/delete-v1-activity-by-id.js +82 -0
- package/esm/funcs/delete-v1-activity-by-id.js.map +1 -0
- package/esm/funcs/get-v1-activity-by-id.d.ts +14 -0
- package/esm/funcs/get-v1-activity-by-id.d.ts.map +1 -0
- package/esm/funcs/get-v1-activity-by-id.js +82 -0
- package/esm/funcs/get-v1-activity-by-id.js.map +1 -0
- package/esm/funcs/get-v1-activity.d.ts +14 -0
- package/esm/funcs/get-v1-activity.d.ts.map +1 -0
- package/esm/funcs/get-v1-activity.js +81 -0
- package/esm/funcs/get-v1-activity.js.map +1 -0
- package/esm/funcs/get-v1-info.d.ts +14 -0
- package/esm/funcs/get-v1-info.d.ts.map +1 -0
- package/esm/funcs/get-v1-info.js +66 -0
- package/esm/funcs/get-v1-info.js.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id-audit-log.d.ts +14 -0
- package/esm/funcs/get-v1-organizations-by-id-audit-log.d.ts.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id-audit-log.js +87 -0
- package/esm/funcs/get-v1-organizations-by-id-audit-log.js.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id-cases.d.ts +14 -0
- package/esm/funcs/get-v1-organizations-by-id-cases.d.ts.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id-cases.js +82 -0
- package/esm/funcs/get-v1-organizations-by-id-cases.js.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id-members.d.ts +14 -0
- package/esm/funcs/get-v1-organizations-by-id-members.d.ts.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id-members.js +82 -0
- package/esm/funcs/get-v1-organizations-by-id-members.js.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id.d.ts +14 -0
- package/esm/funcs/get-v1-organizations-by-id.d.ts.map +1 -0
- package/esm/funcs/get-v1-organizations-by-id.js +82 -0
- package/esm/funcs/get-v1-organizations-by-id.js.map +1 -0
- package/esm/funcs/get-v1-organizations.d.ts +14 -0
- package/esm/funcs/get-v1-organizations.d.ts.map +1 -0
- package/esm/funcs/get-v1-organizations.js +66 -0
- package/esm/funcs/get-v1-organizations.js.map +1 -0
- package/esm/funcs/get-v1-pricing.d.ts +14 -0
- package/esm/funcs/get-v1-pricing.d.ts.map +1 -0
- package/esm/funcs/get-v1-pricing.js +66 -0
- package/esm/funcs/get-v1-pricing.js.map +1 -0
- package/esm/funcs/post-v1-organizations-by-id-credits.d.ts +14 -0
- package/esm/funcs/post-v1-organizations-by-id-credits.d.ts.map +1 -0
- package/esm/funcs/post-v1-organizations-by-id-credits.js +83 -0
- package/esm/funcs/post-v1-organizations-by-id-credits.js.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-certificates.d.ts +18 -0
- package/esm/funcs/post-v1-search-infrastructure-certificates.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-certificates.js +85 -0
- package/esm/funcs/post-v1-search-infrastructure-certificates.js.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-dns.d.ts +18 -0
- package/esm/funcs/post-v1-search-infrastructure-dns.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-dns.js +84 -0
- package/esm/funcs/post-v1-search-infrastructure-dns.js.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-ipinfo.d.ts +18 -0
- package/esm/funcs/post-v1-search-infrastructure-ipinfo.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-ipinfo.js +84 -0
- package/esm/funcs/post-v1-search-infrastructure-ipinfo.js.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-portscan.d.ts +144 -0
- package/esm/funcs/post-v1-search-infrastructure-portscan.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-portscan.js +213 -0
- package/esm/funcs/post-v1-search-infrastructure-portscan.js.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-shodan.d.ts +18 -0
- package/esm/funcs/post-v1-search-infrastructure-shodan.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-shodan.js +84 -0
- package/esm/funcs/post-v1-search-infrastructure-shodan.js.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-whois.d.ts +18 -0
- package/esm/funcs/post-v1-search-infrastructure-whois.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-infrastructure-whois.js +84 -0
- package/esm/funcs/post-v1-search-infrastructure-whois.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-address.d.ts +15 -0
- package/esm/funcs/post-v1-search-intelligence-address.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-address.js +81 -0
- package/esm/funcs/post-v1-search-intelligence-address.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-email.d.ts +18 -0
- package/esm/funcs/post-v1-search-intelligence-email.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-email.js +84 -0
- package/esm/funcs/post-v1-search-intelligence-email.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-facial.d.ts +37 -0
- package/esm/funcs/post-v1-search-intelligence-facial.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-facial.js +106 -0
- package/esm/funcs/post-v1-search-intelligence-facial.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-geolocation.d.ts +29 -0
- package/esm/funcs/post-v1-search-intelligence-geolocation.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-geolocation.js +106 -0
- package/esm/funcs/post-v1-search-intelligence-geolocation.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-gmail.d.ts +18 -0
- package/esm/funcs/post-v1-search-intelligence-gmail.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-gmail.js +84 -0
- package/esm/funcs/post-v1-search-intelligence-gmail.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-hudsonrock.d.ts +18 -0
- package/esm/funcs/post-v1-search-intelligence-hudsonrock.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-hudsonrock.js +85 -0
- package/esm/funcs/post-v1-search-intelligence-hudsonrock.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-person.d.ts +18 -0
- package/esm/funcs/post-v1-search-intelligence-person.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-person.js +84 -0
- package/esm/funcs/post-v1-search-intelligence-person.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-phone.d.ts +18 -0
- package/esm/funcs/post-v1-search-intelligence-phone.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-phone.js +84 -0
- package/esm/funcs/post-v1-search-intelligence-phone.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-seon.d.ts +18 -0
- package/esm/funcs/post-v1-search-intelligence-seon.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-seon.js +84 -0
- package/esm/funcs/post-v1-search-intelligence-seon.js.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-web-dbs.d.ts +18 -0
- package/esm/funcs/post-v1-search-intelligence-web-dbs.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-intelligence-web-dbs.js +84 -0
- package/esm/funcs/post-v1-search-intelligence-web-dbs.js.map +1 -0
- package/esm/funcs/post-v1-search-socials-discord.d.ts +18 -0
- package/esm/funcs/post-v1-search-socials-discord.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-socials-discord.js +84 -0
- package/esm/funcs/post-v1-search-socials-discord.js.map +1 -0
- package/esm/funcs/post-v1-search-socials-github.d.ts +18 -0
- package/esm/funcs/post-v1-search-socials-github.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-socials-github.js +84 -0
- package/esm/funcs/post-v1-search-socials-github.js.map +1 -0
- package/esm/funcs/post-v1-search-socials-roblox.d.ts +18 -0
- package/esm/funcs/post-v1-search-socials-roblox.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-socials-roblox.js +84 -0
- package/esm/funcs/post-v1-search-socials-roblox.js.map +1 -0
- package/esm/funcs/post-v1-search-socials-tiktok.d.ts +18 -0
- package/esm/funcs/post-v1-search-socials-tiktok.d.ts.map +1 -0
- package/esm/funcs/post-v1-search-socials-tiktok.js +84 -0
- package/esm/funcs/post-v1-search-socials-tiktok.js.map +1 -0
- package/esm/funcs/post-v1-tools-doogle.d.ts +18 -0
- package/esm/funcs/post-v1-tools-doogle.d.ts.map +1 -0
- package/esm/funcs/post-v1-tools-doogle.js +84 -0
- package/esm/funcs/post-v1-tools-doogle.js.map +1 -0
- package/esm/funcs/post-v1-tools-doublecounter.d.ts +18 -0
- package/esm/funcs/post-v1-tools-doublecounter.d.ts.map +1 -0
- package/esm/funcs/post-v1-tools-doublecounter.js +84 -0
- package/esm/funcs/post-v1-tools-doublecounter.js.map +1 -0
- package/esm/funcs/post-v1-tools-intelx.d.ts +18 -0
- package/esm/funcs/post-v1-tools-intelx.d.ts.map +1 -0
- package/esm/funcs/post-v1-tools-intelx.js +84 -0
- package/esm/funcs/post-v1-tools-intelx.js.map +1 -0
- package/esm/funcs/post-v2-search-socials-username.d.ts +18 -0
- package/esm/funcs/post-v2-search-socials-username.d.ts.map +1 -0
- package/esm/funcs/post-v2-search-socials-username.js +84 -0
- package/esm/funcs/post-v2-search-socials-username.js.map +1 -0
- package/esm/hooks/hooks.d.ts +25 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +80 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/index.d.ts +3 -0
- package/esm/hooks/index.d.ts.map +1 -0
- package/esm/hooks/index.js +6 -0
- package/esm/hooks/index.js.map +1 -0
- package/esm/hooks/types.d.ts +77 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +6 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +8 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +31 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +38 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +31 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/encodings.d.ts +54 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +391 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/env.d.ts +15 -0
- package/esm/lib/env.d.ts.map +1 -0
- package/esm/lib/env.js +44 -0
- package/esm/lib/env.js.map +1 -0
- package/esm/lib/files.d.ts +26 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +91 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +209 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +59 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +202 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +27 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +120 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +157 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +21 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +57 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +63 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +294 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +83 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +149 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +24 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/errors/http-client-errors.d.ts +44 -0
- package/esm/models/errors/http-client-errors.d.ts.map +1 -0
- package/esm/models/errors/http-client-errors.js +56 -0
- package/esm/models/errors/http-client-errors.js.map +1 -0
- package/esm/models/errors/index.d.ts +30 -0
- package/esm/models/errors/index.d.ts.map +1 -0
- package/esm/models/errors/index.js +33 -0
- package/esm/models/errors/index.js.map +1 -0
- package/esm/models/errors/indicia-default-error.d.ts +10 -0
- package/esm/models/errors/indicia-default-error.d.ts.map +1 -0
- package/esm/models/errors/indicia-default-error.js +30 -0
- package/esm/models/errors/indicia-default-error.js.map +1 -0
- package/esm/models/errors/indicia-error.d.ts +19 -0
- package/esm/models/errors/indicia-error.d.ts.map +1 -0
- package/esm/models/errors/indicia-error.js +26 -0
- package/esm/models/errors/indicia-error.js.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-certificates.d.ts +29 -0
- package/esm/models/errors/post-v1-search-infrastructure-certificates.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-certificates.js +46 -0
- package/esm/models/errors/post-v1-search-infrastructure-certificates.js.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-dns.d.ts +26 -0
- package/esm/models/errors/post-v1-search-infrastructure-dns.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-dns.js +42 -0
- package/esm/models/errors/post-v1-search-infrastructure-dns.js.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-ipinfo.d.ts +26 -0
- package/esm/models/errors/post-v1-search-infrastructure-ipinfo.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-ipinfo.js +41 -0
- package/esm/models/errors/post-v1-search-infrastructure-ipinfo.js.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-portscan.d.ts +72 -0
- package/esm/models/errors/post-v1-search-infrastructure-portscan.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-portscan.js +110 -0
- package/esm/models/errors/post-v1-search-infrastructure-portscan.js.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-shodan.d.ts +26 -0
- package/esm/models/errors/post-v1-search-infrastructure-shodan.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-shodan.js +41 -0
- package/esm/models/errors/post-v1-search-infrastructure-shodan.js.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-whois.d.ts +26 -0
- package/esm/models/errors/post-v1-search-infrastructure-whois.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-infrastructure-whois.js +42 -0
- package/esm/models/errors/post-v1-search-infrastructure-whois.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-address.d.ts +26 -0
- package/esm/models/errors/post-v1-search-intelligence-address.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-address.js +42 -0
- package/esm/models/errors/post-v1-search-intelligence-address.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-email.d.ts +26 -0
- package/esm/models/errors/post-v1-search-intelligence-email.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-email.js +42 -0
- package/esm/models/errors/post-v1-search-intelligence-email.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-facial.d.ts +72 -0
- package/esm/models/errors/post-v1-search-intelligence-facial.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-facial.js +112 -0
- package/esm/models/errors/post-v1-search-intelligence-facial.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-geolocation.d.ts +72 -0
- package/esm/models/errors/post-v1-search-intelligence-geolocation.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-geolocation.js +110 -0
- package/esm/models/errors/post-v1-search-intelligence-geolocation.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-gmail.d.ts +26 -0
- package/esm/models/errors/post-v1-search-intelligence-gmail.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-gmail.js +42 -0
- package/esm/models/errors/post-v1-search-intelligence-gmail.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-hudsonrock.d.ts +26 -0
- package/esm/models/errors/post-v1-search-intelligence-hudsonrock.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-hudsonrock.js +41 -0
- package/esm/models/errors/post-v1-search-intelligence-hudsonrock.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-person.d.ts +26 -0
- package/esm/models/errors/post-v1-search-intelligence-person.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-person.js +42 -0
- package/esm/models/errors/post-v1-search-intelligence-person.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-phone.d.ts +26 -0
- package/esm/models/errors/post-v1-search-intelligence-phone.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-phone.js +42 -0
- package/esm/models/errors/post-v1-search-intelligence-phone.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-seon.d.ts +26 -0
- package/esm/models/errors/post-v1-search-intelligence-seon.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-seon.js +42 -0
- package/esm/models/errors/post-v1-search-intelligence-seon.js.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-web-dbs.d.ts +49 -0
- package/esm/models/errors/post-v1-search-intelligence-web-dbs.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-intelligence-web-dbs.js +77 -0
- package/esm/models/errors/post-v1-search-intelligence-web-dbs.js.map +1 -0
- package/esm/models/errors/post-v1-search-socials-discord.d.ts +26 -0
- package/esm/models/errors/post-v1-search-socials-discord.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-socials-discord.js +42 -0
- package/esm/models/errors/post-v1-search-socials-discord.js.map +1 -0
- package/esm/models/errors/post-v1-search-socials-github.d.ts +26 -0
- package/esm/models/errors/post-v1-search-socials-github.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-socials-github.js +41 -0
- package/esm/models/errors/post-v1-search-socials-github.js.map +1 -0
- package/esm/models/errors/post-v1-search-socials-roblox.d.ts +26 -0
- package/esm/models/errors/post-v1-search-socials-roblox.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-socials-roblox.js +41 -0
- package/esm/models/errors/post-v1-search-socials-roblox.js.map +1 -0
- package/esm/models/errors/post-v1-search-socials-tiktok.d.ts +26 -0
- package/esm/models/errors/post-v1-search-socials-tiktok.d.ts.map +1 -0
- package/esm/models/errors/post-v1-search-socials-tiktok.js +41 -0
- package/esm/models/errors/post-v1-search-socials-tiktok.js.map +1 -0
- package/esm/models/errors/post-v1-tools-doogle.d.ts +29 -0
- package/esm/models/errors/post-v1-tools-doogle.d.ts.map +1 -0
- package/esm/models/errors/post-v1-tools-doogle.js +46 -0
- package/esm/models/errors/post-v1-tools-doogle.js.map +1 -0
- package/esm/models/errors/post-v1-tools-doublecounter.d.ts +26 -0
- package/esm/models/errors/post-v1-tools-doublecounter.d.ts.map +1 -0
- package/esm/models/errors/post-v1-tools-doublecounter.js +41 -0
- package/esm/models/errors/post-v1-tools-doublecounter.js.map +1 -0
- package/esm/models/errors/post-v1-tools-intelx.d.ts +49 -0
- package/esm/models/errors/post-v1-tools-intelx.d.ts.map +1 -0
- package/esm/models/errors/post-v1-tools-intelx.js +75 -0
- package/esm/models/errors/post-v1-tools-intelx.js.map +1 -0
- package/esm/models/errors/post-v2-search-socials-username.d.ts +26 -0
- package/esm/models/errors/post-v2-search-socials-username.d.ts.map +1 -0
- package/esm/models/errors/post-v2-search-socials-username.js +42 -0
- package/esm/models/errors/post-v2-search-socials-username.js.map +1 -0
- package/esm/models/errors/response-validation-error.d.ts +26 -0
- package/esm/models/errors/response-validation-error.d.ts.map +1 -0
- package/esm/models/errors/response-validation-error.js +37 -0
- package/esm/models/errors/response-validation-error.js.map +1 -0
- package/esm/models/errors/sdk-validation-error.d.ts +21 -0
- package/esm/models/errors/sdk-validation-error.d.ts.map +1 -0
- package/esm/models/errors/sdk-validation-error.js +52 -0
- package/esm/models/errors/sdk-validation-error.js.map +1 -0
- package/esm/models/index.d.ts +2 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +5 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/operations/delete-v1-activity-by-id.d.ts +15 -0
- package/esm/models/operations/delete-v1-activity-by-id.d.ts.map +1 -0
- package/esm/models/operations/delete-v1-activity-by-id.js +12 -0
- package/esm/models/operations/delete-v1-activity-by-id.js.map +1 -0
- package/esm/models/operations/get-v1-activity-by-id.d.ts +105 -0
- package/esm/models/operations/get-v1-activity-by-id.d.ts.map +1 -0
- package/esm/models/operations/get-v1-activity-by-id.js +107 -0
- package/esm/models/operations/get-v1-activity-by-id.js.map +1 -0
- package/esm/models/operations/get-v1-activity.d.ts +104 -0
- package/esm/models/operations/get-v1-activity.d.ts.map +1 -0
- package/esm/models/operations/get-v1-activity.js +108 -0
- package/esm/models/operations/get-v1-activity.js.map +1 -0
- package/esm/models/operations/get-v1-info.d.ts +136 -0
- package/esm/models/operations/get-v1-info.d.ts.map +1 -0
- package/esm/models/operations/get-v1-info.js +119 -0
- package/esm/models/operations/get-v1-info.js.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id-audit-log.d.ts +43 -0
- package/esm/models/operations/get-v1-organizations-by-id-audit-log.d.ts.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id-audit-log.js +35 -0
- package/esm/models/operations/get-v1-organizations-by-id-audit-log.js.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id-cases.d.ts +38 -0
- package/esm/models/operations/get-v1-organizations-by-id-cases.d.ts.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id-cases.js +34 -0
- package/esm/models/operations/get-v1-organizations-by-id-cases.js.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id-members.d.ts +39 -0
- package/esm/models/operations/get-v1-organizations-by-id-members.d.ts.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id-members.js +35 -0
- package/esm/models/operations/get-v1-organizations-by-id-members.js.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id.d.ts +41 -0
- package/esm/models/operations/get-v1-organizations-by-id.d.ts.map +1 -0
- package/esm/models/operations/get-v1-organizations-by-id.js +37 -0
- package/esm/models/operations/get-v1-organizations-by-id.js.map +1 -0
- package/esm/models/operations/get-v1-organizations.d.ts +31 -0
- package/esm/models/operations/get-v1-organizations.d.ts.map +1 -0
- package/esm/models/operations/get-v1-organizations.js +30 -0
- package/esm/models/operations/get-v1-organizations.js.map +1 -0
- package/esm/models/operations/get-v1-pricing.d.ts +17 -0
- package/esm/models/operations/get-v1-pricing.d.ts.map +1 -0
- package/esm/models/operations/get-v1-pricing.js +16 -0
- package/esm/models/operations/get-v1-pricing.js.map +1 -0
- package/esm/models/operations/index.d.ts +36 -0
- package/esm/models/operations/index.d.ts.map +1 -0
- package/esm/models/operations/index.js +39 -0
- package/esm/models/operations/index.js.map +1 -0
- package/esm/models/operations/post-v1-organizations-by-id-credits.d.ts +39 -0
- package/esm/models/operations/post-v1-organizations-by-id-credits.d.ts.map +1 -0
- package/esm/models/operations/post-v1-organizations-by-id-credits.js +32 -0
- package/esm/models/operations/post-v1-organizations-by-id-credits.js.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-certificates.d.ts +53 -0
- package/esm/models/operations/post-v1-search-infrastructure-certificates.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-certificates.js +78 -0
- package/esm/models/operations/post-v1-search-infrastructure-certificates.js.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-dns.d.ts +194 -0
- package/esm/models/operations/post-v1-search-infrastructure-dns.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-dns.js +268 -0
- package/esm/models/operations/post-v1-search-infrastructure-dns.js.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-ipinfo.d.ts +58 -0
- package/esm/models/operations/post-v1-search-infrastructure-ipinfo.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-ipinfo.js +57 -0
- package/esm/models/operations/post-v1-search-infrastructure-ipinfo.js.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-portscan.d.ts +28 -0
- package/esm/models/operations/post-v1-search-infrastructure-portscan.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-portscan.js +22 -0
- package/esm/models/operations/post-v1-search-infrastructure-portscan.js.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-shodan.d.ts +215 -0
- package/esm/models/operations/post-v1-search-infrastructure-shodan.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-shodan.js +271 -0
- package/esm/models/operations/post-v1-search-infrastructure-shodan.js.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-whois.d.ts +97 -0
- package/esm/models/operations/post-v1-search-infrastructure-whois.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-infrastructure-whois.js +123 -0
- package/esm/models/operations/post-v1-search-infrastructure-whois.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-address.d.ts +77 -0
- package/esm/models/operations/post-v1-search-intelligence-address.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-address.js +82 -0
- package/esm/models/operations/post-v1-search-intelligence-address.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-email.d.ts +39 -0
- package/esm/models/operations/post-v1-search-intelligence-email.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-email.js +38 -0
- package/esm/models/operations/post-v1-search-intelligence-email.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-facial.d.ts +12 -0
- package/esm/models/operations/post-v1-search-intelligence-facial.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-facial.js +12 -0
- package/esm/models/operations/post-v1-search-intelligence-facial.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-geolocation.d.ts +24 -0
- package/esm/models/operations/post-v1-search-intelligence-geolocation.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-geolocation.js +20 -0
- package/esm/models/operations/post-v1-search-intelligence-geolocation.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-gmail.d.ts +196 -0
- package/esm/models/operations/post-v1-search-intelligence-gmail.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-gmail.js +214 -0
- package/esm/models/operations/post-v1-search-intelligence-gmail.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-hudsonrock.d.ts +265 -0
- package/esm/models/operations/post-v1-search-intelligence-hudsonrock.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-hudsonrock.js +355 -0
- package/esm/models/operations/post-v1-search-intelligence-hudsonrock.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-person.d.ts +74 -0
- package/esm/models/operations/post-v1-search-intelligence-person.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-person.js +81 -0
- package/esm/models/operations/post-v1-search-intelligence-person.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-phone.d.ts +111 -0
- package/esm/models/operations/post-v1-search-intelligence-phone.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-phone.js +154 -0
- package/esm/models/operations/post-v1-search-intelligence-phone.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-seon.d.ts +413 -0
- package/esm/models/operations/post-v1-search-intelligence-seon.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-seon.js +598 -0
- package/esm/models/operations/post-v1-search-intelligence-seon.js.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-web-dbs.d.ts +581 -0
- package/esm/models/operations/post-v1-search-intelligence-web-dbs.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-intelligence-web-dbs.js +736 -0
- package/esm/models/operations/post-v1-search-intelligence-web-dbs.js.map +1 -0
- package/esm/models/operations/post-v1-search-socials-discord.d.ts +243 -0
- package/esm/models/operations/post-v1-search-socials-discord.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-socials-discord.js +264 -0
- package/esm/models/operations/post-v1-search-socials-discord.js.map +1 -0
- package/esm/models/operations/post-v1-search-socials-github.d.ts +48 -0
- package/esm/models/operations/post-v1-search-socials-github.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-socials-github.js +52 -0
- package/esm/models/operations/post-v1-search-socials-github.js.map +1 -0
- package/esm/models/operations/post-v1-search-socials-roblox.d.ts +119 -0
- package/esm/models/operations/post-v1-search-socials-roblox.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-socials-roblox.js +118 -0
- package/esm/models/operations/post-v1-search-socials-roblox.js.map +1 -0
- package/esm/models/operations/post-v1-search-socials-tiktok.d.ts +389 -0
- package/esm/models/operations/post-v1-search-socials-tiktok.d.ts.map +1 -0
- package/esm/models/operations/post-v1-search-socials-tiktok.js +617 -0
- package/esm/models/operations/post-v1-search-socials-tiktok.js.map +1 -0
- package/esm/models/operations/post-v1-tools-doogle.d.ts +97 -0
- package/esm/models/operations/post-v1-tools-doogle.d.ts.map +1 -0
- package/esm/models/operations/post-v1-tools-doogle.js +103 -0
- package/esm/models/operations/post-v1-tools-doogle.js.map +1 -0
- package/esm/models/operations/post-v1-tools-doublecounter.d.ts +24 -0
- package/esm/models/operations/post-v1-tools-doublecounter.d.ts.map +1 -0
- package/esm/models/operations/post-v1-tools-doublecounter.js +22 -0
- package/esm/models/operations/post-v1-tools-doublecounter.js.map +1 -0
- package/esm/models/operations/post-v1-tools-intelx.d.ts +88 -0
- package/esm/models/operations/post-v1-tools-intelx.d.ts.map +1 -0
- package/esm/models/operations/post-v1-tools-intelx.js +82 -0
- package/esm/models/operations/post-v1-tools-intelx.js.map +1 -0
- package/esm/models/operations/post-v2-search-socials-username.d.ts +282 -0
- package/esm/models/operations/post-v2-search-socials-username.d.ts.map +1 -0
- package/esm/models/operations/post-v2-search-socials-username.js +416 -0
- package/esm/models/operations/post-v2-search-socials-username.js.map +1 -0
- package/esm/models/security.d.ts +12 -0
- package/esm/models/security.d.ts.map +1 -0
- package/esm/models/security.js +17 -0
- package/esm/models/security.js.map +1 -0
- package/esm/sdk/index.d.ts +2 -0
- package/esm/sdk/index.d.ts.map +1 -0
- package/esm/sdk/index.js +5 -0
- package/esm/sdk/index.js.map +1 -0
- package/esm/sdk/sdk.d.ts +370 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +478 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/types/async.d.ts +23 -0
- package/esm/types/async.d.ts.map +1 -0
- package/esm/types/async.js +28 -0
- package/esm/types/async.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/const-date-time.d.ts +3 -0
- package/esm/types/const-date-time.d.ts.map +1 -0
- package/esm/types/const-date-time.js +10 -0
- package/esm/types/const-date-time.js.map +1 -0
- package/esm/types/default-to-zero-value.d.ts +12 -0
- package/esm/types/default-to-zero-value.d.ts.map +1 -0
- package/esm/types/default-to-zero-value.js +31 -0
- package/esm/types/default-to-zero-value.js.map +1 -0
- package/esm/types/enums.d.ts +9 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +27 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/index.d.ts +10 -0
- package/esm/types/index.d.ts.map +1 -0
- package/esm/types/index.js +10 -0
- package/esm/types/index.js.map +1 -0
- package/esm/types/operations.d.ts +27 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +77 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/primitives.d.ts +9 -0
- package/esm/types/primitives.d.ts.map +1 -0
- package/esm/types/primitives.js +109 -0
- package/esm/types/primitives.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +43 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/smart-union.d.ts +7 -0
- package/esm/types/smart-union.d.ts.map +1 -0
- package/esm/types/smart-union.js +117 -0
- package/esm/types/smart-union.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/esm/types/unrecognized.d.ts +16 -0
- package/esm/types/unrecognized.d.ts.map +1 -0
- package/esm/types/unrecognized.js +31 -0
- package/esm/types/unrecognized.js.map +1 -0
- package/examples/README.md +31 -0
- package/examples/getV1Info.example.ts +26 -0
- package/examples/node_modules/@esbuild/darwin-arm64/README.md +3 -0
- package/examples/node_modules/@types/node/LICENSE +21 -0
- package/examples/node_modules/@types/node/README.md +15 -0
- package/examples/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/examples/node_modules/@types/node/assert.d.ts +1062 -0
- package/examples/node_modules/@types/node/async_hooks.d.ts +605 -0
- package/examples/node_modules/@types/node/buffer.buffer.d.ts +471 -0
- package/examples/node_modules/@types/node/buffer.d.ts +1936 -0
- package/examples/node_modules/@types/node/child_process.d.ts +1475 -0
- package/examples/node_modules/@types/node/cluster.d.ts +577 -0
- package/examples/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
- package/examples/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/examples/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
- package/examples/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/examples/node_modules/@types/node/console.d.ts +452 -0
- package/examples/node_modules/@types/node/constants.d.ts +21 -0
- package/examples/node_modules/@types/node/crypto.d.ts +4590 -0
- package/examples/node_modules/@types/node/dgram.d.ts +597 -0
- package/examples/node_modules/@types/node/diagnostics_channel.d.ts +578 -0
- package/examples/node_modules/@types/node/dns/promises.d.ts +479 -0
- package/examples/node_modules/@types/node/dns.d.ts +871 -0
- package/examples/node_modules/@types/node/domain.d.ts +170 -0
- package/examples/node_modules/@types/node/events.d.ts +977 -0
- package/examples/node_modules/@types/node/fs/promises.d.ts +1270 -0
- package/examples/node_modules/@types/node/fs.d.ts +4375 -0
- package/examples/node_modules/@types/node/globals.d.ts +172 -0
- package/examples/node_modules/@types/node/globals.typedarray.d.ts +38 -0
- package/examples/node_modules/@types/node/http.d.ts +2049 -0
- package/examples/node_modules/@types/node/http2.d.ts +2712 -0
- package/examples/node_modules/@types/node/https.d.ts +578 -0
- package/examples/node_modules/@types/node/index.d.ts +93 -0
- package/examples/node_modules/@types/node/inspector.generated.d.ts +3966 -0
- package/examples/node_modules/@types/node/module.d.ts +539 -0
- package/examples/node_modules/@types/node/net.d.ts +1031 -0
- package/examples/node_modules/@types/node/os.d.ts +506 -0
- package/examples/node_modules/@types/node/path.d.ts +200 -0
- package/examples/node_modules/@types/node/perf_hooks.d.ts +961 -0
- package/examples/node_modules/@types/node/process.d.ts +1961 -0
- package/examples/node_modules/@types/node/punycode.d.ts +117 -0
- package/examples/node_modules/@types/node/querystring.d.ts +152 -0
- package/examples/node_modules/@types/node/readline/promises.d.ts +162 -0
- package/examples/node_modules/@types/node/readline.d.ts +589 -0
- package/examples/node_modules/@types/node/repl.d.ts +430 -0
- package/examples/node_modules/@types/node/sea.d.ts +153 -0
- package/examples/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/examples/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/examples/node_modules/@types/node/stream/web.d.ts +533 -0
- package/examples/node_modules/@types/node/stream.d.ts +1698 -0
- package/examples/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/examples/node_modules/@types/node/test.d.ts +1787 -0
- package/examples/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/examples/node_modules/@types/node/timers.d.ts +286 -0
- package/examples/node_modules/@types/node/tls.d.ts +1259 -0
- package/examples/node_modules/@types/node/trace_events.d.ts +197 -0
- package/examples/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
- package/examples/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +34 -0
- package/examples/node_modules/@types/node/ts5.6/index.d.ts +93 -0
- package/examples/node_modules/@types/node/tty.d.ts +208 -0
- package/examples/node_modules/@types/node/url.d.ts +964 -0
- package/examples/node_modules/@types/node/util.d.ts +2331 -0
- package/examples/node_modules/@types/node/v8.d.ts +809 -0
- package/examples/node_modules/@types/node/vm.d.ts +1001 -0
- package/examples/node_modules/@types/node/wasi.d.ts +181 -0
- package/examples/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/examples/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/examples/node_modules/@types/node/web-globals/events.d.ts +97 -0
- package/examples/node_modules/@types/node/web-globals/fetch.d.ts +55 -0
- package/examples/node_modules/@types/node/worker_threads.d.ts +715 -0
- package/examples/node_modules/@types/node/zlib.d.ts +598 -0
- package/examples/node_modules/dotenv/LICENSE +23 -0
- package/examples/node_modules/dotenv/README.md +645 -0
- package/examples/node_modules/dotenv/config.d.ts +1 -0
- package/examples/node_modules/dotenv/config.js +9 -0
- package/examples/node_modules/dotenv/lib/cli-options.js +17 -0
- package/examples/node_modules/dotenv/lib/env-options.js +28 -0
- package/examples/node_modules/dotenv/lib/main.d.ts +162 -0
- package/examples/node_modules/dotenv/lib/main.js +386 -0
- package/examples/node_modules/esbuild/LICENSE.md +21 -0
- package/examples/node_modules/esbuild/README.md +3 -0
- package/examples/node_modules/esbuild/install.js +300 -0
- package/examples/node_modules/esbuild/lib/main.d.ts +716 -0
- package/examples/node_modules/esbuild/lib/main.js +2532 -0
- package/examples/node_modules/fsevents/LICENSE +22 -0
- package/examples/node_modules/fsevents/README.md +89 -0
- package/examples/node_modules/fsevents/fsevents.d.ts +46 -0
- package/examples/node_modules/fsevents/fsevents.js +83 -0
- package/examples/node_modules/tsx/LICENSE +21 -0
- package/examples/node_modules/tsx/README.md +32 -0
- package/examples/node_modules/tsx/dist/cjs/api/index.mjs +1 -0
- package/examples/node_modules/tsx/dist/cjs/index.mjs +1 -0
- package/examples/node_modules/tsx/dist/cli.mjs +55 -0
- package/examples/node_modules/tsx/dist/client-D_mPDF5S.mjs +1 -0
- package/examples/node_modules/tsx/dist/esm/api/index.mjs +1 -0
- package/examples/node_modules/tsx/dist/esm/index.mjs +1 -0
- package/examples/node_modules/tsx/dist/get-pipe-path-_tAJyU_v.mjs +1 -0
- package/examples/node_modules/tsx/dist/index-XurvG3JN.mjs +14 -0
- package/examples/node_modules/tsx/dist/index-gbaejti9.mjs +1 -0
- package/examples/node_modules/tsx/dist/lexer-DQCqS3nf.mjs +3 -0
- package/examples/node_modules/tsx/dist/loader.mjs +1 -0
- package/examples/node_modules/tsx/dist/node-features-B9BBLzwu.mjs +1 -0
- package/examples/node_modules/tsx/dist/package-Bj47PlGH.mjs +1 -0
- package/examples/node_modules/tsx/dist/patch-repl.mjs +1 -0
- package/examples/node_modules/tsx/dist/preflight.mjs +1 -0
- package/examples/node_modules/tsx/dist/register-BnTWPeIB.mjs +10 -0
- package/examples/node_modules/tsx/dist/register-CqMfTiWi.mjs +2 -0
- package/examples/node_modules/tsx/dist/repl.mjs +3 -0
- package/examples/node_modules/tsx/dist/require-DzmC1hVr.mjs +1 -0
- package/examples/node_modules/tsx/dist/suppress-warnings.mjs +1 -0
- package/examples/node_modules/tsx/dist/temporary-directory-BDDVQOvU.mjs +1 -0
- package/examples/node_modules/tsx/dist/types-Cxp8y2TL.d.ts +5 -0
- package/examples/node_modules/undici-types/LICENSE +21 -0
- package/examples/node_modules/undici-types/README.md +6 -0
- package/examples/node_modules/undici-types/agent.d.ts +31 -0
- package/examples/node_modules/undici-types/api.d.ts +43 -0
- package/examples/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/examples/node_modules/undici-types/cache.d.ts +36 -0
- package/examples/node_modules/undici-types/client.d.ts +108 -0
- package/examples/node_modules/undici-types/connector.d.ts +34 -0
- package/examples/node_modules/undici-types/content-type.d.ts +21 -0
- package/examples/node_modules/undici-types/cookies.d.ts +28 -0
- package/examples/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/examples/node_modules/undici-types/dispatcher.d.ts +256 -0
- package/examples/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/examples/node_modules/undici-types/errors.d.ts +149 -0
- package/examples/node_modules/undici-types/eventsource.d.ts +61 -0
- package/examples/node_modules/undici-types/fetch.d.ts +209 -0
- package/examples/node_modules/undici-types/file.d.ts +39 -0
- package/examples/node_modules/undici-types/filereader.d.ts +54 -0
- package/examples/node_modules/undici-types/formdata.d.ts +108 -0
- package/examples/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/examples/node_modules/undici-types/global-origin.d.ts +7 -0
- package/examples/node_modules/undici-types/handlers.d.ts +15 -0
- package/examples/node_modules/undici-types/header.d.ts +4 -0
- package/examples/node_modules/undici-types/index.d.ts +71 -0
- package/examples/node_modules/undici-types/interceptors.d.ts +17 -0
- package/examples/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/examples/node_modules/undici-types/mock-client.d.ts +25 -0
- package/examples/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/examples/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/examples/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/examples/node_modules/undici-types/patch.d.ts +33 -0
- package/examples/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/examples/node_modules/undici-types/pool.d.ts +39 -0
- package/examples/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/examples/node_modules/undici-types/readable.d.ts +65 -0
- package/examples/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/examples/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/examples/node_modules/undici-types/util.d.ts +18 -0
- package/examples/node_modules/undici-types/webidl.d.ts +228 -0
- package/examples/node_modules/undici-types/websocket.d.ts +150 -0
- package/jsr.json +27 -0
- package/package.json +59 -0
- package/src/core.ts +13 -0
- package/src/funcs/delete-v1-activity-by-id.ts +166 -0
- package/src/funcs/get-v1-activity-by-id.ts +166 -0
- package/src/funcs/get-v1-activity.ts +169 -0
- package/src/funcs/get-v1-info.ts +141 -0
- package/src/funcs/get-v1-organizations-by-id-audit-log.ts +178 -0
- package/src/funcs/get-v1-organizations-by-id-cases.ts +169 -0
- package/src/funcs/get-v1-organizations-by-id-members.ts +169 -0
- package/src/funcs/get-v1-organizations-by-id.ts +166 -0
- package/src/funcs/get-v1-organizations.ts +141 -0
- package/src/funcs/get-v1-pricing.ts +141 -0
- package/src/funcs/post-v1-organizations-by-id-credits.ts +173 -0
- package/src/funcs/post-v1-search-infrastructure-certificates.ts +183 -0
- package/src/funcs/post-v1-search-infrastructure-dns.ts +179 -0
- package/src/funcs/post-v1-search-infrastructure-ipinfo.ts +182 -0
- package/src/funcs/post-v1-search-infrastructure-portscan.ts +322 -0
- package/src/funcs/post-v1-search-infrastructure-shodan.ts +182 -0
- package/src/funcs/post-v1-search-infrastructure-whois.ts +182 -0
- package/src/funcs/post-v1-search-intelligence-address.ts +179 -0
- package/src/funcs/post-v1-search-intelligence-email.ts +179 -0
- package/src/funcs/post-v1-search-intelligence-facial.ts +216 -0
- package/src/funcs/post-v1-search-intelligence-geolocation.ts +216 -0
- package/src/funcs/post-v1-search-intelligence-gmail.ts +179 -0
- package/src/funcs/post-v1-search-intelligence-hudsonrock.ts +183 -0
- package/src/funcs/post-v1-search-intelligence-person.ts +182 -0
- package/src/funcs/post-v1-search-intelligence-phone.ts +179 -0
- package/src/funcs/post-v1-search-intelligence-seon.ts +179 -0
- package/src/funcs/post-v1-search-intelligence-web-dbs.ts +189 -0
- package/src/funcs/post-v1-search-socials-discord.ts +179 -0
- package/src/funcs/post-v1-search-socials-github.ts +179 -0
- package/src/funcs/post-v1-search-socials-roblox.ts +179 -0
- package/src/funcs/post-v1-search-socials-tiktok.ts +179 -0
- package/src/funcs/post-v1-tools-doogle.ts +173 -0
- package/src/funcs/post-v1-tools-doublecounter.ts +176 -0
- package/src/funcs/post-v1-tools-intelx.ts +177 -0
- package/src/funcs/post-v2-search-socials-username.ts +179 -0
- package/src/hooks/hooks.ts +129 -0
- package/src/hooks/index.ts +6 -0
- package/src/hooks/types.ts +108 -0
- package/src/index.ts +9 -0
- package/src/lib/base64.ts +39 -0
- package/src/lib/config.ts +64 -0
- package/src/lib/encodings.ts +529 -0
- package/src/lib/env.ts +61 -0
- package/src/lib/files.ts +104 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +353 -0
- package/src/lib/primitives.ts +166 -0
- package/src/lib/retries.ts +226 -0
- package/src/lib/schemas.ts +94 -0
- package/src/lib/sdks.ts +442 -0
- package/src/lib/security.ts +275 -0
- package/src/lib/url.ts +35 -0
- package/src/models/errors/http-client-errors.ts +62 -0
- package/src/models/errors/index.ts +33 -0
- package/src/models/errors/indicia-default-error.ts +40 -0
- package/src/models/errors/indicia-error.ts +35 -0
- package/src/models/errors/post-v1-search-infrastructure-certificates.ts +79 -0
- package/src/models/errors/post-v1-search-infrastructure-dns.ts +63 -0
- package/src/models/errors/post-v1-search-infrastructure-ipinfo.ts +63 -0
- package/src/models/errors/post-v1-search-infrastructure-portscan.ts +179 -0
- package/src/models/errors/post-v1-search-infrastructure-shodan.ts +63 -0
- package/src/models/errors/post-v1-search-infrastructure-whois.ts +63 -0
- package/src/models/errors/post-v1-search-intelligence-address.ts +63 -0
- package/src/models/errors/post-v1-search-intelligence-email.ts +63 -0
- package/src/models/errors/post-v1-search-intelligence-facial.ts +175 -0
- package/src/models/errors/post-v1-search-intelligence-geolocation.ts +179 -0
- package/src/models/errors/post-v1-search-intelligence-gmail.ts +63 -0
- package/src/models/errors/post-v1-search-intelligence-hudsonrock.ts +65 -0
- package/src/models/errors/post-v1-search-intelligence-person.ts +63 -0
- package/src/models/errors/post-v1-search-intelligence-phone.ts +63 -0
- package/src/models/errors/post-v1-search-intelligence-seon.ts +63 -0
- package/src/models/errors/post-v1-search-intelligence-web-dbs.ts +119 -0
- package/src/models/errors/post-v1-search-socials-discord.ts +63 -0
- package/src/models/errors/post-v1-search-socials-github.ts +60 -0
- package/src/models/errors/post-v1-search-socials-roblox.ts +60 -0
- package/src/models/errors/post-v1-search-socials-tiktok.ts +60 -0
- package/src/models/errors/post-v1-tools-doogle.ts +71 -0
- package/src/models/errors/post-v1-tools-doublecounter.ts +60 -0
- package/src/models/errors/post-v1-tools-intelx.ts +117 -0
- package/src/models/errors/post-v2-search-socials-username.ts +63 -0
- package/src/models/errors/response-validation-error.ts +50 -0
- package/src/models/errors/sdk-validation-error.ts +54 -0
- package/src/models/index.ts +5 -0
- package/src/models/operations/delete-v1-activity-by-id.ts +35 -0
- package/src/models/operations/get-v1-activity-by-id.ts +218 -0
- package/src/models/operations/get-v1-activity.ts +218 -0
- package/src/models/operations/get-v1-info.ts +230 -0
- package/src/models/operations/get-v1-organizations-by-id-audit-log.ts +99 -0
- package/src/models/operations/get-v1-organizations-by-id-cases.ts +96 -0
- package/src/models/operations/get-v1-organizations-by-id-members.ts +98 -0
- package/src/models/operations/get-v1-organizations-by-id.ts +105 -0
- package/src/models/operations/get-v1-organizations.ts +79 -0
- package/src/models/operations/get-v1-pricing.ts +38 -0
- package/src/models/operations/index.ts +39 -0
- package/src/models/operations/post-v1-organizations-by-id-credits.ts +102 -0
- package/src/models/operations/post-v1-search-infrastructure-certificates.ts +189 -0
- package/src/models/operations/post-v1-search-infrastructure-dns.ts +609 -0
- package/src/models/operations/post-v1-search-infrastructure-ipinfo.ts +147 -0
- package/src/models/operations/post-v1-search-infrastructure-portscan.ts +62 -0
- package/src/models/operations/post-v1-search-infrastructure-shodan.ts +647 -0
- package/src/models/operations/post-v1-search-infrastructure-whois.ts +313 -0
- package/src/models/operations/post-v1-search-intelligence-address.ts +217 -0
- package/src/models/operations/post-v1-search-intelligence-email.ts +104 -0
- package/src/models/operations/post-v1-search-intelligence-facial.ts +33 -0
- package/src/models/operations/post-v1-search-intelligence-geolocation.ts +50 -0
- package/src/models/operations/post-v1-search-intelligence-gmail.ts +565 -0
- package/src/models/operations/post-v1-search-intelligence-hudsonrock.ts +882 -0
- package/src/models/operations/post-v1-search-intelligence-person.ts +206 -0
- package/src/models/operations/post-v1-search-intelligence-phone.ts +366 -0
- package/src/models/operations/post-v1-search-intelligence-seon.ts +1384 -0
- package/src/models/operations/post-v1-search-intelligence-web-dbs.ts +1652 -0
- package/src/models/operations/post-v1-search-socials-discord.ts +678 -0
- package/src/models/operations/post-v1-search-socials-github.ts +127 -0
- package/src/models/operations/post-v1-search-socials-roblox.ts +312 -0
- package/src/models/operations/post-v1-search-socials-tiktok.ts +1449 -0
- package/src/models/operations/post-v1-tools-doogle.ts +282 -0
- package/src/models/operations/post-v1-tools-doublecounter.ts +63 -0
- package/src/models/operations/post-v1-tools-intelx.ts +157 -0
- package/src/models/operations/post-v2-search-socials-username.ts +870 -0
- package/src/models/security.ts +34 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/sdk.ts +753 -0
- package/src/types/async.ts +69 -0
- package/src/types/blobs.ts +33 -0
- package/src/types/const-date-time.ts +15 -0
- package/src/types/default-to-zero-value.ts +33 -0
- package/src/types/enums.ts +45 -0
- package/src/types/fp.ts +50 -0
- package/src/types/index.ts +13 -0
- package/src/types/operations.ts +105 -0
- package/src/types/primitives.ts +140 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/smart-union.ts +153 -0
- package/src/types/streams.ts +21 -0
- package/src/types/unrecognized.ts +35 -0
|
@@ -0,0 +1,736 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v4-mini";
|
|
5
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
+
import { collectExtraKeys as collectExtraKeys$, safeParse, } from "../../lib/schemas.js";
|
|
7
|
+
import * as openEnums from "../../types/enums.js";
|
|
8
|
+
import * as types from "../../types/primitives.js";
|
|
9
|
+
import { smartUnion } from "../../types/smart-union.js";
|
|
10
|
+
export const Service = {
|
|
11
|
+
Cloudsint: "cloudsint",
|
|
12
|
+
IntelligencexIdentityportal: "intelligencex.identityportal",
|
|
13
|
+
Leakcheck: "leakcheck",
|
|
14
|
+
Snusbase: "snusbase",
|
|
15
|
+
};
|
|
16
|
+
export const CloudsintTypeRequest = {
|
|
17
|
+
Discordid: "discordid",
|
|
18
|
+
Email: "email",
|
|
19
|
+
Ip: "ip",
|
|
20
|
+
Name: "name",
|
|
21
|
+
Password: "password",
|
|
22
|
+
Phone: "phone",
|
|
23
|
+
Steamid: "steamid",
|
|
24
|
+
Url: "url",
|
|
25
|
+
Username: "username",
|
|
26
|
+
};
|
|
27
|
+
export const IntelxType = {
|
|
28
|
+
Domain: "domain",
|
|
29
|
+
Email: "email",
|
|
30
|
+
Ip: "ip",
|
|
31
|
+
Phone: "phone",
|
|
32
|
+
Url: "url",
|
|
33
|
+
};
|
|
34
|
+
export const LeakCheckType = {
|
|
35
|
+
Auto: "auto",
|
|
36
|
+
Domain: "domain",
|
|
37
|
+
Email: "email",
|
|
38
|
+
Hash: "hash",
|
|
39
|
+
Keyword: "keyword",
|
|
40
|
+
Origin: "origin",
|
|
41
|
+
Password: "password",
|
|
42
|
+
Phash: "phash",
|
|
43
|
+
Phone: "phone",
|
|
44
|
+
Username: "username",
|
|
45
|
+
};
|
|
46
|
+
export const SnusbaseType = {
|
|
47
|
+
Domain: "_domain",
|
|
48
|
+
Email: "email",
|
|
49
|
+
Hash: "hash",
|
|
50
|
+
Lastip: "lastip",
|
|
51
|
+
Name: "name",
|
|
52
|
+
Password: "password",
|
|
53
|
+
Phone: "phone",
|
|
54
|
+
Username: "username",
|
|
55
|
+
Wildcard: "wildcard",
|
|
56
|
+
};
|
|
57
|
+
export const CloudsintTypeResponse = {
|
|
58
|
+
Discordid: "discordid",
|
|
59
|
+
Email: "email",
|
|
60
|
+
Ip: "ip",
|
|
61
|
+
Name: "name",
|
|
62
|
+
Password: "password",
|
|
63
|
+
Phone: "phone",
|
|
64
|
+
Steamid: "steamid",
|
|
65
|
+
Url: "url",
|
|
66
|
+
Username: "username",
|
|
67
|
+
};
|
|
68
|
+
export const Compilation = {
|
|
69
|
+
Zero: "0",
|
|
70
|
+
One: "1",
|
|
71
|
+
};
|
|
72
|
+
export const Passwordless = {
|
|
73
|
+
Zero: "0",
|
|
74
|
+
One: "1",
|
|
75
|
+
};
|
|
76
|
+
export const Unverified = {
|
|
77
|
+
Zero: "0",
|
|
78
|
+
One: "1",
|
|
79
|
+
};
|
|
80
|
+
export const PlatformVariableType = {
|
|
81
|
+
Bool: "bool",
|
|
82
|
+
List: "list",
|
|
83
|
+
Number: "number",
|
|
84
|
+
Str: "str",
|
|
85
|
+
};
|
|
86
|
+
export const PostV1SearchIntelligenceWebDbsStatus = {
|
|
87
|
+
Found: "found",
|
|
88
|
+
NotFound: "not_found",
|
|
89
|
+
};
|
|
90
|
+
/** @internal */
|
|
91
|
+
export const Service$outboundSchema = z.enum(Service);
|
|
92
|
+
/** @internal */
|
|
93
|
+
export const CloudsintTypeRequest$outboundSchema = z.enum(CloudsintTypeRequest);
|
|
94
|
+
/** @internal */
|
|
95
|
+
export const IntelxType$outboundSchema = z
|
|
96
|
+
.enum(IntelxType);
|
|
97
|
+
/** @internal */
|
|
98
|
+
export const LeakCheckType$outboundSchema = z.enum(LeakCheckType);
|
|
99
|
+
/** @internal */
|
|
100
|
+
export const SnusbaseType$outboundSchema = z
|
|
101
|
+
.enum(SnusbaseType);
|
|
102
|
+
/** @internal */
|
|
103
|
+
export const PostV1SearchIntelligenceWebDbsRequest$outboundSchema = z.object({
|
|
104
|
+
query: z.string(),
|
|
105
|
+
services: z.array(Service$outboundSchema),
|
|
106
|
+
cloudsintType: z.optional(CloudsintTypeRequest$outboundSchema),
|
|
107
|
+
intelxType: z.optional(IntelxType$outboundSchema),
|
|
108
|
+
leakCheckType: z.optional(LeakCheckType$outboundSchema),
|
|
109
|
+
snusbaseType: z.optional(SnusbaseType$outboundSchema),
|
|
110
|
+
});
|
|
111
|
+
export function postV1SearchIntelligenceWebDbsRequestToJSON(postV1SearchIntelligenceWebDbsRequest) {
|
|
112
|
+
return JSON.stringify(PostV1SearchIntelligenceWebDbsRequest$outboundSchema.parse(postV1SearchIntelligenceWebDbsRequest));
|
|
113
|
+
}
|
|
114
|
+
/** @internal */
|
|
115
|
+
export const PostV1SearchIntelligenceWebDbsBreach$inboundSchema = z.pipe(z.object({
|
|
116
|
+
email: types.string(),
|
|
117
|
+
id: types.string(),
|
|
118
|
+
imported_at: types.string(),
|
|
119
|
+
password: types.string(),
|
|
120
|
+
source: types.string(),
|
|
121
|
+
source_date: types.string(),
|
|
122
|
+
source_name: types.string(),
|
|
123
|
+
url: types.string(),
|
|
124
|
+
username: types.string(),
|
|
125
|
+
}), z.transform((v) => {
|
|
126
|
+
return remap$(v, {
|
|
127
|
+
"imported_at": "importedAt",
|
|
128
|
+
"source_date": "sourceDate",
|
|
129
|
+
"source_name": "sourceName",
|
|
130
|
+
});
|
|
131
|
+
}));
|
|
132
|
+
export function postV1SearchIntelligenceWebDbsBreachFromJSON(jsonString) {
|
|
133
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsBreach$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsBreach' from JSON`);
|
|
134
|
+
}
|
|
135
|
+
/** @internal */
|
|
136
|
+
export const CloudsintTypeResponse$inboundSchema = openEnums.inboundSchema(CloudsintTypeResponse);
|
|
137
|
+
/** @internal */
|
|
138
|
+
export const PostV1SearchIntelligenceWebDbsData$inboundSchema = z.pipe(z.object({
|
|
139
|
+
breaches: z.array(z.lazy(() => PostV1SearchIntelligenceWebDbsBreach$inboundSchema)),
|
|
140
|
+
query: types.string(),
|
|
141
|
+
total_matches: types.number(),
|
|
142
|
+
type: CloudsintTypeResponse$inboundSchema,
|
|
143
|
+
}), z.transform((v) => {
|
|
144
|
+
return remap$(v, {
|
|
145
|
+
"total_matches": "totalMatches",
|
|
146
|
+
});
|
|
147
|
+
}));
|
|
148
|
+
export function postV1SearchIntelligenceWebDbsDataFromJSON(jsonString) {
|
|
149
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsData' from JSON`);
|
|
150
|
+
}
|
|
151
|
+
/** @internal */
|
|
152
|
+
export const Cloudsint$inboundSchema = z
|
|
153
|
+
.object({
|
|
154
|
+
data: z.lazy(() => PostV1SearchIntelligenceWebDbsData$inboundSchema),
|
|
155
|
+
duration: types.number(),
|
|
156
|
+
success: types.boolean(),
|
|
157
|
+
});
|
|
158
|
+
export function cloudsintFromJSON(jsonString) {
|
|
159
|
+
return safeParse(jsonString, (x) => Cloudsint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Cloudsint' from JSON`);
|
|
160
|
+
}
|
|
161
|
+
/** @internal */
|
|
162
|
+
export const LogInfo$inboundSchema = z.pipe(z.object({
|
|
163
|
+
hwid: types.nullable(types.string()),
|
|
164
|
+
name: types.nullable(types.string()),
|
|
165
|
+
system_name: types.nullable(types.string()),
|
|
166
|
+
}), z.transform((v) => {
|
|
167
|
+
return remap$(v, {
|
|
168
|
+
"system_name": "systemName",
|
|
169
|
+
});
|
|
170
|
+
}));
|
|
171
|
+
export function logInfoFromJSON(jsonString) {
|
|
172
|
+
return safeParse(jsonString, (x) => LogInfo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'LogInfo' from JSON`);
|
|
173
|
+
}
|
|
174
|
+
/** @internal */
|
|
175
|
+
export const Credential$inboundSchema = z
|
|
176
|
+
.pipe(z.object({
|
|
177
|
+
log_info: z.lazy(() => LogInfo$inboundSchema),
|
|
178
|
+
date: types.optional(types.string()),
|
|
179
|
+
login: types.optional(types.string()),
|
|
180
|
+
password: types.optional(types.string()),
|
|
181
|
+
url: types.optional(types.string()),
|
|
182
|
+
}), z.transform((v) => {
|
|
183
|
+
return remap$(v, {
|
|
184
|
+
"log_info": "logInfo",
|
|
185
|
+
});
|
|
186
|
+
}));
|
|
187
|
+
export function credentialFromJSON(jsonString) {
|
|
188
|
+
return safeParse(jsonString, (x) => Credential$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Credential' from JSON`);
|
|
189
|
+
}
|
|
190
|
+
/** @internal */
|
|
191
|
+
export const Ghosint$inboundSchema = z.pipe(z.object({
|
|
192
|
+
count: types.number(),
|
|
193
|
+
credentials: z.array(z.lazy(() => Credential$inboundSchema)),
|
|
194
|
+
result_id: types.string(),
|
|
195
|
+
}), z.transform((v) => {
|
|
196
|
+
return remap$(v, {
|
|
197
|
+
"result_id": "resultId",
|
|
198
|
+
});
|
|
199
|
+
}));
|
|
200
|
+
export function ghosintFromJSON(jsonString) {
|
|
201
|
+
return safeParse(jsonString, (x) => Ghosint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ghosint' from JSON`);
|
|
202
|
+
}
|
|
203
|
+
/** @internal */
|
|
204
|
+
export const ResultsSource$inboundSchema = z.object({
|
|
205
|
+
date: types.optional(types.string()),
|
|
206
|
+
name: types.optional(types.string()),
|
|
207
|
+
});
|
|
208
|
+
export function resultsSourceFromJSON(jsonString) {
|
|
209
|
+
return safeParse(jsonString, (x) => ResultsSource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResultsSource' from JSON`);
|
|
210
|
+
}
|
|
211
|
+
/** @internal */
|
|
212
|
+
export const ResultsResults$inboundSchema = z.pipe(z.object({
|
|
213
|
+
id: types.string(),
|
|
214
|
+
source: z.lazy(() => ResultsSource$inboundSchema),
|
|
215
|
+
email: types.optional(types.string()),
|
|
216
|
+
full_name: types.optional(types.string()),
|
|
217
|
+
hash: types.optional(types.string()),
|
|
218
|
+
ip_address: types.optional(types.string()),
|
|
219
|
+
other_fields: types.optional(z.record(z.string(), types.string())),
|
|
220
|
+
password: types.optional(types.string()),
|
|
221
|
+
phone_number: types.optional(types.string()),
|
|
222
|
+
sensitive_fields: types.optional(z.record(z.string(), types.string())),
|
|
223
|
+
username: types.optional(types.string()),
|
|
224
|
+
}), z.transform((v) => {
|
|
225
|
+
return remap$(v, {
|
|
226
|
+
"full_name": "fullName",
|
|
227
|
+
"ip_address": "ipAddress",
|
|
228
|
+
"other_fields": "otherFields",
|
|
229
|
+
"phone_number": "phoneNumber",
|
|
230
|
+
"sensitive_fields": "sensitiveFields",
|
|
231
|
+
});
|
|
232
|
+
}));
|
|
233
|
+
export function resultsResultsFromJSON(jsonString) {
|
|
234
|
+
return safeParse(jsonString, (x) => ResultsResults$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResultsResults' from JSON`);
|
|
235
|
+
}
|
|
236
|
+
/** @internal */
|
|
237
|
+
export const Results$inboundSchema = z.pipe(z.object({
|
|
238
|
+
databases: types.number(),
|
|
239
|
+
first_seen: types.string(),
|
|
240
|
+
found: types.number(),
|
|
241
|
+
last_seen: types.string(),
|
|
242
|
+
results: z.lazy(() => ResultsResults$inboundSchema),
|
|
243
|
+
}), z.transform((v) => {
|
|
244
|
+
return remap$(v, {
|
|
245
|
+
"first_seen": "firstSeen",
|
|
246
|
+
"last_seen": "lastSeen",
|
|
247
|
+
});
|
|
248
|
+
}));
|
|
249
|
+
export function resultsFromJSON(jsonString) {
|
|
250
|
+
return safeParse(jsonString, (x) => Results$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Results' from JSON`);
|
|
251
|
+
}
|
|
252
|
+
/** @internal */
|
|
253
|
+
export const Hackcheck$inboundSchema = z
|
|
254
|
+
.object({
|
|
255
|
+
results: z.lazy(() => Results$inboundSchema),
|
|
256
|
+
});
|
|
257
|
+
export function hackcheckFromJSON(jsonString) {
|
|
258
|
+
return safeParse(jsonString, (x) => Hackcheck$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Hackcheck' from JSON`);
|
|
259
|
+
}
|
|
260
|
+
/** @internal */
|
|
261
|
+
export const Tag$inboundSchema = z.object({
|
|
262
|
+
class: types.number(),
|
|
263
|
+
value: types.string(),
|
|
264
|
+
});
|
|
265
|
+
export function tagFromJSON(jsonString) {
|
|
266
|
+
return safeParse(jsonString, (x) => Tag$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Tag' from JSON`);
|
|
267
|
+
}
|
|
268
|
+
/** @internal */
|
|
269
|
+
export const Item$inboundSchema = z.object({
|
|
270
|
+
accesslevel: types.optional(types.number()),
|
|
271
|
+
added: types.optional(types.string()),
|
|
272
|
+
bucket: types.optional(types.string()),
|
|
273
|
+
date: types.optional(types.string()),
|
|
274
|
+
description: types.optional(types.string()),
|
|
275
|
+
instore: types.optional(types.boolean()),
|
|
276
|
+
keyvalues: types.optional(z.any()),
|
|
277
|
+
media: types.optional(types.number()),
|
|
278
|
+
name: types.optional(types.string()),
|
|
279
|
+
owner: types.optional(types.string()),
|
|
280
|
+
relations: types.optional(z.any()),
|
|
281
|
+
simhash: types.optional(types.number()),
|
|
282
|
+
size: types.optional(types.number()),
|
|
283
|
+
storageid: types.optional(types.string()),
|
|
284
|
+
systemid: types.optional(types.string()),
|
|
285
|
+
tags: types.optional(z.array(z.lazy(() => Tag$inboundSchema))),
|
|
286
|
+
type: types.optional(types.number()),
|
|
287
|
+
xscore: types.optional(types.number()),
|
|
288
|
+
});
|
|
289
|
+
export function itemFromJSON(jsonString) {
|
|
290
|
+
return safeParse(jsonString, (x) => Item$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Item' from JSON`);
|
|
291
|
+
}
|
|
292
|
+
/** @internal */
|
|
293
|
+
export const Identityportal$inboundSchema = z.object({
|
|
294
|
+
linea: types.string(),
|
|
295
|
+
item: types.optional(z.lazy(() => Item$inboundSchema)),
|
|
296
|
+
lineraw: types.optional(types.string()),
|
|
297
|
+
linesafterraw: z.optional(z.nullable(types.string())),
|
|
298
|
+
linesbeforeraw: z.optional(z.nullable(types.string())),
|
|
299
|
+
positionabsolute: types.optional(types.number()),
|
|
300
|
+
positionline: types.optional(types.number()),
|
|
301
|
+
positionsize: types.optional(types.number()),
|
|
302
|
+
});
|
|
303
|
+
export function identityportalFromJSON(jsonString) {
|
|
304
|
+
return safeParse(jsonString, (x) => Identityportal$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Identityportal' from JSON`);
|
|
305
|
+
}
|
|
306
|
+
/** @internal */
|
|
307
|
+
export const Intelligencex$inboundSchema = z.object({
|
|
308
|
+
identityportal: types.optional(z.array(z.lazy(() => Identityportal$inboundSchema))),
|
|
309
|
+
});
|
|
310
|
+
export function intelligencexFromJSON(jsonString) {
|
|
311
|
+
return safeParse(jsonString, (x) => Intelligencex$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Intelligencex' from JSON`);
|
|
312
|
+
}
|
|
313
|
+
/** @internal */
|
|
314
|
+
export const Compilation$inboundSchema = openEnums.inboundSchema(Compilation);
|
|
315
|
+
/** @internal */
|
|
316
|
+
export const Passwordless$inboundSchema = openEnums.inboundSchema(Passwordless);
|
|
317
|
+
/** @internal */
|
|
318
|
+
export const Unverified$inboundSchema = openEnums.inboundSchema(Unverified);
|
|
319
|
+
/** @internal */
|
|
320
|
+
export const ResultSource$inboundSchema = z.pipe(z.object({
|
|
321
|
+
breach_date: types.string(),
|
|
322
|
+
compilation: Compilation$inboundSchema,
|
|
323
|
+
name: types.string(),
|
|
324
|
+
passwordless: Passwordless$inboundSchema,
|
|
325
|
+
unverified: Unverified$inboundSchema,
|
|
326
|
+
}), z.transform((v) => {
|
|
327
|
+
return remap$(v, {
|
|
328
|
+
"breach_date": "breachDate",
|
|
329
|
+
});
|
|
330
|
+
}));
|
|
331
|
+
export function resultSourceFromJSON(jsonString) {
|
|
332
|
+
return safeParse(jsonString, (x) => ResultSource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResultSource' from JSON`);
|
|
333
|
+
}
|
|
334
|
+
/** @internal */
|
|
335
|
+
export const PostV1SearchIntelligenceWebDbsResult$inboundSchema = z.pipe(z.object({
|
|
336
|
+
address: types.nullable(types.string()),
|
|
337
|
+
country: types.nullable(types.string()),
|
|
338
|
+
dob: types.nullable(types.string()),
|
|
339
|
+
email: types.nullable(types.string()),
|
|
340
|
+
fields: z.array(types.string()),
|
|
341
|
+
first_name: types.nullable(types.string()),
|
|
342
|
+
last_name: types.nullable(types.string()),
|
|
343
|
+
name: types.nullable(types.string()),
|
|
344
|
+
password: types.nullable(types.string()),
|
|
345
|
+
phone: types.nullable(types.string()),
|
|
346
|
+
source: z.lazy(() => ResultSource$inboundSchema),
|
|
347
|
+
state: types.nullable(types.string()),
|
|
348
|
+
zip: types.nullable(types.string()),
|
|
349
|
+
}), z.transform((v) => {
|
|
350
|
+
return remap$(v, {
|
|
351
|
+
"first_name": "firstName",
|
|
352
|
+
"last_name": "lastName",
|
|
353
|
+
});
|
|
354
|
+
}));
|
|
355
|
+
export function postV1SearchIntelligenceWebDbsResultFromJSON(jsonString) {
|
|
356
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsResult$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsResult' from JSON`);
|
|
357
|
+
}
|
|
358
|
+
/** @internal */
|
|
359
|
+
export const Leakcheck$inboundSchema = z
|
|
360
|
+
.object({
|
|
361
|
+
error: types.nullable(types.string()),
|
|
362
|
+
found: types.number(),
|
|
363
|
+
quota: types.nullable(types.number()),
|
|
364
|
+
result: z.array(z.lazy(() => PostV1SearchIntelligenceWebDbsResult$inboundSchema)),
|
|
365
|
+
success: types.boolean(),
|
|
366
|
+
});
|
|
367
|
+
export function leakcheckFromJSON(jsonString) {
|
|
368
|
+
return safeParse(jsonString, (x) => Leakcheck$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Leakcheck' from JSON`);
|
|
369
|
+
}
|
|
370
|
+
/** @internal */
|
|
371
|
+
export const Datum$inboundSchema = z.pipe(collectExtraKeys$(z.catchall(z.object({
|
|
372
|
+
Email: types.optional(types.string()),
|
|
373
|
+
NickName: types.optional(types.string()),
|
|
374
|
+
Password: types.optional(types.string()),
|
|
375
|
+
Url: types.optional(types.string()),
|
|
376
|
+
}), types.string()), "additionalProperties", true), z.transform((v) => {
|
|
377
|
+
return remap$(v, {
|
|
378
|
+
"Email": "email",
|
|
379
|
+
"NickName": "nickName",
|
|
380
|
+
"Password": "password",
|
|
381
|
+
"Url": "url",
|
|
382
|
+
});
|
|
383
|
+
}));
|
|
384
|
+
export function datumFromJSON(jsonString) {
|
|
385
|
+
return safeParse(jsonString, (x) => Datum$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Datum' from JSON`);
|
|
386
|
+
}
|
|
387
|
+
/** @internal */
|
|
388
|
+
export const PostV1SearchIntelligenceWebDbsList$inboundSchema = z.pipe(z.object({
|
|
389
|
+
Data: z.array(z.lazy(() => Datum$inboundSchema)),
|
|
390
|
+
InfoLeak: types.string(),
|
|
391
|
+
NumOfResults: types.number(),
|
|
392
|
+
}), z.transform((v) => {
|
|
393
|
+
return remap$(v, {
|
|
394
|
+
"Data": "data",
|
|
395
|
+
"InfoLeak": "infoLeak",
|
|
396
|
+
"NumOfResults": "numOfResults",
|
|
397
|
+
});
|
|
398
|
+
}));
|
|
399
|
+
export function postV1SearchIntelligenceWebDbsListFromJSON(jsonString) {
|
|
400
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsList$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsList' from JSON`);
|
|
401
|
+
}
|
|
402
|
+
/** @internal */
|
|
403
|
+
export const Leakosint$inboundSchema = z
|
|
404
|
+
.pipe(z.object({
|
|
405
|
+
List: z.record(z.string(), z.lazy(() => PostV1SearchIntelligenceWebDbsList$inboundSchema)),
|
|
406
|
+
NumOfDatabase: types.number(),
|
|
407
|
+
NumOfResults: types.number(),
|
|
408
|
+
price: types.number(),
|
|
409
|
+
"search time": types.number(),
|
|
410
|
+
}), z.transform((v) => {
|
|
411
|
+
return remap$(v, {
|
|
412
|
+
"List": "list",
|
|
413
|
+
"NumOfDatabase": "numOfDatabase",
|
|
414
|
+
"NumOfResults": "numOfResults",
|
|
415
|
+
"search time": "searchTime",
|
|
416
|
+
});
|
|
417
|
+
}));
|
|
418
|
+
export function leakosintFromJSON(jsonString) {
|
|
419
|
+
return safeParse(jsonString, (x) => Leakosint$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Leakosint' from JSON`);
|
|
420
|
+
}
|
|
421
|
+
/** @internal */
|
|
422
|
+
export const Body$inboundSchema = z.pipe(collectExtraKeys$(z.catchall(z.object({
|
|
423
|
+
Bio: types.optional(types.string()),
|
|
424
|
+
}), types.string()), "additionalProperties", true), z.transform((v) => {
|
|
425
|
+
return remap$(v, {
|
|
426
|
+
"Bio": "bio",
|
|
427
|
+
});
|
|
428
|
+
}));
|
|
429
|
+
export function bodyFromJSON(jsonString) {
|
|
430
|
+
return safeParse(jsonString, (x) => Body$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Body' from JSON`);
|
|
431
|
+
}
|
|
432
|
+
/** @internal */
|
|
433
|
+
export const PostV1SearchIntelligenceWebDbsTimeline$inboundSchema = z.pipe(z.object({
|
|
434
|
+
group_items: z.record(z.string(), z.any()),
|
|
435
|
+
group_years: z.record(z.string(), z.any()),
|
|
436
|
+
groups: z.record(z.string(), z.any()),
|
|
437
|
+
last_seen: types.boolean(),
|
|
438
|
+
last_seen_date: types.nullable(types.string()),
|
|
439
|
+
registered: types.boolean(),
|
|
440
|
+
registered_date: types.nullable(types.string()),
|
|
441
|
+
}), z.transform((v) => {
|
|
442
|
+
return remap$(v, {
|
|
443
|
+
"group_items": "groupItems",
|
|
444
|
+
"group_years": "groupYears",
|
|
445
|
+
"last_seen": "lastSeen",
|
|
446
|
+
"last_seen_date": "lastSeenDate",
|
|
447
|
+
"registered_date": "registeredDate",
|
|
448
|
+
});
|
|
449
|
+
}));
|
|
450
|
+
export function postV1SearchIntelligenceWebDbsTimelineFromJSON(jsonString) {
|
|
451
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsTimeline$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsTimeline' from JSON`);
|
|
452
|
+
}
|
|
453
|
+
/** @internal */
|
|
454
|
+
export const FrontSchema$inboundSchema = z
|
|
455
|
+
.object({
|
|
456
|
+
body: z.lazy(() => Body$inboundSchema),
|
|
457
|
+
image: types.string(),
|
|
458
|
+
module: types.string(),
|
|
459
|
+
tags: z.array(types.string()),
|
|
460
|
+
timeline: z.lazy(() => PostV1SearchIntelligenceWebDbsTimeline$inboundSchema),
|
|
461
|
+
});
|
|
462
|
+
export function frontSchemaFromJSON(jsonString) {
|
|
463
|
+
return safeParse(jsonString, (x) => FrontSchema$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FrontSchema' from JSON`);
|
|
464
|
+
}
|
|
465
|
+
/** @internal */
|
|
466
|
+
export const Bio$inboundSchema = z.pipe(z.object({
|
|
467
|
+
proper_key: types.string(),
|
|
468
|
+
type: types.literal("str"),
|
|
469
|
+
value: types.string(),
|
|
470
|
+
}), z.transform((v) => {
|
|
471
|
+
return remap$(v, {
|
|
472
|
+
"proper_key": "properKey",
|
|
473
|
+
});
|
|
474
|
+
}));
|
|
475
|
+
export function bioFromJSON(jsonString) {
|
|
476
|
+
return safeParse(jsonString, (x) => Bio$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Bio' from JSON`);
|
|
477
|
+
}
|
|
478
|
+
/** @internal */
|
|
479
|
+
export const PostV1SearchIntelligenceWebDbsId$inboundSchema = z.pipe(z.object({
|
|
480
|
+
proper_key: types.string(),
|
|
481
|
+
type: types.literal("str"),
|
|
482
|
+
value: types.string(),
|
|
483
|
+
}), z.transform((v) => {
|
|
484
|
+
return remap$(v, {
|
|
485
|
+
"proper_key": "properKey",
|
|
486
|
+
});
|
|
487
|
+
}));
|
|
488
|
+
export function postV1SearchIntelligenceWebDbsIdFromJSON(jsonString) {
|
|
489
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsId' from JSON`);
|
|
490
|
+
}
|
|
491
|
+
/** @internal */
|
|
492
|
+
export const PostV1SearchIntelligenceWebDbsLocation$inboundSchema = z.pipe(z.object({
|
|
493
|
+
proper_key: types.string(),
|
|
494
|
+
type: types.literal("str"),
|
|
495
|
+
value: types.string(),
|
|
496
|
+
}), z.transform((v) => {
|
|
497
|
+
return remap$(v, {
|
|
498
|
+
"proper_key": "properKey",
|
|
499
|
+
});
|
|
500
|
+
}));
|
|
501
|
+
export function postV1SearchIntelligenceWebDbsLocationFromJSON(jsonString) {
|
|
502
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsLocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsLocation' from JSON`);
|
|
503
|
+
}
|
|
504
|
+
/** @internal */
|
|
505
|
+
export const Name$inboundSchema = z.pipe(z.object({
|
|
506
|
+
proper_key: types.string(),
|
|
507
|
+
type: types.literal("str"),
|
|
508
|
+
value: types.string(),
|
|
509
|
+
}), z.transform((v) => {
|
|
510
|
+
return remap$(v, {
|
|
511
|
+
"proper_key": "properKey",
|
|
512
|
+
});
|
|
513
|
+
}));
|
|
514
|
+
export function nameFromJSON(jsonString) {
|
|
515
|
+
return safeParse(jsonString, (x) => Name$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Name' from JSON`);
|
|
516
|
+
}
|
|
517
|
+
/** @internal */
|
|
518
|
+
export const PictureUrl$inboundSchema = z
|
|
519
|
+
.pipe(z.object({
|
|
520
|
+
proper_key: types.string(),
|
|
521
|
+
type: types.literal("str"),
|
|
522
|
+
value: types.string(),
|
|
523
|
+
}), z.transform((v) => {
|
|
524
|
+
return remap$(v, {
|
|
525
|
+
"proper_key": "properKey",
|
|
526
|
+
});
|
|
527
|
+
}));
|
|
528
|
+
export function pictureUrlFromJSON(jsonString) {
|
|
529
|
+
return safeParse(jsonString, (x) => PictureUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PictureUrl' from JSON`);
|
|
530
|
+
}
|
|
531
|
+
/** @internal */
|
|
532
|
+
export const PlatformVariableType$inboundSchema = openEnums.inboundSchema(PlatformVariableType);
|
|
533
|
+
/** @internal */
|
|
534
|
+
export const Value$inboundSchema = z.object({
|
|
535
|
+
url: types.string(),
|
|
536
|
+
});
|
|
537
|
+
export function valueFromJSON(jsonString) {
|
|
538
|
+
return safeParse(jsonString, (x) => Value$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Value' from JSON`);
|
|
539
|
+
}
|
|
540
|
+
/** @internal */
|
|
541
|
+
export const ValueUnion$inboundSchema = smartUnion([
|
|
542
|
+
types.number(),
|
|
543
|
+
types.string(),
|
|
544
|
+
z.array(z.lazy(() => Value$inboundSchema)),
|
|
545
|
+
types.boolean(),
|
|
546
|
+
]);
|
|
547
|
+
export function valueUnionFromJSON(jsonString) {
|
|
548
|
+
return safeParse(jsonString, (x) => ValueUnion$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ValueUnion' from JSON`);
|
|
549
|
+
}
|
|
550
|
+
/** @internal */
|
|
551
|
+
export const PlatformVariable$inboundSchema = z.pipe(z.object({
|
|
552
|
+
key: types.string(),
|
|
553
|
+
proper_key: types.string(),
|
|
554
|
+
type: PlatformVariableType$inboundSchema,
|
|
555
|
+
value: smartUnion([
|
|
556
|
+
types.number(),
|
|
557
|
+
types.string(),
|
|
558
|
+
z.array(z.lazy(() => Value$inboundSchema)),
|
|
559
|
+
types.boolean(),
|
|
560
|
+
]),
|
|
561
|
+
}), z.transform((v) => {
|
|
562
|
+
return remap$(v, {
|
|
563
|
+
"proper_key": "properKey",
|
|
564
|
+
});
|
|
565
|
+
}));
|
|
566
|
+
export function platformVariableFromJSON(jsonString) {
|
|
567
|
+
return safeParse(jsonString, (x) => PlatformVariable$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PlatformVariable' from JSON`);
|
|
568
|
+
}
|
|
569
|
+
/** @internal */
|
|
570
|
+
export const Private$inboundSchema = z.pipe(z.object({
|
|
571
|
+
proper_key: types.string(),
|
|
572
|
+
type: types.literal("bool"),
|
|
573
|
+
value: types.boolean(),
|
|
574
|
+
}), z.transform((v) => {
|
|
575
|
+
return remap$(v, {
|
|
576
|
+
"proper_key": "properKey",
|
|
577
|
+
});
|
|
578
|
+
}));
|
|
579
|
+
export function privateFromJSON(jsonString) {
|
|
580
|
+
return safeParse(jsonString, (x) => Private$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Private' from JSON`);
|
|
581
|
+
}
|
|
582
|
+
/** @internal */
|
|
583
|
+
export const ProfileUrl$inboundSchema = z
|
|
584
|
+
.pipe(z.object({
|
|
585
|
+
proper_key: types.string(),
|
|
586
|
+
type: types.literal("str"),
|
|
587
|
+
value: types.string(),
|
|
588
|
+
}), z.transform((v) => {
|
|
589
|
+
return remap$(v, {
|
|
590
|
+
"proper_key": "properKey",
|
|
591
|
+
});
|
|
592
|
+
}));
|
|
593
|
+
export function profileUrlFromJSON(jsonString) {
|
|
594
|
+
return safeParse(jsonString, (x) => ProfileUrl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProfileUrl' from JSON`);
|
|
595
|
+
}
|
|
596
|
+
/** @internal */
|
|
597
|
+
export const Registered$inboundSchema = z
|
|
598
|
+
.pipe(z.object({
|
|
599
|
+
proper_key: types.string(),
|
|
600
|
+
type: types.literal("bool"),
|
|
601
|
+
value: types.boolean(),
|
|
602
|
+
}), z.transform((v) => {
|
|
603
|
+
return remap$(v, {
|
|
604
|
+
"proper_key": "properKey",
|
|
605
|
+
});
|
|
606
|
+
}));
|
|
607
|
+
export function registeredFromJSON(jsonString) {
|
|
608
|
+
return safeParse(jsonString, (x) => Registered$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Registered' from JSON`);
|
|
609
|
+
}
|
|
610
|
+
/** @internal */
|
|
611
|
+
export const Verified$inboundSchema = z.pipe(z.object({
|
|
612
|
+
proper_key: types.string(),
|
|
613
|
+
type: types.literal("bool"),
|
|
614
|
+
value: types.boolean(),
|
|
615
|
+
}), z.transform((v) => {
|
|
616
|
+
return remap$(v, {
|
|
617
|
+
"proper_key": "properKey",
|
|
618
|
+
});
|
|
619
|
+
}));
|
|
620
|
+
export function verifiedFromJSON(jsonString) {
|
|
621
|
+
return safeParse(jsonString, (x) => Verified$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Verified' from JSON`);
|
|
622
|
+
}
|
|
623
|
+
/** @internal */
|
|
624
|
+
export const SpecFormat$inboundSchema = z
|
|
625
|
+
.pipe(z.object({
|
|
626
|
+
bio: types.optional(z.lazy(() => Bio$inboundSchema)),
|
|
627
|
+
id: types.optional(z.lazy(() => PostV1SearchIntelligenceWebDbsId$inboundSchema)),
|
|
628
|
+
location: types.optional(z.lazy(() => PostV1SearchIntelligenceWebDbsLocation$inboundSchema)),
|
|
629
|
+
name: types.optional(z.lazy(() => Name$inboundSchema)),
|
|
630
|
+
picture_url: types.optional(z.lazy(() => PictureUrl$inboundSchema)),
|
|
631
|
+
platform_variables: types.optional(z.array(z.lazy(() => PlatformVariable$inboundSchema))),
|
|
632
|
+
private: types.optional(z.lazy(() => Private$inboundSchema)),
|
|
633
|
+
profile_url: types.optional(z.lazy(() => ProfileUrl$inboundSchema)),
|
|
634
|
+
registered: types.optional(z.lazy(() => Registered$inboundSchema)),
|
|
635
|
+
verified: types.optional(z.lazy(() => Verified$inboundSchema)),
|
|
636
|
+
}), z.transform((v) => {
|
|
637
|
+
return remap$(v, {
|
|
638
|
+
"picture_url": "pictureUrl",
|
|
639
|
+
"platform_variables": "platformVariables",
|
|
640
|
+
"profile_url": "profileUrl",
|
|
641
|
+
});
|
|
642
|
+
}));
|
|
643
|
+
export function specFormatFromJSON(jsonString) {
|
|
644
|
+
return safeParse(jsonString, (x) => SpecFormat$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SpecFormat' from JSON`);
|
|
645
|
+
}
|
|
646
|
+
/** @internal */
|
|
647
|
+
export const PostV1SearchIntelligenceWebDbsStatus$inboundSchema = openEnums.inboundSchema(PostV1SearchIntelligenceWebDbsStatus);
|
|
648
|
+
/** @internal */
|
|
649
|
+
export const Category$inboundSchema = z
|
|
650
|
+
.object({
|
|
651
|
+
name: types.string(),
|
|
652
|
+
});
|
|
653
|
+
export function categoryFromJSON(jsonString) {
|
|
654
|
+
return safeParse(jsonString, (x) => Category$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Category' from JSON`);
|
|
655
|
+
}
|
|
656
|
+
/** @internal */
|
|
657
|
+
export const Osintindustry$inboundSchema = z.pipe(z.object({
|
|
658
|
+
data: z.record(z.string(), z.any()),
|
|
659
|
+
front_schemas: z.array(z.lazy(() => FrontSchema$inboundSchema)),
|
|
660
|
+
module: types.string(),
|
|
661
|
+
reliable_source: types.boolean(),
|
|
662
|
+
spec_format: z.array(z.lazy(() => SpecFormat$inboundSchema)),
|
|
663
|
+
status: PostV1SearchIntelligenceWebDbsStatus$inboundSchema,
|
|
664
|
+
category: types.optional(z.lazy(() => Category$inboundSchema)),
|
|
665
|
+
}), z.transform((v) => {
|
|
666
|
+
return remap$(v, {
|
|
667
|
+
"front_schemas": "frontSchemas",
|
|
668
|
+
"reliable_source": "reliableSource",
|
|
669
|
+
"spec_format": "specFormat",
|
|
670
|
+
});
|
|
671
|
+
}));
|
|
672
|
+
export function osintindustryFromJSON(jsonString) {
|
|
673
|
+
return safeParse(jsonString, (x) => Osintindustry$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Osintindustry' from JSON`);
|
|
674
|
+
}
|
|
675
|
+
/** @internal */
|
|
676
|
+
export const Snusbase$inboundSchema = z
|
|
677
|
+
.object({
|
|
678
|
+
address: types.optional(types.string()),
|
|
679
|
+
birthdate: types.optional(types.string()),
|
|
680
|
+
city: types.optional(types.string()),
|
|
681
|
+
company: types.optional(types.string()),
|
|
682
|
+
country: types.optional(types.string()),
|
|
683
|
+
created: types.optional(types.string()),
|
|
684
|
+
date: types.optional(types.string()),
|
|
685
|
+
domain: types.optional(types.string()),
|
|
686
|
+
email: types.optional(types.string()),
|
|
687
|
+
followers: types.optional(types.string()),
|
|
688
|
+
gender: types.optional(types.string()),
|
|
689
|
+
hash: types.optional(types.string()),
|
|
690
|
+
host: types.optional(types.string()),
|
|
691
|
+
id: types.optional(types.string()),
|
|
692
|
+
job: types.optional(types.string()),
|
|
693
|
+
language: types.optional(types.string()),
|
|
694
|
+
lastip: types.optional(types.string()),
|
|
695
|
+
name: types.optional(types.string()),
|
|
696
|
+
other: types.optional(types.string()),
|
|
697
|
+
password: types.optional(types.string()),
|
|
698
|
+
phone: types.optional(types.string()),
|
|
699
|
+
regip: types.optional(types.string()),
|
|
700
|
+
salt: types.optional(types.string()),
|
|
701
|
+
state: types.optional(types.string()),
|
|
702
|
+
uid: types.optional(types.string()),
|
|
703
|
+
unparsed: types.optional(types.string()),
|
|
704
|
+
updated: types.optional(types.string()),
|
|
705
|
+
url: types.optional(types.string()),
|
|
706
|
+
username: types.optional(types.string()),
|
|
707
|
+
zip: types.optional(types.string()),
|
|
708
|
+
});
|
|
709
|
+
export function snusbaseFromJSON(jsonString) {
|
|
710
|
+
return safeParse(jsonString, (x) => Snusbase$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Snusbase' from JSON`);
|
|
711
|
+
}
|
|
712
|
+
/** @internal */
|
|
713
|
+
export const ResponseT$inboundSchema = z
|
|
714
|
+
.object({
|
|
715
|
+
cloudsint: types.optional(z.lazy(() => Cloudsint$inboundSchema)),
|
|
716
|
+
ghosint: types.optional(z.lazy(() => Ghosint$inboundSchema)),
|
|
717
|
+
hackcheck: types.optional(z.lazy(() => Hackcheck$inboundSchema)),
|
|
718
|
+
intelligencex: types.optional(z.lazy(() => Intelligencex$inboundSchema)),
|
|
719
|
+
leakcheck: types.optional(z.lazy(() => Leakcheck$inboundSchema)),
|
|
720
|
+
leakosint: types.optional(z.lazy(() => Leakosint$inboundSchema)),
|
|
721
|
+
osintindustries: types.optional(z.array(z.lazy(() => Osintindustry$inboundSchema))),
|
|
722
|
+
snusbase: types.optional(z.record(z.string(), z.array(z.lazy(() => Snusbase$inboundSchema)))),
|
|
723
|
+
});
|
|
724
|
+
export function responseFromJSON(jsonString) {
|
|
725
|
+
return safeParse(jsonString, (x) => ResponseT$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseT' from JSON`);
|
|
726
|
+
}
|
|
727
|
+
/** @internal */
|
|
728
|
+
export const PostV1SearchIntelligenceWebDbsResponse$inboundSchema = z.object({
|
|
729
|
+
response: z.lazy(() => ResponseT$inboundSchema),
|
|
730
|
+
success: types.boolean(),
|
|
731
|
+
error: types.optional(types.string()),
|
|
732
|
+
});
|
|
733
|
+
export function postV1SearchIntelligenceWebDbsResponseFromJSON(jsonString) {
|
|
734
|
+
return safeParse(jsonString, (x) => PostV1SearchIntelligenceWebDbsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PostV1SearchIntelligenceWebDbsResponse' from JSON`);
|
|
735
|
+
}
|
|
736
|
+
//# sourceMappingURL=post-v1-search-intelligence-web-dbs.js.map
|