From 030d15f7a8db7d460e5d46307f6252b4a5f67c4a Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 5 Feb 2024 10:22:33 +0000 Subject: [PATCH] Deploying from phrase/openapi@1baf9d3d --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- package.json | 2 +- src/runtime.ts | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c8028..8bba30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.19.2](https://github.com/phrase/openapi/compare/typescript-v1.19.1...typescript-v1.19.2) (2024-02-05) + + +### Bug Fixes + +* **API:** allow nullable value for job's due_date ([#534](https://github.com/phrase/openapi/issues/534)) ([38b51b5](https://github.com/phrase/openapi/commit/38b51b51095394f8ce769873140038abba628514)) + ## [1.19.1](https://github.com/phrase/openapi/compare/typescript-v1.19.0...typescript-v1.19.1) (2024-02-01) diff --git a/README.md b/README.md index 43516c7..14d3060 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## phrase-js@1.19.1 +## phrase-js@1.19.2 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.19.1 +- Package version: 1.19.2 - 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@1.19.1 --save +npm install phrase-js@1.19.2 --save ``` if you are using yarn ``` -yarn install phrase-js@1.19.1 +yarn install phrase-js@1.19.2 ``` _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": "^1.19.1" + "phrase-js": "^1.19.2" }, "devDependencies": { "tslint": "^5.20.1", diff --git a/package.json b/package.json index e18ddb3..e8c3311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phrase-js", - "version": "1.19.1", + "version": "1.19.2", "description": "OpenAPI client for Phrase Strings", "author": "OpenAPI-Generator", "license" : "MIT", diff --git a/src/runtime.ts b/src/runtime.ts index e047921..862790a 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -161,7 +161,7 @@ export class Configuration { configuration.headers = {} } - configuration.headers["User-Agent"] = "OpenAPI-Generator/1.19.1/js" + configuration.headers["User-Agent"] = "OpenAPI-Generator/1.19.2/js" } get basePath(): string {