Skip to content

Commit 7eaeb2a

Browse files
author
Phrase
committed
1 parent 49731c4 commit 7eaeb2a

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/phrase/openapi/compare/typescript-v2.5.0...typescript-v2.6.0) (2024-12-03)
4+
5+
6+
### Features
7+
8+
* **API:** Add Pagination header to POST search endpoints [[#457](https://github.com/phrase/openapi/issues/457)] ([#706](https://github.com/phrase/openapi/issues/706)) ([9a79fa3](https://github.com/phrase/openapi/commit/9a79fa31bb3b9d58272fa2f4e82d72d0d44a93a0))
9+
* **API:** autotranslate param in key creation [STRINGS-786] ([#713](https://github.com/phrase/openapi/issues/713)) ([581d0ff](https://github.com/phrase/openapi/commit/581d0ff5f1d06757e5ddd9603b78fc8d435d68ee))
10+
11+
12+
### Bug Fixes
13+
14+
* **API:** Comment creation schema fix #STRINGS-866 ([#718](https://github.com/phrase/openapi/issues/718)) ([e201d13](https://github.com/phrase/openapi/commit/e201d1360c89698dd8d3642cc28f89dd0e50a1fb))
15+
316
## [2.5.0](https://github.com/phrase/openapi/compare/typescript-v2.4.0...typescript-v2.5.0) (2024-10-02)
417

518

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## phrase-js@2.5.0
1+
## phrase-js@2.6.0
22

33
Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.
44

55
## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 2.0.0
8-
- Package version: 2.5.0
8+
- Package version: 2.6.0
99
- Build package: phrase-js
1010
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
1111

@@ -47,14 +47,14 @@ _published:_
4747

4848

4949
```
50-
npm install phrase-js@2.5.0 --save
50+
npm install phrase-js@2.6.0 --save
5151
```
5252

5353
if you are using yarn
5454

5555

5656
```
57-
yarn install phrase-js@2.5.0
57+
yarn install phrase-js@2.6.0
5858
```
5959

6060
_unPublished (not recommended):_
@@ -104,7 +104,7 @@ here is the example package.json
104104
"@types/node": "^14.0.1",
105105
"form-data": "^3.0.0",
106106
"node-fetch": "^2.6.0",
107-
"phrase-js": "^2.5.0"
107+
"phrase-js": "^2.6.0"
108108
},
109109
"devDependencies": {
110110
"tslint": "^5.20.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phrase-js",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "OpenAPI client for Phrase Strings",
55
"author": "OpenAPI-Generator",
66
"license" : "MIT",

src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export class Configuration {
161161
configuration.headers = {}
162162
}
163163

164-
configuration.headers["User-Agent"] = "OpenAPI-Generator/2.5.0/js"
164+
configuration.headers["User-Agent"] = "OpenAPI-Generator/2.6.0/js"
165165
}
166166

167167
get basePath(): string {

0 commit comments

Comments
 (0)