freeclimb 5.0.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -1
  3. data/Gemfile +2 -1
  4. data/Gemfile.lock +21 -15
  5. data/README.md +5 -4
  6. data/docs/MessageResult.md +7 -1
  7. data/docs/TFNCampaign.md +34 -0
  8. data/lib/freeclimb/configuration.rb +1 -2
  9. data/lib/freeclimb/models/dequeue.rb +2 -4
  10. data/lib/freeclimb/models/message_result.rb +36 -5
  11. data/lib/freeclimb/models/remove_from_conference.rb +2 -4
  12. data/lib/freeclimb/models/start_record_call.rb +2 -4
  13. data/lib/freeclimb/models/terminate_conference.rb +2 -4
  14. data/lib/freeclimb/models/tfn_campaign.rb +370 -0
  15. data/lib/freeclimb/models/unpark.rb +2 -4
  16. data/lib/freeclimb/version.rb +1 -1
  17. data/lib/freeclimb.rb +1 -0
  18. data/openapi.json +93 -38
  19. data/spec/api/default_api_spec.rb +39 -117
  20. data/spec/models/account_request_spec.rb +113 -2
  21. data/spec/models/account_result_spec.rb +591 -28
  22. data/spec/models/account_status_spec.rb +1 -0
  23. data/spec/models/account_type_spec.rb +1 -0
  24. data/spec/models/add_to_conference_notification_webhook_spec.rb +654 -5
  25. data/spec/models/add_to_conference_spec.rb +471 -2
  26. data/spec/models/add_to_queue_notification_webhook_spec.rb +465 -2
  27. data/spec/models/answered_by_spec.rb +1 -0
  28. data/spec/models/application_list_spec.rb +323 -2
  29. data/spec/models/application_request_spec.rb +393 -2
  30. data/spec/models/application_result_spec.rb +723 -14
  31. data/spec/models/available_number_list_spec.rb +323 -2
  32. data/spec/models/available_number_spec.rb +380 -21
  33. data/spec/models/barge_in_reason_spec.rb +1 -0
  34. data/spec/models/buy_incoming_number_request_spec.rb +169 -2
  35. data/spec/models/call_control_webhook_spec.rb +281 -2
  36. data/spec/models/call_direction_spec.rb +1 -0
  37. data/spec/models/call_ended_reason_spec.rb +1 -0
  38. data/spec/models/call_list_spec.rb +323 -2
  39. data/spec/models/call_result_spec.rb +1020 -9
  40. data/spec/models/call_status_spec.rb +1 -0
  41. data/spec/models/call_status_webhook_spec.rb +501 -2
  42. data/spec/models/capabilities_spec.rb +191 -2
  43. data/spec/models/completion_request_spec.rb +54 -2
  44. data/spec/models/completion_result_spec.rb +93 -2
  45. data/spec/models/completion_result_status_spec.rb +1 -0
  46. data/spec/models/conference_list_spec.rb +323 -2
  47. data/spec/models/conference_participant_list_spec.rb +323 -2
  48. data/spec/models/conference_participant_result_spec.rb +532 -7
  49. data/spec/models/conference_recording_status_webhook_spec.rb +654 -5
  50. data/spec/models/conference_result_spec.rb +768 -55
  51. data/spec/models/conference_status_spec.rb +1 -0
  52. data/spec/models/conference_status_webhook_spec.rb +654 -5
  53. data/spec/models/create_conference_request_spec.rb +243 -2
  54. data/spec/models/create_conference_spec.rb +281 -2
  55. data/spec/models/create_conference_webhook_spec.rb +654 -5
  56. data/spec/models/create_web_rtc_token_spec.rb +151 -2
  57. data/spec/models/dequeue_spec.rb +1 -0
  58. data/spec/models/dequeue_webhook_spec.rb +565 -8
  59. data/spec/models/enqueue_spec.rb +225 -2
  60. data/spec/models/filter_logs_request_spec.rb +57 -2
  61. data/spec/models/get_digits_reason_spec.rb +1 -0
  62. data/spec/models/get_digits_spec.rb +379 -2
  63. data/spec/models/get_digits_webhook_spec.rb +623 -12
  64. data/spec/models/get_speech_reason_spec.rb +1 -0
  65. data/spec/models/get_speech_spec.rb +556 -11
  66. data/spec/models/get_speech_webhook_spec.rb +870 -15
  67. data/spec/models/grammar_file_built_in_spec.rb +1 -0
  68. data/spec/models/grammar_type_spec.rb +1 -0
  69. data/spec/models/hangup_spec.rb +57 -2
  70. data/spec/models/if_machine_spec.rb +1 -0
  71. data/spec/models/inbound_call_webhook_spec.rb +521 -2
  72. data/spec/models/incoming_number_list_spec.rb +323 -2
  73. data/spec/models/incoming_number_request_spec.rb +169 -2
  74. data/spec/models/incoming_number_result_spec.rb +930 -43
  75. data/spec/models/language_spec.rb +1 -0
  76. data/spec/models/leave_conference_webhook_spec.rb +465 -2
  77. data/spec/models/log_level_spec.rb +1 -0
  78. data/spec/models/log_list_spec.rb +323 -2
  79. data/spec/models/log_result_spec.rb +368 -9
  80. data/spec/models/machine_detected_webhook_spec.rb +565 -10
  81. data/spec/models/machine_type_spec.rb +1 -0
  82. data/spec/models/make_call_request_spec.rb +529 -6
  83. data/spec/models/message_delivery_webhook_spec.rb +565 -6
  84. data/spec/models/message_direction_spec.rb +1 -0
  85. data/spec/models/message_request_spec.rb +469 -2
  86. data/spec/models/message_result_spec.rb +1364 -225
  87. data/spec/models/message_status_spec.rb +1 -0
  88. data/spec/models/message_status_webhook_spec.rb +615 -20
  89. data/spec/models/messages_list_spec.rb +323 -2
  90. data/spec/models/mutable_resource_model_spec.rb +207 -2
  91. data/spec/models/out_dial_api_connect_webhook_spec.rb +521 -2
  92. data/spec/models/out_dial_connect_webhook_spec.rb +521 -2
  93. data/spec/models/out_dial_spec.rb +505 -2
  94. data/spec/models/out_dial_start_webhook_spec.rb +599 -24
  95. data/spec/models/pagination_model_spec.rb +285 -2
  96. data/spec/models/park_spec.rb +169 -2
  97. data/spec/models/pause_spec.rb +39 -2
  98. data/spec/models/percl_command_spec.rb +54 -2
  99. data/spec/models/percl_script_spec.rb +39 -2
  100. data/spec/models/play_beep_spec.rb +1 -0
  101. data/spec/models/play_early_media_spec.rb +57 -2
  102. data/spec/models/play_spec.rb +133 -2
  103. data/spec/models/queue_list_spec.rb +323 -2
  104. data/spec/models/queue_member_list_spec.rb +323 -2
  105. data/spec/models/queue_member_spec.rb +245 -2
  106. data/spec/models/queue_request_spec.rb +95 -2
  107. data/spec/models/queue_result_spec.rb +564 -15
  108. data/spec/models/queue_result_status_spec.rb +1 -0
  109. data/spec/models/queue_wait_webhook_spec.rb +616 -21
  110. data/spec/models/record_utterance_spec.rb +303 -2
  111. data/spec/models/record_utterance_term_reason_spec.rb +1 -0
  112. data/spec/models/record_webhook_spec.rb +868 -13
  113. data/spec/models/recording_list_spec.rb +323 -2
  114. data/spec/models/recording_result_spec.rb +469 -2
  115. data/spec/models/redirect_spec.rb +57 -2
  116. data/spec/models/redirect_webhook_spec.rb +521 -2
  117. data/spec/models/reject_spec.rb +57 -2
  118. data/spec/models/remove_from_conference_spec.rb +1 -0
  119. data/spec/models/remove_from_queue_notification_webhook_spec.rb +546 -9
  120. data/spec/models/request_type_spec.rb +1 -0
  121. data/spec/models/say_spec.rb +189 -2
  122. data/spec/models/send_digits_spec.rb +133 -2
  123. data/spec/models/set_dtmf_pass_through_spec.rb +39 -2
  124. data/spec/models/set_listen_spec.rb +39 -2
  125. data/spec/models/set_talk_spec.rb +39 -2
  126. data/spec/models/sms_spec.rb +225 -2
  127. data/spec/models/sms_ten_dlc_brand_alt_business_id_type_spec.rb +1 -0
  128. data/spec/models/sms_ten_dlc_brand_entity_type_spec.rb +1 -0
  129. data/spec/models/sms_ten_dlc_brand_identity_status_spec.rb +1 -0
  130. data/spec/models/sms_ten_dlc_brand_relationship_spec.rb +1 -0
  131. data/spec/models/sms_ten_dlc_brand_spec.rb +1969 -423
  132. data/spec/models/sms_ten_dlc_brand_stock_exchange_spec.rb +1 -0
  133. data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +323 -2
  134. data/spec/models/sms_ten_dlc_campaign_spec.rb +2224 -550
  135. data/spec/models/sms_ten_dlc_campaign_status_spec.rb +1 -0
  136. data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +323 -2
  137. data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +597 -17
  138. data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +1537 -155
  139. data/spec/models/sms_ten_dlc_partner_campaign_status_spec.rb +1 -0
  140. data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +323 -2
  141. data/spec/models/sms_toll_free_campaign_registration_status_spec.rb +1 -0
  142. data/spec/models/sms_toll_free_campaign_spec.rb +355 -2
  143. data/spec/models/sms_toll_free_campaigns_list_result_spec.rb +323 -2
  144. data/spec/models/start_record_call_spec.rb +1 -0
  145. data/spec/models/terminate_conference_spec.rb +1 -0
  146. data/spec/models/tfn_campaign_spec.rb +1089 -0
  147. data/spec/models/tfn_spec.rb +57 -2
  148. data/spec/models/transcribe_reason_spec.rb +1 -0
  149. data/spec/models/transcribe_term_reason_spec.rb +1 -0
  150. data/spec/models/transcribe_utterance_record_spec.rb +115 -2
  151. data/spec/models/transcribe_utterance_spec.rb +288 -21
  152. data/spec/models/transcribe_webhook_spec.rb +1049 -4
  153. data/spec/models/unpark_spec.rb +1 -0
  154. data/spec/models/update_call_request_spec.rb +37 -2
  155. data/spec/models/update_call_request_status_spec.rb +1 -0
  156. data/spec/models/update_conference_participant_request_spec.rb +115 -2
  157. data/spec/models/update_conference_request_spec.rb +129 -2
  158. data/spec/models/update_conference_request_status_spec.rb +1 -0
  159. data/spec/models/webhook_spec.rb +54 -2
  160. metadata +129 -125
