googleapis / googleapis/google-api-nodejs-client

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

Open
#3,528 0 comments 0 reactions 0 assignees View on GitHub
priority: p2 type: bug
Dominant language
TypeScript
Stars
12.2k
Forks
2k
Avg merge
1d 9h
Merged PRs (30d)
24

Description

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

3) 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,
});
```
2. 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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.