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
@@ -28,43 +28,61 @@ describe Freeclimb::CallList 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::CallList 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 "calls"' do
79
98
  it 'should work' do
99
+
80
100
  instance.calls = ["ELEMENT_1", "ELEMENT_2"]
81
101
  expect(instance.calls).to eq(["ELEMENT_1", "ELEMENT_2"])
82
102
  end
@@ -122,7 +142,7 @@ describe Freeclimb::CallList 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::CallList.new(
@@ -137,15 +157,14 @@ describe Freeclimb::CallList 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::CallList.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::CallList.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::CallList do
159
178
  num_pages: 1,
160
179
  page_size: 1,
161
180
  next_page_uri: "TS",
181
+ calls: Freeclimb::CallResult.new(),
162
182
  calls: [],
163
183
  )
164
184
  instance_2 = Freeclimb::CallList.new(
@@ -169,35 +189,39 @@ describe Freeclimb::CallList do
169
189
  num_pages: 1,
170
190
  page_size: 1,
171
191
  next_page_uri: "TS",
192
+ calls: Freeclimb::CallResult.new(),
172
193
  calls: [],
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::CallList.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
+ calls: Freeclimb::CallResult.new(),
208
+ calls: [],
209
+ )
210
+ instance_2 = Freeclimb::CallList.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
- calls: [],
186
- )
187
- instance_2 = Freeclimb::CallList.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
+ calls: Freeclimb::CallResult.new(),
195
219
  calls: 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::CallList.new(
@@ -30,6 +30,7 @@ describe Freeclimb::CallResult 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::CallResult 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::CallResult 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::CallResult do
58
64
  it 'should work' do
59
65
  instance.call_id = "TEST_STRING"
60
66
  expect(instance.call_id).to eq("TEST_STRING")
67
+
61
68
  end
62
69
  end
63
70
 
@@ -65,6 +72,7 @@ describe Freeclimb::CallResult do
65
72
  it 'should work' do
66
73
  instance.parent_call_id = "TEST_STRING"
67
74
  expect(instance.parent_call_id).to eq("TEST_STRING")
75
+
68
76
  end
69
77
  end
70
78
 
@@ -72,6 +80,7 @@ describe Freeclimb::CallResult do
72
80
  it 'should work' do
73
81
  instance.account_id = "TEST_STRING"
74
82
  expect(instance.account_id).to eq("TEST_STRING")
83
+
75
84
  end
76
85
  end
77
86
 
@@ -79,6 +88,7 @@ describe Freeclimb::CallResult do
79
88
  it 'should work' do
80
89
  instance.from = "TEST_STRING"
81
90
  expect(instance.from).to eq("TEST_STRING")
91
+
82
92
  end
83
93
  end
84
94
 
@@ -86,6 +96,7 @@ describe Freeclimb::CallResult do
86
96
  it 'should work' do
87
97
  instance.to = "TEST_STRING"
88
98
  expect(instance.to).to eq("TEST_STRING")
99
+
89
100
  end
90
101
  end
91
102
 
@@ -93,6 +104,7 @@ describe Freeclimb::CallResult do
93
104
  it 'should work' do
94
105
  instance.phone_number_id = "TEST_STRING"
95
106
  expect(instance.phone_number_id).to eq("TEST_STRING")
107
+
96
108
  end
97
109
  end
98
110
 
@@ -136,6 +148,7 @@ describe Freeclimb::CallResult do
136
148
  it 'should work' do
137
149
  instance.start_time = "TEST_STRING"
138
150
  expect(instance.start_time).to eq("TEST_STRING")
151
+
139
152
  end
140
153
  end
141
154
 
@@ -143,6 +156,7 @@ describe Freeclimb::CallResult do
143
156
  it 'should work' do
144
157
  instance.connect_time = "TEST_STRING"
145
158
  expect(instance.connect_time).to eq("TEST_STRING")
159
+
146
160
  end
147
161
  end
148
162
 
@@ -150,20 +164,27 @@ describe Freeclimb::CallResult do
150
164
  it 'should work' do
151
165
  instance.end_time = "TEST_STRING"
152
166
  expect(instance.end_time).to eq("TEST_STRING")
167
+
153
168
  end
154
169
  end
155
170
 
156
171
  describe 'test attribute "duration"' do
157
172
  it 'should work' do
173
+
174
+
158
175
  instance.duration = 1
159
- expect(instance.duration).to eq(1)
176
+ expect(instance.duration).to eq(1)
177
+
160
178
  end
161
179
  end
162
180
 
163
181
  describe 'test attribute "connect_duration"' do
164
182
  it 'should work' do
183
+
184
+
165
185
  instance.connect_duration = 1
166
- expect(instance.connect_duration).to eq(1)
186
+ expect(instance.connect_duration).to eq(1)
187
+
167
188
  end
168
189
  end
169
190
 
@@ -197,6 +218,7 @@ describe Freeclimb::CallResult do
197
218
 
198
219
  describe 'test attribute "subresource_uris"' do
199
220
  it 'should work' do
221
+
200
222
  testObject = Object.new()
201
223
  instance.subresource_uris = testObject
202
224
  expect(instance.subresource_uris).to eq(testObject)
@@ -276,7 +298,7 @@ describe Freeclimb::CallResult do
276
298
  )}.to raise_error(ArgumentError)
