freeclimb 4.5.2 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +15 -7
  5. data/docs/AddToConference.md +0 -2
  6. data/docs/AddToConferenceAllOf.md +0 -2
  7. data/docs/CreateWebRTCToken.md +22 -0
  8. data/docs/DefaultApi.md +303 -7
  9. data/docs/GetDigits.md +1 -1
  10. data/docs/GetDigitsAllOf.md +1 -1
  11. data/docs/IncomingNumberResult.md +3 -1
  12. data/docs/IncomingNumberResultAllOf.md +3 -1
  13. data/docs/MessageRequest.md +2 -2
  14. data/docs/MessageRequestAllOf.md +2 -2
  15. data/docs/MessageResult.md +3 -1
  16. data/docs/MessageResultAllOf.md +3 -1
  17. data/docs/Play.md +0 -2
  18. data/docs/PlayAllOf.md +0 -2
  19. data/docs/RemoveFromConference.md +1 -4
  20. data/docs/SMSTenDLCCampaign.md +10 -0
  21. data/docs/SMSTollFreeCampaign.md +30 -0
  22. data/docs/SMSTollFreeCampaignsListResult.md +32 -0
  23. data/docs/SMSTollFreeCampaignsListResultAllOf.md +18 -0
  24. data/docs/Say.md +0 -2
  25. data/docs/SayAllOf.md +0 -2
  26. data/docs/SetListen.md +0 -2
  27. data/docs/SetListenAllOf.md +0 -2
  28. data/docs/SetTalk.md +0 -2
  29. data/docs/SetTalkAllOf.md +0 -2
  30. data/docs/TFN.md +18 -0
  31. data/docs/TerminateConference.md +1 -4
  32. data/docs/TranscribeUtterance.md +1 -1
  33. data/docs/TranscribeUtteranceAllOf.md +28 -0
  34. data/docs/TranscribeUtteranceAllOfRecord.md +22 -0
  35. data/lib/freeclimb/api/default_api.rb +262 -7
  36. data/lib/freeclimb/models/account_request.rb +0 -2
  37. data/lib/freeclimb/models/account_result.rb +0 -6
  38. data/lib/freeclimb/models/add_to_conference.rb +1 -29
  39. data/lib/freeclimb/models/add_to_conference_all_of.rb +1 -29
  40. data/lib/freeclimb/models/application_result.rb +0 -6
  41. data/lib/freeclimb/models/buy_incoming_number_request.rb +0 -4
  42. data/lib/freeclimb/models/call_result.rb +0 -6
  43. data/lib/freeclimb/models/conference_participant_result.rb +0 -6
  44. data/lib/freeclimb/models/conference_result.rb +0 -6
  45. data/lib/freeclimb/models/create_conference.rb +0 -8
  46. data/lib/freeclimb/models/create_conference_all_of.rb +0 -8
  47. data/lib/freeclimb/models/create_conference_request.rb +0 -6
  48. data/lib/freeclimb/models/create_web_rtc_token.rb +274 -0
  49. data/lib/freeclimb/models/dequeue.rb +1 -0
  50. data/lib/freeclimb/models/enqueue.rb +0 -6
  51. data/lib/freeclimb/models/enqueue_all_of.rb +0 -6
  52. data/lib/freeclimb/models/get_digits.rb +1 -17
  53. data/lib/freeclimb/models/get_digits_all_of.rb +1 -17
  54. data/lib/freeclimb/models/get_speech.rb +0 -22
  55. data/lib/freeclimb/models/get_speech_all_of.rb +0 -22
  56. data/lib/freeclimb/models/incoming_number_request.rb +0 -2
  57. data/lib/freeclimb/models/incoming_number_result.rb +14 -13
  58. data/lib/freeclimb/models/incoming_number_result_all_of.rb +14 -5
  59. data/lib/freeclimb/models/make_call_request.rb +0 -18
  60. data/lib/freeclimb/models/message_request.rb +10 -24
  61. data/lib/freeclimb/models/message_request_all_of.rb +10 -16
  62. data/lib/freeclimb/models/message_result.rb +17 -11
  63. data/lib/freeclimb/models/message_result_all_of.rb +17 -5
  64. data/lib/freeclimb/models/mutable_resource_model.rb +0 -6
  65. data/lib/freeclimb/models/out_dial.rb +0 -18
  66. data/lib/freeclimb/models/out_dial_all_of.rb +0 -18
  67. data/lib/freeclimb/models/park.rb +0 -4
  68. data/lib/freeclimb/models/park_all_of.rb +0 -4
  69. data/lib/freeclimb/models/play.rb +1 -17
  70. data/lib/freeclimb/models/play_all_of.rb +1 -17
  71. data/lib/freeclimb/models/queue_request.rb +0 -2
  72. data/lib/freeclimb/models/queue_result.rb +0 -6
  73. data/lib/freeclimb/models/record_utterance.rb +0 -12
  74. data/lib/freeclimb/models/record_utterance_all_of.rb +0 -12
  75. data/lib/freeclimb/models/recording_result.rb +0 -6
  76. data/lib/freeclimb/models/remove_from_conference.rb +4 -23
  77. data/lib/freeclimb/models/say.rb +1 -19
  78. data/lib/freeclimb/models/say_all_of.rb +1 -19
  79. data/lib/freeclimb/models/send_digits.rb +0 -4
  80. data/lib/freeclimb/models/send_digits_all_of.rb +0 -4
  81. data/lib/freeclimb/models/set_listen.rb +2 -18
  82. data/lib/freeclimb/models/set_listen_all_of.rb +2 -18
  83. data/lib/freeclimb/models/set_talk.rb +2 -18
  84. data/lib/freeclimb/models/set_talk_all_of.rb +2 -18
  85. data/lib/freeclimb/models/sms.rb +0 -6
  86. data/lib/freeclimb/models/sms_all_of.rb +0 -6
  87. data/lib/freeclimb/models/sms_ten_dlc_brand.rb +0 -60
  88. data/lib/freeclimb/models/sms_ten_dlc_campaign.rb +121 -41
  89. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign.rb +0 -44
  90. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_brand.rb +0 -20
  91. data/lib/freeclimb/models/sms_toll_free_campaign.rb +337 -0
  92. data/lib/freeclimb/models/sms_toll_free_campaigns_list_result.rb +311 -0
  93. data/lib/freeclimb/models/{remove_from_conference_all_of.rb → sms_toll_free_campaigns_list_result_all_of.rb} +14 -16
  94. data/lib/freeclimb/models/start_record_call.rb +1 -0
  95. data/lib/freeclimb/models/terminate_conference.rb +4 -23
  96. data/lib/freeclimb/models/{terminate_conference_all_of.rb → tfn.rb} +15 -14
  97. data/lib/freeclimb/models/transcribe_utterance.rb +11 -16
  98. data/lib/freeclimb/models/transcribe_utterance_all_of.rb +281 -0
  99. data/lib/freeclimb/models/{transcribe_utterance_record.rb → transcribe_utterance_all_of_record.rb} +3 -7
  100. data/lib/freeclimb/models/unpark.rb +1 -0
  101. data/lib/freeclimb/models/update_conference_participant_request.rb +0 -2
  102. data/lib/freeclimb/models/update_conference_request.rb +0 -2
  103. data/lib/freeclimb/version.rb +1 -1
  104. data/lib/freeclimb.rb +8 -4
  105. data/openapi.json +407 -88
  106. data/package.json +8 -0
  107. data/spec/api/default_api_spec.rb +215 -55
  108. data/spec/models/account_request_spec.rb +8 -6
  109. data/spec/models/account_result_spec.rb +28 -9
  110. data/spec/models/add_to_conference_spec.rb +21 -37
  111. data/spec/models/application_list_spec.rb +46 -22
  112. data/spec/models/application_request_spec.rb +13 -6
  113. data/spec/models/application_result_spec.rb +24 -9
  114. data/spec/models/available_number_list_spec.rb +46 -22
  115. data/spec/models/available_number_spec.rb +23 -10
  116. data/spec/models/buy_incoming_number_request_spec.rb +11 -7
  117. data/spec/models/call_list_spec.rb +46 -22
  118. data/spec/models/call_result_spec.rb +49 -15
  119. data/spec/models/capabilities_spec.rb +26 -11
  120. data/spec/models/conference_list_spec.rb +46 -22
  121. data/spec/models/conference_participant_list_spec.rb +46 -22
  122. data/spec/models/conference_participant_result_spec.rb +24 -9
  123. data/spec/models/conference_result_spec.rb +32 -9
  124. data/spec/models/create_conference_request_spec.rb +15 -6
  125. data/spec/models/create_conference_spec.rb +19 -7
  126. data/spec/models/create_web_rtc_token_spec.rb +231 -0
  127. data/spec/models/enqueue_spec.rb +16 -9
  128. data/spec/models/filter_logs_request_spec.rb +9 -7
  129. data/spec/models/get_digits_spec.rb +59 -35
  130. data/spec/models/get_speech_spec.rb +60 -24
  131. data/spec/models/hangup_spec.rb +7 -6
  132. data/spec/models/incoming_number_list_spec.rb +46 -22
  133. data/spec/models/incoming_number_request_spec.rb +9 -6
  134. data/spec/models/incoming_number_result_spec.rb +68 -13
  135. data/spec/models/log_list_spec.rb +46 -22
  136. data/spec/models/log_result_spec.rb +21 -9
  137. data/spec/models/make_call_request_spec.rb +26 -11
  138. data/spec/models/message_request_spec.rb +49 -35
  139. data/spec/models/message_result_spec.rb +64 -11
  140. data/spec/models/messages_list_spec.rb +46 -22
  141. data/spec/models/mutable_resource_model_spec.rb +15 -9
  142. data/spec/models/out_dial_spec.rb +33 -13
  143. data/spec/models/pagination_model_spec.rb +40 -21
  144. data/spec/models/park_spec.rb +13 -8
  145. data/spec/models/pause_spec.rb +14 -10
  146. data/spec/models/percl_command_spec.rb +6 -6
  147. data/spec/models/percl_script_spec.rb +11 -6
  148. data/spec/models/play_early_media_spec.rb +9 -7
  149. data/spec/models/play_spec.rb +17 -40
  150. data/spec/models/queue_list_spec.rb +46 -22
  151. data/spec/models/queue_member_list_spec.rb +46 -22
  152. data/spec/models/queue_member_spec.rb +21 -12
  153. data/spec/models/queue_request_spec.rb +13 -9
  154. data/spec/models/queue_result_spec.rb +37 -18
  155. data/spec/models/record_utterance_spec.rb +28 -13
  156. data/spec/models/recording_list_spec.rb +46 -22
  157. data/spec/models/recording_result_spec.rb +25 -12
  158. data/spec/models/redirect_spec.rb +9 -7
  159. data/spec/models/reject_spec.rb +7 -6
  160. data/spec/models/remove_from_conference_spec.rb +0 -133
  161. data/spec/models/say_spec.rb +18 -40
  162. data/spec/models/send_digits_spec.rb +17 -10
  163. data/spec/models/set_listen_spec.rb +8 -37
  164. data/spec/models/set_talk_spec.rb +8 -37
  165. data/spec/models/sms_spec.rb +16 -9
  166. data/spec/models/sms_ten_dlc_brand_spec.rb +38 -4
  167. data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +46 -22
  168. data/spec/models/sms_ten_dlc_campaign_spec.rb +228 -4
  169. data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +46 -22
  170. data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +25 -7
  171. data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +56 -8
  172. data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +46 -22
  173. data/spec/models/sms_toll_free_campaign_spec.rb +382 -0
  174. data/spec/models/sms_toll_free_campaigns_list_result_spec.rb +395 -0
  175. data/spec/models/terminate_conference_spec.rb +0 -133
  176. data/spec/models/tfn_spec.rb +164 -0
  177. data/spec/models/{transcribe_utterance_record_spec.rb → transcribe_utterance_all_of_record_spec.rb} +78 -67
  178. data/spec/models/transcribe_utterance_spec.rb +37 -96
  179. data/spec/models/update_call_request_spec.rb +12 -7
  180. data/spec/models/update_conference_participant_request_spec.rb +10 -6
  181. data/spec/models/update_conference_request_spec.rb +15 -6
  182. data/yarn.lock +1292 -0
  183. metadata +105 -84
