-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Confirm this is a Typescript library issue and not an underlying Cloudflare API issue
- This is an issue with the Typescript library
Describe the bug
I can't set the D1 jurisdiction using this library.
https://developers.cloudflare.com/d1/configuration/data-location/#use-wrangler
To Reproduce
Check the code snippet.
Code snippets
const client = new Cloudflare({ apiToken });
const db = await client.d1.database.create({
account_id,
name,
primary_location_hint,
jurisdiction, // << not part of the TS interface
});OS
any
Runtime version
any
Library version
5.2.0
Metadata
Metadata
Assignees
Labels
No labels