File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v1.13.0] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.13.0 ) (2023-11-15 )
3+ ## [ v1.13.0] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.13.0 ) (2023-11-21 )
44 - Feature
55 - Teams API support
6+ - Early Access Header support
67## [ v1.12.0] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.12.0 ) (2023-10-17)
78 - Feature
89 - Types support for Taxonomy feature
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export interface RetryDelayOption {
2424export interface ContentstackToken {
2525 authorization ?: string
2626 authtoken ?: string
27+ early_access : string [ ]
2728}
2829
2930export interface ContentstackConfig extends AxiosRequestConfig , ContentstackToken {
You can’t perform that action at this time.
0 commit comments