Skip to content

Commit ae5d9f4

Browse files
author
Phrase
committed
Deploying from phrase/openapi@925a72af
1 parent 6f0f590 commit ae5d9f4

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.0.3](https://github.com/phrase/openapi/compare/typescript-v3.0.2...typescript-v3.0.3) (2025-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **API:** pass translation_key_ids when removing keys from job ([#771](https://github.com/phrase/openapi/issues/771)) ([f670e27](https://github.com/phrase/openapi/commit/f670e2763b1112fefd1812109b3c09def42b7bd2))
9+
310
## [3.0.2](https://github.com/phrase/openapi/compare/typescript-v3.0.1...typescript-v3.0.2) (2025-01-06)
411

512

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
1+
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.0.2
8+
- Package version: 3.0.3
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 [email protected].2 --save
50+
npm install [email protected].3 --save
5151
```
5252

5353
if you are using yarn
5454

5555

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

167167
get basePath(): string {

0 commit comments

Comments
 (0)