Skip to content

Commit

Permalink
Fix test files and SDK file auto-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
amahadaya committed Jul 24, 2024
1 parent a693b12 commit e96a8c1
Show file tree
Hide file tree
Showing 208 changed files with 3,892 additions and 6,531 deletions.
8 changes: 5 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ docs/StartRecordCall.md
docs/TFN.md
docs/TerminateConference.md
docs/TranscribeUtterance.md
docs/TranscribeUtteranceRecord.md
docs/TranscribeUtteranceAllOf.md
docs/TranscribeUtteranceAllOfRecord.md
docs/Unpark.md
docs/UpdateCallRequest.md
docs/UpdateCallRequestStatus.md
Expand Down Expand Up @@ -287,15 +288,16 @@ lib/freeclimb/models/start_record_call.rb
lib/freeclimb/models/terminate_conference.rb
lib/freeclimb/models/tfn.rb
lib/freeclimb/models/transcribe_utterance.rb
lib/freeclimb/models/transcribe_utterance_record.rb
lib/freeclimb/models/transcribe_utterance_all_of.rb
lib/freeclimb/models/transcribe_utterance_all_of_record.rb
lib/freeclimb/models/unpark.rb
lib/freeclimb/models/update_call_request.rb
lib/freeclimb/models/update_call_request_status.rb
lib/freeclimb/models/update_conference_participant_request.rb
lib/freeclimb/models/update_conference_request.rb
lib/freeclimb/models/update_conference_request_status.rb
lib/freeclimb/version.rb
spec/api/default_api_spec.rb
spec/api_client_spec.rb
spec/configuration_spec.rb
spec/models/create_web_rtc_token_spec.rb
spec/spec_helper.rb
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
freeclimb (4.6.0)
freeclimb (4.6.1)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 4.6.0
- Package version: 4.6.1
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)

## Installation

Add this to the Gemfile:

gem 'freeclimb', '~> 4.6.0'
gem 'freeclimb', '~> 4.6.1'

and run from your terminal

Expand Down Expand Up @@ -44,9 +44,9 @@ gem build freeclimb.gemspec
Then either install the gem locally:

```shell
gem install ./freeclimb-4.6.0.gem
gem install ./freeclimb-4.6.1.gem
```
(for development, run `gem install --dev ./freeclimb-4.6.0.gem` to install the development dependencies)
(for development, run `gem install --dev ./freeclimb-4.6.1.gem` to install the development dependencies)

## Getting Started

Expand Down Expand Up @@ -294,7 +294,8 @@ Class | Method | HTTP request | Description
- [Freeclimb::TFN](docs/TFN.md)
- [Freeclimb::TerminateConference](docs/TerminateConference.md)
- [Freeclimb::TranscribeUtterance](docs/TranscribeUtterance.md)
- [Freeclimb::TranscribeUtteranceRecord](docs/TranscribeUtteranceRecord.md)
- [Freeclimb::TranscribeUtteranceAllOf](docs/TranscribeUtteranceAllOf.md)
- [Freeclimb::TranscribeUtteranceAllOfRecord](docs/TranscribeUtteranceAllOfRecord.md)
- [Freeclimb::Unpark](docs/Unpark.md)
- [Freeclimb::UpdateCallRequest](docs/UpdateCallRequest.md)
- [Freeclimb::UpdateCallRequestStatus](docs/UpdateCallRequestStatus.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/SMSTenDLCCampaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ instance = Freeclimb::SMSTenDLCCampaign.new(
optout_message: null,
reference_id: null,
mock: null,
next_renewal_or_expiration_date: Fri Dec 31 19:00:00 EST 1999
next_renewal_or_expiration_date: Fri Dec 31 18:00:00 CST 1999
)
```

2 changes: 1 addition & 1 deletion docs/TranscribeUtterance.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| ---- | ---- | ----------- | ----- |
| **action_url** | **String** | | |
| **play_beep** | **Boolean** | | [optional][default to false] |
| **record** | [**TranscribeUtteranceRecord**](TranscribeUtteranceRecord.md) | | [optional] |
| **record** | [**TranscribeUtteranceAllOfRecord**](TranscribeUtteranceAllOfRecord.md) | | [optional] |
| **privacy_for_logging** | **Boolean** | | [optional][default to false] |
| **privacy_for_recording** | **Boolean** | | [optional][default to false] |
| **prompts** | **Array<Object>** | | [optional] |
Expand Down
28 changes: 28 additions & 0 deletions docs/TranscribeUtteranceAllOf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Freeclimb::TranscribeUtteranceAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action_url** | **String** | | |
| **play_beep** | **Boolean** | | [optional][default to false] |
| **record** | [**TranscribeUtteranceAllOfRecord**](TranscribeUtteranceAllOfRecord.md) | | [optional] |
| **privacy_for_logging** | **Boolean** | | [optional][default to false] |
| **privacy_for_recording** | **Boolean** | | [optional][default to false] |
| **prompts** | **Array<Object>** | | [optional] |

## Example

```ruby
require 'freeclimb'

instance = Freeclimb::TranscribeUtteranceAllOf.new(
action_url: null,
play_beep: null,
record: null,
privacy_for_logging: null,
privacy_for_recording: null,
prompts: null
)
```

22 changes: 22 additions & 0 deletions docs/TranscribeUtteranceAllOfRecord.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Freeclimb::TranscribeUtteranceAllOfRecord

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **save_recording** | **Boolean** | | [optional][default to false] |
| **max_length_sec** | **Integer** | | [optional][default to 60] |
| **rcrd_termination_silence_time_ms** | **Integer** | | [optional] |

## Example

```ruby
require 'freeclimb'

instance = Freeclimb::TranscribeUtteranceAllOfRecord.new(
save_recording: null,
max_length_sec: null,
rcrd_termination_silence_time_ms: null
)
```

5 changes: 3 additions & 2 deletions lib/freeclimb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
require 'freeclimb/models/set_talk_all_of'
require 'freeclimb/models/sms_all_of'
require 'freeclimb/models/tfn'
require 'freeclimb/models/transcribe_utterance'
require 'freeclimb/models/transcribe_utterance_record'
require 'freeclimb/models/transcribe_utterance_all_of'
require 'freeclimb/models/transcribe_utterance_all_of_record'
require 'freeclimb/models/update_call_request'
require 'freeclimb/models/update_call_request_status'
require 'freeclimb/models/update_conference_participant_request'
Expand Down Expand Up @@ -158,6 +158,7 @@
require 'freeclimb/models/sms'
require 'freeclimb/models/start_record_call'
require 'freeclimb/models/terminate_conference'
require 'freeclimb/models/transcribe_utterance'
require 'freeclimb/models/unpark'

# APIs
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/account_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/account_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/account_result_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/add_to_conference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/add_to_conference_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/application_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/application_list_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/application_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/application_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/application_result_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/available_number.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/available_number_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/available_number_list_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/buy_incoming_number_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/call_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/call_list_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/call_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/call_result_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/capabilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/conference_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/conference_list_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/conference_participant_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/conference_participant_list_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/conference_participant_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/conference_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/conference_result_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/create_conference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
1 change: 1 addition & 0 deletions lib/freeclimb/models/create_conference_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def valid?
else
list_invalid_properties.length() == 0
end

end

# Checks equality by comparing each attribute.
Expand Down
Loading

0 comments on commit e96a8c1

Please sign in to comment.