277
299
  end
278
300
  end
279
-
301
+
280
302
  describe 'test method "valid"' do
281
303
  it 'checks if properties are valid' do
282
304
  instance = Freeclimb::CallResult.new(
@@ -302,15 +324,14 @@ describe Freeclimb::CallResult do
302
324
  )
303
325
  expect(instance.valid?).to eq(true)
304
326
  end
327
+
305
328
  it 'checks if properties are invalid' do
306
329
  instance = Freeclimb::CallResult.new(
330
+
307
331
  )
308
332
  expect(instance.valid?).to eq(false)
309
333
  end
310
- it 'checks if model is empty' do
311
- instance = Freeclimb::CallResult.new()
312
- expect(instance.valid?).to eq(false)
313
- end
334
+
314
335
  end
315
336
 
316
337
  describe 'test method "eql?"' do
@@ -327,13 +348,16 @@ describe Freeclimb::CallResult do
327
348
  from: "TS",
328
349
  to: "TS",
329
350
  phone_number_id: "TS",
351
+ call_status: Freeclimb::CallStatus.new(),
330
352
  call_status: "QUEUED",
331
353
  start_time: "TS",
332
354
  connect_time: "TS",
333
355
  end_time: "TS",
334
356
  duration: 1,
335
357
  connect_duration: 1,
358
+ direction: Freeclimb::CallDirection.new(),
336
359
  direction: "INBOUND",
360
+ answered_by: Freeclimb::AnsweredBy.new(),
337
361
  answered_by: "HUMAN",
338
362
  subresource_uris: obj,
339
363
  )
@@ -348,37 +372,44 @@ describe Freeclimb::CallResult do
348
372
  from: "TS",
349
373
  to: "TS",
350
374
  phone_number_id: "TS",
375
+ call_status: Freeclimb::CallStatus.new(),
351
376
  call_status: "QUEUED",
352
377
  start_time: "TS",
353
378
  connect_time: "TS",
354
379
  end_time: "TS",
355
380
  duration: 1,
356
381
  connect_duration: 1,
382
+ direction: Freeclimb::CallDirection.new(),
357
383
  direction: "INBOUND",
384
+ answered_by: Freeclimb::AnsweredBy.new(),
358
385
  answered_by: "HUMAN",
359
386
  subresource_uris: obj,
360
387
  )
361
388
  expect(instance_1.eql?(instance_2)).to eq(true)
362
389
  end
390
+
363
391
  it 'checks if objects are not equal' do
364
392
  instance_1 = Freeclimb::CallResult.new(
365
393
  uri: "TS",
366
394
  date_created: "TS",
367
395
  date_updated: "TS",
368
- revision: 1,
396
+ revision: 2,
369
397
  call_id: "TS",
370
398
  parent_call_id: "TS",
371
399
  account_id: "TS",
372
400
  from: "TS",
373
401
  to: "TS",
374
402
  phone_number_id: "TS",
403
+ call_status: Freeclimb::CallStatus.new(),
375
404
  call_status: "QUEUED",
376
405
  start_time: "TS",
377
406
  connect_time: "TS",
378
407
  end_time: "TS",
379
- duration: 1,
380
- connect_duration: 1,
408
+ duration: 2,
409
+ connect_duration: 2,
410
+ direction: Freeclimb::CallDirection.new(),
381
411
  direction: "INBOUND",
412
+ answered_by: Freeclimb::AnsweredBy.new(),
382
413
  answered_by: "HUMAN",
383
414
  subresource_uris: Object.new(),
384
415
  )
@@ -386,27 +417,30 @@ describe Freeclimb::CallResult do
386
417
  uri: "ST",
387
418
  date_created: "ST",
388
419
  date_updated: "ST",
389
- revision: 0,
420
+ revision: 1,
390
421
  call_id: "ST",
391
422
  parent_call_id: "ST",
392
423
  account_id: "ST",
393
424
  from: "ST",
394
425
  to: "ST",
395
426
  phone_number_id: "ST",
427
+ call_status: Freeclimb::CallStatus.new(),
396
428
  call_status: "RINGING",
397
429
  start_time: "ST",
398
430
  connect_time: "ST",
399
431
  end_time: "ST",
400
- duration: 0,
401
- connect_duration: 0,
432
+ duration: 1,
433
+ connect_duration: 1,
434
+ direction: Freeclimb::CallDirection.new(),
402
435
  direction: "OUTBOUND_API",
436
+ answered_by: Freeclimb::AnsweredBy.new(),
403
437
  answered_by: "MACHINE",
404
438
  subresource_uris: nil,
405
439
  )
406
440
  expect(instance_1.eql?(instance_2)).to eq(false)
407
441
  end
408
442
  end
409
-
443
+
410
444
  describe 'test method "hash"' do
411
445
  it 'calculates hash code' do
412
446
  instance = Freeclimb::CallResult.new(
@@ -30,6 +30,7 @@ describe Freeclimb::Capabilities do
30
30
  it 'should work' do
31
31
  instance.voice = false
32
32
  expect(instance.voice).to eq(false)
33
+
33
34
  end
34
35
  end
35
36
 
@@ -37,6 +38,7 @@ describe Freeclimb::Capabilities do
37
38
  it 'should work' do
38
39
  instance.sms = false
39
40
  expect(instance.sms).to eq(false)
41
+
40
42
  end
41
43
  end
42
44
 
@@ -44,6 +46,7 @@ describe Freeclimb::Capabilities do
44
46
  it 'should work' do
45
47
  instance.toll_free = false
46
48
  expect(instance.toll_free).to eq(false)
49
+
47
50
  end
48
51
  end
49
52
 
@@ -51,6 +54,7 @@ describe Freeclimb::Capabilities do
51
54
  it 'should work' do
52
55
  instance.ten_dlc = false
53
56
  expect(instance.ten_dlc).to eq(false)
57
+
54
58
  end
55
59
  end
56
60
 
@@ -58,6 +62,7 @@ describe Freeclimb::Capabilities do
58
62
  it 'should work' do
59
63
  instance.short_code = false
60
64
  expect(instance.short_code).to eq(false)
65
+
61
66
  end
62
67
  end
63
68
 
@@ -92,7 +97,7 @@ describe Freeclimb::Capabilities do
92
97
  )}.to raise_error(ArgumentError)
93
98
  end
94
99
  end
95
-
100
+
96
101
  describe 'test method "valid"' do
97
102
  it 'checks if properties are valid' do
98
103
  instance = Freeclimb::Capabilities.new(
@@ -104,20 +109,29 @@ describe Freeclimb::Capabilities do
104
109
  )
105
110
  expect(instance.valid?).to eq(true)
106
111
  end
112
+
107
113
  it 'checks if properties are invalid' do
108
114
  instance = Freeclimb::Capabilities.new(
109
- voice: nil,
110
- sms: nil,
111
- toll_free: nil,
112
- ten_dlc: nil,
113
- short_code: nil,
115
+ voice: nil,
116
+
117
+ voice: nil,
118
+ sms: nil,
119
+
120
+ sms: nil,
121
+ toll_free: nil,
122
+
123
+ toll_free: nil,
124
+ ten_dlc: nil,
125
+
126
+ ten_dlc: nil,
127
+ short_code: nil,
128
+
129
+ short_code: nil,
130
+
114
131
  )
115
132
  expect(instance.valid?).to eq(false)
116
133
  end
117
- it 'checks if model is empty' do
118
- instance = Freeclimb::Capabilities.new()
119
- expect(instance.valid?).to eq(false)
120
- end
134
+
121
135
  end
122
136
 
123
137
  describe 'test method "eql?"' do
@@ -139,6 +153,7 @@ describe Freeclimb::Capabilities do
139
153
  )
140
154
  expect(instance_1.eql?(instance_2)).to eq(true)
141
155
  end
156
+
142
157
  it 'checks if objects are not equal' do
143
158
  instance_1 = Freeclimb::Capabilities.new(
144
159
  voice: true,
@@ -157,7 +172,7 @@ describe Freeclimb::Capabilities do
157
172
  expect(instance_1.eql?(instance_2)).to eq(false)
158
173
  end
159
174
  end
160
-
175
+
161
176
  describe 'test method "hash"' do
162
177
  it 'calculates hash code' do
163
178
  instance = Freeclimb::Capabilities.new(
@@ -28,43 +28,61 @@ describe Freeclimb::ConferenceList 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::ConferenceList 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 "conferences"' do
79
98
  it 'should work' do
99
+
80
100
  instance.conferences = ["ELEMENT_1", "ELEMENT_2"]
81
101
  expect(instance.conferences).to eq(["ELEMENT_1", "ELEMENT_2"])
82
102
  end
@@ -122,7 +142,7 @@ describe Freeclimb::ConferenceList 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::ConferenceList.new(
@@ -137,15 +157,14 @@ describe Freeclimb::ConferenceList 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::ConferenceList.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::ConferenceList.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::ConferenceList do
159
178
  num_pages: 1,
160
179
  page_size: 1,
161
180
  next_page_uri: "TS",
181
+ conferences: Freeclimb::ConferenceResult.new(),
162
182
  conferences: [],
163
183
  )
164
184
  instance_2 = Freeclimb::ConferenceList.new(
@@ -169,35 +189,39 @@ describe Freeclimb::ConferenceList do
169
189
  num_pages: 1,
170
190
  page_size: 1,
171
191
  next_page_uri: "TS",
192
+ conferences: Freeclimb::ConferenceResult.new(),
172
193
  conferences: [],
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::ConferenceList.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
+ conferences: Freeclimb::ConferenceResult.new(),
208
+ conferences: [],
209
+ )
210
+ instance_2 = Freeclimb::ConferenceList.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
- conferences: [],
186
- )
187
- instance_2 = Freeclimb::ConferenceList.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
+ conferences: Freeclimb::ConferenceResult.new(),
195
219
  conferences: 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::ConferenceList.new(