Skip to content

Commit 323c12f

Browse files
author
Phrase
committedApr 17, 2024·
Deploying from phrase/openapi@a10588f3
1 parent 44710b5 commit 323c12f

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.22.0](https://github.com/phrase/openapi/compare/typescript-v1.21.0...typescript-v1.22.0) (2024-04-17)
4+
5+
6+
### Features
7+
8+
* **API:** Add Repo Sync [TSI-1923] ([#569](https://github.com/phrase/openapi/issues/569)) ([0bd1756](https://github.com/phrase/openapi/commit/0bd17562018cb045ff41cc1ff5008b9419a0ed12))
9+
310
## [1.21.0](https://github.com/phrase/openapi/compare/typescript-v1.20.0...typescript-v1.21.0) (2024-04-10)
411

512

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## phrase-js@1.21.0
1+
## phrase-js@1.22.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: 1.21.0
8+
- Package version: 1.22.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@1.21.0 --save
50+
npm install phrase-js@1.22.0 --save
5151
```
5252

5353
if you are using yarn
5454

5555

5656
```
57-
yarn install phrase-js@1.21.0
57+
yarn install phrase-js@1.22.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": "^1.21.0"
107+
"phrase-js": "^1.22.0"
108108
},
109109
"devDependencies": {
110110
"tslint": "^5.20.1",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phrase-js",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"description": "OpenAPI client for Phrase Strings",
55
"author": "OpenAPI-Generator",
66
"license" : "MIT",

‎src/runtime.ts

+1-1
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/1.21.0/js"
164+
configuration.headers["User-Agent"] = "OpenAPI-Generator/1.22.0/js"
165165
}
166166

167167
get basePath(): string {

0 commit comments

Comments
 (0)
Please sign in to comment.