freeclimb 4.4.2 → 4.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (220) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +4 -4
  5. data/docs/DefaultApi.md +10 -1
  6. data/docs/MessageResult.md +7 -1
  7. data/docs/MessageResultAllOf.md +7 -1
  8. data/docs/SMSTenDLCCampaign.md +1 -1
  9. data/lib/freeclimb/api/default_api.rb +9 -0
  10. data/lib/freeclimb/models/account_request.rb +8 -1
  11. data/lib/freeclimb/models/account_result.rb +12 -1
  12. data/lib/freeclimb/models/account_result_all_of.rb +6 -1
  13. data/lib/freeclimb/models/add_to_conference.rb +24 -2
  14. data/lib/freeclimb/models/add_to_conference_all_of.rb +24 -2
  15. data/lib/freeclimb/models/application_list.rb +6 -1
  16. data/lib/freeclimb/models/application_list_all_of.rb +6 -1
  17. data/lib/freeclimb/models/application_request.rb +6 -1
  18. data/lib/freeclimb/models/application_result.rb +12 -1
  19. data/lib/freeclimb/models/application_result_all_of.rb +6 -1
  20. data/lib/freeclimb/models/available_number.rb +6 -1
  21. data/lib/freeclimb/models/available_number_list.rb +6 -1
  22. data/lib/freeclimb/models/available_number_list_all_of.rb +6 -1
  23. data/lib/freeclimb/models/buy_incoming_number_request.rb +10 -2
  24. data/lib/freeclimb/models/call_list.rb +6 -1
  25. data/lib/freeclimb/models/call_list_all_of.rb +6 -1
  26. data/lib/freeclimb/models/call_result.rb +12 -1
  27. data/lib/freeclimb/models/call_result_all_of.rb +6 -1
  28. data/lib/freeclimb/models/capabilities.rb +6 -1
  29. data/lib/freeclimb/models/conference_list.rb +6 -1
  30. data/lib/freeclimb/models/conference_list_all_of.rb +6 -1
  31. data/lib/freeclimb/models/conference_participant_list.rb +6 -1
  32. data/lib/freeclimb/models/conference_participant_list_all_of.rb +6 -1
  33. data/lib/freeclimb/models/conference_participant_result.rb +12 -1
  34. data/lib/freeclimb/models/conference_participant_result_all_of.rb +6 -1
  35. data/lib/freeclimb/models/conference_result.rb +12 -1
  36. data/lib/freeclimb/models/conference_result_all_of.rb +6 -1
  37. data/lib/freeclimb/models/create_conference.rb +14 -2
  38. data/lib/freeclimb/models/create_conference_all_of.rb +14 -2
  39. data/lib/freeclimb/models/create_conference_request.rb +12 -1
  40. data/lib/freeclimb/models/dequeue.rb +1 -1
  41. data/lib/freeclimb/models/enqueue.rb +12 -4
  42. data/lib/freeclimb/models/enqueue_all_of.rb +12 -4
  43. data/lib/freeclimb/models/filter_logs_request.rb +6 -2
  44. data/lib/freeclimb/models/get_digits.rb +22 -2
  45. data/lib/freeclimb/models/get_digits_all_of.rb +22 -2
  46. data/lib/freeclimb/models/get_speech.rb +28 -3
  47. data/lib/freeclimb/models/get_speech_all_of.rb +28 -3
  48. data/lib/freeclimb/models/hangup.rb +6 -1
  49. data/lib/freeclimb/models/hangup_all_of.rb +6 -1
  50. data/lib/freeclimb/models/incoming_number_list.rb +6 -1
  51. data/lib/freeclimb/models/incoming_number_list_all_of.rb +6 -1
  52. data/lib/freeclimb/models/incoming_number_request.rb +8 -1
  53. data/lib/freeclimb/models/incoming_number_result.rb +14 -1
  54. data/lib/freeclimb/models/incoming_number_result_all_of.rb +6 -1
  55. data/lib/freeclimb/models/log_list.rb +6 -1
  56. data/lib/freeclimb/models/log_list_all_of.rb +6 -1
  57. data/lib/freeclimb/models/log_result.rb +6 -1
  58. data/lib/freeclimb/models/make_call_request.rb +24 -3
  59. data/lib/freeclimb/models/message_request.rb +22 -4
  60. data/lib/freeclimb/models/message_request_all_of.rb +14 -4
  61. data/lib/freeclimb/models/message_result.rb +50 -6
  62. data/lib/freeclimb/models/message_result_all_of.rb +44 -6
  63. data/lib/freeclimb/models/messages_list.rb +6 -1
  64. data/lib/freeclimb/models/messages_list_all_of.rb +6 -1
  65. data/lib/freeclimb/models/mutable_resource_model.rb +12 -1
  66. data/lib/freeclimb/models/out_dial.rb +24 -5
  67. data/lib/freeclimb/models/out_dial_all_of.rb +24 -5
  68. data/lib/freeclimb/models/pagination_model.rb +6 -1
  69. data/lib/freeclimb/models/park.rb +10 -3
  70. data/lib/freeclimb/models/park_all_of.rb +10 -3
  71. data/lib/freeclimb/models/pause.rb +6 -2
  72. data/lib/freeclimb/models/pause_all_of.rb +6 -2
  73. data/lib/freeclimb/models/percl_command.rb +6 -1
  74. data/lib/freeclimb/models/percl_script.rb +6 -1
  75. data/lib/freeclimb/models/play.rb +12 -2
  76. data/lib/freeclimb/models/play_all_of.rb +12 -2
  77. data/lib/freeclimb/models/play_early_media.rb +6 -2
  78. data/lib/freeclimb/models/play_early_media_all_of.rb +6 -2
  79. data/lib/freeclimb/models/queue_list.rb +6 -1
  80. data/lib/freeclimb/models/queue_list_all_of.rb +6 -1
  81. data/lib/freeclimb/models/queue_member.rb +6 -1
  82. data/lib/freeclimb/models/queue_member_list.rb +6 -1
  83. data/lib/freeclimb/models/queue_member_list_all_of.rb +6 -1
  84. data/lib/freeclimb/models/queue_request.rb +8 -1
  85. data/lib/freeclimb/models/queue_result.rb +12 -1
  86. data/lib/freeclimb/models/queue_result_all_of.rb +6 -1
  87. data/lib/freeclimb/models/record_utterance.rb +18 -2
  88. data/lib/freeclimb/models/record_utterance_all_of.rb +18 -2
  89. data/lib/freeclimb/models/recording_list.rb +6 -1
  90. data/lib/freeclimb/models/recording_list_all_of.rb +6 -1
  91. data/lib/freeclimb/models/recording_result.rb +12 -1
  92. data/lib/freeclimb/models/recording_result_all_of.rb +6 -1
  93. data/lib/freeclimb/models/redirect.rb +6 -2
  94. data/lib/freeclimb/models/redirect_all_of.rb +6 -2
  95. data/lib/freeclimb/models/reject.rb +6 -1
  96. data/lib/freeclimb/models/reject_all_of.rb +6 -1
  97. data/lib/freeclimb/models/remove_from_conference.rb +6 -2
  98. data/lib/freeclimb/models/remove_from_conference_all_of.rb +6 -2
  99. data/lib/freeclimb/models/say.rb +14 -2
  100. data/lib/freeclimb/models/say_all_of.rb +14 -2
  101. data/lib/freeclimb/models/send_digits.rb +10 -2
  102. data/lib/freeclimb/models/send_digits_all_of.rb +10 -2
  103. data/lib/freeclimb/models/set_listen.rb +8 -2
  104. data/lib/freeclimb/models/set_listen_all_of.rb +8 -2
  105. data/lib/freeclimb/models/set_talk.rb +8 -2
  106. data/lib/freeclimb/models/set_talk_all_of.rb +8 -2
  107. data/lib/freeclimb/models/sms.rb +12 -4
  108. data/lib/freeclimb/models/sms_all_of.rb +12 -4
  109. data/lib/freeclimb/models/sms_ten_dlc_brand.rb +66 -40
  110. data/lib/freeclimb/models/sms_ten_dlc_brands_list_result.rb +6 -1
  111. data/lib/freeclimb/models/sms_ten_dlc_brands_list_result_all_of.rb +6 -1
  112. data/lib/freeclimb/models/sms_ten_dlc_campaign.rb +46 -22
  113. data/lib/freeclimb/models/sms_ten_dlc_campaigns_list_result.rb +6 -1
  114. data/lib/freeclimb/models/sms_ten_dlc_campaigns_list_result_all_of.rb +6 -1
  115. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign.rb +50 -22
  116. data/lib/freeclimb/models/sms_ten_dlc_partner_campaign_brand.rb +26 -10
  117. data/lib/freeclimb/models/sms_ten_dlc_partner_campaigns_list_result.rb +6 -1
  118. data/lib/freeclimb/models/sms_ten_dlc_partner_campaigns_list_result_all_of.rb +6 -1
  119. data/lib/freeclimb/models/start_record_call.rb +1 -1
  120. data/lib/freeclimb/models/terminate_conference.rb +6 -2
  121. data/lib/freeclimb/models/terminate_conference_all_of.rb +6 -2
  122. data/lib/freeclimb/models/unpark.rb +1 -1
  123. data/lib/freeclimb/models/update_call_request.rb +6 -2
  124. data/lib/freeclimb/models/update_conference_participant_request.rb +8 -1
  125. data/lib/freeclimb/models/update_conference_request.rb +8 -1
  126. data/lib/freeclimb/version.rb +1 -1
  127. data/openapi.json +77 -25
  128. data/spec/models/account_request_spec.rb +10 -0
  129. data/spec/models/account_result_spec.rb +12 -0
  130. data/spec/models/account_status_spec.rb +1 -0
  131. data/spec/models/account_type_spec.rb +1 -0
  132. data/spec/models/add_to_conference_spec.rb +11 -0
  133. data/spec/models/answered_by_spec.rb +1 -0
  134. data/spec/models/application_list_spec.rb +10 -0
  135. data/spec/models/application_request_spec.rb +10 -0
  136. data/spec/models/application_result_spec.rb +10 -0
  137. data/spec/models/available_number_list_spec.rb +10 -0
  138. data/spec/models/available_number_spec.rb +10 -0
  139. data/spec/models/buy_incoming_number_request_spec.rb +11 -0
  140. data/spec/models/call_direction_spec.rb +1 -0
  141. data/spec/models/call_list_spec.rb +10 -0
  142. data/spec/models/call_result_spec.rb +13 -0
  143. data/spec/models/call_status_spec.rb +1 -0
  144. data/spec/models/capabilities_spec.rb +15 -0
  145. data/spec/models/conference_list_spec.rb +10 -0
  146. data/spec/models/conference_participant_list_spec.rb +10 -0
  147. data/spec/models/conference_participant_result_spec.rb +10 -0
  148. data/spec/models/conference_result_spec.rb +12 -0
  149. data/spec/models/conference_status_spec.rb +1 -0
  150. data/spec/models/create_conference_request_spec.rb +11 -0
  151. data/spec/models/create_conference_spec.rb +12 -0
  152. data/spec/models/dequeue_spec.rb +1 -0
  153. data/spec/models/enqueue_spec.rb +13 -0
  154. data/spec/models/filter_logs_request_spec.rb +11 -0
  155. data/spec/models/get_digits_spec.rb +11 -0
  156. data/spec/models/get_speech_reason_spec.rb +1 -0
  157. data/spec/models/get_speech_spec.rb +15 -0
  158. data/spec/models/grammar_file_built_in_spec.rb +1 -0
  159. data/spec/models/grammar_type_spec.rb +1 -0
  160. data/spec/models/hangup_spec.rb +10 -0
  161. data/spec/models/if_machine_spec.rb +1 -0
  162. data/spec/models/incoming_number_list_spec.rb +10 -0
  163. data/spec/models/incoming_number_request_spec.rb +10 -0
  164. data/spec/models/incoming_number_result_spec.rb +10 -0
  165. data/spec/models/language_spec.rb +1 -0
  166. data/spec/models/log_level_spec.rb +1 -0
  167. data/spec/models/log_list_spec.rb +10 -0
  168. data/spec/models/log_result_spec.rb +11 -0
  169. data/spec/models/machine_type_spec.rb +1 -0
  170. data/spec/models/make_call_request_spec.rb +12 -0
  171. data/spec/models/message_direction_spec.rb +1 -0
  172. data/spec/models/message_request_spec.rb +13 -0
  173. data/spec/models/message_result_spec.rb +86 -0
  174. data/spec/models/message_status_spec.rb +1 -0
  175. data/spec/models/messages_list_spec.rb +10 -0
  176. data/spec/models/mutable_resource_model_spec.rb +10 -0
  177. data/spec/models/out_dial_spec.rb +15 -0
  178. data/spec/models/pagination_model_spec.rb +10 -0
  179. data/spec/models/park_spec.rb +12 -0
  180. data/spec/models/pause_spec.rb +11 -0
  181. data/spec/models/percl_command_spec.rb +10 -0
  182. data/spec/models/percl_script_spec.rb +10 -0
  183. data/spec/models/play_beep_spec.rb +1 -0
  184. data/spec/models/play_early_media_spec.rb +11 -0
  185. data/spec/models/play_spec.rb +11 -0
  186. data/spec/models/queue_list_spec.rb +10 -0
  187. data/spec/models/queue_member_list_spec.rb +10 -0
  188. data/spec/models/queue_member_spec.rb +10 -0
  189. data/spec/models/queue_request_spec.rb +10 -0
  190. data/spec/models/queue_result_spec.rb +10 -0
  191. data/spec/models/queue_result_status_spec.rb +1 -0
  192. data/spec/models/record_utterance_spec.rb +11 -0
  193. data/spec/models/record_utterance_term_reason_spec.rb +1 -0
  194. data/spec/models/recording_list_spec.rb +10 -0
  195. data/spec/models/recording_result_spec.rb +10 -0
  196. data/spec/models/redirect_spec.rb +11 -0
  197. data/spec/models/reject_spec.rb +10 -0
  198. data/spec/models/remove_from_conference_spec.rb +11 -0
  199. data/spec/models/request_type_spec.rb +1 -0
  200. data/spec/models/say_spec.rb +11 -0
  201. data/spec/models/send_digits_spec.rb +11 -0
  202. data/spec/models/set_listen_spec.rb +11 -0
  203. data/spec/models/set_talk_spec.rb +11 -0
  204. data/spec/models/sms_spec.rb +13 -0
  205. data/spec/models/sms_ten_dlc_brand_spec.rb +124 -73
  206. data/spec/models/sms_ten_dlc_brands_list_result_spec.rb +10 -0
  207. data/spec/models/sms_ten_dlc_campaign_spec.rb +76 -42
  208. data/spec/models/sms_ten_dlc_campaigns_list_result_spec.rb +10 -0
  209. data/spec/models/sms_ten_dlc_partner_campaign_brand_spec.rb +47 -21
  210. data/spec/models/sms_ten_dlc_partner_campaign_spec.rb +95 -48
  211. data/spec/models/sms_ten_dlc_partner_campaigns_list_result_spec.rb +10 -0
  212. data/spec/models/start_record_call_spec.rb +1 -0
  213. data/spec/models/terminate_conference_spec.rb +11 -0
  214. data/spec/models/unpark_spec.rb +1 -0
  215. data/spec/models/update_call_request_spec.rb +12 -0
  216. data/spec/models/update_call_request_status_spec.rb +1 -0
  217. data/spec/models/update_conference_participant_request_spec.rb +10 -0
  218. data/spec/models/update_conference_request_spec.rb +12 -0
  219. data/spec/models/update_conference_request_status_spec.rb +1 -0
  220. metadata +79 -79
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2767a1f0dab916c98ce78a57588d68590ebd0ec779904d31541cae53387579be
4
- data.tar.gz: 57a677d9bf199b010374265c39a454bc23e678f347027c33013ec89ab120d8c6
3
+ metadata.gz: c3d184e3a414b40637aae3f456402764dc6dd5fc7c0229cc560592484ccf3c42
4
+ data.tar.gz: 9bd698bdcde3ae0884b11cede080012c2f3d71a1a322d78fbf38ed0d34cd082f
5
5
  SHA512:
