Skip to content

Commit

Permalink
Merge branch 'master' of github.com:databox/databox-php
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavko Rihtaric committed Jul 11, 2024
2 parents aa787d6 + 6ce76b6 commit 9dc7fb7
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ vendor/bin/phpunit

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `0.3.15-sdk.5`
- Package version: `2.1`
- API version: `0.4.1`
- Package version: `2.1.1`
- Generator version: `7.6.0`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "databox",
"version": "2.1",
"version": "2.1.1",
"description": "Push API resources Open API documentation",
"keywords": [
"openapitools",
Expand Down
1 change: 0 additions & 1 deletion src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gitignore
.openapi-generator-ignore
.php-cs-fixer.dist.php
.travis.yml
README.md
Expand Down
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ vendor/bin/phpunit

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `0.3.15-sdk.5`
- Package version: `2.1`
- API version: `0.4.1`
- Package version: `2.1.1`
- Generator version: `7.6.0`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "databox",
"version": "2.1",
"version": "2.1.1",
"description": "Push API resources Open API documentation",
"keywords": [
"openapitools",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Api/DefaultApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
8 changes: 4 additions & 4 deletions src/lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down Expand Up @@ -100,7 +100,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'OpenAPI-Generator/2.1/PHP';
protected $userAgent = 'OpenAPI-Generator/2.1.1/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -432,8 +432,8 @@ public static function toDebugReport()
$report = 'PHP SDK (Databox) Debug Report:' . PHP_EOL;
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the OpenAPI document: 0.3.15-sdk.5' . PHP_EOL;
$report .= ' SDK Package Version: 2.1' . PHP_EOL;
$report .= ' The version of the OpenAPI document: 0.4.1' . PHP_EOL;
$report .= ' SDK Package Version: 2.1.1' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/HeaderSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Model/ApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Model/ModelInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Model/PushData.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Model/PushDataAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Model/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ObjectSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/Api/DefaultApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/Model/ApiResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/Model/PushDataAttributeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/Model/PushDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/Model/StateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* Push API resources Open API documentation
*
* The version of the OpenAPI document: 0.3.15-sdk.5
* The version of the OpenAPI document: 0.4.1
* Generated by: https://openapi-generator.tech
* Generator version: 7.6.0
*/
Expand Down

0 comments on commit 9dc7fb7

Please sign in to comment.