@@ -13,6 +13,7 @@ OpenAPI Generator version: 7.9.0
13
13
  require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
+ include Freeclimb
16
17
 
17
18
  # Unit tests for Freeclimb::BargeInReason
18
19
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
@@ -13,6 +13,7 @@ OpenAPI Generator version: 7.9.0
13
13
  require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
+ include Freeclimb
16
17
 
17
18
  # Unit tests for Freeclimb::BuyIncomingNumberRequest
18
19
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
@@ -28,58 +29,94 @@ describe Freeclimb::BuyIncomingNumberRequest do
28
29
 
29
30
  describe 'test attribute "phone_number"' do
30
31
  it 'should work' do
32
+
31
33
  instance.phone_number = "TEST_STRING"
32
34
  expect(instance.phone_number).to eq("TEST_STRING")
33
35
 
36
+
37
+
34
38
  end
35
39
  end
36
40
 
37
41
  describe 'test attribute "_alias"' do
38
42
  it 'should work' do
43
+
39
44
  instance._alias = "TEST_STRING"
40
45
  expect(instance._alias).to eq("TEST_STRING")
41
46
 
47
+
48
+
42
49
  end
43
50
  end
44
51
 
45
52
  describe 'test attribute "application_id"' do
46
53
  it 'should work' do
