Skip to content

Commit

Permalink
Deploying from phrase/openapi@5e586d9b
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed May 31, 2024
1 parent 7b3d738 commit b4306a3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.1](https://github.com/phrase/openapi/compare/typescript-v2.1.0...typescript-v2.1.1) (2024-05-31)


### Bug Fixes

* **CLI:** use id instead of repo_sync_id as param ([#618](https://github.com/phrase/openapi/issues/618)) ([7a1a0d9](https://github.com/phrase/openapi/commit/7a1a0d9115262dc7fa3065ee7cc76bec7a381ddb))
* **PHP:** Fix deserializing custom metadata values in key response ([#607](https://github.com/phrase/openapi/issues/607)) ([b6eeeba](https://github.com/phrase/openapi/commit/b6eeeba223e3eabec268a8f3d372afcb6abd09dd))

## [2.1.0](https://github.com/phrase/openapi/compare/typescript-v2.0.0...typescript-v2.1.0) (2024-04-29)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## phrase-js@2.1.0
## phrase-js@2.1.1

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.

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

- API version: 2.0.0
- Package version: 2.1.0
- Package version: 2.1.1
- Build package: phrase-js
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)

Expand Down Expand Up @@ -47,14 +47,14 @@ _published:_


```
npm install phrase-js@2.1.0 --save
npm install phrase-js@2.1.1 --save
```

if you are using yarn


```
yarn install phrase-js@2.1.0
yarn install phrase-js@2.1.1
```

_unPublished (not recommended):_
Expand Down Expand Up @@ -104,7 +104,7 @@ here is the example package.json
"@types/node": "^14.0.1",
"form-data": "^3.0.0",
"node-fetch": "^2.6.0",
"phrase-js": "^2.1.0"
"phrase-js": "^2.1.1"
},
"devDependencies": {
"tslint": "^5.20.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phrase-js",
"version": "2.1.0",
"version": "2.1.1",
"description": "OpenAPI client for Phrase Strings",
"author": "OpenAPI-Generator",
"license" : "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class Configuration {
configuration.headers = {}
}

configuration.headers["User-Agent"] = "OpenAPI-Generator/2.1.0/js"
configuration.headers["User-Agent"] = "OpenAPI-Generator/2.1.1/js"
}

get basePath(): string {
Expand Down

0 comments on commit b4306a3

Please sign in to comment.