Skip to content

Commit

Permalink
Deploying from phrase/openapi@2f1c5703
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Feb 24, 2023
1 parent 1103990 commit b6b1aa4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## [email protected].7
## [email protected].8

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: 1.5.7
- Package version: 1.5.8
- 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 [email protected].7 --save
npm install [email protected].8 --save
```

if you are using yarn


```
yarn install [email protected].7
yarn install [email protected].8
```

_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": "^1.5.7"
"phrase-js": "^1.5.8"
},
"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": "1.5.7",
"version": "1.5.8",
"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 @@ -145,7 +145,7 @@ export class Configuration {
configuration.headers = {}
}

configuration.headers["User-Agent"] = "OpenAPI-Generator/1.5.7/js"
configuration.headers["User-Agent"] = "OpenAPI-Generator/1.5.8/js"
}

get basePath(): string {
Expand Down

0 comments on commit b6b1aa4

Please sign in to comment.