6
- metadata.gz: b5284447203f3117084fae8ce1fb2c7d2b68cc85a2eb568e930b919dd2ee9d6babfefa0a4d28e048f9e2cf090722d2d63118675602c25ecf392c4c9a28b9d713
7
- data.tar.gz: dc042ce28e4c3bb54e9464e5142be082c66f9fa32b3f79e02af5ffede91cc73f0b4724b413827015a6e0a9dd9e20c19729500756c28ea172a308e5f9b649bfa1
6
+ metadata.gz: 628694f4a73f5075284e424d551cd4992ee957960499fb4f515a5a7e351f48b82be9d517a255a886f3b177c4ed51c70076b1eb644cf680f5d4ae558b750951b8
7
+ data.tar.gz: a1f6735f74f3bce0ea8c1e36d851206ba3498c361ea12163ef92e635d443655c0d959fbfd6ef2db518636c3d82a35ceae2181392828b0d6f1b52fcf8aa3be30a
data/CHANGELOG.md CHANGED
@@ -9,6 +9,27 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  None
11
11
 
12
+ <a name="4.4.4"></a>
13
+
14
+ ## [4.4.4] - 2023-08-24
15
+
16
+ ### Changed
17
+
18
+ - Remove implementation of 'x-max-length' vendor extension for unit testing
19
+
20
+ ### Added
21
+
22
+ - Unit testing for properties with 'maxLength'
23
+
24
+ <a name="4.4.3"></a>
25
+
26
+ ## [4.4.3] - 2023-08-15
27
+
28
+ ### Changed
29
+
30
+ - `valid?` method implementation now utilizes `list_invalid_properties`
31
+ - Testing for `valid?` method
32
+
12
33
  <a name="4.4.2"></a>
