freeclimb 4.4.3 → 4.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/freeclimb/version.rb +1 -1
- data/openapi.json +1 -8
- data/spec/models/account_request_spec.rb +1 -0
- data/spec/models/account_result_spec.rb +3 -0
- data/spec/models/account_status_spec.rb +1 -0
- data/spec/models/account_type_spec.rb +1 -0
- data/spec/models/add_to_conference_spec.rb +1 -0
- data/spec/models/answered_by_spec.rb +1 -0
- data/spec/models/application_list_spec.rb +1 -0
- data/spec/models/application_request_spec.rb +1 -0
- data/spec/models/application_result_spec.rb +1 -0
- data/spec/models/available_number_list_spec.rb +1 -0
- data/spec/models/available_number_spec.rb +1 -0
- data/spec/models/buy_incoming_number_request_spec.rb +1 -0
- data/spec/models/call_direction_spec.rb +1 -0
- data/spec/models/call_list_spec.rb +1 -0
- data/spec/models/call_result_spec.rb +4 -0
- data/spec/models/call_status_spec.rb +1 -0
- data/spec/models/capabilities_spec.rb +1 -0
- data/spec/models/conference_list_spec.rb +1 -0
- data/spec/models/conference_participant_list_spec.rb +1 -0
- data/spec/models/conference_participant_result_spec.rb +1 -0
- data/spec/models/conference_result_spec.rb +3 -0
- data/spec/models/conference_status_spec.rb +1 -0
- data/spec/models/create_conference_request_spec.rb +2 -0
- data/spec/models/create_conference_spec.rb +2 -0
- data/spec/models/dequeue_spec.rb +1 -0
- data/spec/models/enqueue_spec.rb +1 -0
- data/spec/models/filter_logs_request_spec.rb +1 -0
- data/spec/models/get_digits_spec.rb +1 -0
- data/spec/models/get_speech_reason_spec.rb +1 -0
- data/spec/models/get_speech_spec.rb +2 -0
- data/spec/models/grammar_file_built_in_spec.rb +1 -0
- data/spec/models/grammar_type_spec.rb +1 -0
- data/spec/models/hangup_spec.rb +1 -0
- data/spec/models/if_machine_spec.rb +1 -0
- data/spec/models/incoming_number_list_spec.rb +1 -0
- data/spec/models/incoming_number_request_spec.rb +1 -0
- data/spec/models/incoming_number_result_spec.rb +1 -0
- data/spec/models/language_spec.rb +1 -0
- data/spec/models/log_level_spec.rb +1 -0
- data/spec/models/log_list_spec.rb +1 -0
- data/spec/models/log_result_spec.rb +2 -0
- data/spec/models/machine_type_spec.rb +1 -0
- data/spec/models/make_call_request_spec.rb +1 -0
- data/spec/models/message_direction_spec.rb +1 -0
- data/spec/models/message_request_spec.rb +1 -0
- data/spec/models/message_result_spec.rb +2 -0
- data/spec/models/message_status_spec.rb +1 -0
- data/spec/models/messages_list_spec.rb +1 -0
- data/spec/models/mutable_resource_model_spec.rb +1 -0
- data/spec/models/out_dial_spec.rb +2 -0
- data/spec/models/pagination_model_spec.rb +1 -0
- data/spec/models/park_spec.rb +1 -0
- data/spec/models/pause_spec.rb +1 -0
- data/spec/models/percl_command_spec.rb +1 -0
- data/spec/models/percl_script_spec.rb +1 -0
- data/spec/models/play_beep_spec.rb +1 -0
- data/spec/models/play_early_media_spec.rb +1 -0
- data/spec/models/play_spec.rb +1 -0
- data/spec/models/queue_list_spec.rb +1 -0
- data/spec/models/queue_member_list_spec.rb +1 -0
- data/spec/models/queue_member_spec.rb +1 -0
- data/spec/models/queue_request_spec.rb +1 -0
- data/spec/models/queue_result_spec.rb +1 -0
- data/spec/models/queue_result_status_spec.rb +1 -0
- data/spec/models/record_utterance_spec.rb +1 -0
- data/spec/models/record_utterance_term_reason_spec.rb +1 -0
- data/spec/models/recording_list_spec.rb +1 -0
- data/spec/models/recording_result_spec.rb +1 -0
- data/spec/models/redirect_spec.rb +1 -0
- data/spec/models/reject_spec.rb +1 -0
- data/spec/models/remove_from_conference_spec.rb +1 -0
- data/spec/models/request_type_spec.rb +1 -0
- data/spec/models/say_spec.rb +1 -0
- data/spec/models/send_digits_spec.rb +1 -0
- data/spec/models/set_listen_spec.rb +1 -0
- data/spec/models/set_talk_spec.rb +1 -0
- data/spec/models/sms_spec.rb +1 -0
- data/spec/models/sms_ten_dlc_brand_spec.rb +120 -73
- data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +1 -0
- data/spec/models/sms_ten_dlc_campaign_spec.rb +72 -42
- data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +1 -0
- data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +43 -21
- data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +91 -48
- data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +1 -0
- data/spec/models/start_record_call_spec.rb +1 -0
- data/spec/models/terminate_conference_spec.rb +1 -0
- data/spec/models/unpark_spec.rb +1 -0
- data/spec/models/update_call_request_spec.rb +2 -0
- data/spec/models/update_call_request_status_spec.rb +1 -0
- data/spec/models/update_conference_participant_request_spec.rb +1 -0
- data/spec/models/update_conference_request_spec.rb +3 -0
- data/spec/models/update_conference_request_status_spec.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3d184e3a414b40637aae3f456402764dc6dd5fc7c0229cc560592484ccf3c42
|
4
|
+
data.tar.gz: 9bd698bdcde3ae0884b11cede080012c2f3d71a1a322d78fbf38ed0d34cd082f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 628694f4a73f5075284e424d551cd4992ee957960499fb4f515a5a7e351f48b82be9d517a255a886f3b177c4ed51c70076b1eb644cf680f5d4ae558b750951b8
|
7
|
+
data.tar.gz: a1f6735f74f3bce0ea8c1e36d851206ba3498c361ea12163ef92e635d443655c0d959fbfd6ef2db518636c3d82a35ceae2181392828b0d6f1b52fcf8aa3be30a
|
data/CHANGELOG.md
CHANGED
@@ -9,6 +9,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
9
9
|
|
10
10
|
None
|
11
11
|
|
12
|
+
<a name="4.4.4"></a>
|
13
|
+
|
14
|
+
## [4.4.4] - 2023-08-24
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
|
18
|
+
- Remove implementation of 'x-max-length' vendor extension for unit testing
|
19
|
+
|
20
|
+
### Added
|
21
|
+
|
22
|
+
- Unit testing for properties with 'maxLength'
|
23
|
+
|
12
24
|
<a name="4.4.3"></a>
|
13
25
|
|
14
26
|
## [4.4.3] - 2023-08-15
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 1.0.0
|
10
|
-
- Package version: 4.4.
|
10
|
+
- Package version: 4.4.4
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
|
13
13
|
|
@@ -15,7 +15,7 @@ For more information, please visit [https://www.freeclimb.com/support/](https://
|
|
15
15
|
|
16
16
|
Add this to the Gemfile:
|
17
17
|
|
18
|
-
gem 'freeclimb', '~> 4.4.
|
18
|
+
gem 'freeclimb', '~> 4.4.4'
|
19
19
|
|
20
20
|
and run from your terminal
|
21
21
|
|
@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
|
|
44
44
|
Then either install the gem locally:
|
45
45
|
|
46
46
|
```shell
|
47
|
-
gem install ./freeclimb-4.4.
|
47
|
+
gem install ./freeclimb-4.4.4.gem
|
48
48
|
```
|
49
|
-
(for development, run `gem install --dev ./freeclimb-4.4.
|
49
|
+
(for development, run `gem install --dev ./freeclimb-4.4.4.gem` to install the development dependencies)
|
50
50
|
|
51
51
|
## Getting Started
|
52
52
|
|
data/lib/freeclimb/version.rb
CHANGED
data/openapi.json
CHANGED
@@ -2443,7 +2443,6 @@
|
|
2443
2443
|
},
|
2444
2444
|
"resellerId": {
|
2445
2445
|
"maxLength": 8,
|
2446
|
-
"x-max-length-8": true,
|
2447
2446
|
"type": "string",
|
2448
2447
|
"nullable": true,
|
2449
2448
|
"description": "Alphanumeric identifier of the reseller that you want to associate with this campaign."
|
@@ -2474,7 +2473,6 @@
|
|
2474
2473
|
},
|
2475
2474
|
"brandId": {
|
2476
2475
|
"maxLength": 8,
|
2477
|
-
"x-max-length-8": true,
|
2478
2476
|
"type": "string",
|
2479
2477
|
"description": "Alphanumeric identifier of the brand associated with this campaign."
|
2480
2478
|
},
|
@@ -2681,7 +2679,6 @@
|
|
2681
2679
|
},
|
2682
2680
|
"brandId": {
|
2683
2681
|
"maxLength": 8,
|
2684
|
-
"x-max-length-8": true,
|
2685
2682
|
"type": "string",
|
2686
2683
|
"description": "Alphanumeric identifier of the brand associated with this campaign."
|
2687
2684
|
},
|
@@ -3025,8 +3022,7 @@
|
|
3025
3022
|
"maxLength": 2,
|
3026
3023
|
"type": "string",
|
3027
3024
|
"description": "ISO2 2 characters country code. Example: US - United States",
|
3028
|
-
"example": "US"
|
3029
|
-
"x-max-length-2": true
|
3025
|
+
"example": "US"
|
3030
3026
|
},
|
3031
3027
|
"phone": {
|
3032
3028
|
"maxLength": 20,
|
@@ -3054,14 +3050,12 @@
|
|
3054
3050
|
},
|
3055
3051
|
"postalCode": {
|
3056
3052
|
"maxLength": 10,
|
3057
|
-
"x-max-length-10": true,
|
3058
3053
|
"type": "string",
|
3059
3054
|
"description": "Postal codes. Use 5 digit zipcode for United States",
|
3060
3055
|
"example": "10001"
|
3061
3056
|
},
|
3062
3057
|
"country": {
|
3063
3058
|
"maxLength": 2,
|
3064
|
-
"x-max-length-2": true,
|
3065
3059
|
"type": "string",
|
3066
3060
|
"description": "ISO2 2 characters country code. Example: US - United States",
|
3067
3061
|
"example": "US"
|
@@ -3073,7 +3067,6 @@
|
|
3073
3067
|
},
|
3074
3068
|
"stockSymbol": {
|
3075
3069
|
"maxLength": 10,
|
3076
|
-
"x-max-length-10": true,
|
3077
3070
|
"type": "string",
|
3078
3071
|
"description": "(Required for public company) stock symbol.",
|
3079
3072
|
"example": "ABC"
|
@@ -25,6 +25,7 @@ describe Freeclimb::AccountResult do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::AccountResult)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "uri"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance.uri = "TEST_STRING"
|
@@ -81,6 +82,7 @@ describe Freeclimb::AccountResult do
|
|
81
82
|
end
|
82
83
|
end
|
83
84
|
|
85
|
+
|
84
86
|
describe 'test attribute "type"' do
|
85
87
|
it 'assigns value TRIAL' do
|
86
88
|
instance.type = Freeclimb::AccountType::TRIAL
|
@@ -92,6 +94,7 @@ describe Freeclimb::AccountResult do
|
|
92
94
|
end
|
93
95
|
end
|
94
96
|
|
97
|
+
|
95
98
|
describe 'test attribute "status"' do
|
96
99
|
it 'assigns value CLOSED' do
|
97
100
|
instance.status = Freeclimb::AccountStatus::CLOSED
|
@@ -25,6 +25,7 @@ describe Freeclimb::CallResult do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::CallResult)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "uri"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance.uri = "TEST_STRING"
|
@@ -95,6 +96,7 @@ describe Freeclimb::CallResult do
|
|
95
96
|
end
|
96
97
|
end
|
97
98
|
|
99
|
+
|
98
100
|
describe 'test attribute "call_status"' do
|
99
101
|
it 'assigns value QUEUED' do
|
100
102
|
instance.call_status = Freeclimb::CallStatus::QUEUED
|
@@ -165,6 +167,7 @@ describe Freeclimb::CallResult do
|
|
165
167
|
end
|
166
168
|
end
|
167
169
|
|
170
|
+
|
168
171
|
describe 'test attribute "direction"' do
|
169
172
|
it 'assigns value INBOUND' do
|
170
173
|
instance.direction = Freeclimb::CallDirection::INBOUND
|
@@ -180,6 +183,7 @@ describe Freeclimb::CallResult do
|
|
180
183
|
end
|
181
184
|
end
|
182
185
|
|
186
|
+
|
183
187
|
describe 'test attribute "answered_by"' do
|
184
188
|
it 'assigns value HUMAN' do
|
185
189
|
instance.answered_by = Freeclimb::AnsweredBy::HUMAN
|
@@ -25,6 +25,7 @@ describe Freeclimb::ConferenceResult do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::ConferenceResult)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "uri"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance.uri = "TEST_STRING"
|
@@ -74,6 +75,7 @@ describe Freeclimb::ConferenceResult do
|
|
74
75
|
end
|
75
76
|
end
|
76
77
|
|
78
|
+
|
77
79
|
describe 'test attribute "play_beep"' do
|
78
80
|
it 'assigns value ALWAYS' do
|
79
81
|
instance.play_beep = Freeclimb::PlayBeep::ALWAYS
|
@@ -100,6 +102,7 @@ describe Freeclimb::ConferenceResult do
|
|
100
102
|
end
|
101
103
|
end
|
102
104
|
|
105
|
+
|
103
106
|
describe 'test attribute "status"' do
|
104
107
|
it 'assigns value EMPTY' do
|
105
108
|
instance.status = Freeclimb::ConferenceStatus::EMPTY
|
@@ -25,6 +25,7 @@ describe Freeclimb::ConferenceStatus do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::ConferenceStatus)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "EMPTY"' do
|
29
30
|
it 'should work' do
|
30
31
|
expect { Freeclimb::ConferenceStatus::EMPTY = "empty" }.not_to raise_error
|
@@ -25,6 +25,7 @@ describe Freeclimb::CreateConferenceRequest do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::CreateConferenceRequest)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "_alias"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance._alias = "TEST_STRING"
|
@@ -32,6 +33,7 @@ describe Freeclimb::CreateConferenceRequest do
|
|
32
33
|
end
|
33
34
|
end
|
34
35
|
|
36
|
+
|
35
37
|
describe 'test attribute "play_beep"' do
|
36
38
|
it 'assigns value ALWAYS' do
|
37
39
|
instance.play_beep = Freeclimb::PlayBeep::ALWAYS
|
@@ -25,6 +25,7 @@ describe Freeclimb::CreateConference do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::CreateConference)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "action_url"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance.action_url = "TEST_STRING"
|
@@ -39,6 +40,7 @@ describe Freeclimb::CreateConference do
|
|
39
40
|
end
|
40
41
|
end
|
41
42
|
|
43
|
+
|
42
44
|
describe 'test attribute "play_beep"' do
|
43
45
|
it 'assigns value ALWAYS' do
|
44
46
|
instance.play_beep = Freeclimb::PlayBeep::ALWAYS
|
data/spec/models/dequeue_spec.rb
CHANGED
data/spec/models/enqueue_spec.rb
CHANGED
@@ -25,6 +25,7 @@ describe Freeclimb::GetSpeech do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::GetSpeech)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "action_url"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance.action_url = "TEST_STRING"
|
@@ -32,6 +33,7 @@ describe Freeclimb::GetSpeech do
|
|
32
33
|
end
|
33
34
|
end
|
34
35
|
|
36
|
+
|
35
37
|
describe 'test attribute "grammar_type"' do
|
36
38
|
it 'assigns value URL' do
|
37
39
|
instance.grammar_type = Freeclimb::GrammarType::URL
|
@@ -25,6 +25,7 @@ describe Freeclimb::GrammarFileBuiltIn do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::GrammarFileBuiltIn)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "ALPHNUM6"' do
|
29
30
|
it 'should work' do
|
30
31
|
expect { Freeclimb::GrammarFileBuiltIn::ALPHNUM6 = "ALPHNUM6" }.not_to raise_error
|
data/spec/models/hangup_spec.rb
CHANGED
@@ -25,6 +25,7 @@ describe Freeclimb::LogResult do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::LogResult)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "timestamp"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance.timestamp = 1
|
@@ -32,6 +33,7 @@ describe Freeclimb::LogResult do
|
|
32
33
|
end
|
33
34
|
end
|
34
35
|
|
36
|
+
|
35
37
|
describe 'test attribute "level"' do
|
36
38
|
it 'assigns value INFO' do
|
37
39
|
instance.level = Freeclimb::LogLevel::INFO
|
@@ -25,6 +25,7 @@ describe Freeclimb::MachineType do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::MachineType)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "ANSWERING_MACHINE"' do
|
29
30
|
it 'should work' do
|
30
31
|
expect { Freeclimb::MachineType::ANSWERING_MACHINE = "answeringMachine" }.not_to raise_error
|
@@ -25,6 +25,7 @@ describe Freeclimb::MessageDirection do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::MessageDirection)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "INBOUND"' do
|
29
30
|
it 'should work' do
|
30
31
|
expect { Freeclimb::MessageDirection::INBOUND = "inbound" }.not_to raise_error
|
@@ -25,6 +25,7 @@ describe Freeclimb::MessageResult do
|
|
25
25
|
expect(instance).to be_instance_of(Freeclimb::MessageResult)
|
26
26
|
end
|
27
27
|
end
|
28
|
+
|
28
29
|
describe 'test attribute "uri"' do
|
29
30
|
it 'should work' do
|
30
31
|
instance.uri = "TEST_STRING"
|
@@ -67,6 +68,7 @@ describe Freeclimb::MessageResult do
|
|
67
68
|
end
|
68
69
|
end
|
69
70
|
|
71
|
+
|
70
72
|
describe 'test attribute "status"' do
|
71
73
|
it 'assigns value NEW' do
|
72
74
|
instance.status = Freeclimb::MessageStatus::NEW
|