Skip to content

Commit 7b4da95

Browse files
authored
Resolve VCSWP-23999 (#51)
* Resolve VCSWP-23999 * Run composer update to fix build in PHP SDK * Fix package version for PHP SDK and add changelog entry * Update composer lock file * Add new changes from latest spec updates * Add new changes from latest spec updates part 2 * Resolve dependabot high critical vulnerabilities * Fix package version for php * Update changelog file * Run composer update * Add AudioStream PerCL command
1 parent a7ff54f commit 7b4da95

36 files changed

Lines changed: 3543 additions & 379 deletions

.openapi-generator/FILES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ docs/Model/AnsweredBy.md
1515
docs/Model/ApplicationList.md
1616
docs/Model/ApplicationRequest.md
1717
docs/Model/ApplicationResult.md
18+
docs/Model/AudioStream.md
19+
docs/Model/AudioStreamWebhook.md
1820
docs/Model/AvailableNumber.md
1921
docs/Model/AvailableNumberList.md
2022
docs/Model/BargeInReason.md
@@ -26,6 +28,7 @@ docs/Model/CallDirection.md
2628
docs/Model/CallEndedReason.md
2729
docs/Model/CallList.md
2830
docs/Model/CallResult.md
31+
docs/Model/CallResultAllOfSubresourceUris.md
2932
docs/Model/CallStatus.md
3033
docs/Model/CallStatusWebhook.md
3134
docs/Model/Capabilities.md
@@ -176,6 +179,8 @@ lib/Model/AnsweredBy.php
176179
lib/Model/ApplicationList.php
177180
lib/Model/ApplicationRequest.php
178181
lib/Model/ApplicationResult.php
182+
lib/Model/AudioStream.php
183+
lib/Model/AudioStreamWebhook.php
179184
lib/Model/AvailableNumber.php
180185
lib/Model/AvailableNumberList.php
181186
lib/Model/BargeInReason.php
@@ -187,6 +192,7 @@ lib/Model/CallDirection.php
187192
lib/Model/CallEndedReason.php
188193
lib/Model/CallList.php
189194
lib/Model/CallResult.php
195+
lib/Model/CallResultAllOfSubresourceUris.php
190196
lib/Model/CallStatus.php
191197
lib/Model/CallStatusWebhook.php
192198
lib/Model/Capabilities.php
@@ -336,6 +342,8 @@ test/Model/AnsweredByTest.php
336342
test/Model/ApplicationListTest.php
337343
test/Model/ApplicationRequestTest.php
338344
test/Model/ApplicationResultTest.php
345+
test/Model/AudioStreamTest.php
346+
test/Model/AudioStreamWebhookTest.php
339347
test/Model/AvailableNumberListTest.php
340348
test/Model/AvailableNumberTest.php
341349
test/Model/BargeInReasonTest.php
@@ -346,6 +354,7 @@ test/Model/CallControlWebhookTest.php
346354
test/Model/CallDirectionTest.php
347355
test/Model/CallEndedReasonTest.php
348356
test/Model/CallListTest.php
357+
test/Model/CallResultAllOfSubresourceUrisTest.php
349358
test/Model/CallResultTest.php
350359
test/Model/CallStatusTest.php
351360
test/Model/CallStatusWebhookTest.php

CHANGELOG.md

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

1010
None
1111

12+
<a name="5.4.0"></a>
13+
14+
## [5.4.0] - 2026-04-06
15+
16+
### Added
17+
18+
- New parameters for fetching recordings (start time and end time)
19+
- Audio Streaming feature
20+
1221
<a name="5.3.0"></a>
1322

1423
## [5.3.0] - 2025-10-21

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ Class | Method | HTTP request | Description
203203
- [ApplicationList](docs/Model/ApplicationList.md)
204204
- [ApplicationRequest](docs/Model/ApplicationRequest.md)
205205
- [ApplicationResult](docs/Model/ApplicationResult.md)
206+
- [AudioStream](docs/Model/AudioStream.md)
207+
- [AudioStreamWebhook](docs/Model/AudioStreamWebhook.md)
206208
- [AvailableNumber](docs/Model/AvailableNumber.md)
207209
- [AvailableNumberList](docs/Model/AvailableNumberList.md)
208210
- [BargeInReason](docs/Model/BargeInReason.md)
@@ -214,6 +216,7 @@ Class | Method | HTTP request | Description
214216
- [CallEndedReason](docs/Model/CallEndedReason.md)
215217
- [CallList](docs/Model/CallList.md)
216218
- [CallResult](docs/Model/CallResult.md)
219+
- [CallResultAllOfSubresourceUris](docs/Model/CallResultAllOfSubresourceUris.md)
217220
- [CallStatus](docs/Model/CallStatus.md)
218221
- [CallStatusWebhook](docs/Model/CallStatusWebhook.md)
219222
- [Capabilities](docs/Model/Capabilities.md)
@@ -374,6 +377,6 @@ support@freeclimb.com
374377
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
375378

376379
- API version: `1.0.0`
377-
- Package version: `5.3.0`
380+
- Package version: `5.4.0`
378381
- Generator version: `7.9.0`
379382
- 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": "5.3.0",
3+
"version": "5.4.0",
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",

0 commit comments

Comments
 (0)