Typedef

Results 5 issues of Typedef

**What happened?** I'm getting the recent commits from a branch through `GET /repos/{owner}/{repo}/events`, I'm filtering commits that were committed to the main branch and getting the latest one. It looks...

Type: Bug
Status: Blocked

It may be worth considering adding the ability to set vector IDs through `PineconeStore.fromDocuments`. Currently, it is impossible to fetch vectors from Pinecone's dashboard without knowing the ID. Upon inspection,...

stale

**Is your feature request related to a problem? Please describe.** JavaScript support is currently not available. **Describe the solution you'd like** I would like to request JavaScript support. **Describe alternatives...

![image](https://github.com/Yuri-Lima/woocommerce-rest-api-ts-lib/assets/73958774/2f39f98b-4da4-400b-b647-5d0fb6edd2e9) To fix: please add it on `WooRestApiEndpoint` type. --- Temporary fix: const orderRes = await api.post("orders/batch" as WooRestApiEndpoint, input.data);

I'm using "@rollup/plugin-typescript": "^12.1.2" and "ts-patch": "^3.3.0" Getting this error: ``` [!] TypeError: Cannot read properties of undefined (reading 'fileExists') TypeError: Cannot read properties of undefined (reading 'fileExists') at getTsConfigPath...