Skip to content

Commit 7b7bf63

Browse files
authored
Merge pull request #41 from FreeClimbAPI/VCSWP-22703
Resolve VCSWP-22703
2 parents 6b6b215 + ed5cb70 commit 7b7bf63

File tree

139 files changed

+4666
-5865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+4666
-5865
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ docs/Model/StartRecordCall.md
139139
docs/Model/TFN.md
140140
docs/Model/TerminateConference.md
141141
docs/Model/TranscribeUtterance.md
142-
docs/Model/TranscribeUtteranceRecord.md
142+
docs/Model/TranscribeUtteranceAllOf.md
143+
docs/Model/TranscribeUtteranceAllOfRecord.md
143144
docs/Model/Unpark.md
144145
docs/Model/UpdateCallRequest.md
145146
docs/Model/UpdateCallRequestStatus.md
@@ -287,7 +288,8 @@ lib/Model/StartRecordCall.php
287288
lib/Model/TFN.php
288289
lib/Model/TerminateConference.php
289290
lib/Model/TranscribeUtterance.php
290-
lib/Model/TranscribeUtteranceRecord.php
291+
lib/Model/TranscribeUtteranceAllOf.php
292+
lib/Model/TranscribeUtteranceAllOfRecord.php
291293
lib/Model/Unpark.php
292294
lib/Model/UpdateCallRequest.php
293295
lib/Model/UpdateCallRequestStatus.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.1"></a>
13+
14+
## [4.4.1] - 2024-07-12
15+
16+
### Changed
17+
18+
- Fix test file format and some value updates, also fix SDK file auto-generation issue
19+
1220
<a name="4.4.0"></a>
1321

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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ Class | Method | HTTP request | Description
315315
- [TFN](docs/Model/TFN.md)
316316
- [TerminateConference](docs/Model/TerminateConference.md)
317317
- [TranscribeUtterance](docs/Model/TranscribeUtterance.md)
318-
- [TranscribeUtteranceRecord](docs/Model/TranscribeUtteranceRecord.md)
318+
- [TranscribeUtteranceAllOf](docs/Model/TranscribeUtteranceAllOf.md)
319+
- [TranscribeUtteranceAllOfRecord](docs/Model/TranscribeUtteranceAllOfRecord.md)
319320
- [Unpark](docs/Model/Unpark.md)
320321
- [UpdateCallRequest](docs/Model/UpdateCallRequest.md)
321322
- [UpdateCallRequestStatus](docs/Model/UpdateCallRequestStatus.md)
@@ -382,5 +383,5 @@ [email protected]
382383
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
383384

384385
- API version: `1.0.0`
385-
- Package version: `4.4.0`
386+
- Package version: `4.4.1`
386387
- 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.0",
3+
"version": "4.4.1",
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: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Api/DefaultApi.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ Name | Type | Description | Notes
23862386
## `listConferenceRecordings()`
23872387

23882388
```php
2389-
listConferenceRecordings($call_id, $conference_id, $date_created): \FreeClimb\Api\Model\RecordingList
2389+
listConferenceRecordings($conference_id, $call_id, $date_created): \FreeClimb\Api\Model\RecordingList
23902390
```
23912391

23922392
List Conference Recordings
@@ -2411,12 +2411,12 @@ $apiInstance = new FreeClimb\Api\Api\DefaultApi(
24112411
$config
24122412
);
24132413
$account_id = 'account_id_example'; // string | ID of the account
2414-
$call_id = 'call_id_example'; // string | Show only Recordings made during the Call with this ID.
24152414
$conference_id = 'conference_id_example'; // string | Show only Recordings made during the conference with this ID.
2415+
$call_id = 'call_id_example'; // string | Show only Recordings made during the Call with this ID.
24162416
$date_created = 'date_created_example'; // string | Only show Recordings created on this date, formatted as *YYYY-MM-DD*.
24172417

24182418
try {
2419-
$result = $apiInstance->listConferenceRecordings($call_id, $conference_id, $date_created);
2419+
$result = $apiInstance->listConferenceRecordings($conference_id, $call_id, $date_created);
24202420
print_r($result);
24212421
} catch (Exception $e) {
24222422
echo 'Exception when calling DefaultApi->listConferenceRecordings: ', $e->getMessage(), PHP_EOL;
@@ -2428,8 +2428,8 @@ try {
24282428
Name | Type | Description | Notes
24292429
------------- | ------------- | ------------- | -------------
24302430
**account_id** | **string**| ID of the account |
2431+
**conference_id** | **string**| Show only Recordings made during the conference with this ID. |
24312432
**call_id** | **string**| Show only Recordings made during the Call with this ID. | [optional]
2432-
**conference_id** | **string**| Show only Recordings made during the conference with this ID. | [optional]
24332433
**date_created** | **string**| Only show Recordings created on this date, formatted as *YYYY-MM-DD*. | [optional]
24342434

24352435
### Return type
@@ -2949,8 +2949,6 @@ makeAWebrtcJwt($create_web_rtc_token): string
29492949

29502950
Make a JWT for WebRTC calling
29512951

2952-
Make a JWT for WebRTC calling
2953-
29542952
### Example
29552953

29562954
```php

docs/Model/TranscribeUtterance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**action_url** | **string** | |
88
**play_beep** | **bool** | | [optional] [default to false]
9-
**record** | [**\FreeClimb\Api\Model\TranscribeUtteranceRecord**](TranscribeUtteranceRecord.md) | | [optional]
9+
**record** | [**\FreeClimb\Api\Model\TranscribeUtteranceAllOfRecord**](TranscribeUtteranceAllOfRecord.md) | | [optional]
1010
**privacy_for_logging** | **bool** | | [optional] [default to false]
1111
**privacy_for_recording** | **bool** | | [optional] [default to false]
1212
**prompts** | **mixed[]** | | [optional]

0 commit comments

Comments
 (0)