From dd7d0ced891c694bcf8938a98b63aae9fe05d82c Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 18 Dec 2024 08:18:03 +0000 Subject: [PATCH] Deploying from phrase/openapi@8c64f8ff --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 10 +++++----- package.json | 2 +- src/runtime.ts | 2 +- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46fc797..35b208b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.0](https://github.com/phrase/openapi/compare/typescript-v2.6.0...typescript-v3.0.0) (2024-12-18) + + +### ⚠ BREAKING CHANGES + +* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735)) + +### Features + +* **API:** Add 'default_encoding' documentation ([#733](https://github.com/phrase/openapi/issues/733)) ([0139c51](https://github.com/phrase/openapi/commit/0139c51da747fbe7bc9929bcf3534aad7f22f39a)) +* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735)) ([c3bd8ec](https://github.com/phrase/openapi/commit/c3bd8eccaabcfa1b1066ea4438971ac59833af46)) + + +### Bug Fixes + +* **API:** Add missing branch parameter to job comment endpoints #STRINGS-988 ([#724](https://github.com/phrase/openapi/issues/724)) ([64d399c](https://github.com/phrase/openapi/commit/64d399ced0980ac2a48366f91110047287a0c590)) + ## [2.6.0](https://github.com/phrase/openapi/compare/typescript-v2.5.0...typescript-v2.6.0) (2024-12-03) diff --git a/README.md b/README.md index 782e3cc..1e62c85 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## phrase-js@2.6.0 +## phrase-js@3.0.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.6.0 +- Package version: 3.0.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.6.0 --save +npm install phrase-js@3.0.0 --save ``` if you are using yarn ``` -yarn install phrase-js@2.6.0 +yarn install phrase-js@3.0.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.6.0" + "phrase-js": "^3.0.0" }, "devDependencies": { "tslint": "^5.20.1", diff --git a/package.json b/package.json index 65e0db1..bd1163a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phrase-js", - "version": "2.6.0", + "version": "3.0.0", "description": "OpenAPI client for Phrase Strings", "author": "OpenAPI-Generator", "license" : "MIT", diff --git a/src/runtime.ts b/src/runtime.ts index 5fbf7d9..fb932d0 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.6.0/js" + configuration.headers["User-Agent"] = "OpenAPI-Generator/3.0.0/js" } get basePath(): string {