@@ -30,6 +30,7 @@ describe Freeclimb::AccountRequest do
30
30
  it 'should work' do
31
31
  instance._alias = "TEST_STRING"
32
32
  expect(instance._alias).to eq("TEST_STRING")
33
+
33
34
  end
34
35
  end
35
36
 
@@ -37,6 +38,7 @@ describe Freeclimb::AccountRequest do
37
38
  it 'should work' do
38
39
  instance.label = "TEST_STRING"
39
40
  expect(instance.label).to eq("TEST_STRING")
41
+
40
42
  end
41
43
  end
42
44
 
@@ -62,7 +64,7 @@ describe Freeclimb::AccountRequest do
62
64
  )}.to raise_error(ArgumentError)
63
65
  end
64
66
  end
65
-
67
+
66
68
  describe 'test method "valid"' do
67
69
  it 'checks if properties are valid' do
68
70
  instance = Freeclimb::AccountRequest.new(
@@ -71,15 +73,14 @@ describe Freeclimb::AccountRequest do
71
73
  )
72
74
  expect(instance.valid?).to eq(true)
73
75
  end
76
+
74
77
  it 'checks if properties are invalid' do
75
78
  instance = Freeclimb::AccountRequest.new(
79
+
76
80
  )
77
81
  expect(instance.valid?).to eq(false)
78
82
  end
79
- it 'checks if model is empty' do
80
- instance = Freeclimb::AccountRequest.new()
81
- expect(instance.valid?).to eq(false)
82
- end
83
+
83
84
  end
84
85
 
85
86
  describe 'test method "eql?"' do
@@ -95,6 +96,7 @@ describe Freeclimb::AccountRequest do
95
96
  )
96
97
  expect(instance_1.eql?(instance_2)).to eq(true)
97
98
  end
99
+
98
100
  it 'checks if objects are not equal' do
99
101
  instance_1 = Freeclimb::AccountRequest.new(
100
102
  _alias: "TS",
@@ -107,7 +109,7 @@ describe Freeclimb::AccountRequest do
107
109
  expect(instance_1.eql?(instance_2)).to eq(false)
108
110
  end
109
111
  end
110
-
112
+
111
113
  describe 'test method "hash"' do
112
114
  it 'calculates hash code' do
113
115
  instance = Freeclimb::AccountRequest.new(
@@ -30,6 +30,7 @@ describe Freeclimb::AccountResult do
30
30
  it 'should work' do
31
31
  instance.uri = "TEST_STRING"
32
32
  expect(instance.uri).to eq("TEST_STRING")
33
+
33
34
  end
34
35
  end
35
36
 
@@ -37,6 +38,7 @@ describe Freeclimb::AccountResult do
37
38
  it 'should work' do
38
39
  instance.date_created = "TEST_STRING"
39
40
  expect(instance.date_created).to eq("TEST_STRING")
41
+
40
42
  end
41
43
  end
42
44
 
@@ -44,13 +46,17 @@ describe Freeclimb::AccountResult do
44
46
  it 'should work' do
45
47
  instance.date_updated = "TEST_STRING"
46
48
  expect(instance.date_updated).to eq("TEST_STRING")
49
+
47
50
  end
48
51
  end
49
52
 
50
53
  describe 'test attribute "revision"' do
51
54
  it 'should work' do
55
+
56
+
52
57
  instance.revision = 1
53
- expect(instance.revision).to eq(1)
58
+ expect(instance.revision).to eq(1)
59
+
54
60
  end
55
61
  end
56
62
 
@@ -58,6 +64,7 @@ describe Freeclimb::AccountResult do
58
64
  it 'should work' do
59
65
  instance.account_id = "TEST_STRING"
60
66
  expect(instance.account_id).to eq("TEST_STRING")
67
+
61
68
  end
62
69
  end
63
70
 
@@ -65,6 +72,7 @@ describe Freeclimb::AccountResult do
65
72
  it 'should work' do
66
73
  instance.api_key = "TEST_STRING"
67
74
  expect(instance.api_key).to eq("TEST_STRING")
75
+
68
76
  end
69
77
  end
70
78
 
@@ -72,6 +80,7 @@ describe Freeclimb::AccountResult do
72
80
  it 'should work' do
73
81
  instance._alias = "TEST_STRING"
74
82
  expect(instance._alias).to eq("TEST_STRING")
83
+
75
84
  end
76
85
  end
77
86
 
@@ -79,6 +88,7 @@ describe Freeclimb::AccountResult do
79
88
  it 'should work' do
80
89
  instance.label = "TEST_STRING"
81
90
  expect(instance.label).to eq("TEST_STRING")
91
+
82
92
  end
83
93
  end
84
94
 
@@ -112,6 +122,7 @@ describe Freeclimb::AccountResult do
112
122
 
113
123
  describe 'test attribute "subresource_uris"' do
114
124
  it 'should work' do
125
+
115
126
  testObject = Object.new()
116
127
  instance.subresource_uris = testObject
117
128
  expect(instance.subresource_uris).to eq(testObject)
@@ -167,7 +178,7 @@ describe Freeclimb::AccountResult do
167
178
  )}.to raise_error(ArgumentError)
168
179
  end
169
180
  end
170
-
181
+
171
182
  describe 'test method "valid"' do
172
183
  it 'checks if properties are valid' do
173
184
  instance = Freeclimb::AccountResult.new(
@@ -185,15 +196,14 @@ describe Freeclimb::AccountResult do
185
196
  )
186
197
  expect(instance.valid?).to eq(true)
187
198
  end
199
+
188
200
  it 'checks if properties are invalid' do
189
201
  instance = Freeclimb::AccountResult.new(
202
+
190
203
  )
191
204
  expect(instance.valid?).to eq(false)
192
205
  end
193
- it 'checks if model is empty' do
194
- instance = Freeclimb::AccountResult.new()
195
- expect(instance.valid?).to eq(false)
196
- end
206
+
197
207
  end
198
208
 
199
209
  describe 'test method "eql?"' do
@@ -208,7 +218,9 @@ describe Freeclimb::AccountResult do
208
218
  api_key: "TS",
209
219
  _alias: "TS",
210
220
  label: "TS",
221
+ type: Freeclimb::AccountType.new(),
211
222
  type: "TRIAL",
223
+ status: Freeclimb::AccountStatus.new(),
212
224
  status: "CLOSED",
213
225
  subresource_uris: obj,
214
226
  )
@@ -221,23 +233,28 @@ describe Freeclimb::AccountResult do
221
233
  api_key: "TS",
222
234
  _alias: "TS",
223
235
  label: "TS",
236
+ type: Freeclimb::AccountType.new(),
224
237
  type: "TRIAL",
238
+ status: Freeclimb::AccountStatus.new(),
225
239
  status: "CLOSED",
226
240
  subresource_uris: obj,
227
241
  )
228
242
  expect(instance_1.eql?(instance_2)).to eq(true)
229
243
  end
244
+
230
245
  it 'checks if objects are not equal' do
231
246
  instance_1 = Freeclimb::AccountResult.new(
232
247
  uri: "TS",
233
248
  date_created: "TS",
234
249
  date_updated: "TS",
235
- revision: 1,
250
+ revision: 2,
236
251
  account_id: "TS",
237
252
  api_key: "TS",
238
253
  _alias: "TS",
239
254
  label: "TS",
255
+ type: Freeclimb::AccountType.new(),
240
256
  type: "TRIAL",
257
+ status: Freeclimb::AccountStatus.new(),
241
258
  status: "CLOSED",
242
259
  subresource_uris: Object.new(),
243
260
  )
@@ -245,19 +262,21 @@ describe Freeclimb::AccountResult do
245
262
  uri: "ST",
246
263
  date_created: "ST",
247
264
  date_updated: "ST",
248
- revision: 0,
265
+ revision: 1,
249
266
  account_id: "ST",
250
267
  api_key: "ST",
251
268
  _alias: "ST",
252
269
  label: "ST",
270
+ type: Freeclimb::AccountType.new(),
253
271
  type: "FULL",
272
+ status: Freeclimb::AccountStatus.new(),
254
273
  status: "SUSPENDED",
255
274
  subresource_uris: nil,
256
275
  )
257
276
  expect(instance_1.eql?(instance_2)).to eq(false)
258
277
  end
259
278
  end
260
-
279
+
261
280
  describe 'test method "hash"' do
262
281
  it 'calculates hash code' do
263
282
  instance = Freeclimb::AccountResult.new(
@@ -30,6 +30,7 @@ describe Freeclimb::AddToConference do
30
30
  it 'should work' do
31
31
  instance.allow_call_control = false
32
32
  expect(instance.allow_call_control).to eq(false)
33
+
33
34
  end
34
35
  end
35
36
 
@@ -37,6 +38,7 @@ describe Freeclimb::AddToConference do
37
38
  it 'should work' do
38
39
  instance.call_control_sequence = "TEST_STRING"
39
40
  expect(instance.call_control_sequence).to eq("TEST_STRING")
41
+
40
42
  end
41
43
  end
42
44
 
@@ -44,6 +46,7 @@ describe Freeclimb::AddToConference do
44
46
  it 'should work' do
45
47
  instance.call_control_url = "TEST_STRING"
46
48
  expect(instance.call_control_url).to eq("TEST_STRING")
49
+
47
50
  end
48
51
  end
49
52
 
@@ -51,13 +54,7 @@ describe Freeclimb::AddToConference do
51
54
  it 'should work' do
52
55
  instance.conference_id = "TEST_STRING"
53
56
  expect(instance.conference_id).to eq("TEST_STRING")
54
- end
55
- end
56
-
57
- describe 'test attribute "call_id"' do
58
- it 'should work' do
59
- instance.call_id = "TEST_STRING"
60
- expect(instance.call_id).to eq("TEST_STRING")
57
+
61
58
  end
62
59
  end
63
60
 
@@ -65,6 +62,7 @@ describe Freeclimb::AddToConference do
65
62
  it 'should work' do
66
63
  instance.leave_conference_url = "TEST_STRING"
67
64
  expect(instance.leave_conference_url).to eq("TEST_STRING")
65
+
68
66
  end
69
67
  end
70
68
 
@@ -72,6 +70,7 @@ describe Freeclimb::AddToConference do
72
70
  it 'should work' do
73
71
  instance.listen = false
74
72
  expect(instance.listen).to eq(false)
73
+
75
74
  end
76
75
  end
77
76
 
@@ -79,6 +78,7 @@ describe Freeclimb::AddToConference do
79
78
  it 'should work' do
80
79
  instance.notification_url = "TEST_STRING"
81
80
  expect(instance.notification_url).to eq("TEST_STRING")
81
+
82
82
  end
83
83
  end
84
84
 
@@ -86,6 +86,7 @@ describe Freeclimb::AddToConference do
86
86
  it 'should work' do
87
87
  instance.start_conf_on_enter = false
88
88
  expect(instance.start_conf_on_enter).to eq(false)
89
+
89
90
  end
90
91
  end
91
92
 
@@ -93,6 +94,7 @@ describe Freeclimb::AddToConference do
93
94
  it 'should work' do
94
95
  instance.talk = false
95
96
  expect(instance.talk).to eq(false)
97
+
96
98
  end
97
99
  end
98
100
 
@@ -103,7 +105,6 @@ describe Freeclimb::AddToConference do
103
105
  call_control_sequence: "TS",
104
106
  call_control_url: "TS",
105
107
  conference_id: "TS",
106
- call_id: "TS",
107
108
  leave_conference_url: "TS",
108
109
  listen: true,
109
110
  notification_url: "TS",
@@ -117,7 +118,6 @@ describe Freeclimb::AddToConference do
117
118
  call_control_sequence: "TS",
118
119
  call_control_url: "TS",
119
120
  conference_id: "TS",
120
- call_id: "TS",
121
121
  leave_conference_url: "TS",
122
122
  listen: true,
123
123
  notification_url: "TS",
@@ -132,7 +132,6 @@ describe Freeclimb::AddToConference do
132
132
  call_control_sequence: "TS",
133
133
  call_control_url: "TS",
134
134
  conference_id: "TS",
135
- call_id: "TS",
136
135
  leave_conference_url: "TS",
137
136
  listen: true,
138
137
  notification_url: "TS",
@@ -142,7 +141,7 @@ describe Freeclimb::AddToConference do
142
141
  )}.to raise_error(ArgumentError)
143
142
  end
144
143
  end
145
-
144
+
146
145
  describe 'test method "valid"' do
147
146
  it 'checks if properties are valid' do
148
147
  instance = Freeclimb::AddToConference.new(
@@ -150,7 +149,6 @@ describe Freeclimb::AddToConference do
150
149
  call_control_sequence: "TS",
151
150
  call_control_url: "TS",
152
151
  conference_id: "TS",
153
- call_id: "TS",
154
152
  leave_conference_url: "TS",
155
153
  listen: true,
156
154
  notification_url: "TS",
@@ -159,16 +157,20 @@ describe Freeclimb::AddToConference do
159
157
  )
160
158
  expect(instance.valid?).to eq(true)
161
159
  end
160
+
162
161
  it 'checks if properties are invalid' do
163
162
  instance = Freeclimb::AddToConference.new(
164
- conference_id: nil,
163
+ allow_call_control: nil,
164
+
165
+ conference_id: nil,
166
+ listen: nil,
167
+ start_conf_on_enter: nil,
168
+ talk: nil,
169
+
165
170
  )
166
171
  expect(instance.valid?).to eq(false)
167
172
  end
168
- it 'checks if model is empty' do
169
- instance = Freeclimb::AddToConference.new()
170
- expect(instance.valid?).to eq(false)
171
- end
173
+
172
174
  end
173
175
 
174
176
  describe 'test method "eql?"' do
@@ -179,7 +181,6 @@ describe Freeclimb::AddToConference do
179
181
  call_control_sequence: "TS",
180
182
  call_control_url: "TS",
181
183
  conference_id: "TS",
182
- call_id: "TS",
183
184
  leave_conference_url: "TS",
184
185
  listen: true,
185
186
  notification_url: "TS",
@@ -191,7 +192,6 @@ describe Freeclimb::AddToConference do
191
192
  call_control_sequence: "TS",
192
193
  call_control_url: "TS",
193
194
  conference_id: "TS",
194
- call_id: "TS",
195
195
  leave_conference_url: "TS",
196
196
  listen: true,
197
197
  notification_url: "TS",
@@ -200,13 +200,13 @@ describe Freeclimb::AddToConference do
200
200
  )
201
201
  expect(instance_1.eql?(instance_2)).to eq(true)
202
202
  end
203
+
203
204
  it 'checks if objects are not equal' do
204
205
  instance_1 = Freeclimb::AddToConference.new(
205
206
  allow_call_control: true,
206
207
  call_control_sequence: "TS",
207
208
  call_control_url: "TS",
208
209
  conference_id: "TS",
209
- call_id: "TS",
210
210
  leave_conference_url: "TS",
211
211
  listen: true,
212
212
  notification_url: "TS",
@@ -218,7 +218,6 @@ describe Freeclimb::AddToConference do
218
218
  call_control_sequence: "ST",
219
219
  call_control_url: "ST",
220
220
  conference_id: "ST",
221
- call_id: "ST",
222
221
  leave_conference_url: "ST",
223
222
  listen: false,
224
223
  notification_url: "ST",
@@ -228,7 +227,7 @@ describe Freeclimb::AddToConference do
228
227
  expect(instance_1.eql?(instance_2)).to eq(false)
229
228
  end
230
229
  end
231
-
230
+
232
231
  describe 'test method "hash"' do
233
232
  it 'calculates hash code' do
234
233
  instance = Freeclimb::AddToConference.new(
@@ -236,7 +235,6 @@ describe Freeclimb::AddToConference do
236
235
  call_control_sequence: "TS",
237
236
  call_control_url: "TS",
238
237
  conference_id: "TS",
239
- call_id: "TS",
240
238
  leave_conference_url: "TS",
241
239
  listen: true,
242
240
  notification_url: "TS",
@@ -254,7 +252,6 @@ describe Freeclimb::AddToConference do
254
252
  call_control_sequence: "TS",
255
253
  call_control_url: "TS",
256
254
  conference_id: "TS",
257
- call_id: "TS",
258
255
  leave_conference_url: "TS",
259
256
  listen: true,
260
257
  notification_url: "TS",
@@ -272,7 +269,6 @@ describe Freeclimb::AddToConference do
272
269
  call_control_sequence: "TS",
273
270
  call_control_url: "TS",
274
271
  conference_id: "TS",
275
- call_id: "TS",
276
272
  leave_conference_url: "TS",
277
273
  listen: true,
278
274
  notification_url: "TS",
@@ -291,9 +287,6 @@ describe Freeclimb::AddToConference do
291
287
  it 'deserializes the data of conference_id' do
292
288
  expect(instance._deserialize("String", instance.conference_id)).to be_a_kind_of(String)
293
289
  end
294
- it 'deserializes the data of call_id' do
295
- expect(instance._deserialize("String", instance.call_id)).to be_a_kind_of(String)
296
- end
297
290
  it 'deserializes the data of leave_conference_url' do
298
291
  expect(instance._deserialize("String", instance.leave_conference_url)).to be_a_kind_of(String)
299
292
  end
@@ -318,7 +311,6 @@ describe Freeclimb::AddToConference do
318
311
  call_control_sequence: "TS",
319
312
  call_control_url: "TS",
320
313
  conference_id: "TS",
321
- call_id: "TS",
322
314
  leave_conference_url: "TS",
323
315
  listen: true,
324
316
  notification_url: "TS",
@@ -336,7 +328,6 @@ describe Freeclimb::AddToConference do
336
328
  call_control_sequence: "TS",
337
329
  call_control_url: "TS",
338
330
  conference_id: "TS",
339
- call_id: "TS",
340
331
  leave_conference_url: "TS",
341
332
  listen: true,
342
333
  notification_url: "TS",
@@ -352,7 +343,6 @@ describe Freeclimb::AddToConference do
352
343
  call_control_sequence: "TS",
353
344
  call_control_url: "TS",
354
345
  conference_id: "TS",
355
- call_id: "TS",
356
346
  leave_conference_url: "TS",
357
347
  listen: true,
358
348
  notification_url: "TS",
@@ -364,7 +354,6 @@ describe Freeclimb::AddToConference do
364
354
  call_control_sequence: "TS",
365
355
  call_control_url: "TS",
366
356
  conference_id: "TS",
367
- call_id: "TS",
368
357
  leave_conference_url: "TS",
369
358
  listen: true,
370
359
  notification_url: "TS",
@@ -385,8 +374,6 @@ describe Freeclimb::AddToConference do
385
374
 
386
375
  conference_id: "TS",
387
376
 
388
- call_id: "TS",
389
-
390
377
  leave_conference_url: "TS",
391
378
 
392
379
  listen: true,
@@ -409,9 +396,6 @@ describe Freeclimb::AddToConference do
409
396
  it 'returns conference_id in the form of hash' do
410
397
  expect(instance._to_hash(instance.conference_id)).to eq(instance.conference_id)
411
398
  end
412
- it 'returns call_id in the form of hash' do
413
- expect(instance._to_hash(instance.call_id)).to eq(instance.call_id)
414
- end
415
399
  it 'returns leave_conference_url in the form of hash' do
416
400
  expect(instance._to_hash(instance.leave_conference_url)).to eq(instance.leave_conference_url)
417
401
  end
@@ -28,43 +28,61 @@ describe Freeclimb::ApplicationList do
28
28
 
29
29
  describe 'test attribute "total"' do
30
30
  it 'should work' do
31
+
32
+
31
33
  instance.total = 1
32
- expect(instance.total).to eq(1)
34
+ expect(instance.total).to eq(1)
35
+
33
36
  end
34
37
  end
35
38
 
36
39
  describe 'test attribute "start"' do
37
40
  it 'should work' do
41
+
42
+
38
43
  instance.start = 1
39
- expect(instance.start).to eq(1)
44
+ expect(instance.start).to eq(1)
45
+
40
46
  end
41
47
  end
42
48
 
43
49
  describe 'test attribute "_end"' do
44
50
  it 'should work' do
51
+
52
+
45
53
  instance._end = 1
46
- expect(instance._end).to eq(1)
54
+ expect(instance._end).to eq(1)
55
+
47
56
  end
48
57
  end
49
58
 
50
59
  describe 'test attribute "page"' do
51
60
  it 'should work' do
61
+
62
+
52
63
  instance.page = 1
53
- expect(instance.page).to eq(1)
64
+ expect(instance.page).to eq(1)
65
+
54
66
  end
55
67
  end
56
68
 
57
69
  describe 'test attribute "num_pages"' do
58
70
  it 'should work' do
71
+
72
+
59
73
  instance.num_pages = 1
60
- expect(instance.num_pages).to eq(1)
74
+ expect(instance.num_pages).to eq(1)
75
+
61
76
  end
62
77
  end
63
78
 
64
79
  describe 'test attribute "page_size"' do
65
80
  it 'should work' do
81
+
82
+
66
83
  instance.page_size = 1
67
- expect(instance.page_size).to eq(1)
84
+ expect(instance.page_size).to eq(1)
85
+
68
86
  end
69
87
  end
70
88
 
@@ -72,11 +90,13 @@ describe Freeclimb::ApplicationList do
72
90
  it 'should work' do
73
91
  instance.next_page_uri = "TEST_STRING"
74
92
  expect(instance.next_page_uri).to eq("TEST_STRING")
93
+
75
94
  end
76
95
  end
77
96
 
78
97
  describe 'test attribute "applications"' do
79
98
  it 'should work' do
99
+
80
100
  instance.applications = ["ELEMENT_1", "ELEMENT_2"]
81
101
  expect(instance.applications).to eq(["ELEMENT_1", "ELEMENT_2"])
82
102
  end
@@ -122,7 +142,7 @@ describe Freeclimb::ApplicationList do
122
142
  )}.to raise_error(ArgumentError)