54
+
47
55
  instance.application_id = "TEST_STRING"
48
56
  expect(instance.application_id).to eq("TEST_STRING")
49
57
 
58
+
59
+
50
60
  end
51
61
  end
52
62
 
53
63
  describe 'test method "initialize"' do
54
64
  it 'properly initializes with values' do
55
65
  expect { instance = Freeclimb::BuyIncomingNumberRequest.new(
66
+
56
67
  phone_number: "TS",
57
68
 
69
+
70
+
71
+
58
72
  _alias: "TS",
59
73
 
74
+
75
+
76
+
60
77
  application_id: "TS",
61
78
 
79
+
80
+
62
81
  )}.not_to raise_error()
63
82
  end
64
83
  it 'fails to initialize with input argument that is not a hash in Freeclimb::BuyIncomingNumberRequest' do
65
84
  expect { instance = Freeclimb::BuyIncomingNumberRequest.new(
85
+
66
86
  phone_number: "TS",
67
87
 
88
+
89
+
90
+
68
91
  _alias: "TS",
69
92
 
93
+
94
+
95
+
70
96
  application_id: "TS",
71
97
 
98
+
99
+
72
100
  invalid_attribute: true
73
101
  )}.to raise_error(ArgumentError)
74
102
  end
75
103
  it 'fails to initialize with invalid attribute' do
