googleapis / googleapis/google-api-nodejs-client
showAssigned parameter in "list" method of Google Tasks service is not present in typescript types.
- Lingua principale
- TypeScript
- Stelle
- 12.2k
- Fork
- 2k
- Merge medio
- 1g 9h
- PR unite (30g)
- 24
Descrizione
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!
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Cerca la dichiarazione del tipo Google Tasks v1 tasks.list nel codice sorgente TypeScript e confrontala con i tipi di build generati. Traccia il passaggio esistente di generazione o build, quindi verifica che showAssigned sia accettato dai tipi pubblicati ed esegui i controlli pertinenti del progetto.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- node.js, typescript
- Ambito
- api
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 52/100