@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.
- package/README.md +1 -1
- 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`
|
|
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
|
|