freeclimb 4.0.4 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +99 -9
  3. data/Gemfile.lock +1 -1
  4. data/README.md +25 -4
  5. data/docs/AccountResult.md +2 -2
  6. data/docs/AccountResultAllOf.md +2 -2
  7. data/docs/AccountStatus.md +18 -0
  8. data/docs/AccountType.md +17 -0
  9. data/docs/AnsweredBy.md +17 -0
  10. data/docs/CallDirection.md +18 -0
  11. data/docs/CallResult.md +3 -3
  12. data/docs/CallResultAllOf.md +3 -3
  13. data/docs/CallStatus.md +23 -0
  14. data/docs/ConferenceResult.md +2 -2
  15. data/docs/ConferenceResultAllOf.md +2 -2
  16. data/docs/ConferenceStatus.md +19 -0
  17. data/docs/CreateConference.md +2 -2
  18. data/docs/CreateConferenceAllOf.md +2 -2
  19. data/docs/CreateConferenceRequest.md +1 -1
  20. data/docs/DefaultApi.md +5 -5
  21. data/docs/Dequeue.md +1 -1
  22. data/docs/GetSpeech.md +3 -3
  23. data/docs/GetSpeechAllOf.md +3 -3
  24. data/docs/GetSpeechReason.md +21 -0
  25. data/docs/GrammarFileBuiltIn.md +30 -0
  26. data/docs/GrammarType.md +17 -0
  27. data/docs/IfMachine.md +17 -0
  28. data/docs/Language.md +41 -0
  29. data/docs/LogLevel.md +18 -0
  30. data/docs/LogResult.md +1 -1
  31. data/docs/MachineType.md +17 -0
  32. data/docs/MessageDirection.md +17 -0
  33. data/docs/MessageResult.md +1 -1
  34. data/docs/MessageResultAllOf.md +1 -1
  35. data/docs/MessageStatus.md +26 -0
  36. data/docs/OutDial.md +1 -1
  37. data/docs/OutDialAllOf.md +1 -1
  38. data/docs/PlayBeep.md +19 -0
  39. data/docs/QueueResultStatus.md +19 -0
  40. data/docs/RecordUtteranceTermReason.md +19 -0
  41. data/docs/RequestType.md +38 -0
  42. data/docs/StartRecordCall.md +1 -1
  43. data/docs/Unpark.md +1 -1
  44. data/docs/UpdateCallRequest.md +1 -1
  45. data/docs/UpdateCallRequestStatus.md +17 -0
  46. data/docs/UpdateConferenceRequest.md +2 -2
  47. data/docs/UpdateConferenceRequestStatus.md +17 -0
  48. data/lib/freeclimb/api/default_api.rb +4 -8
  49. data/lib/freeclimb/models/account_result.rb +2 -52
  50. data/lib/freeclimb/models/account_result_all_of.rb +2 -52
  51. data/lib/freeclimb/models/account_status.rb +38 -0
  52. data/lib/freeclimb/models/account_type.rb +37 -0
  53. data/lib/freeclimb/models/answered_by.rb +37 -0
  54. data/lib/freeclimb/models/application_request.rb +6 -0
  55. data/lib/freeclimb/models/call_direction.rb +38 -0
  56. data/lib/freeclimb/models/call_result.rb +3 -43
  57. data/lib/freeclimb/models/call_result_all_of.rb +3 -43
  58. data/lib/freeclimb/models/call_status.rb +43 -0
  59. data/lib/freeclimb/models/conference_result.rb +4 -52
  60. data/lib/freeclimb/models/conference_result_all_of.rb +4 -52
  61. data/lib/freeclimb/models/conference_status.rb +39 -0
  62. data/lib/freeclimb/models/create_conference.rb +4 -3
  63. data/lib/freeclimb/models/create_conference_all_of.rb +4 -3
  64. data/lib/freeclimb/models/create_conference_request.rb +1 -36
  65. data/lib/freeclimb/models/get_speech.rb +3 -4
  66. data/lib/freeclimb/models/get_speech_all_of.rb +3 -4
  67. data/lib/freeclimb/models/get_speech_reason.rb +41 -0
  68. data/lib/freeclimb/models/grammar_file_built_in.rb +50 -0
  69. data/lib/freeclimb/models/grammar_type.rb +37 -0
  70. data/lib/freeclimb/models/if_machine.rb +37 -0
  71. data/lib/freeclimb/models/language.rb +61 -0
  72. data/lib/freeclimb/models/log_level.rb +38 -0
  73. data/lib/freeclimb/models/log_result.rb +1 -37
  74. data/lib/freeclimb/models/machine_type.rb +37 -0
  75. data/lib/freeclimb/models/message_direction.rb +37 -0
  76. data/lib/freeclimb/models/message_result.rb +1 -37
  77. data/lib/freeclimb/models/message_result_all_of.rb +1 -37
  78. data/lib/freeclimb/models/message_status.rb +46 -0
  79. data/lib/freeclimb/models/out_dial.rb +1 -2
  80. data/lib/freeclimb/models/out_dial_all_of.rb +1 -2
  81. data/lib/freeclimb/models/play_beep.rb +39 -0
  82. data/lib/freeclimb/models/queue_result_status.rb +39 -0
  83. data/lib/freeclimb/models/record_utterance_term_reason.rb +39 -0
  84. data/lib/freeclimb/models/request_type.rb +58 -0
  85. data/lib/freeclimb/models/update_call_request.rb +1 -36
  86. data/lib/freeclimb/models/update_call_request_status.rb +37 -0
  87. data/lib/freeclimb/models/update_conference_request.rb +2 -50
  88. data/lib/freeclimb/models/update_conference_request_status.rb +37 -0
  89. data/lib/freeclimb/version.rb +1 -1
  90. data/lib/freeclimb.rb +21 -0
  91. data/openapi.json +4226 -0
  92. data/spec/api/default_api_spec.rb +532 -700
  93. data/spec/configuration_spec.rb +2 -1
  94. data/spec/models/account_result_spec.rb +0 -8
  95. data/spec/models/account_status_spec.rb +43 -0
  96. data/spec/models/account_type_spec.rb +38 -0
  97. data/spec/models/answered_by_spec.rb +38 -0
  98. data/spec/models/available_number_spec.rb +6 -0
  99. data/spec/models/call_direction_spec.rb +43 -0
  100. data/spec/models/call_result_spec.rb +0 -4
  101. data/spec/models/call_status_spec.rb +68 -0
  102. data/spec/models/conference_result_spec.rb +0 -8
  103. data/spec/models/conference_status_spec.rb +48 -0
  104. data/spec/models/create_conference_request_spec.rb +0 -4
  105. data/spec/models/get_speech_reason_spec.rb +58 -0
  106. data/spec/models/grammar_file_built_in_spec.rb +103 -0
  107. data/spec/models/grammar_type_spec.rb +38 -0
  108. data/spec/models/if_machine_spec.rb +38 -0
  109. data/spec/models/incoming_number_result_spec.rb +12 -0
  110. data/spec/models/language_spec.rb +158 -0
  111. data/spec/models/log_level_spec.rb +43 -0
  112. data/spec/models/log_result_spec.rb +0 -4
  113. data/spec/models/machine_type_spec.rb +38 -0
  114. data/spec/models/message_direction_spec.rb +38 -0
  115. data/spec/models/message_result_spec.rb +0 -4
  116. data/spec/models/message_status_spec.rb +83 -0
  117. data/spec/models/play_beep_spec.rb +48 -0
  118. data/spec/models/queue_result_spec.rb +1 -1
  119. data/spec/models/queue_result_status_spec.rb +48 -0
  120. data/spec/models/record_utterance_term_reason_spec.rb +48 -0
  121. data/spec/models/request_type_spec.rb +143 -0
  122. data/spec/models/update_call_request_spec.rb +0 -4
  123. data/spec/models/update_call_request_status_spec.rb +38 -0
  124. data/spec/models/update_conference_request_spec.rb +0 -4
  125. data/spec/models/update_conference_request_status_spec.rb +38 -0
  126. metadata +138 -53
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4725d824e9d05c5c8e408f67019c69005c50ef494686f3ea73441201472a9ab5
4
- data.tar.gz: 8bb473b7c5fb0d745b3cdda0ed258206d96375c18f2d56a468c41f9f19996bc7
3
+ metadata.gz: 7bb5cdc38af489a7db09467441e19ccbe8e6e65c313483457088a2b298eb4b86
4
+ data.tar.gz: 3e39fb4188c87aad783a757b2d759db679c4bfec9ca58ee53f2fc6236a294289
5
5
  SHA512:
