@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
package/src/sdk/sdk.ts
ADDED
|
@@ -0,0 +1,753 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { deleteV1ActivityById } from "../funcs/delete-v1-activity-by-id.js";
|
|
6
|
+
import { getV1ActivityById } from "../funcs/get-v1-activity-by-id.js";
|
|
7
|
+
import { getV1Activity } from "../funcs/get-v1-activity.js";
|
|
8
|
+
import { getV1Info } from "../funcs/get-v1-info.js";
|
|
9
|
+
import { getV1OrganizationsByIdAuditLog } from "../funcs/get-v1-organizations-by-id-audit-log.js";
|
|
10
|
+
import { getV1OrganizationsByIdCases } from "../funcs/get-v1-organizations-by-id-cases.js";
|
|
11
|
+
import { getV1OrganizationsByIdMembers } from "../funcs/get-v1-organizations-by-id-members.js";
|
|
12
|
+
import { getV1OrganizationsById } from "../funcs/get-v1-organizations-by-id.js";
|
|
13
|
+
import { getV1Organizations } from "../funcs/get-v1-organizations.js";
|
|
14
|
+
import { getV1Pricing } from "../funcs/get-v1-pricing.js";
|
|
15
|
+
import { postV1OrganizationsByIdCredits } from "../funcs/post-v1-organizations-by-id-credits.js";
|
|
16
|
+
import { postV1SearchInfrastructureCertificates } from "../funcs/post-v1-search-infrastructure-certificates.js";
|
|
17
|
+
import { postV1SearchInfrastructureDns } from "../funcs/post-v1-search-infrastructure-dns.js";
|
|
18
|
+
import { postV1SearchInfrastructureIpinfo } from "../funcs/post-v1-search-infrastructure-ipinfo.js";
|
|
19
|
+
import { postV1SearchInfrastructurePortscan } from "../funcs/post-v1-search-infrastructure-portscan.js";
|
|
20
|
+
import { postV1SearchInfrastructureShodan } from "../funcs/post-v1-search-infrastructure-shodan.js";
|
|
21
|
+
import { postV1SearchInfrastructureWhois } from "../funcs/post-v1-search-infrastructure-whois.js";
|
|
22
|
+
import { postV1SearchIntelligenceAddress } from "../funcs/post-v1-search-intelligence-address.js";
|
|
23
|
+
import { postV1SearchIntelligenceEmail } from "../funcs/post-v1-search-intelligence-email.js";
|
|
24
|
+
import { postV1SearchIntelligenceFacial } from "../funcs/post-v1-search-intelligence-facial.js";
|
|
25
|
+
import { postV1SearchIntelligenceGeolocation } from "../funcs/post-v1-search-intelligence-geolocation.js";
|
|
26
|
+
import { postV1SearchIntelligenceGmail } from "../funcs/post-v1-search-intelligence-gmail.js";
|
|
27
|
+
import { postV1SearchIntelligenceHudsonrock } from "../funcs/post-v1-search-intelligence-hudsonrock.js";
|
|
28
|
+
import { postV1SearchIntelligencePerson } from "../funcs/post-v1-search-intelligence-person.js";
|
|
29
|
+
import { postV1SearchIntelligencePhone } from "../funcs/post-v1-search-intelligence-phone.js";
|
|
30
|
+
import { postV1SearchIntelligenceSeon } from "../funcs/post-v1-search-intelligence-seon.js";
|
|
31
|
+
import { postV1SearchIntelligenceWebDbs } from "../funcs/post-v1-search-intelligence-web-dbs.js";
|
|
32
|
+
import { postV1SearchSocialsDiscord } from "../funcs/post-v1-search-socials-discord.js";
|
|
33
|
+
import { postV1SearchSocialsGithub } from "../funcs/post-v1-search-socials-github.js";
|
|
34
|
+
import { postV1SearchSocialsRoblox } from "../funcs/post-v1-search-socials-roblox.js";
|
|
35
|
+
import { postV1SearchSocialsTiktok } from "../funcs/post-v1-search-socials-tiktok.js";
|
|
36
|
+
import { postV1ToolsDoogle } from "../funcs/post-v1-tools-doogle.js";
|
|
37
|
+
import { postV1ToolsDoublecounter } from "../funcs/post-v1-tools-doublecounter.js";
|
|
38
|
+
import { postV1ToolsIntelx } from "../funcs/post-v1-tools-intelx.js";
|
|
39
|
+
import { postV2SearchSocialsUsername } from "../funcs/post-v2-search-socials-username.js";
|
|
40
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
41
|
+
import * as operations from "../models/operations/index.js";
|
|
42
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
43
|
+
|
|
44
|
+
export class Indicia extends ClientSDK {
|
|
45
|
+
/**
|
|
46
|
+
* Get information about the user, also healthcheck endpoint.
|
|
47
|
+
*/
|
|
48
|
+
async getV1Info(
|
|
49
|
+
options?: RequestOptions,
|
|
50
|
+
): Promise<operations.GetV1InfoResponse> {
|
|
51
|
+
return unwrapAsync(getV1Info(
|
|
52
|
+
this,
|
|
53
|
+
options,
|
|
54
|
+
));
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Gives credit pricing for all Indicia services
|
|
59
|
+
*/
|
|
60
|
+
async getV1Pricing(
|
|
61
|
+
options?: RequestOptions,
|
|
62
|
+
): Promise<operations.GetV1PricingResponse> {
|
|
63
|
+
return unwrapAsync(getV1Pricing(
|
|
64
|
+
this,
|
|
65
|
+
options,
|
|
66
|
+
));
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Get a list of recent activities.
|
|
71
|
+
*/
|
|
72
|
+
async getV1Activity(
|
|
73
|
+
request?: operations.GetV1ActivityRequest | undefined,
|
|
74
|
+
options?: RequestOptions,
|
|
75
|
+
): Promise<operations.GetV1ActivityResponse> {
|
|
76
|
+
return unwrapAsync(getV1Activity(
|
|
77
|
+
this,
|
|
78
|
+
request,
|
|
79
|
+
options,
|
|
80
|
+
));
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Get a specific activity by its ID.
|
|
85
|
+
*/
|
|
86
|
+
async getV1ActivityById(
|
|
87
|
+
request: operations.GetV1ActivityByIdRequest,
|
|
88
|
+
options?: RequestOptions,
|
|
89
|
+
): Promise<operations.GetV1ActivityByIdResponse> {
|
|
90
|
+
return unwrapAsync(getV1ActivityById(
|
|
91
|
+
this,
|
|
92
|
+
request,
|
|
93
|
+
options,
|
|
94
|
+
));
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Delete a specific activity by its ID.
|
|
99
|
+
*/
|
|
100
|
+
async deleteV1ActivityById(
|
|
101
|
+
request: operations.DeleteV1ActivityByIdRequest,
|
|
102
|
+
options?: RequestOptions,
|
|
103
|
+
): Promise<void> {
|
|
104
|
+
return unwrapAsync(deleteV1ActivityById(
|
|
105
|
+
this,
|
|
106
|
+
request,
|
|
107
|
+
options,
|
|
108
|
+
));
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Address Search (US Only)
|
|
113
|
+
*/
|
|
114
|
+
async postV1SearchIntelligenceAddress(
|
|
115
|
+
request: operations.PostV1SearchIntelligenceAddressRequest,
|
|
116
|
+
options?: RequestOptions,
|
|
117
|
+
): Promise<operations.PostV1SearchIntelligenceAddressResponse> {
|
|
118
|
+
return unwrapAsync(postV1SearchIntelligenceAddress(
|
|
119
|
+
this,
|
|
120
|
+
request,
|
|
121
|
+
options,
|
|
122
|
+
));
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Email Search (US Only)
|
|
127
|
+
*
|
|
128
|
+
* @remarks
|
|
129
|
+
* Search for individuals by email address.
|
|
130
|
+
*/
|
|
131
|
+
async postV1SearchIntelligenceEmail(
|
|
132
|
+
request: operations.PostV1SearchIntelligenceEmailRequest,
|
|
133
|
+
options?: RequestOptions,
|
|
134
|
+
): Promise<operations.PostV1SearchIntelligenceEmailResponse> {
|
|
135
|
+
return unwrapAsync(postV1SearchIntelligenceEmail(
|
|
136
|
+
this,
|
|
137
|
+
request,
|
|
138
|
+
options,
|
|
139
|
+
));
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Geolocate Media
|
|
144
|
+
*
|
|
145
|
+
* @remarks
|
|
146
|
+
* Geolocate an image or video using AI-powered analysis. Streams progress updates via Server-Sent Events.
|
|
147
|
+
*
|
|
148
|
+
* Response type:
|
|
149
|
+
* ```ts
|
|
150
|
+
* interface GeolocationResponse {
|
|
151
|
+
* location: string | null;
|
|
152
|
+
* coordinates: string | null;
|
|
153
|
+
* certainty: string;
|
|
154
|
+
* reasoning: string;
|
|
155
|
+
* mapsUrl?: `https://www.google.com/maps/search/?api=1&query=${string}`;
|
|
156
|
+
* }
|
|
157
|
+
* ```
|
|
158
|
+
*/
|
|
159
|
+
async postV1SearchIntelligenceGeolocation(
|
|
160
|
+
request: operations.PostV1SearchIntelligenceGeolocationRequest,
|
|
161
|
+
options?: RequestOptions,
|
|
162
|
+
): Promise<string> {
|
|
163
|
+
return unwrapAsync(postV1SearchIntelligenceGeolocation(
|
|
164
|
+
this,
|
|
165
|
+
request,
|
|
166
|
+
options,
|
|
167
|
+
));
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Gmail Search
|
|
172
|
+
*
|
|
173
|
+
* @remarks
|
|
174
|
+
* Fetches Gmail account information based on the provided email address using the Ghunt library.
|
|
175
|
+
*/
|
|
176
|
+
async postV1SearchIntelligenceGmail(
|
|
177
|
+
request: operations.PostV1SearchIntelligenceGmailRequest,
|
|
178
|
+
options?: RequestOptions,
|
|
179
|
+
): Promise<operations.PostV1SearchIntelligenceGmailResponse> {
|
|
180
|
+
return unwrapAsync(postV1SearchIntelligenceGmail(
|
|
181
|
+
this,
|
|
182
|
+
request,
|
|
183
|
+
options,
|
|
184
|
+
));
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Person Search (US Only)
|
|
189
|
+
*
|
|
190
|
+
* @remarks
|
|
191
|
+
* Search for individuals by name and state.
|
|
192
|
+
*/
|
|
193
|
+
async postV1SearchIntelligencePerson(
|
|
194
|
+
request: operations.PostV1SearchIntelligencePersonRequest,
|
|
195
|
+
options?: RequestOptions,
|
|
196
|
+
): Promise<operations.PostV1SearchIntelligencePersonResponse> {
|
|
197
|
+
return unwrapAsync(postV1SearchIntelligencePerson(
|
|
198
|
+
this,
|
|
199
|
+
request,
|
|
200
|
+
options,
|
|
201
|
+
));
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Phone Search (Individual data US only)
|
|
206
|
+
*
|
|
207
|
+
* @remarks
|
|
208
|
+
* Search for individuals by phone number.
|
|
209
|
+
*/
|
|
210
|
+
async postV1SearchIntelligencePhone(
|
|
211
|
+
request: operations.PostV1SearchIntelligencePhoneRequest,
|
|
212
|
+
options?: RequestOptions,
|
|
213
|
+
): Promise<operations.PostV1SearchIntelligencePhoneResponse> {
|
|
214
|
+
return unwrapAsync(postV1SearchIntelligencePhone(
|
|
215
|
+
this,
|
|
216
|
+
request,
|
|
217
|
+
options,
|
|
218
|
+
));
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* SEON Lookup
|
|
223
|
+
*
|
|
224
|
+
* @remarks
|
|
225
|
+
* Evaluate potential threats with SEON’s counter fraud intelligence systems.
|
|
226
|
+
*/
|
|
227
|
+
async postV1SearchIntelligenceSeon(
|
|
228
|
+
request: operations.PostV1SearchIntelligenceSeonRequest,
|
|
229
|
+
options?: RequestOptions,
|
|
230
|
+
): Promise<operations.PostV1SearchIntelligenceSeonResponse> {
|
|
231
|
+
return unwrapAsync(postV1SearchIntelligenceSeon(
|
|
232
|
+
this,
|
|
233
|
+
request,
|
|
234
|
+
options,
|
|
235
|
+
));
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Web Databases
|
|
240
|
+
*
|
|
241
|
+
* @remarks
|
|
242
|
+
* Deep web intelligence gathering and comprehensive data breach analysis
|
|
243
|
+
*/
|
|
244
|
+
async postV1SearchIntelligenceWebDbs(
|
|
245
|
+
request: operations.PostV1SearchIntelligenceWebDbsRequest,
|
|
246
|
+
options?: RequestOptions,
|
|
247
|
+
): Promise<operations.PostV1SearchIntelligenceWebDbsResponse> {
|
|
248
|
+
return unwrapAsync(postV1SearchIntelligenceWebDbs(
|
|
249
|
+
this,
|
|
250
|
+
request,
|
|
251
|
+
options,
|
|
252
|
+
));
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Reverse Face Search
|
|
257
|
+
*
|
|
258
|
+
* @remarks
|
|
259
|
+
* Search for faces across the internet using facial recognition. Streams progress updates via Server-Sent Events.
|
|
260
|
+
*
|
|
261
|
+
* Response type:
|
|
262
|
+
* ```ts
|
|
263
|
+
* interface FacialSearchResult {
|
|
264
|
+
* time: number;
|
|
265
|
+
* results: {
|
|
266
|
+
* id: string;
|
|
267
|
+
* hash: string;
|
|
268
|
+
* group: number;
|
|
269
|
+
* quality: number;
|
|
270
|
+
* imageUrl: string;
|
|
271
|
+
* crawledAt: number;
|
|
272
|
+
* sourceUrl: string;
|
|
273
|
+
* thumbnailUrl: string;
|
|
274
|
+
* }[];
|
|
275
|
+
* searchHash: string;
|
|
276
|
+
* numberOfResults: number;
|
|
277
|
+
* }
|
|
278
|
+
* ```
|
|
279
|
+
*/
|
|
280
|
+
async postV1SearchIntelligenceFacial(
|
|
281
|
+
request: operations.PostV1SearchIntelligenceFacialRequest,
|
|
282
|
+
options?: RequestOptions,
|
|
283
|
+
): Promise<string> {
|
|
284
|
+
return unwrapAsync(postV1SearchIntelligenceFacial(
|
|
285
|
+
this,
|
|
286
|
+
request,
|
|
287
|
+
options,
|
|
288
|
+
));
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Hudson Rock Search
|
|
293
|
+
*
|
|
294
|
+
* @remarks
|
|
295
|
+
* Search for compromised data on Hudson Rock
|
|
296
|
+
*/
|
|
297
|
+
async postV1SearchIntelligenceHudsonrock(
|
|
298
|
+
request: operations.PostV1SearchIntelligenceHudsonrockRequest,
|
|
299
|
+
options?: RequestOptions,
|
|
300
|
+
): Promise<operations.PostV1SearchIntelligenceHudsonrockResponse> {
|
|
301
|
+
return unwrapAsync(postV1SearchIntelligenceHudsonrock(
|
|
302
|
+
this,
|
|
303
|
+
request,
|
|
304
|
+
options,
|
|
305
|
+
));
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Discord Search
|
|
310
|
+
*
|
|
311
|
+
* @remarks
|
|
312
|
+
* Search Discord users for profile and server info
|
|
313
|
+
*/
|
|
314
|
+
async postV1SearchSocialsDiscord(
|
|
315
|
+
request: operations.PostV1SearchSocialsDiscordRequest,
|
|
316
|
+
options?: RequestOptions,
|
|
317
|
+
): Promise<operations.PostV1SearchSocialsDiscordResponse> {
|
|
318
|
+
return unwrapAsync(postV1SearchSocialsDiscord(
|
|
319
|
+
this,
|
|
320
|
+
request,
|
|
321
|
+
options,
|
|
322
|
+
));
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* GitHub Search
|
|
327
|
+
*
|
|
328
|
+
* @remarks
|
|
329
|
+
* Search GitHub profiles, info, and commit emails
|
|
330
|
+
*/
|
|
331
|
+
async postV1SearchSocialsGithub(
|
|
332
|
+
request: operations.PostV1SearchSocialsGithubRequest,
|
|
333
|
+
options?: RequestOptions,
|
|
334
|
+
): Promise<operations.PostV1SearchSocialsGithubResponse> {
|
|
335
|
+
return unwrapAsync(postV1SearchSocialsGithub(
|
|
336
|
+
this,
|
|
337
|
+
request,
|
|
338
|
+
options,
|
|
339
|
+
));
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* Roblox Search
|
|
344
|
+
*
|
|
345
|
+
* @remarks
|
|
346
|
+
* Lookup Roblox users, game statistics, and profile information
|
|
347
|
+
*/
|
|
348
|
+
async postV1SearchSocialsRoblox(
|
|
349
|
+
request: operations.PostV1SearchSocialsRobloxRequest,
|
|
350
|
+
options?: RequestOptions,
|
|
351
|
+
): Promise<operations.PostV1SearchSocialsRobloxResponse> {
|
|
352
|
+
return unwrapAsync(postV1SearchSocialsRoblox(
|
|
353
|
+
this,
|
|
354
|
+
request,
|
|
355
|
+
options,
|
|
356
|
+
));
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* TikTok Search
|
|
361
|
+
*
|
|
362
|
+
* @remarks
|
|
363
|
+
* Aggregate intelligence and data of a TikTok account
|
|
364
|
+
*/
|
|
365
|
+
async postV1SearchSocialsTiktok(
|
|
366
|
+
request: operations.PostV1SearchSocialsTiktokRequest,
|
|
367
|
+
options?: RequestOptions,
|
|
368
|
+
): Promise<operations.PostV1SearchSocialsTiktokResponse> {
|
|
369
|
+
return unwrapAsync(postV1SearchSocialsTiktok(
|
|
370
|
+
this,
|
|
371
|
+
request,
|
|
372
|
+
options,
|
|
373
|
+
));
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* IP Info
|
|
378
|
+
*
|
|
379
|
+
* @remarks
|
|
380
|
+
* Analyze details of an IP Address.
|
|
381
|
+
*/
|
|
382
|
+
async postV1SearchInfrastructureIpinfo(
|
|
383
|
+
request: operations.PostV1SearchInfrastructureIpinfoRequest,
|
|
384
|
+
options?: RequestOptions,
|
|
385
|
+
): Promise<operations.PostV1SearchInfrastructureIpinfoResponse> {
|
|
386
|
+
return unwrapAsync(postV1SearchInfrastructureIpinfo(
|
|
387
|
+
this,
|
|
388
|
+
request,
|
|
389
|
+
options,
|
|
390
|
+
));
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* DNS Reconnaissance
|
|
395
|
+
*
|
|
396
|
+
* @remarks
|
|
397
|
+
* Perform deep DNS analysis and find hidden subdomains
|
|
398
|
+
*/
|
|
399
|
+
async postV1SearchInfrastructureDns(
|
|
400
|
+
request: operations.PostV1SearchInfrastructureDnsRequest,
|
|
401
|
+
options?: RequestOptions,
|
|
402
|
+
): Promise<operations.PostV1SearchInfrastructureDnsResponse> {
|
|
403
|
+
return unwrapAsync(postV1SearchInfrastructureDns(
|
|
404
|
+
this,
|
|
405
|
+
request,
|
|
406
|
+
options,
|
|
407
|
+
));
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* Shodan Search
|
|
412
|
+
*
|
|
413
|
+
* @remarks
|
|
414
|
+
* IP service and software intelligence
|
|
415
|
+
*/
|
|
416
|
+
async postV1SearchInfrastructureShodan(
|
|
417
|
+
request: operations.PostV1SearchInfrastructureShodanRequest,
|
|
418
|
+
options?: RequestOptions,
|
|
419
|
+
): Promise<operations.PostV1SearchInfrastructureShodanResponse> {
|
|
420
|
+
return unwrapAsync(postV1SearchInfrastructureShodan(
|
|
421
|
+
this,
|
|
422
|
+
request,
|
|
423
|
+
options,
|
|
424
|
+
));
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* Whois
|
|
429
|
+
*
|
|
430
|
+
* @remarks
|
|
431
|
+
* Return information on a domain and its registration
|
|
432
|
+
*/
|
|
433
|
+
async postV1SearchInfrastructureWhois(
|
|
434
|
+
request: operations.PostV1SearchInfrastructureWhoisRequest,
|
|
435
|
+
options?: RequestOptions,
|
|
436
|
+
): Promise<operations.PostV1SearchInfrastructureWhoisResponse> {
|
|
437
|
+
return unwrapAsync(postV1SearchInfrastructureWhois(
|
|
438
|
+
this,
|
|
439
|
+
request,
|
|
440
|
+
options,
|
|
441
|
+
));
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* Port Scan
|
|
446
|
+
*
|
|
447
|
+
* @remarks
|
|
448
|
+
* Perform a port scan on a given IP address or domain.
|
|
449
|
+
*
|
|
450
|
+
* Response type:
|
|
451
|
+
* ```ts
|
|
452
|
+
* interface NmapScanResult {
|
|
453
|
+
* $: {
|
|
454
|
+
* scanner: string;
|
|
455
|
+
* args: string;
|
|
456
|
+
* start: string;
|
|
457
|
+
* startstr: string;
|
|
458
|
+
* version: string;
|
|
459
|
+
* xmloutputversion: string;
|
|
460
|
+
* };
|
|
461
|
+
* scaninfo: Array<{
|
|
462
|
+
* $: {
|
|
463
|
+
* type: string;
|
|
464
|
+
* protocol: string;
|
|
465
|
+
* numservices: string;
|
|
466
|
+
* services: string;
|
|
467
|
+
* };
|
|
468
|
+
* }>;
|
|
469
|
+
* verbose: Array<{ $: { level: string } }>;
|
|
470
|
+
* debugging: Array<{ $: { level: string } }>;
|
|
471
|
+
* taskprogress?: Array<{
|
|
472
|
+
* $: {
|
|
473
|
+
* task: string;
|
|
474
|
+
* time: string;
|
|
475
|
+
* percent: string;
|
|
476
|
+
* remaining: string;
|
|
477
|
+
* etc: string;
|
|
478
|
+
* };
|
|
479
|
+
* }>;
|
|
480
|
+
* host?: Array<{
|
|
481
|
+
* $: {
|
|
482
|
+
* starttime: string;
|
|
483
|
+
* endtime: string;
|
|
484
|
+
* };
|
|
485
|
+
* status: Array<{
|
|
486
|
+
* $: {
|
|
487
|
+
* state: string;
|
|
488
|
+
* reason: string;
|
|
489
|
+
* reason_ttl: string;
|
|
490
|
+
* };
|
|
491
|
+
* }>;
|
|
492
|
+
* address: Array<{
|
|
493
|
+
* $: {
|
|
494
|
+
* addr: string;
|
|
495
|
+
* addrtype: string;
|
|
496
|
+
* };
|
|
497
|
+
* }>;
|
|
498
|
+
* hostnames?: Array<{
|
|
499
|
+
* hostname: Array<{
|
|
500
|
+
* $: {
|
|
501
|
+
* name: string;
|
|
502
|
+
* type: string;
|
|
503
|
+
* };
|
|
504
|
+
* }>;
|
|
505
|
+
* }>;
|
|
506
|
+
* ports?: Array<{
|
|
507
|
+
* extraports?: Array<{
|
|
508
|
+
* $: {
|
|
509
|
+
* state: string;
|
|
510
|
+
* count: string;
|
|
511
|
+
* };
|
|
512
|
+
* extrareasons: Array<{
|
|
513
|
+
* $: {
|
|
514
|
+
* reason: string;
|
|
515
|
+
* count: string;
|
|
516
|
+
* proto: string;
|
|
517
|
+
* ports: string;
|
|
518
|
+
* };
|
|
519
|
+
* }>;
|
|
520
|
+
* }>;
|
|
521
|
+
* port?: Array<{
|
|
522
|
+
* $: {
|
|
523
|
+
* protocol: string;
|
|
524
|
+
* portid: string;
|
|
525
|
+
* };
|
|
526
|
+
* state: Array<{
|
|
527
|
+
* $: {
|
|
528
|
+
* state: string;
|
|
529
|
+
* reason: string;
|
|
530
|
+
* reason_ttl: string;
|
|
531
|
+
* };
|
|
532
|
+
* }>;
|
|
533
|
+
* service?: Array<{
|
|
534
|
+
* $: {
|
|
535
|
+
* name: string;
|
|
536
|
+
* product?: string;
|
|
537
|
+
* version?: string;
|
|
538
|
+
* extrainfo?: string;
|
|
539
|
+
* ostype?: string;
|
|
540
|
+
* method: string;
|
|
541
|
+
* conf: string;
|
|
542
|
+
* };
|
|
543
|
+
* cpe?: string[];
|
|
544
|
+
* }>;
|
|
545
|
+
* }>;
|
|
546
|
+
* }>;
|
|
547
|
+
* times?: Array<{
|
|
548
|
+
* $: {
|
|
549
|
+
* srtt: string;
|
|
550
|
+
* rttvar: string;
|
|
551
|
+
* to: string;
|
|
552
|
+
* };
|
|
553
|
+
* }>;
|
|
554
|
+
* }>;
|
|
555
|
+
* runstats: Array<{
|
|
556
|
+
* finished: Array<{
|
|
557
|
+
* $: {
|
|
558
|
+
* time: string;
|
|
559
|
+
* timestr: string;
|
|
560
|
+
* summary: string;
|
|
561
|
+
* elapsed: string;
|
|
562
|
+
* exit: string;
|
|
563
|
+
* };
|
|
564
|
+
* }>;
|
|
565
|
+
* hosts: Array<{
|
|
566
|
+
* $: {
|
|
567
|
+
* up: string;
|
|
568
|
+
* down: string;
|
|
569
|
+
* total: string;
|
|
570
|
+
* };
|
|
571
|
+
* }>;
|
|
572
|
+
* }>;
|
|
573
|
+
* }
|
|
574
|
+
* ```
|
|
575
|
+
*/
|
|
576
|
+
async postV1SearchInfrastructurePortscan(
|
|
577
|
+
request: operations.PostV1SearchInfrastructurePortscanRequest,
|
|
578
|
+
options?: RequestOptions,
|
|
579
|
+
): Promise<string> {
|
|
580
|
+
return unwrapAsync(postV1SearchInfrastructurePortscan(
|
|
581
|
+
this,
|
|
582
|
+
request,
|
|
583
|
+
options,
|
|
584
|
+
));
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* Certificate Lookup
|
|
589
|
+
*
|
|
590
|
+
* @remarks
|
|
591
|
+
* Lookup details about a TLS certificate by domain.
|
|
592
|
+
*/
|
|
593
|
+
async postV1SearchInfrastructureCertificates(
|
|
594
|
+
request: operations.PostV1SearchInfrastructureCertificatesRequest,
|
|
595
|
+
options?: RequestOptions,
|
|
596
|
+
): Promise<operations.PostV1SearchInfrastructureCertificatesResponse> {
|
|
597
|
+
return unwrapAsync(postV1SearchInfrastructureCertificates(
|
|
598
|
+
this,
|
|
599
|
+
request,
|
|
600
|
+
options,
|
|
601
|
+
));
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
/**
|
|
605
|
+
* Discord Alt Lookup
|
|
606
|
+
*
|
|
607
|
+
* @remarks
|
|
608
|
+
* Correlate and identify alternative Discord accounts of a user.
|
|
609
|
+
*/
|
|
610
|
+
async postV1ToolsDoogle(
|
|
611
|
+
request: operations.PostV1ToolsDoogleRequest,
|
|
612
|
+
options?: RequestOptions,
|
|
613
|
+
): Promise<operations.PostV1ToolsDoogleResponse> {
|
|
614
|
+
return unwrapAsync(postV1ToolsDoogle(
|
|
615
|
+
this,
|
|
616
|
+
request,
|
|
617
|
+
options,
|
|
618
|
+
));
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* Bypass Double Counter URL
|
|
623
|
+
*
|
|
624
|
+
* @remarks
|
|
625
|
+
* Bypass alt detection for Discord servers.
|
|
626
|
+
*/
|
|
627
|
+
async postV1ToolsDoublecounter(
|
|
628
|
+
request: operations.PostV1ToolsDoublecounterRequest,
|
|
629
|
+
options?: RequestOptions,
|
|
630
|
+
): Promise<operations.PostV1ToolsDoublecounterResponse> {
|
|
631
|
+
return unwrapAsync(postV1ToolsDoublecounter(
|
|
632
|
+
this,
|
|
633
|
+
request,
|
|
634
|
+
options,
|
|
635
|
+
));
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* Download IntelX file
|
|
640
|
+
*
|
|
641
|
+
* @remarks
|
|
642
|
+
* Download a file from IntelX storage. Use storageId + bucket for a standalone file (5 credits), or systemId with bucket "leaks.logs" for a stealer log (10 credits).
|
|
643
|
+
*/
|
|
644
|
+
async postV1ToolsIntelx(
|
|
645
|
+
request: operations.PostV1ToolsIntelxRequest,
|
|
646
|
+
options?: RequestOptions,
|
|
647
|
+
): Promise<operations.PostV1ToolsIntelxResponse> {
|
|
648
|
+
return unwrapAsync(postV1ToolsIntelx(
|
|
649
|
+
this,
|
|
650
|
+
request,
|
|
651
|
+
options,
|
|
652
|
+
));
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* List organizations the authenticated user belongs to.
|
|
657
|
+
*/
|
|
658
|
+
async getV1Organizations(
|
|
659
|
+
options?: RequestOptions,
|
|
660
|
+
): Promise<operations.GetV1OrganizationsResponse> {
|
|
661
|
+
return unwrapAsync(getV1Organizations(
|
|
662
|
+
this,
|
|
663
|
+
options,
|
|
664
|
+
));
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
/**
|
|
668
|
+
* Get details for a specific organization you are a member of.
|
|
669
|
+
*/
|
|
670
|
+
async getV1OrganizationsById(
|
|
671
|
+
request: operations.GetV1OrganizationsByIdRequest,
|
|
672
|
+
options?: RequestOptions,
|
|
673
|
+
): Promise<operations.GetV1OrganizationsByIdResponse> {
|
|
674
|
+
return unwrapAsync(getV1OrganizationsById(
|
|
675
|
+
this,
|
|
676
|
+
request,
|
|
677
|
+
options,
|
|
678
|
+
));
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
* List members of an organization you belong to.
|
|
683
|
+
*/
|
|
684
|
+
async getV1OrganizationsByIdMembers(
|
|
685
|
+
request: operations.GetV1OrganizationsByIdMembersRequest,
|
|
686
|
+
options?: RequestOptions,
|
|
687
|
+
): Promise<operations.GetV1OrganizationsByIdMembersResponse> {
|
|
688
|
+
return unwrapAsync(getV1OrganizationsByIdMembers(
|
|
689
|
+
this,
|
|
690
|
+
request,
|
|
691
|
+
options,
|
|
692
|
+
));
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
/**
|
|
696
|
+
* Get the audit log for an organization. Requires owner or admin role.
|
|
697
|
+
*/
|
|
698
|
+
async getV1OrganizationsByIdAuditLog(
|
|
699
|
+
request: operations.GetV1OrganizationsByIdAuditLogRequest,
|
|
700
|
+
options?: RequestOptions,
|
|
701
|
+
): Promise<operations.GetV1OrganizationsByIdAuditLogResponse> {
|
|
702
|
+
return unwrapAsync(getV1OrganizationsByIdAuditLog(
|
|
703
|
+
this,
|
|
704
|
+
request,
|
|
705
|
+
options,
|
|
706
|
+
));
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
/**
|
|
710
|
+
* List cases shared with an organization (filtered by your visibility settings).
|
|
711
|
+
*/
|
|
712
|
+
async getV1OrganizationsByIdCases(
|
|
713
|
+
request: operations.GetV1OrganizationsByIdCasesRequest,
|
|
714
|
+
options?: RequestOptions,
|
|
715
|
+
): Promise<operations.GetV1OrganizationsByIdCasesResponse> {
|
|
716
|
+
return unwrapAsync(getV1OrganizationsByIdCases(
|
|
717
|
+
this,
|
|
718
|
+
request,
|
|
719
|
+
options,
|
|
720
|
+
));
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* Send credits from your balance to one or more organization members. Requires owner or admin role.
|
|
725
|
+
*/
|
|
726
|
+
async postV1OrganizationsByIdCredits(
|
|
727
|
+
request: operations.PostV1OrganizationsByIdCreditsRequest,
|
|
728
|
+
options?: RequestOptions,
|
|
729
|
+
): Promise<operations.PostV1OrganizationsByIdCreditsResponse> {
|
|
730
|
+
return unwrapAsync(postV1OrganizationsByIdCredits(
|
|
731
|
+
this,
|
|
732
|
+
request,
|
|
733
|
+
options,
|
|
734
|
+
));
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* Username Search V2
|
|
739
|
+
*
|
|
740
|
+
* @remarks
|
|
741
|
+
* Search various sites for a specific username
|
|
742
|
+
*/
|
|
743
|
+
async postV2SearchSocialsUsername(
|
|
744
|
+
request: operations.PostV2SearchSocialsUsernameRequest,
|
|
745
|
+
options?: RequestOptions,
|
|
746
|
+
): Promise<operations.PostV2SearchSocialsUsernameResponse> {
|
|
747
|
+
return unwrapAsync(postV2SearchSocialsUsername(
|
|
748
|
+
this,
|
|
749
|
+
request,
|
|
750
|
+
options,
|
|
751
|
+
));
|
|
752
|
+
}
|
|
753
|
+
}
|