googleapis / googleapis/google-cloud-node
Several new Firestore types are missing from the API docs
Open
api: firestore
library: nodejs-firestore
priority: p2
type: bug
type: docs
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
It looks like the following Firestore types are missing in the API reference docs at https://googleapis.dev/nodejs/firestore/latest/index.html
```
- PartialWithFieldValue
- WithFieldValue
- Primitive
- NestedUpdateFields
- ChildUpdateFields
- AddPrefixToKeys
- UnionToIntersection
- ReadOnlyTransactionOptions
```
The types are defined in the TS files... they might need to be added to the corresponding JS doc files as well.
Contributor guide
Assessment
This issue has not been assessed yet.