6
- metadata.gz: a494ae30b9545d2f4cbcfd332b27bb8f7a17e7a8f6d83be12833eb0bf534bd765c3d6cf78896cee5dd9e672e275841cb67dd60fc59e728e55097109ff8cf4430
7
- data.tar.gz: bd95b25cc70f05066a36ef3c47a4ed474486f825661b92363964ade624c610a9dc3266eeae4067fe14de69ed6f8967c6aa2c2ed276107edeb18007804f30f58c
6
+ metadata.gz: '090fee4604a999068a210f52978e7f18a225c60e6128974570a1308b0f067f058d7307d5e791d6815d6a8849ff303db8f8299ca4f216bb33bdab0e419add8c15'
7
+ data.tar.gz: 3ef9f065eb9710551ce9174eb73fc45fda075045fabd970d584caf2301c816581b060c0707f2c794f86d044d5ce83c66ef9620d7cfb461dd7fda987fd69b9790
data/CHANGELOG.md CHANGED
@@ -1,166 +1,256 @@
1
1
  # Ruby SDK Changelog
2
+
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
5
  The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
 
7
8
  ## [Unreleased]
9
+
8
10
  None
9
- <a name-"4.0.4"></a>
11
+
12
+ <a name="4.1.1"></a>
13
+
14
+ ## [4.1.1] - 2023-02-14
15
+
16
+ ### Changed
17
+
18
+ - Application Request model allows for null values
19
+
20
+ <a name="4.1.0"></a>
21
+
22
+ ## [4.1.0] - 2023-01-06
23
+
24
+ ### Changed
25
+
26
+ - Enums have been implemented in the ruby sdk
27
+ - Updated README for enum implementation and testing
28
+
29
+ <a name="4.0.4"></a>
30
+
10
31
  ## [4.0.4] - 2022-12-01
32
+
11
33
  ### Changed
12
- - Changed `QueueResult` property `current_size` from string to int
13
- - Renamed `QueueResult` property `average_wait_time` to `average_queue_removal_time`
34
+
35
+ - Changed `QueueResult` property `current_size` from string to int
36
+ - Renamed `QueueResult` property `average_wait_time` to `average_queue_removal_time`
14
37
 
15
38
  <a name="4.0.3"></a>
16
39
 
17
40
  ## [4.0.3] - 2022-11-01
41
+
18
42
  ### Added
