Add @clearoutio/clearout#75188
Conversation
|
@max-programming Thank you for submitting this PR! This is a live comment that I will keep updated. 1 package in this PR
Code ReviewsThis PR adds a new definition, so it needs to be reviewed by a DT maintainer before it can be merged. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 75188,
"author": "max-programming",
"headCommitOid": "f9c455f935dbb2dacb6532bfb59d6da5acda35f0",
"mergeBaseOid": "d2e57d1f80a85cf26c5acaa63c753bc820ca74b3",
"lastPushDate": "2026-07-01T05:32:55.000Z",
"lastActivityDate": "2026-07-03T17:30:07.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "clearoutio__clearout",
"kind": "add",
"files": [
{
"path": "types/clearoutio__clearout/.npmignore",
"kind": "package-meta-ok"
},
{
"path": "types/clearoutio__clearout/clearoutio__clearout-tests.ts",
"kind": "test"
},
{
"path": "types/clearoutio__clearout/index.d.ts",
"kind": "definition"
},
{
"path": "types/clearoutio__clearout/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/clearoutio__clearout/tsconfig.json",
"kind": "package-meta-ok"
}
],
"owners": [],
"addedOwners": [
"max-programming"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "stale",
"reviewer": "jakebailey",
"date": "2026-07-03T17:30:07.000Z",
"abbrOid": "44bddac"
}
],
"mainBotCommentID": 4850574182,
"ciResult": "pass"
} |
|
🔔 @max-programming — you're the only owner, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...) |
|
Why did you replace our PR template? |
|
@jakebailey i am really sorry, i did not mean to do that, nowadays i just tell claude to use the github cli to create the pr Update: Done |
|
@jakebailey yes |
- Type emailFinder.getStatus as a union (EmailFinderStatusResult) so the progress-only queued payload no longer claims the found-email fields - Split the shared ProgressStatusResult into BulkVerifyProgressStatus (percentile) and BulkFinderProgressStatus (percentage) so neither endpoint exposes the other's field - Use the expected tsconfig form (lib es6, no target) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@jakebailey Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review? |

pnpm test <package to test>.If adding a new definition:
.d.tsfiles generated via--declarationdts-gen --dt, not by basing it on an existing project.tsconfig.jsonshould havenoImplicitAny,noImplicitThis,strictNullChecks, andstrictFunctionTypesset totrue.Type definitions for
@clearoutio/clearout, the official Clearout Node.js SDK for real-time and bulk email verification and email finding.Notes for reviewers:
clearoutio__clearout.require("@clearoutio/clearout")(token, config)) and constructable (new Clearout(token, config)), with a.defaultfor ESM default-import interop; all three forms are typed and exercised in the tests.dts-genbox left unchecked); response shapes were derived from the SDK's bundled OpenAPI spec and cross-checked against the SDK's own test assertions.