13
34
 
14
35
  ## [4.4.2] - 2023-07-26
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.4.2)
4
+ freeclimb (4.4.4)
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.4.2
10
+ - Package version: 4.4.4
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.4.2'
18
+ gem 'freeclimb', '~> 4.4.4'
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.4.2.gem
47
+ gem install ./freeclimb-4.4.4.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.4.2.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.4.4.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
data/docs/DefaultApi.md CHANGED
@@ -3048,7 +3048,10 @@ opts = {
3048
3048
  from: 'from_example', # String | Only show Messages from this phone number.
3049
3049
  begin_time: 'begin_time_example', # String | Only show Messages sent at or after this time (GMT), given as *YYYY-MM-DD hh:mm:ss*.
3050
3050
  end_time: 'end_time_example', # String | Only show messages sent at or before this time (GMT), given as *YYYY-MM-DD hh:mm*..
3051
- direction: Freeclimb::MessageDirection::INBOUND # MessageDirection | Either `inbound` or `outbound`. Only show Messages that were either *sent from* or *received by* FreeClimb.
3051
+ direction: Freeclimb::MessageDirection::INBOUND, # MessageDirection | Either `inbound` or `outbound`. Only show Messages that were either *sent from* or *received by* FreeClimb.
3052
+ campaign_id: 'campaign_id_example', # String | Only show messages associated with this campaign ID.
3053
+ brand_id: 'brand_id_example', # String | Only show messages associated with this brand ID
3054
+ is10_dlc: true # Boolean | Only show messages that were sent as part of a 10DLC campaign.
3052
3055
  }