43
+
19
44
  - Add `offnet` property in IncomingNumber resource
20
45
  - Add `offnet` query parameter for listIncomingNumbers
21
46
 
22
47
  <a name="4.0.2"></a>
48
+
23
49
  ## [4.0.2] - 2022-10-07
50
+
24
51
  ### Added
52
+
25
53
  - Add `playBeep` enum to `update_conference_request`
26
54
 
27
55
  <a name="4.0.1"></a>
56
+
28
57
  ## [4.0.1] - 2022-07-20
58
+
29
59
  ### Added
60
+
30
61
  - Add `Park` PerCL command
31
62
  - Add `Unpark` PerCL command
63
+
32
64
  ### Changed
65
+
33
66
  - Default loop value for Say command is set to `1`
34
67
 
35
68
  <a name="4.0.0"></a>
69
+
36
70
  ## [4.0.0] - 2022-03-03
71
+
37
72
  ### Changed
73
+
38
74
  - Prefer keyword argument initialization for all models
39
75
  - Rename api->list_an_application to list->list_applications
40
76
  - Use new openapi-generator version (5.4.0)
41
77
  - Remove floating `Freeclimb::percl_to_json` and added it to `PerclScript` as `to_json` method
42
78
 
43
79
  <a name="3.0.3"></a>
80
+
44
81
  ## [3.0.3] - 2022-02-08
82
+
45
83
  ### Added
84
+
46
85
  - Add capabilities query functionality for searching AvailableNumbers and IncomingNumbers
47
86
  - Enable unit testing
48
87
 
49
88
  <a name="3.0.2"></a>
89
+
50
90
  ## [3.0.2] - 2021-12-06
91
+
51
92
  ### Changed
93
+
52
94
  -remove alias from accepted query parameters when listing AvailablePhoneNumbers
53
95
  -Add country, region, smsEnabled, and voiceEnabled as accepted query parameters for AvailablePhoneNumbers
54
96
  -Add smsEnabled to AvailablePhoneNumbers response schema
55
97
  -Add applicationId, country, region, smsEnabled, voiceEnabled, and hasApplication as accepted query parameters for IncomingPhoneNumber.
56
98
 
57
99
  <a name="3.0.1"></a>
100
+
58
101
  ## [3.0.1] - 2021-11-02
102
+
59
103
  ### Added
104
+
60
105
  - Add `active` property to CallResult
61
106
 
62
107
  ### Changed
108
+
63
109
  - Small instances of `token` to `key`
64
110
  - Call ID is not required to `AddToConference`
65
111
 
66
112
  <a name="3.0.0"></a>
113
+
67
114
  ## [3.0.0] - 2021-05-03
115
+
68
116
  ### Added
117
+
69
118
  - Add `verify_request` utility function
70
119
 
71
120
  <a name="2.2.0"></a>
121
+
72
122
  ## [2.2.0] - 2021-04-12
123
+
73
124
  ### Changed
125
+
74
126
  - Replace any language instance of `auth_token` or similar speech to `api_key`
75
127
 
76
128
  <a name="2.1.2"></a>
129
+
77
130
  ## [2.1.2] - 2021-03-10
131
+
78
132
  ### Added
79
- - Add `callConnectUrl` option to MakeACall Request
80
133
 
134
+ - Add `callConnectUrl` option to MakeACall Request
81
135
 
82
136
  <a name="2.1.1"></a>
137
+
83
138
  ## [2.1.1] - 2020-12-16
139
+
84
140
  ### Added
141
+
85
142
  - Add `privacyMode` option to RecordUtterance PerCL command
86
143
 
87
144
  <a name="2.1.0"></a>
145
+
88
146
  ## [2.1.0] - 2020-12-16
147
+
89
148
  ### Added
149
+
90
150
  - Add `Reject` PerCL command
91
151
  - Add `Hangup` PerCL command
92
152
 
93
153
  ### Fixed
154
+
94
155
  - Updated description and requirement of `action_url` attribute of `Redirect` PerCL command
95
156
 
96
157
  <a name="2.0.3"></a>
158
+
97
159
  ## [2.0.3] - 2020-12-16
160
+
98
161
  ### Added
162
+
99
163
  - Additional message statuses for TFN functionality
100
164
 
101
165
  <a name="2.0.2"></a>
166
+
102
167
  ## [2.0.2] - 2020-08-13
168
+
103
169
  ### Added
170
+
104
171
  - Add `privacyMode` option
105
172
 
106
173
  <a name="1.2.1"></a>
174
+
107
175
  ## [1.2.1] - 2020-10-14
176
+
108
177
  ### Changed
178
+
109
179
  - Rename `setPersyUrl` to `setUrl`
110
180
 
111
181
  ### Fixed
182
+
112
183
  - Properly handle empty response bodies
113
184
  - Other Minor bug fixes
114
185
 
115
186
  <a name="1.2"></a>
187
+
116
188
  ## [1.2] - 2019-10-16
189
+
117
190
  ### Changed
191
+
118
192
  - Persephony is now FreeClimb
119
193
  - Code cleanup
120
194
  - Documentation Updates
121
195
  - Test Update
122
196
 
123
197
  ### Fixed
198
+
124
199
  - Update common response handler to not use bodu twice
125
200
 
126
201
  <a name="1.1.1"></a>
202
+
127
203
  ## [1.1.1] - 2019-06-27
204
+
128
205
  ### Changed
129
- - Minor updates to docs and code cleanup
130
206
 
207
+ - Minor updates to docs and code cleanup
131
208
 
132
209
  <a name="1.1.0"></a>
