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 1
1
# Changelog
2
2
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 )
4
4
- Feature
5
5
- Teams API support
6
+ - Early Access Header support
6
7
## [ v1.12.0] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.12.0 ) (2023-10-17)
7
8
- Feature
8
9
- Types support for Taxonomy feature
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export interface RetryDelayOption {
24
24
export interface ContentstackToken {
25
25
authorization ?: string
26
26
authtoken ?: string
27
+ early_access : string [ ]
27
28
}
28
29
29
30
export interface ContentstackConfig extends AxiosRequestConfig , ContentstackToken {
You can’t perform that action at this time.
0 commit comments