3053
3056
 
3054
3057
  begin
@@ -3094,6 +3097,12 @@ end
3094
3097
 
3095
3098
  | **direction** | [**MessageDirection**](.md) | Either &#x60;inbound&#x60; or &#x60;outbound&#x60;. Only show Messages that were either *sent from* or *received by* FreeClimb. | [optional] |
3096
3099
 
3100
+ | **campaign_id** | **String** | Only show messages associated with this campaign ID. | [optional] |
3101
+
3102
+ | **brand_id** | **String** | Only show messages associated with this brand ID | [optional] |
3103
+
3104
+ | **is10_dlc** | **Boolean** | Only show messages that were sent as part of a 10DLC campaign. | [optional] |
3105
+
3097
3106
 
3098
3107
  ### Return type
3099
3108
 
@@ -16,6 +16,9 @@
16
16
  | **text** | **String** | Message contents | [optional] |
17
17
  | **direction** | **String** | Noting whether the message was inbound or outbound | [optional] |
18
18
  | **notification_url** | **String** | URL invoked when message sent | [optional] |
19
+ | **brand_id** | **String** | The unique identifier for the brand associated with the message | [optional] |
20
+ | **campaign_id** | **String** | The unique identifier for the campaign associated with the message | [optional] |
21
+ | **segment_count** | **Float** | The number of segments into which the message was split | [optional] |
19
22
 