210
+
133
211
  ## [1.1.0] - 2019-06-07
212
+
134
213
  ### Pull Requests
135
- - Merge pull request [#22](https://gitlab.vailsys.com/vail-cloud-services/fc-boilerplates/javascript-sdk/issues/22) from PersephonyAPI/maintenance
136
214
 
215
+ - Merge pull request [#22](https://gitlab.vailsys.com/vail-cloud-services/fc-boilerplates/javascript-sdk/issues/22) from PersephonyAPI/maintenance
137
216
 
138
217
  <a name="1.0.0"></a>
218
+
139
219
  ## [1.0.0] - 2019-06-04
220
+
140
221
  ### Changed
141
- - Change default api target
142
222
 
223
+ - Change default api target
143
224
 
144
225
  <a name="0.1.0"></a>
226
+
145
227
  ## [0.1.0] - 2019-05-30
228
+
146
229
  ### Added
230
+
147
231
  - `PlayEarlyMedia` PerCL Command
148
232
 
149
233
  <a name="0.0.2"></a>
234
+
150
235
  ## [0.0.2] - 2018-11-29
236
+
151
237
  ### Remove
238
+
152
239
  - Remove `callConnectUrl` and `statusCallbackUrl` from api.calls#create
153
240
 
154
241
  <a name="0.0.1"></a>
242
+
155
243
  ## [0.0.1] - 2018-11-13
244
+
156
245
  ### Added
246
+
157
247
  - PerCL Support
158
248
  - FreeClimb API Support
159
249
  - README, LICENSE
160
250
  - docs
161
251
 
162
252
  ### Changed
163
- - Initial Release
164
253
 
254
+ - Initial Release
165
255
 
166
- [Unreleased]: https://github.com/FreeClimbAPI/ruby-sdk/compare/v1.0.1...HEAD
256
+ [unreleased]: https://github.com/FreeClimbAPI/ruby-sdk/compare/v1.0.1...HEAD
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.0.4)
4
+ freeclimb (4.1.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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.0.4
10
+ - Package version: 4.1.1
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.0.4'
18
+ gem 'freeclimb', '~> 4.1.1'
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.0.4.gem
47
+ gem install ./freeclimb-4.1.1.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.0.4.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.1.1.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
@@ -152,8 +152,11 @@ Class | Method | HTTP request | Description
152
152
  - [Freeclimb::AccountRequest](docs/AccountRequest.md)
153
153
  - [Freeclimb::AccountResult](docs/AccountResult.md)
154
154
  - [Freeclimb::AccountResultAllOf](docs/AccountResultAllOf.md)
155
+ - [Freeclimb::AccountStatus](docs/AccountStatus.md)
156
+ - [Freeclimb::AccountType](docs/AccountType.md)
155
157
  - [Freeclimb::AddToConference](docs/AddToConference.md)
156
158
  - [Freeclimb::AddToConferenceAllOf](docs/AddToConferenceAllOf.md)
159
+ - [Freeclimb::AnsweredBy](docs/AnsweredBy.md)
157
160
  - [Freeclimb::ApplicationList](docs/ApplicationList.md)
158
161
  - [Freeclimb::ApplicationListAllOf](docs/ApplicationListAllOf.md)
159
162
  - [Freeclimb::ApplicationRequest](docs/ApplicationRequest.md)
@@ -163,10 +166,12 @@ Class | Method | HTTP request | Description
163
166
  - [Freeclimb::AvailableNumberList](docs/AvailableNumberList.md)
164
167
  - [Freeclimb::AvailableNumberListAllOf](docs/AvailableNumberListAllOf.md)
165
168
  - [Freeclimb::BuyIncomingNumberRequest](docs/BuyIncomingNumberRequest.md)
169
+ - [Freeclimb::CallDirection](docs/CallDirection.md)
166
170
  - [Freeclimb::CallList](docs/CallList.md)
167
171
  - [Freeclimb::CallListAllOf](docs/CallListAllOf.md)
168
172
  - [Freeclimb::CallResult](docs/CallResult.md)
169
173
  - [Freeclimb::CallResultAllOf](docs/CallResultAllOf.md)
174
+ - [Freeclimb::CallStatus](docs/CallStatus.md)
170
175
  - [Freeclimb::Capabilities](docs/Capabilities.md)
171
176
  - [Freeclimb::ConferenceList](docs/ConferenceList.md)
172
177
  - [Freeclimb::ConferenceListAllOf](docs/ConferenceListAllOf.md)
@@ -176,6 +181,7 @@ Class | Method | HTTP request | Description
176
181
  - [Freeclimb::ConferenceParticipantResultAllOf](docs/ConferenceParticipantResultAllOf.md)
177
182
  - [Freeclimb::ConferenceResult](docs/ConferenceResult.md)
178
183
  - [Freeclimb::ConferenceResultAllOf](docs/ConferenceResultAllOf.md)
184
+ - [Freeclimb::ConferenceStatus](docs/ConferenceStatus.md)
179
185
  - [Freeclimb::CreateConference](docs/CreateConference.md)
180
186
  - [Freeclimb::CreateConferenceAllOf](docs/CreateConferenceAllOf.md)
181
187
  - [Freeclimb::CreateConferenceRequest](docs/CreateConferenceRequest.md)
@@ -187,21 +193,30 @@ Class | Method | HTTP request | Description
187
193
  - [Freeclimb::GetDigitsAllOf](docs/GetDigitsAllOf.md)
188
194
  - [Freeclimb::GetSpeech](docs/GetSpeech.md)
189
195
  - [Freeclimb::GetSpeechAllOf](docs/GetSpeechAllOf.md)
196
+ - [Freeclimb::GetSpeechReason](docs/GetSpeechReason.md)
197
+ - [Freeclimb::GrammarFileBuiltIn](docs/GrammarFileBuiltIn.md)
198
+ - [Freeclimb::GrammarType](docs/GrammarType.md)
190
199
  - [Freeclimb::Hangup](docs/Hangup.md)
191
200
  - [Freeclimb::HangupAllOf](docs/HangupAllOf.md)
201
+ - [Freeclimb::IfMachine](docs/IfMachine.md)
192
202
  - [Freeclimb::IncomingNumberList](docs/IncomingNumberList.md)
193
203
  - [Freeclimb::IncomingNumberListAllOf](docs/IncomingNumberListAllOf.md)
194
204
  - [Freeclimb::IncomingNumberRequest](docs/IncomingNumberRequest.md)
195
205
  - [Freeclimb::IncomingNumberResult](docs/IncomingNumberResult.md)
196
206
  - [Freeclimb::IncomingNumberResultAllOf](docs/IncomingNumberResultAllOf.md)
207
+ - [Freeclimb::Language](docs/Language.md)
208
+ - [Freeclimb::LogLevel](docs/LogLevel.md)
197
209
  - [Freeclimb::LogList](docs/LogList.md)
198
210
  - [Freeclimb::LogListAllOf](docs/LogListAllOf.md)
199
211
  - [Freeclimb::LogResult](docs/LogResult.md)
212
+ - [Freeclimb::MachineType](docs/MachineType.md)
200
213
  - [Freeclimb::MakeCallRequest](docs/MakeCallRequest.md)
214
+ - [Freeclimb::MessageDirection](docs/MessageDirection.md)
201
215
  - [Freeclimb::MessageRequest](docs/MessageRequest.md)
202
216
  - [Freeclimb::MessageRequestAllOf](docs/MessageRequestAllOf.md)
203
217
  - [Freeclimb::MessageResult](docs/MessageResult.md)
204
218
  - [Freeclimb::MessageResultAllOf](docs/MessageResultAllOf.md)
219
+ - [Freeclimb::MessageStatus](docs/MessageStatus.md)
205
220
  - [Freeclimb::MessagesList](docs/MessagesList.md)
206
221
  - [Freeclimb::MessagesListAllOf](docs/MessagesListAllOf.md)
207
222
  - [Freeclimb::MutableResourceModel](docs/MutableResourceModel.md)
@@ -216,6 +231,7 @@ Class | Method | HTTP request | Description
216
231
  - [Freeclimb::PerclScript](docs/PerclScript.md)
217
232
  - [Freeclimb::Play](docs/Play.md)
218
233
  - [Freeclimb::PlayAllOf](docs/PlayAllOf.md)
234
+ - [Freeclimb::PlayBeep](docs/PlayBeep.md)
219
235
  - [Freeclimb::PlayEarlyMedia](docs/PlayEarlyMedia.md)
220
236
  - [Freeclimb::PlayEarlyMediaAllOf](docs/PlayEarlyMediaAllOf.md)
221
237
  - [Freeclimb::QueueList](docs/QueueList.md)
@@ -226,8 +242,10 @@ Class | Method | HTTP request | Description
226
242
  - [Freeclimb::QueueRequest](docs/QueueRequest.md)
227
243
  - [Freeclimb::QueueResult](docs/QueueResult.md)
228
244
  - [Freeclimb::QueueResultAllOf](docs/QueueResultAllOf.md)
245
+ - [Freeclimb::QueueResultStatus](docs/QueueResultStatus.md)
229
246
  - [Freeclimb::RecordUtterance](docs/RecordUtterance.md)
230
247
  - [Freeclimb::RecordUtteranceAllOf](docs/RecordUtteranceAllOf.md)
248
+ - [Freeclimb::RecordUtteranceTermReason](docs/RecordUtteranceTermReason.md)
231
249
  - [Freeclimb::RecordingList](docs/RecordingList.md)
232
250
  - [Freeclimb::RecordingListAllOf](docs/RecordingListAllOf.md)
233
251
  - [Freeclimb::RecordingResult](docs/RecordingResult.md)
@@ -238,6 +256,7 @@ Class | Method | HTTP request | Description
238
256
  - [Freeclimb::RejectAllOf](docs/RejectAllOf.md)
239
257
  - [Freeclimb::RemoveFromConference](docs/RemoveFromConference.md)
240
258
  - [Freeclimb::RemoveFromConferenceAllOf](docs/RemoveFromConferenceAllOf.md)
259
+ - [Freeclimb::RequestType](docs/RequestType.md)
241
260
  - [Freeclimb::Say](docs/Say.md)
242
261
  - [Freeclimb::SayAllOf](docs/SayAllOf.md)
243
262
  - [Freeclimb::SendDigits](docs/SendDigits.md)
@@ -253,8 +272,10 @@ Class | Method | HTTP request | Description
253
272
  - [Freeclimb::TerminateConferenceAllOf](docs/TerminateConferenceAllOf.md)
254
273
  - [Freeclimb::Unpark](docs/Unpark.md)
255
274
  - [Freeclimb::UpdateCallRequest](docs/UpdateCallRequest.md)
275
+ - [Freeclimb::UpdateCallRequestStatus](docs/UpdateCallRequestStatus.md)
256
276
  - [Freeclimb::UpdateConferenceParticipantRequest](docs/UpdateConferenceParticipantRequest.md)
257
277
  - [Freeclimb::UpdateConferenceRequest](docs/UpdateConferenceRequest.md)
278
+ - [Freeclimb::UpdateConferenceRequestStatus](docs/UpdateConferenceRequestStatus.md)
258
279
 
259
280
 
260
281
  ## Documentation for Authorization
@@ -12,8 +12,8 @@
12
12
  | **api_key** | **String** | The API key assigned to this account. This key must be kept a secret by the customer. | [optional] |
13
13
  | **_alias** | **String** | A description for this account. | [optional] |
14
14
  | **label** | **String** | A string that identifies a category or group to which the account belongs. | [optional] |
15
- | **type** | **String** | The type of this account. It is one of: trial or full. | [optional] |
16
- | **status** | **String** | The status of this account. It is one of: active, suspended, or closed. | [optional] |
15
+ | **type** | [**AccountType**](AccountType.md) | | [optional] |
16
+ | **status** | [**AccountStatus**](AccountStatus.md) | | [optional] |
17
17
  | **subresource_uris** | **Object** | The list of subresources for this account. | [optional] |
18
18
 
19
19
  ## Example
@@ -8,8 +8,8 @@
8
8
  | **api_key** | **String** | The API key assigned to this account. This key must be kept a secret by the customer. | [optional] |
9
9
  | **_alias** | **String** | A description for this account. | [optional] |
10
10
  | **label** | **String** | A string that identifies a category or group to which the account belongs. | [optional] |
11
- | **type** | **String** | The type of this account. It is one of: trial or full. | [optional] |
12
- | **status** | **String** | The status of this account. It is one of: active, suspended, or closed. | [optional] |
11
+ | **type** | [**AccountType**](AccountType.md) | | [optional] |
12
+ | **status** | [**AccountStatus**](AccountStatus.md) | | [optional] |
13
13
  | **subresource_uris** | **Object** | The list of subresources for this account. | [optional] |
14
14
 
15
15
  ## Example
@@ -0,0 +1,18 @@
1
+ # Freeclimb::AccountStatus
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **CLOSED** | **AccountStatus** | | Represented in Ruby as "closed" |
8
+ | **SUSPENDED** | **AccountStatus** | | Represented in Ruby as "suspended" |
9
+ | **ACTIVE** | **AccountStatus** | | Represented in Ruby as "active" |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'freeclimb'
15
+
16
+ instance = Freeclimb::AccountStatus::[NAME OF ENUM]
17
+ ```
18
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::AccountType
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **TRIAL** | **AccountType** | | Represented in Ruby as "trial" |
8
+ | **FULL** | **AccountType** | | Represented in Ruby as "full" |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'freeclimb'
14
+
15
+ instance = Freeclimb::AccountType::[NAME OF ENUM]
16
+ ```
17
+
@@ -0,0 +1,17 @@
1
+ # Freeclimb::AnsweredBy
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **HUMAN** | **AnsweredBy** | | Represented in Ruby as "human" |
8
+ | **MACHINE** | **AnsweredBy** | | Represented in Ruby as "machine" |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'freeclimb'
14
+
15
+ instance = Freeclimb::AnsweredBy::[NAME OF ENUM]
16
+ ```
17
+
@@ -0,0 +1,18 @@
1
+ # Freeclimb::CallDirection
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **INBOUND** | **CallDirection** | | Represented in Ruby as "inbound" |
8
+ | **OUTBOUND_API** | **CallDirection** | | Represented in Ruby as "outboundAPI" |
9
+ | **OUTBOUND_DIAL** | **CallDirection** | | Represented in Ruby as "outboundDial" |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'freeclimb'
15
+
16
+ instance = Freeclimb::CallDirection::[NAME OF ENUM]
17
+ ```
18
+
data/docs/CallResult.md CHANGED
@@ -14,14 +14,14 @@
14
14
  | **from** | **String** | Phone number that initiated this Call. | [optional] |
15
15
  | **to** | **String** | Phone number that received this Call. | [optional] |
16
16
  | **phone_number_id** | **String** | If the Call was inbound, this is the ID of the IncomingPhoneNumber that received the Call (DNIS). If the Call was outbound, this is the ID of the phone number from which the Call was placed (ANI). | [optional] |
17
- | **status** | **String** | * &#x60;queued&#x60; &amp;ndash; Call is ready and waiting in line before going out. * &#x60;ringing&#x60; &amp;ndash; Call is currently ringing. * &#x60;inProgress&#x60; &amp;ndash; Call was answered and is currently in progress. * &#x60;canceled&#x60; &amp;ndash; Call was hung up while it was queued or ringing. * &#x60;completed&#x60; &amp;ndash; Call was answered and has ended normally. * &#x60;busy&#x60; &amp;ndash; Caller received a busy signal. * &#x60;failed&#x60; &amp;ndash; Call could not be completed as dialed, most likely because the phone number was non-existent. * &#x60;noAnswer&#x60; &amp;ndash; Call ended without being answered. | [optional] |
17
+ | **status** | [**CallStatus**](CallStatus.md) | | [optional] |
18
18
  | **start_time** | **String** | Start time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional] |
19
19
  | **connect_time** | **String** | Time the Call was answered (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional] |
20
20
  | **end_time** | **String** | End time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call did not complete successfully. | [optional] |
21
21
  | **duration** | **Integer** | Total length of the Call in seconds. Measures time between startTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional] |
22
22
  | **connect_duration** | **Integer** | Length of time that the Call was connected in seconds. Measures time between connectTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional] |
23
- | **direction** | **String** | Direction of the Call. &#x60;inbound&#x60; for Calls into FreeClimb, &#x60;outboundAPI&#x60; for Calls initiated via the REST API, &#x60;outboundDial&#x60; for Calls initiated by the &#x60;OutDial&#x60; PerCL command. | [optional] |
24
- | **answered_by** | **String** | If this Call was initiated with answering machine detection, either &#x60;human&#x60; or &#x60;machine&#x60;. Empty otherwise. | [optional] |
23
+ | **direction** | [**CallDirection**](CallDirection.md) | | [optional] |
24
+ | **answered_by** | [**AnsweredBy**](AnsweredBy.md) | | [optional] |
25
25
  | **subresource_uris** | **Object** | The list of subresources for this Call. These include things like logs and recordings associated with the Call. | [optional] |
26
26
 
27
27
  ## Example
@@ -10,14 +10,14 @@
10
10
  | **from** | **String** | Phone number that initiated this Call. | [optional] |
11
11
  | **to** | **String** | Phone number that received this Call. | [optional] |
12
12
  | **phone_number_id** | **String** | If the Call was inbound, this is the ID of the IncomingPhoneNumber that received the Call (DNIS). If the Call was outbound, this is the ID of the phone number from which the Call was placed (ANI). | [optional] |
13
- | **status** | **String** | * &#x60;queued&#x60; &amp;ndash; Call is ready and waiting in line before going out. * &#x60;ringing&#x60; &amp;ndash; Call is currently ringing. * &#x60;inProgress&#x60; &amp;ndash; Call was answered and is currently in progress. * &#x60;canceled&#x60; &amp;ndash; Call was hung up while it was queued or ringing. * &#x60;completed&#x60; &amp;ndash; Call was answered and has ended normally. * &#x60;busy&#x60; &amp;ndash; Caller received a busy signal. * &#x60;failed&#x60; &amp;ndash; Call could not be completed as dialed, most likely because the phone number was non-existent. * &#x60;noAnswer&#x60; &amp;ndash; Call ended without being answered. | [optional] |
13
+ | **status** | [**CallStatus**](CallStatus.md) | | [optional] |
14
14
  | **start_time** | **String** | Start time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional] |
15
15
  | **connect_time** | **String** | Time the Call was answered (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call has not yet been dialed. | [optional] |
16
16
  | **end_time** | **String** | End time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call did not complete successfully. | [optional] |
17
17
  | **duration** | **Integer** | Total length of the Call in seconds. Measures time between startTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional] |
18
18
  | **connect_duration** | **Integer** | Length of time that the Call was connected in seconds. Measures time between connectTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional] |
