Skip to content

Fix/tollfree verification type declaration#377

Merged
koushiksk-plivo (koushiksk-plivo) merged 2 commits intomasterfrom
fix/tollfree-verification-type-declaration
Apr 16, 2026
Merged

Fix/tollfree verification type declaration#377
koushiksk-plivo (koushiksk-plivo) merged 2 commits intomasterfrom
fix/tollfree-verification-type-declaration

Conversation

@koushiksk-plivo
Copy link
Copy Markdown
Contributor

No description provided.

Koushik SK and others added 2 commits April 16, 2026 08:55
The TypeScript declaration file had an invalid import pointing to the
source directory (lib/resources/) which doesn't ship in the npm package:

  import { TollfreeVerification } from "../../lib/resources/tollfree_verification";

This caused "module not found" errors for TypeScript consumers.
The import was redundant — TollfreeVerification is already defined
and exported in the same file.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The TypeScript declaration file had an invalid import pointing to the
source directory (lib/resources/) which doesn't ship in the npm package:

  import { TollfreeVerification } from "../../lib/resources/tollfree_verification";

This caused TS2307 "Cannot find module" errors for TypeScript consumers.
The import was redundant — TollfreeVerification is already defined and
exported at line 61 of the same file.

Bumps version to 4.76.1.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@koushiksk-plivo koushiksk-plivo (koushiksk-plivo) merged commit 891b443 into master Apr 16, 2026
12 of 17 checks passed
@koushiksk-plivo koushiksk-plivo (koushiksk-plivo) deleted the fix/tollfree-verification-type-declaration branch April 16, 2026 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants