freeclimb 2.0.3 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Freeclimb
14
- VERSION = '2.0.3'
14
+ VERSION = '3.0.0'
15
15
  end
@@ -171,7 +171,7 @@ module ResponseMocks
171
171
  "dateCreated":"Thu, 13 Oct 2019 16:59:34 GMT",
172
172
  "dateUpdated":"Thu, 13 Oct 2019 16:59:34 GMT",
173
173
  "accountId":"{account_id}",
174
- "authToken":"428e487a035b837ac2f47f2236ec553550ed2628",
174
+ "apiKey":"428e487a035b837ac2f47f2236ec553550ed2628",
175
175
  "alias":"boostrap account",
176
176
  "label":"customer service",
177
177
  "type":"trial",
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #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.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::Hangup
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'Hangup' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::Hangup.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of Hangup' do
31
+ it 'should create an instance of Hangup' do
32
+ expect(@instance).to be_instance_of(Freeclimb::Hangup)
33
+ end
34
+ end
35
+ describe 'test attribute "reason"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #FreeClimb API
3
+
4
+ #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.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Freeclimb::Reject
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'Reject' do
21
+ before do
22
+ # run before each test
23
+ @instance = Freeclimb::Reject.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of Reject' do
31
+ it 'should create an instance of Reject' do
32
+ expect(@instance).to be_instance_of(Freeclimb::Reject)
33
+ end
34
+ end
35
+ describe 'test attribute "reason"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freeclimb
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-16 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -127,6 +127,8 @@ files:
127
127
  - docs/GetDigitsAllOf.md
128
128
  - docs/GetSpeech.md
129
129
  - docs/GetSpeechAllOf.md
130
+ - docs/Hangup.md
131
+ - docs/HangupAllOf.md
130
132
  - docs/IncomingNumberList.md
131
133
  - docs/IncomingNumberListAllOf.md
132
134
  - docs/IncomingNumberRequest.md
@@ -170,6 +172,8 @@ files:
170
172
  - docs/RecordingResultAllOf.md
171
173
  - docs/Redirect.md
172
174
  - docs/RedirectAllOf.md
175
+ - docs/Reject.md
176
+ - docs/RejectAllOf.md
173
177
  - docs/RemoveFromConference.md
174
178
  - docs/RemoveFromConferenceAllOf.md
175
179
  - docs/Say.md
@@ -188,7 +192,11 @@ files:
188
192
  - docs/UpdateCallRequest.md
189
193
  - docs/UpdateConferenceParticipantRequest.md
190
194
  - docs/UpdateConferenceRequest.md
195
+ - freeclimb-2.0.3.gem
191
196
  - freeclimb-2.1.0.gem
197
+ - freeclimb-2.1.1.gem
198
+ - freeclimb-2.1.2.gem
199
+ - freeclimb-2.2.0.gem
192
200
  - freeclimb.gemspec
193
201
  - lib/freeclimb.rb
194
202
  - lib/freeclimb/api/default_api.rb
@@ -232,6 +240,8 @@ files:
232
240
  - lib/freeclimb/models/get_digits_all_of.rb
233
241
  - lib/freeclimb/models/get_speech.rb
234
242
  - lib/freeclimb/models/get_speech_all_of.rb
243
+ - lib/freeclimb/models/hangup.rb
244
+ - lib/freeclimb/models/hangup_all_of.rb
235
245
  - lib/freeclimb/models/incoming_number_list.rb
236
246
  - lib/freeclimb/models/incoming_number_list_all_of.rb
237
247
  - lib/freeclimb/models/incoming_number_request.rb
@@ -275,6 +285,8 @@ files:
275
285
  - lib/freeclimb/models/recording_result_all_of.rb
276
286
  - lib/freeclimb/models/redirect.rb
277
287
  - lib/freeclimb/models/redirect_all_of.rb
288
+ - lib/freeclimb/models/reject.rb
289
+ - lib/freeclimb/models/reject_all_of.rb
278
290
  - lib/freeclimb/models/remove_from_conference.rb
279
291
  - lib/freeclimb/models/remove_from_conference_all_of.rb
280
292
  - lib/freeclimb/models/say.rb
@@ -293,6 +305,7 @@ files:
293
305
  - lib/freeclimb/models/update_call_request.rb
294
306
  - lib/freeclimb/models/update_conference_participant_request.rb
295
307
  - lib/freeclimb/models/update_conference_request.rb
308
+ - lib/freeclimb/utils.rb
296
309
  - lib/freeclimb/version.rb
297
310
  - spec/api/default_api_spec.rb
298
311
  - spec/api/web_mocks.rb
@@ -320,6 +333,7 @@ files:
320
333
  - spec/models/filter_logs_request_spec.rb
321
334
  - spec/models/get_digits_spec.rb
322
335
  - spec/models/get_speech_spec.rb
336
+ - spec/models/hangup_spec.rb
323
337
  - spec/models/incoming_number_list_spec.rb
324
338
  - spec/models/incoming_number_request_spec.rb
325
339
  - spec/models/incoming_number_result_spec.rb
@@ -346,6 +360,7 @@ files:
346
360
  - spec/models/recording_list_spec.rb
347
361
  - spec/models/recording_result_spec.rb
348
362
  - spec/models/redirect_spec.rb
363
+ - spec/models/reject_spec.rb
349
364
  - spec/models/remove_from_conference_spec.rb
350
365
  - spec/models/say_spec.rb
351
366
  - spec/models/send_digits_spec.rb
@@ -387,6 +402,7 @@ test_files:
387
402
  - spec/api_client_spec.rb
388
403
  - spec/configuration_spec.rb
389
404
  - spec/models/play_spec.rb
405
+ - spec/models/hangup_spec.rb
390
406
  - spec/models/set_listen_spec.rb
391
407
  - spec/models/recording_list_spec.rb
392
408
  - spec/models/pagination_model_spec.rb
@@ -398,6 +414,7 @@ test_files:
398
414
  - spec/models/queue_result_spec.rb
399
415
  - spec/models/queue_member_list_spec.rb
400
416
  - spec/models/filter_logs_request_spec.rb
417
+ - spec/models/reject_spec.rb
401
418
  - spec/models/account_request_spec.rb
402
419
  - spec/models/incoming_number_request_spec.rb
403
420
  - spec/models/record_utterance_spec.rb