19
- | **direction** | **String** | Direction of the Call. &#x60;inbound&#x60; for Calls into FreeClimb, &#x60;outboundAPI&#x60; for Calls initiated via the REST API, &#x60;outboundDial&#x60; for Calls initiated by the &#x60;OutDial&#x60; PerCL command. | [optional] |
20
- | **answered_by** | **String** | If this Call was initiated with answering machine detection, either &#x60;human&#x60; or &#x60;machine&#x60;. Empty otherwise. | [optional] |
19
+ | **direction** | [**CallDirection**](CallDirection.md) | | [optional] |
20
+ | **answered_by** | [**AnsweredBy**](AnsweredBy.md) | | [optional] |
21
21
  | **subresource_uris** | **Object** | The list of subresources for this Call. These include things like logs and recordings associated with the Call. | [optional] |
22
22
 
23
23
  ## Example
@@ -0,0 +1,23 @@
1
+ # Freeclimb::CallStatus
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **QUEUED** | **CallStatus** | | Represented in Ruby as "queued" |
8
+ | **RINGING** | **CallStatus** | | Represented in Ruby as "ringing" |
9
+ | **IN_PROGRESS** | **CallStatus** | | Represented in Ruby as "inProgress" |
10
+ | **CANCELED** | **CallStatus** | | Represented in Ruby as "canceled" |
11
+ | **COMPLETED** | **CallStatus** | | Represented in Ruby as "completed" |
12
+ | **FAILED** | **CallStatus** | | Represented in Ruby as "failed" |
13
+ | **BUSY** | **CallStatus** | | Represented in Ruby as "busy" |
14
+ | **NO_ANSWER** | **CallStatus** | | Represented in Ruby as "noAnswer" |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'freeclimb'
20
+
21
+ instance = Freeclimb::CallStatus::[NAME OF ENUM]
22
+ ```
23
+
@@ -11,9 +11,9 @@
11
11
  | **conference_id** | **String** | A string that uniquely identifies this Conference resource. | [optional] |
12
12
  | **account_id** | **String** | ID of the account that created this Conference. | [optional] |
13
13
  | **_alias** | **String** | A description for this Conference. | [optional] |
14
- | **play_beep** | **String** | Setting that controls when a beep is played. One of: always, never, entryOnly, exitOnly. Defaults to always. | [optional] |
14
+ | **play_beep** | [**PlayBeep**](PlayBeep.md) | | [optional][default to &#39;always&#39;] |
15
15
  | **record** | **Boolean** | Flag indicating whether recording is enabled for this Conference. | [optional] |
16
- | **status** | **String** | The status of the Conference. One of: creating, empty, populated, inProgress, or terminated. | [optional] |
16
+ | **status** | [**ConferenceStatus**](ConferenceStatus.md) | | [optional] |
17
17
  | **wait_url** | **String** | URL referencing the audio file to be used as default wait music for the Conference when it is in the populated state. | [optional] |
18
18
  | **action_url** | **String** | URL invoked once the Conference is successfully created. | [optional] |
19
19
  | **status_callback_url** | **String** | URL to inform that the Conference status has changed. | [optional] |
@@ -7,9 +7,9 @@
7
7
  | **conference_id** | **String** | A string that uniquely identifies this Conference resource. | [optional] |
8
8
  | **account_id** | **String** | ID of the account that created this Conference. | [optional] |
9
9
  | **_alias** | **String** | A description for this Conference. | [optional] |
10
- | **play_beep** | **String** | Setting that controls when a beep is played. One of: always, never, entryOnly, exitOnly. Defaults to always. | [optional] |
10
+ | **play_beep** | [**PlayBeep**](PlayBeep.md) | | [optional][default to &#39;always&#39;] |
11
11
  | **record** | **Boolean** | Flag indicating whether recording is enabled for this Conference. | [optional] |
12
- | **status** | **String** | The status of the Conference. One of: creating, empty, populated, inProgress, or terminated. | [optional] |
12
+ | **status** | [**ConferenceStatus**](ConferenceStatus.md) | | [optional] |
13
13
  | **wait_url** | **String** | URL referencing the audio file to be used as default wait music for the Conference when it is in the populated state. | [optional] |
14
14
  | **action_url** | **String** | URL invoked once the Conference is successfully created. | [optional] |
15
15
  | **status_callback_url** | **String** | URL to inform that the Conference status has changed. | [optional] |
@@ -0,0 +1,19 @@
1
+ # Freeclimb::ConferenceStatus
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **EMPTY** | **ConferenceStatus** | | Represented in Ruby as "empty" |
8
+ | **POPULATED** | **ConferenceStatus** | | Represented in Ruby as "populated" |
9
+ | **IN_PROGRESS** | **ConferenceStatus** | | Represented in Ruby as "inProgress" |
10
+ | **TERMINATED** | **ConferenceStatus** | | Represented in Ruby as "terminated" |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'freeclimb'
16
+
17
+ instance = Freeclimb::ConferenceStatus::[NAME OF ENUM]
18
+ ```
19
+
@@ -6,9 +6,9 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **action_url** | **String** | This URL is invoked once the Conference is successfully created. Actions on the Conference, such as adding Participants, can be performed via the PerCL script returned in the response. | |
8
8
  | **_alias** | **Boolean** | Descriptive name for the Conference. | [optional] |
