From 2f153aea847ec085f88ac686519333fa7b45fedd Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 2 Jul 2024 12:27:54 +0000 Subject: [PATCH] Deploying from phrase/openapi@5c6ec891 --- CHANGELOG.md | 8 ++++++++ README.md | 10 +++++----- package.json | 2 +- src/runtime.ts | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e158df8..dc58f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.3.0](https://github.com/phrase/openapi/compare/typescript-v2.2.1...typescript-v2.3.0) (2024-07-02) + + +### Features + +* add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154)) +* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c)) + ## [2.2.1](https://github.com/phrase/openapi/compare/typescript-v2.2.0...typescript-v2.2.1) (2024-06-18) diff --git a/README.md b/README.md index 563abd7..b2fbd53 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## phrase-js@2.2.1 +## phrase-js@2.3.0 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.2.1 +- Package version: 2.3.0 - Build package: phrase-js For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/) @@ -47,14 +47,14 @@ _published:_ ``` -npm install phrase-js@2.2.1 --save +npm install phrase-js@2.3.0 --save ``` if you are using yarn ``` -yarn install phrase-js@2.2.1 +yarn install phrase-js@2.3.0 ``` _unPublished (not recommended):_ @@ -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.2.1" + "phrase-js": "^2.3.0" }, "devDependencies": { "tslint": "^5.20.1", diff --git a/package.json b/package.json index 6b09f5e..16909cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phrase-js", - "version": "2.2.1", + "version": "2.3.0", "description": "OpenAPI client for Phrase Strings", "author": "OpenAPI-Generator", "license" : "MIT", diff --git a/src/runtime.ts b/src/runtime.ts index e23658e..ef2a257 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -161,7 +161,7 @@ export class Configuration { configuration.headers = {} } - configuration.headers["User-Agent"] = "OpenAPI-Generator/2.2.1/js" + configuration.headers["User-Agent"] = "OpenAPI-Generator/2.3.0/js" } get basePath(): string {