Add types for @jambonz/node-client#74449
Add types for @jambonz/node-client#74449BuckyMcYolo wants to merge 1 commit intoDefinitelyTyped:masterfrom
Conversation
|
@BuckyMcYolo Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. 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
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 74449,
"author": "BuckyMcYolo",
"headCommitOid": "26ce570906031388de4a689cdb52bd1067c38f7e",
"mergeBaseOid": "c0e4c41164885d5d2d40845848b4d64782d7ca61",
"lastPushDate": "2026-02-03T03:12:37.000Z",
"lastActivityDate": "2026-02-03T19:53:38.000Z",
"mergeOfferDate": "2026-02-03T19:54:20.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "jambonz__node-client",
"kind": "add",
"files": [
{
"path": "types/jambonz__node-client/.npmignore",
"kind": "package-meta-ok"
},
{
"path": "types/jambonz__node-client/index.d.ts",
"kind": "definition"
},
{
"path": "types/jambonz__node-client/jambonz__node-client-tests.ts",
"kind": "test"
},
{
"path": "types/jambonz__node-client/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/jambonz__node-client/tsconfig.json",
"kind": "package-meta-ok"
}
],
"owners": [],
"addedOwners": [
"BuckyMcYolo"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "sheetalkamat",
"date": "2026-02-03T19:53:38.000Z",
"isMaintainer": true
},
{
"type": "approved",
"reviewer": "eroub",
"date": "2026-02-03T03:31:35.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 3838798525,
"ciResult": "pass"
} |
|
🔔 @BuckyMcYolo — 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...) |
|
@BuckyMcYolo: Everything looks good here. I am ready to merge this PR (at 26ce570) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ |
Please fill in this template.
pnpm test <package to test>.Select one of these and delete the others:
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.Adds type definitions for @jambonz/node-client (source repo)
This package provides a Node.js SDK for the Jambonz programmable voice platform.
Types include:
REST API client classes (Calls, Messages, Applications)
WebhookResponse verb builder for constructing call flows
All verb payload types (say, gather, dial, conference, llm, etc.)
Speech recognizer/synthesizer options for various vendors (Deepgram, Google, AWS, Azure, etc.)
Note: I previously submitted a PR to add native types to the upstream repo, but it has been pending for 2+ months with no response so adding it here instead