googleapis / googleapis/google-api-nodejs-client
showAssigned parameter in "list" method of Google Tasks service is not present in typescript types.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 12.2k
- Forks
- 2k
- Ø Merge
- 1 T. 9 Std.
- Gemergte PRs (30 T.)
- 24
Beschreibung
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!
Beitragsleitfaden
Rechercherichtung
Suche die Typdeklaration von Google Tasks v1 tasks.list im TypeScript-Quellcode und vergleiche sie mit den generierten Build-Typen. Verfolge den bestehenden Generierungs- oder Build-Schritt. Überprüfe anschließend, dass showAssigned von den veröffentlichten Typen akzeptiert wird, und führe die relevanten Projektprüfungen aus.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- node.js, typescript
- Bereich
- api
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 52/100