Skip to content

Add types for @jambonz/node-client#74449

Open
BuckyMcYolo wants to merge 1 commit intoDefinitelyTyped:masterfrom
BuckyMcYolo:jambonz-node-client
Open

Add types for @jambonz/node-client#74449
BuckyMcYolo wants to merge 1 commit intoDefinitelyTyped:masterfrom
BuckyMcYolo:jambonz-node-client

Conversation

@BuckyMcYolo
Copy link

Please fill in this template.

Select one of these and delete the others:

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an npm package, match the name. If not, do not conflict with the name of an npm package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

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

@typescript-bot
Copy link
Contributor

typescript-bot commented Feb 3, 2026

@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 Reviews

This 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

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Only a DT maintainer can approve changes when there are new packages added

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"
}

@typescript-bot typescript-bot added the New Definition This PR creates a new definition package. label Feb 3, 2026
@typescript-bot typescript-bot moved this to Waiting for Code Reviews in Pull Request Status Board Feb 3, 2026
@typescript-bot
Copy link
Contributor

🔔 @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...)

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Action in Pull Request Status Board Feb 3, 2026
@typescript-bot typescript-bot added the Other Approved This PR was reviewed and signed-off by a community member. label Feb 3, 2026
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Feb 3, 2026
@typescript-bot
Copy link
Contributor

@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:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

@typescript-bot typescript-bot moved this from Needs Maintainer Action to Waiting for Author to Merge in Pull Request Status Board Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintainer Approved New Definition This PR creates a new definition package. Other Approved This PR was reviewed and signed-off by a community member. Self Merge This PR can now be self-merged by the PR author or an owner

Projects

Status: Waiting for Author to Merge

Development

Successfully merging this pull request may close these issues.

4 participants