Skip to content

Conversation

@wscourge
Copy link
Contributor

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.

If changing an existing definition:

If removing a declaration:

  • If a package was never on Definitely Typed, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
  • Delete the package's directory.
  • Add it to notNeededPackages.json.

@typescript-bot
Copy link
Contributor

typescript-bot commented Dec 26, 2025

@wscourge Thank you for submitting this PR!

This is a live comment that I will keep updated.

1 package in this PR

Code Reviews

Because you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • 🕐 Most recent commit is approved by type definition owners, DT maintainers or others

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": 74269,
  "author": "wscourge",
  "headCommitOid": "2ddea1d79ede24e099acbb08c39e7361913d645b",
  "mergeBaseOid": "86aac7d1dff96c49da8d03ae9e400f39b7e86cae",
  "lastPushDate": "2025-12-26T10:52:15.000Z",
  "lastActivityDate": "2025-12-26T10:52:15.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "chartmogul-node",
      "kind": "edit",
      "files": [
        {
          "path": "types/chartmogul-node/chartmogul-node-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/chartmogul-node/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "chartmogul"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [],
  "mainBotCommentID": 3692689421,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

🔔 @chartmogul — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@wscourge wscourge changed the title Add support for chartmogul-node additional DataSource fields Add support for chartmogul-node connect and disconnect Subscription Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Waiting for Code Reviews

Development

Successfully merging this pull request may close these issues.

2 participants