Skip to content

Commit 9ae5aa8

Browse files
types support for earlyaccess and update changeLog
1 parent a8fc7ac commit 9ae5aa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

types/contentstackClient.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export interface RetryDelayOption {
2424
export interface ContentstackToken {
2525
authorization?: string
2626
authtoken?: string
27+
early_access: string[]
2728
}
2829

2930
export interface ContentstackConfig extends AxiosRequestConfig, ContentstackToken {

0 commit comments

Comments
 (0)