20
23
  ## Example
21
24
 
@@ -34,7 +37,10 @@ instance = Freeclimb::MessageResult.new(
34
37
  to: null,
35
38
  text: null,
36
39
  direction: null,
37
- notification_url: null
40
+ notification_url: null,
41
+ brand_id: null,
42
+ campaign_id: null,
43
+ segment_count: null
38
44
  )
39
45
  ```
40
46
 
@@ -12,6 +12,9 @@
12
12
  | **text** | **String** | Message contents | [optional] |
13
13
  | **direction** | **String** | Noting whether the message was inbound or outbound | [optional] |
14
14
  | **notification_url** | **String** | URL invoked when message sent | [optional] |
15
+ | **brand_id** | **String** | The unique identifier for the brand associated with the message | [optional] |
16
+ | **campaign_id** | **String** | The unique identifier for the campaign associated with the message | [optional] |
17
+ | **segment_count** | **Float** | The number of segments into which the message was split | [optional] |
15
18
 
16
19
  ## Example
17
20
 
@@ -26,7 +29,10 @@ instance = Freeclimb::MessageResultAllOf.new(
26
29
  to: null,
27
30
  text: null,
28
31
  direction: null,
29
- notification_url: null
32
+ notification_url: null,
33
+ brand_id: null,
34
+ campaign_id: null,
35
+ segment_count: null
30
36
  )
31
37
  ```
32
38
 
@@ -72,7 +72,7 @@ instance = Freeclimb::SMSTenDLCCampaign.new(
72
72
  help_message: null,
73
73
  reference_id: null,
74
74
  mock: null,
75
- next_renewal_or_expiration_date: Fri Dec 31 19:00:00 EST 1999
75
+ next_renewal_or_expiration_date: Fri Dec 31 18:00:00 CST 1999
76
76
  )