76
104
  expect { instance = Freeclimb::BuyIncomingNumberRequest.new(
105
+
77
106
  phone_number: "TS",
78
107
 
108
+
109
+
110
+
79
111
  _alias: "TS",
80
112
 
113
+
114
+
115
+
81
116
  application_id: "TS",
82
117
 
118
+
119
+
83
120
  invalid_attribute: true
84
121
  )}.to raise_error(ArgumentError)
85
122
  end
@@ -88,12 +125,21 @@ describe Freeclimb::BuyIncomingNumberRequest do
88
125
  describe 'test method "valid"' do
89
126
  it 'checks if properties are valid' do
90
127
  instance = Freeclimb::BuyIncomingNumberRequest.new(
128
+
91
129
  phone_number: "TS",
92
130
 
131
+
132
+
133
+
93
134
  _alias: "TS",
94
135
 
136
+
137
+
138
+
95
139
  application_id: "TS",
96
140
 
141
+
142
+
97
143
  )
98
144
  expect(instance.valid?).to eq(true)
99
145
  end
@@ -110,42 +156,80 @@ describe Freeclimb::BuyIncomingNumberRequest do
110
156
 
111
157
  describe 'test method "eql?"' do
112
158
  it 'checks if objects are equal' do
113
- obj = Object.new()
159
+
160
+
161
+
114
162
  instance_1 = Freeclimb::BuyIncomingNumberRequest.new(
163
+
115
164
  phone_number: "TS",
116
165
 
166
+
167
+
168
+
117
169
  _alias: "TS",
118
170
 
171
+
172
+
173
+
119
174
  application_id: "TS",
120
175
 
176
+
177
+
121
178
  )
122
179
  instance_2 = Freeclimb::BuyIncomingNumberRequest.new(
180
+
123
181
  phone_number: "TS",
124
182
 
183
+
184
+
185
+
125
186
  _alias: "TS",
126
187
 
188
+
189
+
190
+
127
191
  application_id: "TS",
128
192
 
193
+
194
+
129
195
  )
130
196
  expect(instance_1.eql?(instance_2)).to eq(true)
131
197
  end
132
198
 
133
199
  it 'checks if objects are not equal' do
134
200
  instance_1 = Freeclimb::BuyIncomingNumberRequest.new(
201
+
135
202
  phone_number: "TS",
136
203
 
204
+
205
+
206
+
137
207
  _alias: "TS",
138
208
 
209
+
210
+
211
+
139
212
  application_id: "TS",
140
213
 
214
+
215
+
141
216
  )
142
217
  instance_2 = Freeclimb::BuyIncomingNumberRequest.new(
218
+
143
219
  phone_number: "ST",
144
220
 
221
+
222
+
223
+
145
224
  _alias: "ST",
146
225
 
226
+
227
+
228
+
147
229
  application_id: "ST",
148
230
 
231
+
232
+
149
233
  )
150
234
  expect(instance_1.eql?(instance_2)).to eq(false)
151
235
  end
@@ -154,12 +238,21 @@ describe Freeclimb::BuyIncomingNumberRequest do
154
238
  describe 'test method "hash"' do
155
239
  it 'calculates hash code' do
156
240
  instance = Freeclimb::BuyIncomingNumberRequest.new(
241
+
157
242
  phone_number: "TS",
158
243
 
244
+
245
+
246
+
159
247
  _alias: "TS",
160
248
 
249
+
250
+
251
+
161
252
  application_id: "TS",
162
253
 
254
+
255
+
163
256
  )
164
257
  expect(instance.hash).to be_a_kind_of(Integer)
165
258
  end
@@ -168,20 +261,38 @@ describe Freeclimb::BuyIncomingNumberRequest do
168
261
  describe 'test method "build_from_hash"' do
169
262
  it 'builds equivalent model from hash code' do
