From 2d9e5a1e46076559560e3adcc2164a87440d3db6 Mon Sep 17 00:00:00 2001 From: slavkor <30171206+slavkor@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:38:08 +0000 Subject: [PATCH] chore: release data-link SDK --- README.md | 2 +- composer.json | 4 ++-- src/README.md | 2 +- src/composer.json | 4 ++-- src/lib/Configuration.php | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7ea0e91..7c4627f 100755 --- a/README.md +++ b/README.md @@ -115,6 +115,6 @@ vendor/bin/phpunit This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `0.4.1` - - Package version: `2.1.1` + - Package version: `2.1.3` - Generator version: `7.6.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/composer.json b/composer.json index b547151..5135a93 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "databox", - "version": "2.1.1", + "name": "databox/databox", + "version": "2.1.3", "description": "Push API resources Open API documentation", "keywords": [ "openapitools", diff --git a/src/README.md b/src/README.md index 9484511..7c4627f 100644 --- a/src/README.md +++ b/src/README.md @@ -115,6 +115,6 @@ vendor/bin/phpunit This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `0.4.1` - - Package version: `2.1.2` + - Package version: `2.1.3` - Generator version: `7.6.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/src/composer.json b/src/composer.json index b547151..5135a93 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { - "name": "databox", - "version": "2.1.1", + "name": "databox/databox", + "version": "2.1.3", "description": "Push API resources Open API documentation", "keywords": [ "openapitools", diff --git a/src/lib/Configuration.php b/src/lib/Configuration.php index 442db05..bc3bde0 100644 --- a/src/lib/Configuration.php +++ b/src/lib/Configuration.php @@ -100,7 +100,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.1.1/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.1.3/PHP'; /** * Debug switch (default set to false) @@ -433,7 +433,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 0.4.1' . PHP_EOL; - $report .= ' SDK Package Version: 2.1.1' . PHP_EOL; + $report .= ' SDK Package Version: 2.1.3' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;