Skip to content

Commit 6ce76b6

Browse files
authored
Merge pull request #22 from databox/release/0.4.1/1720687211609
[SDK release] Generated SDK code based on data-link 0.4.1 API changes
2 parents 1945e26 + e9e30a5 commit 6ce76b6

20 files changed

Lines changed: 24 additions & 25 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ vendor/bin/phpunit
114114

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

117-
- API version: `0.3.15-sdk.5`
118-
- Package version: `2.1`
117+
- API version: `0.4.1`
118+
- Package version: `2.1.1`
119119
- Generator version: `7.6.0`
120120
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "databox",
3-
"version": "2.1",
3+
"version": "2.1.1",
44
"description": "Push API resources Open API documentation",
55
"keywords": [
66
"openapitools",

src/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.gitignore
2-
.openapi-generator-ignore
32
.php-cs-fixer.dist.php
43
.travis.yml
54
README.md

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ vendor/bin/phpunit
114114

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

117-
- API version: `0.3.15-sdk.5`
118-
- Package version: `2.1`
117+
- API version: `0.4.1`
118+
- Package version: `2.1.1`
119119
- Generator version: `7.6.0`
120120
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

src/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "databox",
3-
"version": "2.1",
3+
"version": "2.1.1",
44
"description": "Push API resources Open API documentation",
55
"keywords": [
66
"openapitools",

src/lib/Api/DefaultApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* Push API resources Open API documentation
1616
*
17-
* The version of the OpenAPI document: 0.3.15-sdk.5
17+
* The version of the OpenAPI document: 0.4.1
1818
* Generated by: https://openapi-generator.tech
1919
* Generator version: 7.6.0
2020
*/

src/lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* Push API resources Open API documentation
1616
*
17-
* The version of the OpenAPI document: 0.3.15-sdk.5
17+
* The version of the OpenAPI document: 0.4.1
1818
* Generated by: https://openapi-generator.tech
1919
* Generator version: 7.6.0
2020
*/

src/lib/Configuration.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* Push API resources Open API documentation
1616
*
17-
* The version of the OpenAPI document: 0.3.15-sdk.5
17+
* The version of the OpenAPI document: 0.4.1
1818
* Generated by: https://openapi-generator.tech
1919
* Generator version: 7.6.0
2020
*/
@@ -100,7 +100,7 @@ class Configuration
100100
*
101101
* @var string
102102
*/
103-
protected $userAgent = 'OpenAPI-Generator/2.1/PHP';
103+
protected $userAgent = 'OpenAPI-Generator/2.1.1/PHP';
104104

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

439439
return $report;

src/lib/HeaderSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* Push API resources Open API documentation
1616
*
17-
* The version of the OpenAPI document: 0.3.15-sdk.5
17+
* The version of the OpenAPI document: 0.4.1
1818
* Generated by: https://openapi-generator.tech
1919
* Generator version: 7.6.0
2020
*/

src/lib/Model/ApiResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Push API resources Open API documentation
1717
*
18-
* The version of the OpenAPI document: 0.3.15-sdk.5
18+
* The version of the OpenAPI document: 0.4.1
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.6.0
2121
*/

0 commit comments

Comments
 (0)