Skip to content

Commit

Permalink
Merge pull request #23 from databox/release/0.4.1/1720715870699
Browse files Browse the repository at this point in the history
[SDK release] Generated SDK code based on data-link 0.4.1 API changes
  • Loading branch information
DataboxDeploy authored Jul 11, 2024
2 parents 6d78022 + 2d9e5a1 commit ae4b792
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
4 changes: 2 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ae4b792

Please sign in to comment.