9
- | **play_beep** | **String** | Indicates whether to play a beep when a Participant enters or leaves the Conference. either &#x60;always&#x60;, &#x60;never&#x60;, &#x60;entryOnly&#x60;, or &#x60;exitOnly&#x60;. Leaving this unset will make conference default to &#x60;always&#x60; | [optional] |
9
+ | **play_beep** | [**PlayBeep**](PlayBeep.md) | | [optional][default to &#39;always&#39;] |
10
10
  | **record** | **Boolean** | When set to &#x60;true&#x60;, the entire Conference is recorded. The &#x60;statusCallbackUrl&#x60; of the Conference will receive a &#x60;conferenceRecordingEnded&#x60; Webhook when the Conference transitions from the &#x60;inProgress&#x60; to empty state. | [optional] |
11
- | **status_callback_url** | **Boolean** | This URL is invoked when the status of the Conference changes or when a recording of the Conference has become available. | [optional] |
11
+ | **status_callback_url** | **String** | This URL is invoked when the status of the Conference changes or when a recording of the Conference has become available. | [optional] |
12
12
  | **wait_url** | **String** | If specified, this URL provides the custom hold music for the Conference when it is in the populated state. This attribute is always fetched using HTTP GET and is fetched just once – when the Conference is created. The URL must be an audio file that is reachable and readable by FreeClimb. | [optional] |
13
13
 
14
14
  ## Example
@@ -6,9 +6,9 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **action_url** | **String** | This URL is invoked once the Conference is successfully created. Actions on the Conference, such as adding Participants, can be performed via the PerCL script returned in the response. | |
8
8
  | **_alias** | **Boolean** | Descriptive name for the Conference. | [optional] |
9
- | **play_beep** | **String** | Indicates whether to play a beep when a Participant enters or leaves the Conference. either &#x60;always&#x60;, &#x60;never&#x60;, &#x60;entryOnly&#x60;, or &#x60;exitOnly&#x60;. Leaving this unset will make conference default to &#x60;always&#x60; | [optional] |
9
+ | **play_beep** | [**PlayBeep**](PlayBeep.md) | | [optional][default to &#39;always&#39;] |
10
10
  | **record** | **Boolean** | When set to &#x60;true&#x60;, the entire Conference is recorded. The &#x60;statusCallbackUrl&#x60; of the Conference will receive a &#x60;conferenceRecordingEnded&#x60; Webhook when the Conference transitions from the &#x60;inProgress&#x60; to empty state. | [optional] |
11
- | **status_callback_url** | **Boolean** | This URL is invoked when the status of the Conference changes or when a recording of the Conference has become available. | [optional] |
11
+ | **status_callback_url** | **String** | This URL is invoked when the status of the Conference changes or when a recording of the Conference has become available. | [optional] |
12
12
  | **wait_url** | **String** | If specified, this URL provides the custom hold music for the Conference when it is in the populated state. This attribute is always fetched using HTTP GET and is fetched just once – when the Conference is created. The URL must be an audio file that is reachable and readable by FreeClimb. | [optional] |
13
13
 
14
14
  ## Example