77
77
  ```
78
78
 
@@ -2597,6 +2597,9 @@ module Freeclimb
2597
2597
  # @option opts [String] :begin_time Only show Messages sent at or after this time (GMT), given as *YYYY-MM-DD hh:mm:ss*.
2598
2598
  # @option opts [String] :end_time Only show messages sent at or before this time (GMT), given as *YYYY-MM-DD hh:mm*..
2599
2599
  # @option opts [MessageDirection] :direction Either &#x60;inbound&#x60; or &#x60;outbound&#x60;. Only show Messages that were either *sent from* or *received by* FreeClimb.
2600
+ # @option opts [String] :campaign_id Only show messages associated with this campaign ID.
2601
+ # @option opts [String] :brand_id Only show messages associated with this brand ID
2602
+ # @option opts [Boolean] :is10_dlc Only show messages that were sent as part of a 10DLC campaign.
2600
2603
  # @return [MessagesList]
2601
2604
  def list_sms_messages(opts = {})
2602
2605
  data, _status_code, _headers = list_sms_messages_with_http_info(opts)
@@ -2610,6 +2613,9 @@ module Freeclimb
2610
2613
  # @option opts [String] :begin_time Only show Messages sent at or after this time (GMT), given as *YYYY-MM-DD hh:mm:ss*.
2611
2614
  # @option opts [String] :end_time Only show messages sent at or before this time (GMT), given as *YYYY-MM-DD hh:mm*..
2612
2615
  # @option opts [MessageDirection] :direction Either &#x60;inbound&#x60; or &#x60;outbound&#x60;. Only show Messages that were either *sent from* or *received by* FreeClimb.
2616
+ # @option opts [String] :campaign_id Only show messages associated with this campaign ID.
2617
+ # @option opts [String] :brand_id Only show messages associated with this brand ID
2618
+ # @option opts [Boolean] :is10_dlc Only show messages that were sent as part of a 10DLC campaign.
2613
2619
  # @return [Array<(MessagesList, Integer, Hash)>] MessagesList data, response status code and response headers
2614
2620
  def list_sms_messages_with_http_info(opts = {})
2615
2621
  if @api_client.config.debugging
@@ -2625,6 +2631,9 @@ module Freeclimb
2625
2631
  query_params[:'beginTime'] = opts[:'begin_time'] if !opts[:'begin_time'].nil?
2626
2632
  query_params[:'endTime'] = opts[:'end_time'] if !opts[:'end_time'].nil?
2627
2633
  query_params[:'direction'] = opts[:'direction'] if !opts[:'direction'].nil?
2634
+ query_params[:'campaignId'] = opts[:'campaign_id'] if !opts[:'campaign_id'].nil?
2635
+ query_params[:'brandId'] = opts[:'brand_id'] if !opts[:'brand_id'].nil?
2636
+ query_params[:'is10DLC'] = opts[:'is10_dlc'] if !opts[:'is10_dlc'].nil?
2628
2637
 
2629
2638
  # header parameters
2630
2639
  header_params = opts[:header_params] || {}
@@ -82,7 +82,14 @@ module Freeclimb
82
82
  # Check to see if the all the properties in the model are valid
83
83
  # @return true if the model is valid
84
84
  def valid?
85
- true
85
+
86
+ if @_alias.nil?
87
+ false
88
+ elsif @label.nil?
89
+ false
90
+ else
91
+ list_invalid_properties.length() == 0
92
+ end
86
93
  end
87
94
 
88
95
  # Checks equality by comparing each attribute.
@@ -176,7 +176,18 @@ module Freeclimb
176
176
  # Check to see if the all the properties in the model are valid
177
177
  # @return true if the model is valid
178
178
  def valid?
179
- true
179
+
180
+ if @uri.nil?
181
+ false
182
+ elsif @date_created.nil?
183
+ false
184
+ elsif @date_updated.nil?
185
+ false
186
+ elsif @revision.nil?
187
+ false
188
+ else
189
+ list_invalid_properties.length() == 0
190
+ end
180
191
  end
181
192
 
182
193
  # Checks equality by comparing each attribute.
@@ -132,7 +132,12 @@ module Freeclimb
132
132
  # Check to see if the all the properties in the model are valid
133
133
  # @return true if the model is valid
134
134
  def valid?
135
- true
135
+
136
+ if @account_id.nil?
137
+ false
138
+ else
139
+ list_invalid_properties.length() == 0
140
+ end
136
141
  end
137
142
 
138
143
  # Checks equality by comparing each attribute.
@@ -171,8 +171,30 @@ module Freeclimb
171
171
  # Check to see if the all the properties in the model are valid
172
172
  # @return true if the model is valid
173
173
  def valid?
174
- return false if @conference_id.nil?
175
- true && super
174
+
175
+ if @allow_call_control.nil?
176
+ false
177
+ elsif @call_control_sequence.nil?
178
+ false
179
+ elsif @call_control_url.nil?
180
+ false
181
+ elsif @conference_id.nil?
182
+ false
183
+ elsif @call_id.nil?
184
+ false
185
+ elsif @leave_conference_url.nil?
186
+ false
187
+ elsif @listen.nil?
188
+ false
189
+ elsif @notification_url.nil?
190
+ false
191
+ elsif @start_conf_on_enter.nil?
192
+ false
193
+ elsif @talk.nil?
194
+ false
195
+ else
196
+ list_invalid_properties.length() == 0
197
+ end
176
198
  end
177
199
 
178
200
  # Checks equality by comparing each attribute.
@@ -158,8 +158,30 @@ module Freeclimb
158
158
  # Check to see if the all the properties in the model are valid
159
159
  # @return true if the model is valid
160
160
  def valid?
161
- return false if @conference_id.nil?
162
- true
161
+
162
+ if @allow_call_control.nil?
163
+ false
164
+ elsif @call_control_sequence.nil?
165
+ false
166
+ elsif @call_control_url.nil?
167
+ false
168
+ elsif @conference_id.nil?
169
+ false
170
+ elsif @call_id.nil?
171
+ false
172
+ elsif @leave_conference_url.nil?
173
+ false
174
+ elsif @listen.nil?
175
+ false
176
+ elsif @notification_url.nil?
177
+ false
178
+ elsif @start_conf_on_enter.nil?
179
+ false
180
+ elsif @talk.nil?
181
+ false
182
+ else
183
+ list_invalid_properties.length() == 0
184
+ end
163
185
  end
164
186
 
165
187
  # Checks equality by comparing each attribute.
@@ -153,7 +153,12 @@ module Freeclimb
153
153
  # Check to see if the all the properties in the model are valid
154
154
  # @return true if the model is valid
155
155
  def valid?
156
- true
156
+
157
+ if @total.nil?
158
+ false
159
+ else
160
+ list_invalid_properties.length() == 0
161
+ end
157
162
  end
158
163
 
159
164
  # Checks equality by comparing each attribute.
@@ -75,7 +75,12 @@ module Freeclimb
75
75
  # Check to see if the all the properties in the model are valid
76
76
  # @return true if the model is valid
77
77
  def valid?
78
- true
78
+
79
+ if @applications.nil?
80
+ false
81
+ else
82
+ list_invalid_properties.length() == 0
83
+ end
79
84
  end
80
85
 
81
86
  # Checks equality by comparing each attribute.
@@ -133,7 +133,12 @@ module Freeclimb
133
133
  # Check to see if the all the properties in the model are valid
134
134
  # @return true if the model is valid
135
135
  def valid?
136
- true
136
+
137
+ if @_alias.nil?
138
+ false
139
+ else
140
+ list_invalid_properties.length() == 0
141
+ end
137
142
  end
138
143
 
139
144
  # Checks equality by comparing each attribute.
@@ -198,7 +198,18 @@ module Freeclimb
198
198
  # Check to see if the all the properties in the model are valid
199
199
  # @return true if the model is valid
200
200
  def valid?
201
- true
201
+
202
+ if @uri.nil?
203
+ false
204
+ elsif @date_created.nil?
205
+ false
206
+ elsif @date_updated.nil?
207
+ false
208
+ elsif @revision.nil?
209
+ false
210
+ else
211
+ list_invalid_properties.length() == 0
212
+ end
202
213
  end
203
214
 
204
215
  # Checks equality by comparing each attribute.
@@ -154,7 +154,12 @@ module Freeclimb
154
154
  # Check to see if the all the properties in the model are valid
155
155
  # @return true if the model is valid
156
156
  def valid?
157
- true
157
+
158
+ if @account_id.nil?
159
+ false
160
+ else
161
+ list_invalid_properties.length() == 0
162
+ end
158
163
  end
159
164
 
160
165
  # Checks equality by comparing each attribute.
@@ -132,7 +132,12 @@ module Freeclimb
132
132
  # Check to see if the all the properties in the model are valid
133
133
  # @return true if the model is valid
134
134
  def valid?
135
- true
135
+
136
+ if @capabilities.nil?
137
+ false
138
+ else
139
+ list_invalid_properties.length() == 0
140
+ end
136
141
  end
137
142
 
138
143
  # Checks equality by comparing each attribute.
@@ -153,7 +153,12 @@ module Freeclimb
153
153
  # Check to see if the all the properties in the model are valid
154
154
  # @return true if the model is valid
155
155
  def valid?
156
- true
156
+
157
+ if @total.nil?
158
+ false
159
+ else
160
+ list_invalid_properties.length() == 0
161
+ end
157
162
  end
158
163
 
159
164
  # Checks equality by comparing each attribute.
@@ -75,7 +75,12 @@ module Freeclimb
75
75
  # Check to see if the all the properties in the model are valid
76
76
  # @return true if the model is valid
77
77
  def valid?
78
- true
78
+
79
+ if @available_phone_numbers.nil?
80
+ false
81
+ else
82
+ list_invalid_properties.length() == 0
83
+ end
79
84
  end
80
85
 
81
86
  # Checks equality by comparing each attribute.
@@ -95,8 +95,16 @@ module Freeclimb
95
95
  # Check to see if the all the properties in the model are valid
96
96
  # @return true if the model is valid
97
97
  def valid?
98
- return false if @phone_number.nil?
99
- true
98
+
99
+ if @phone_number.nil?
100
+ false
101
+ elsif @_alias.nil?
102
+ false
103
+ elsif @application_id.nil?
104
+ false
105
+ else
106
+ list_invalid_properties.length() == 0
107
+ end
100
108
  end
101
109
 
102
110
  # Checks equality by comparing each attribute.
@@ -153,7 +153,12 @@ module Freeclimb
153
153
  # Check to see if the all the properties in the model are valid
154
154
  # @return true if the model is valid
155
155
  def valid?
156
- true
156
+
157
+ if @total.nil?
158
+ false
159
+ else
160
+ list_invalid_properties.length() == 0
161
+ end
157
162
  end
158
163
 
159
164
  # Checks equality by comparing each attribute.
@@ -75,7 +75,12 @@ module Freeclimb
75
75
  # Check to see if the all the properties in the model are valid
76
76
  # @return true if the model is valid
77
77
  def valid?
78
- true
78
+
79
+ if @calls.nil?
80
+ false
81
+ else
82
+ list_invalid_properties.length() == 0
83
+ end
79
84
  end
80
85
 
81
86
  # Checks equality by comparing each attribute.
@@ -255,7 +255,18 @@ module Freeclimb
255
255
  # Check to see if the all the properties in the model are valid
256
256
  # @return true if the model is valid
257
257
  def valid?
258
- true
258
+
259
+ if @uri.nil?
260
+ false
261
+ elsif @date_created.nil?
262
+ false
263
+ elsif @date_updated.nil?
264
+ false
265
+ elsif @revision.nil?
266
+ false
267
+ else
268
+ list_invalid_properties.length() == 0
269
+ end
259
270
  end
260
271
 
261
272
  # Checks equality by comparing each attribute.
@@ -211,7 +211,12 @@ module Freeclimb
211
211
  # Check to see if the all the properties in the model are valid
212
212
  # @return true if the model is valid
213
213
  def valid?
214
- true
214
+
215
+ if @call_id.nil?
216
+ false
217
+ else
218
+ list_invalid_properties.length() == 0
219
+ end
215
220
  end
216
221
 
217
222
  # Checks equality by comparing each attribute.
@@ -115,7 +115,12 @@ module Freeclimb
115
115
  # Check to see if the all the properties in the model are valid
116
116
  # @return true if the model is valid
117
117
  def valid?
118
- true
118
+
119
+ if @voice.nil?
120
+ false
121
+ else
122
+ list_invalid_properties.length() == 0
123
+ end
119
124
  end
120
125
 
121
126
  # Checks equality by comparing each attribute.
@@ -153,7 +153,12 @@ module Freeclimb
153
153
  # Check to see if the all the properties in the model are valid
154
154
  # @return true if the model is valid
155
155
  def valid?
156
- true
156
+
157
+ if @total.nil?
158
+ false
159
+ else
160
+ list_invalid_properties.length() == 0
161
+ end
157
162
  end
158
163
 
159
164
  # Checks equality by comparing each attribute.
@@ -75,7 +75,12 @@ module Freeclimb
75
75
  # Check to see if the all the properties in the model are valid
76
76
  # @return true if the model is valid
77
77
  def valid?
78
- true
78
+
79
+ if @conferences.nil?
80
+ false
81
+ else
82
+ list_invalid_properties.length() == 0
83
+ end
79
84
  end
80
85
 
81
86
  # Checks equality by comparing each attribute.
@@ -153,7 +153,12 @@ module Freeclimb
153
153
  # Check to see if the all the properties in the model are valid
154
154
  # @return true if the model is valid
155
155
  def valid?
156
- true
156
+
157
+ if @total.nil?
158
+ false
159
+ else
160
+ list_invalid_properties.length() == 0
161
+ end
157
162
  end
158
163
 
159
164
  # Checks equality by comparing each attribute.
@@ -75,7 +75,12 @@ module Freeclimb
75
75
  # Check to see if the all the properties in the model are valid
76
76
  # @return true if the model is valid
77
77
  def valid?
78
- true
78
+
79
+ if @participants.nil?
80
+ false
81
+ else
82
+ list_invalid_properties.length() == 0
83
+ end
79
84
  end
80
85
 
81
86
  # Checks equality by comparing each attribute.
@@ -168,7 +168,18 @@ module Freeclimb
168
168
  # Check to see if the all the properties in the model are valid
169
169
  # @return true if the model is valid
170
170
  def valid?
171
- true
171
+
172
+ if @uri.nil?
173
+ false
174
+ elsif @date_created.nil?
175
+ false
176
+ elsif @date_updated.nil?
177
+ false
178
+ elsif @revision.nil?
179
+ false
180
+ else
181
+ list_invalid_properties.length() == 0
182
+ end
172
183
  end
173
184
 
174
185
  # Checks equality by comparing each attribute.
@@ -124,7 +124,12 @@ module Freeclimb
124
124
  # Check to see if the all the properties in the model are valid
125
125
  # @return true if the model is valid
126
126
  def valid?
127
- true
127
+
128
+ if @account_id.nil?
129
+ false
130
+ else
131
+ list_invalid_properties.length() == 0
132
+ end
128
133
  end
129
134
 
130
135
  # Checks equality by comparing each attribute.
@@ -208,7 +208,18 @@ module Freeclimb
208
208
  # Check to see if the all the properties in the model are valid
209
209
  # @return true if the model is valid
210
210
  def valid?
211
- true
211
+
212
+ if @uri.nil?
213
+ false
214
+ elsif @date_created.nil?
215
+ false
216
+ elsif @date_updated.nil?
217
+ false
218
+ elsif @revision.nil?
219
+ false
220
+ else
221
+ list_invalid_properties.length() == 0
222
+ end
212
223
  end
213
224
 
214
225
  # Checks equality by comparing each attribute.