### Confirm this is a Typescript library issue and not an underlying Cloudflare API issue - [x] This is an issue with the Typescript library ### Describe the bug The `subscription` object includes an array field called `component_values`, which should have the structure: `{ name: string; value: number; default?: number }`, however, the `component_values` field is currently missing from the `subscription` type definition. ### To Reproduce Type error. ### Code snippets ```Typescript ``` ### OS - ### Runtime version - ### Library version -