123
143
  end
124
144
  end
125
-
145
+
126
146
  describe 'test method "valid"' do
127
147
  it 'checks if properties are valid' do
128
148
  instance = Freeclimb::ApplicationList.new(
@@ -137,15 +157,14 @@ describe Freeclimb::ApplicationList do
137
157
  )
138
158
  expect(instance.valid?).to eq(true)
139
159
  end
160
+
140
161
  it 'checks if properties are invalid' do
141
162
  instance = Freeclimb::ApplicationList.new(
163
+
142
164
  )
143
165
  expect(instance.valid?).to eq(false)
144
166
  end
145
- it 'checks if model is empty' do
146
- instance = Freeclimb::ApplicationList.new()
147
- expect(instance.valid?).to eq(false)
148
- end
167
+
149
168
  end
150
169
 
151
170
  describe 'test method "eql?"' do
@@ -159,6 +178,7 @@ describe Freeclimb::ApplicationList do
159
178
  num_pages: 1,
160
179
  page_size: 1,
161
180
  next_page_uri: "TS",
181
+ applications: Freeclimb::ApplicationResult.new(),
162
182
  applications: [],
163
183
  )
164
184
  instance_2 = Freeclimb::ApplicationList.new(
@@ -169,35 +189,39 @@ describe Freeclimb::ApplicationList do
169
189
  num_pages: 1,
170
190
  page_size: 1,
171
191
  next_page_uri: "TS",
192
+ applications: Freeclimb::ApplicationResult.new(),
172
193
  applications: [],
173
194
  )
174
195
  expect(instance_1.eql?(instance_2)).to eq(true)
175
196
  end
197
+
176
198
  it 'checks if objects are not equal' do
177
199
  instance_1 = Freeclimb::ApplicationList.new(
200
+ total: 2,
201
+ start: 2,
202
+ _end: 2,
203
+ page: 2,
204
+ num_pages: 2,
205
+ page_size: 2,
206
+ next_page_uri: "TS",
207
+ applications: Freeclimb::ApplicationResult.new(),
208
+ applications: [],
209
+ )
210
+ instance_2 = Freeclimb::ApplicationList.new(
178
211
  total: 1,
179
212
  start: 1,
180
213
  _end: 1,
181
214
  page: 1,
182
215
  num_pages: 1,
183
216
  page_size: 1,
184
- next_page_uri: "TS",
185
- applications: [],
186
- )
187
- instance_2 = Freeclimb::ApplicationList.new(
188
- total: 0,
189
- start: 0,
190
- _end: 0,
191
- page: 0,
192
- num_pages: 0,
193
- page_size: 0,
194
217
  next_page_uri: "ST",
218
+ applications: Freeclimb::ApplicationResult.new(),
195
219
  applications: nil,
196
220
  )
197
221
  expect(instance_1.eql?(instance_2)).to eq(false)
198
222
  end
199
223
  end
200
-
224
+
201
225
  describe 'test method "hash"' do
202
226
  it 'calculates hash code' do
203
227
  instance = Freeclimb::ApplicationList.new(