170
263
  instance_1 = Freeclimb::BuyIncomingNumberRequest.new(
264
+
171
265
  phone_number: "TS",
172
266
 
267
+
268
+
269
+
173
270
  _alias: "TS",
174
271
 
272
+
273
+
274
+
175
275
  application_id: "TS",
176
276
 
277
+
278
+
177
279
  )
178
280
  instance_2 = Freeclimb::BuyIncomingNumberRequest.new(
281
+
179
282
  phone_number: "TS",
180
283
 
284
+
285
+
286
+
181
287
  _alias: "TS",
182
288
 
289
+
290
+
291
+
183
292
  application_id: "TS",
184
293
 
294
+
295
+
185
296
  )
186
297
 
187
298
  expect(instance_2.build_from_hash(instance_1.hash)).to eq(instance_1.build_from_hash(instance_1.hash))
@@ -190,33 +301,57 @@ describe Freeclimb::BuyIncomingNumberRequest do
190
301
 
191
302
  describe 'test method "_deserialize"' do
192
303
  instance = Freeclimb::BuyIncomingNumberRequest.new(
304
+
193
305
  phone_number: "TS",
194
306
 
307
+
308
+
309
+
195
310
  _alias: "TS",
196
311
 
312
+
313
+
314
+
197
315
  application_id: "TS",
198
316
 
317
+
318
+
199
319
  )
200
320
  it 'deserializes the data of phone_number' do
201
321
  expect(instance._deserialize("String", instance.phone_number)).to be_a_kind_of(String)
202
322
  end
323
+
324
+
203
325
  it 'deserializes the data of _alias' do
204
326
  expect(instance._deserialize("String", instance._alias)).to be_a_kind_of(String)
205
327
  end
328
+
329
+
206
330
  it 'deserializes the data of application_id' do
207
331
  expect(instance._deserialize("String", instance.application_id)).to be_a_kind_of(String)
208
332
  end
333
+
334
+
209
335
  end
210
336
 
211
337
  describe 'test method "to_s"' do
212
338
  it 'returns the string representation of the object' do
213
339
  instance = Freeclimb::BuyIncomingNumberRequest.new(
340
+
214
341
  phone_number: "TS",
215
342
 
343
+
344
+
345
+
216
346
  _alias: "TS",
217
347
 
348
+
349
+
350
+
218
351
  application_id: "TS",
219
352
 
353
+
354
+
220
355
  )
221
356
  expect(instance.to_s).to eq(instance.to_hash.to_s)
222
357
  end
@@ -225,32 +360,61 @@ describe Freeclimb::BuyIncomingNumberRequest do
225
360
  describe 'test method "to_hash"' do
226
361
  it 'returns the object in the form of hash' do
227
362
  instance = Freeclimb::BuyIncomingNumberRequest.new(
363
+
228
364
  phone_number: "TS",
229
365
 
366
+
367
+
368
+
230
369
  _alias: "TS",
231
370
 
371
+
372
+
373
+
232
374
  application_id: "TS",
233
375
 
376
+
377
+
234
378
  )
235
379
  expect(instance.to_hash).to be_a_kind_of(Hash)
236
380
  end
237
381
  it 'creates equal hash for two equal objects' do
238
- obj = Object.new()
382
+
383
+
384
+
239
385
  instance_1 = Freeclimb::BuyIncomingNumberRequest.new(
386
+
240
387
  phone_number: "TS",
241
388
 
389
+
390
+
391
+
242
392
  _alias: "TS",
243
393
 
394
+
395
+
396
+
244
397
  application_id: "TS",
245
398
 
399
+
400
+
246
401
  )
247
402
  instance_2 = Freeclimb::BuyIncomingNumberRequest.new(
403
+
248
404
  phone_number: "TS",
249
405
 
406
+
407
+
408
+
250
409
  _alias: "TS",
251
410
 
411
+
412
+
413
+
252
414
  application_id: "TS",
253
415
 
416
+
417
+
254
418
  )
255
419
  expect(instance_1.to_hash).to eq(instance_2.to_hash)
256
420
  end
@@ -258,12 +422,15 @@ describe Freeclimb::BuyIncomingNumberRequest do
258
422
 
259
423
  describe 'test method "_to_hash"' do
260
424
  instance = Freeclimb::BuyIncomingNumberRequest.new(
425
+
261
426
  phone_number: "TS",
262
427
 
263
428
 
429
+
264
430
  _alias: "TS",
265
431
 
266
432
 
433
+
267
434
  application_id: "TS",
268
435
 
269
436
  )