Skip to content

Commit cc34d39

Browse files
authored
Regenerate PHP files (#42)
* Regenerate PHP files * Add latest changelog entry
1 parent 7b7bf63 commit cc34d39

File tree

8 files changed

+158
-24
lines changed

8 files changed

+158
-24
lines changed

.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,4 @@ lib/Model/UpdateConferenceRequest.php
298298
lib/Model/UpdateConferenceRequestStatus.php
299299
lib/ObjectSerializer.php
300300
phpunit.xml.dist
301+
test/Api/DefaultApiTest.php

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12+
<a name="4.4.2"></a>
13+
14+
## [4.4.2] - 2024-07-23
15+
16+
### Changed
17+
18+
- Regenerate SDK files
19+
1220
<a name="4.4.1"></a>
1321

1422
## [4.4.1] - 2024-07-12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,5 @@ [email protected]
383383
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
384384

385385
- API version: `1.0.0`
386-
- Package version: `4.4.1`
386+
- Package version: `4.4.2`
387387
- 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": "freeclimbapi/php-sdk",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.",
55
"keywords": [
66
"openapitools",

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Configuration
9191
*
9292
* @var string
9393
*/
94-
protected $userAgent = 'OpenAPI-Generator/4.4.1/PHP';
94+
protected $userAgent = 'OpenAPI-Generator/4.4.2/PHP';
9595

9696
/**
9797
* Debug switch (default set to false)
@@ -400,7 +400,7 @@ public static function toDebugReport()
400400
$report .= ' OS: ' . php_uname() . PHP_EOL;
401401
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
402402
$report .= ' The version of the OpenAPI document: 1.0.0' . PHP_EOL;
403-
$report .= ' SDK Package Version: 4.4.1' . PHP_EOL;
403+
$report .= ' SDK Package Version: 4.4.2' . PHP_EOL;
404404
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
405405

406406
return $report;

0 commit comments

Comments
 (0)