@omnixdp/typegen 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ npx omnixdp-typegen \
27
27
 
28
28
  Space arguments can be a space id, slug, or exact name. Typegen loads `.env` and `.env.local` before evaluating config files, then exchanges client credentials for short-lived access tokens. Existing `--management-token`, `--business-objects-token`, and `--ratings-and-reviews-token` flags remain supported when you already have bearer tokens. Regenerate the output after changing content types, taxonomy types, data types, or global fields in the admin.
29
29
 
30
- Generated CMS taxonomy response aliases use the delivery SDK's typed taxonomy tree shape: term `slug` and `url` remain top-level node metadata, while nested node `data` omits those route fields.
30
+ Generated CMS taxonomy response aliases use the delivery SDK's typed taxonomy tree shape: term `slug` and `url` are part of nested node `data` when those taxonomy fields are exposed through the Delivery API.
31
31
 
32
32
  ## Check in CI
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnixdp/typegen",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "TypeScript type generator for Omni xDP SDK response models.",
5
5
  "license": "MIT",
6
6
  "repository": {