Skip to content

Commit db1fd8f

Browse files
author
Phrase
committed
Deploying from phrase/openapi@d8339a0d
1 parent fa5a84f commit db1fd8f

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

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

3+
## [3.11.0](https://github.com/phrase/openapi/compare/typescript-v3.10.0...typescript-v3.11.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **API:** Support source_locale_id param in uploads ([#935](https://github.com/phrase/openapi/issues/935)) ([304a406](https://github.com/phrase/openapi/commit/304a4061aaac8001a3a9e10c5cf985b04c31dab2))
9+
310
## [3.10.0](https://github.com/phrase/openapi/compare/typescript-v3.9.0...typescript-v3.10.0) (2025-10-16)
411

512

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## phrase-js@3.10.0
1+
## phrase-js@3.11.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: 3.10.0
8+
- Package version: 3.11.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@3.10.0 --save
50+
npm install phrase-js@3.11.0 --save
5151
```
5252

5353
if you are using yarn
5454

5555

5656
```
57-
yarn install phrase-js@3.10.0
57+
yarn install phrase-js@3.11.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": "^3.10.0"
107+
"phrase-js": "^3.11.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": "3.10.0",
3+
"version": "3.11.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/3.10.0/js"
164+
configuration.headers["User-Agent"] = "OpenAPI-Generator/3.11.0/js"
165165
}
166166

167167
get basePath(): string {

0 commit comments

Comments
 (0)