Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showAssigned parameter in "list" method of Google Tasks service is not present in typescript types. #3528

Open
LucianoTrujillo opened this issue Jul 28, 2024 · 0 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@LucianoTrujillo
Copy link

LucianoTrujillo commented Jul 28, 2024

  1. Is this a client library issue or a product issue?
    client library

  2. Did someone already solve this?

  • Search the issues already opened: doesn't appear
  • Search the issues on our "catch-all" repository: doesn't appear
  • Search or ask on StackOverflow (engineers monitor these tags): doesn't appear
  1. Do you have a support contract?
    No

Environment details

  • googleapis version: 140.0.1 (latest)

Steps to reproduce

import { google } from 'googleapis';
const service = google.tasks({ version: 'v1', auth });
 const tasksResult = await service.tasks.list({
        tasklist: tasklistId!,
       showCompleted: true,
        showHidden: true,
       showDeleted: true,
       showAssigned: true, 
      });
  1. error appears: Object literal may only specify known properties, and showAssigned does not exist in type

I see it appears on the source typescript code of this repo, but not in the build typescript types

Thanks!

@LucianoTrujillo LucianoTrujillo added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant