Skip to content

Fix deprecated docs link and TypeScript definitions (fixes #131, #123)#146

Merged
levz0r merged 1 commit into
masterfrom
fix/issues-131-123-docs-and-types
Dec 4, 2025
Merged

Fix deprecated docs link and TypeScript definitions (fixes #131, #123)#146
levz0r merged 1 commit into
masterfrom
fix/issues-131-123-docs-and-types

Conversation

@levz0r
Copy link
Copy Markdown
Owner

@levz0r levz0r commented Dec 4, 2025

Summary

  • Updates deprecated AdWords API documentation link to current Google Identity docs
  • Adds missing label and include_attachments options to GetMessagesOptions TypeScript interface

Fixes #131, fixes #123

Changes

README.md

  • Replaced deprecated developers.google.com/adwords/api/docs/... link with developers.google.com/identity/gsi/web/guides/get-google-api-clientid

gmail-tester.d.ts

  • Added label?: string to GetMessagesOptions
  • Added include_attachments?: boolean to GetMessagesOptions

These options were already supported by get_messages() but missing from the TypeScript definitions.

Test plan

  • Verified new link works and points to correct documentation
  • TypeScript definitions now match actual function parameters
  • CI passes

🤖 Generated with Claude Code

- Update deprecated AdWords API link to Google Identity docs
- Add missing label and include_attachments to GetMessagesOptions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@levz0r levz0r merged commit d7cba4c into master Dec 4, 2025
2 checks passed
@levz0r levz0r deleted the fix/issues-131-123-docs-and-types branch December 4, 2025 15:12
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.

readme links to a deprecated adwords page Label not a typed parameter for check_message

1 participant