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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d421680311b3583b83d48ed2f24d432b01376c9e1ccae636872132c71b26f684
4
- data.tar.gz: 2bfaafd4c61455ce1f39186e33585d5c64742bf7ed98ad27a4f8db52f8b7f1ee
3
+ metadata.gz: 0eac8883f85491a657ffceca04909cfb04099a8fdd8c93780ff3a8adb57af7d1
4
+ data.tar.gz: c9d780828d889a1597881db94217ec4676eab742b0fe886e22793f7cf54b8a21
5
5
  SHA512:
6
- metadata.gz: 27d6254353d612a6db6fea79fc529355bb3595616bbcddd192a0f58838fdb669b666a0ac7f129c38737e2a40c622f9f87725cb71c6faf106e892750aa8430f44
7
- data.tar.gz: d6d76f3c0f02e19dd9443778ecb4a373cec33982612fd67cf7f2fd92b13a32462c4f343299b4c352a70c7c36df62b75f8089e8a16245024dd8aeda9d1a83fd94
6
+ metadata.gz: 1dfb7f2744cdd6fed4cff1de007b359c43984f626119851817e1cc5da02a72253275499eb99a53cf9a20cc04222cfb8d585df3a11681319d1c3c70fe179fd9a8
7
+ data.tar.gz: c98ad1f3f055f17da3e4c6b810871a56ea553761b846a344b5a6f584ce1db00df697d93118ec778cca861ea87fe09037bdaf2cd79f989dda1e9fc1367e5fb99c
data/CHANGELOG.md CHANGED
@@ -9,19 +9,30 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  None
11
11
 
12
+ <a name="5.1.0"></a>
13
+
14
+ ## [5.1.0] - 2025-02-05
15
+
16
+ ### Added
17
+
18
+ - CampaignTFN and MessageResultsAllOfTfn models
19
+
12
20
  <a name="5.0.0"></a>
13
21
 
14
22
  ## [5.0.0] - 2025-01-08
15
23
 
16
24
  ### Added
25
+
17
26
  - Webhook classes
18
27
  - More idiomated Enum management
19
28
 
20
29
  ### Changed
30
+
21
31
  - Use upgraded openapi generator
22
32
 
23
33
  ### Removed
24
- - *AllOf model files
34
+
35
+ - \*AllOf model files
25
36
 
26
37
  <a name="4.9.0"></a>
27
38
 
data/Gemfile CHANGED
@@ -5,8 +5,9 @@ gemspec
5
5
  group :development, :test do
6
6
  gem 'rake', '~> 13.0.6'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 0.66.0'
8
+ gem 'rubocop', '~> 1.71.1'
9
9
  gem "webmock", "~> 3.14"
10
10
  gem "factory_bot", "~> 6.2"
11
11
  gem "facets", "~> 3.1"
12
+ gem 'rubocop-rspec', require: false
12
13
  end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (5.0.0)
4
+ freeclimb (5.1.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -32,7 +32,6 @@ GEM
32
32
  crack (1.0.0)
33
33
  bigdecimal
34
34
  rexml
35
- date (3.4.1)
36
35
  diff-lcs (1.5.1)
37
36
  drb (2.2.1)
38
37
  ethon (0.16.0)
@@ -44,12 +43,13 @@ GEM
44
43
  hashdiff (1.1.2)
45
44
  i18n (1.14.6)
46
45
  concurrent-ruby (~> 1.0)
47
- jaro_winkler (1.5.6)
46
+ json (2.9.1)
47
+ language_server-protocol (3.17.0.4)
48
48
  logger (1.6.4)
49
49
  method_source (1.1.0)
50
50
  minitest (5.25.4)
51
51
  parallel (1.26.3)
52
- parser (3.3.6.0)
52
+ parser (3.3.7.0)
53
53
  ast (~> 2.4.1)
54
54
  racc
55
55
  pry (0.14.2)
@@ -58,13 +58,11 @@ GEM
58
58
  pry-byebug (3.10.1)
59
59
  byebug (~> 11.0)
60
60
  pry (>= 0.13, < 0.15)
61
- psych (5.2.2)
62
- date
63
- stringio
64
61
  public_suffix (6.0.1)
65
62
  racc (1.8.1)
66
63
  rainbow (3.1.1)
67
64
  rake (13.0.6)
65
+ regexp_parser (2.10.0)
68
66
  rexml (3.4.0)
69
67
  rspec (3.13.0)
70
68
  rspec-core (~> 3.13.0)
@@ -79,22 +77,29 @@ GEM
79
77
  diff-lcs (>= 1.2.0, < 2.0)
80
78
  rspec-support (~> 3.13.0)
81
79
  rspec-support (3.13.2)
82
- rubocop (0.66.0)
83
- jaro_winkler (~> 1.5.1)
80
+ rubocop (1.71.1)
81
+ json (~> 2.3)
82
+ language_server-protocol (>= 3.17.0)
84
83
  parallel (~> 1.10)
85
- parser (>= 2.5, != 2.5.1.1)
86
- psych (>= 3.1.0)
84
+ parser (>= 3.3.0.2)
87
85
  rainbow (>= 2.2.2, < 4.0)
86
+ regexp_parser (>= 2.9.3, < 3.0)
87
+ rubocop-ast (>= 1.38.0, < 2.0)
88
88
  ruby-progressbar (~> 1.7)
89
- unicode-display_width (>= 1.4.0, < 1.6)
89
+ unicode-display_width (>= 2.4.0, < 4.0)
90
+ rubocop-ast (1.38.0)
91
+ parser (>= 3.3.1.0)
92
+ rubocop-rspec (3.4.0)
93
+ rubocop (~> 1.61)
90
94
  ruby-progressbar (1.13.0)
91
95
  securerandom (0.4.1)
92
- stringio (3.1.2)
93
96
  typhoeus (1.4.1)
94
97
  ethon (>= 0.9.0)
95
98
  tzinfo (2.0.6)
96
99
  concurrent-ruby (~> 1.0)
97
- unicode-display_width (1.5.0)
100
+ unicode-display_width (3.1.4)
101
+ unicode-emoji (~> 4.0, >= 4.0.4)
102
+ unicode-emoji (4.0.4)
98
103
  webmock (3.24.0)
99
104
  addressable (>= 2.8.0)
100
105
  crack (>= 0.3.2)
@@ -120,7 +125,8 @@ DEPENDENCIES
120
125
  pry-byebug
121
126
  rake (~> 13.0.6)
122
127
  rspec (~> 3.6, >= 3.6.0)
123
- rubocop (~> 0.66.0)
128
+ rubocop (~> 1.71.1)
129
+ rubocop-rspec
124
130
  webmock (~> 3.14)
125
131
 
126
132
  BUNDLED WITH
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: 5.0.0
10
+ - Package version: 5.1.0
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', '~> 5.0.0'
18
+ gem 'freeclimb', '~> 5.1.0'
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-5.0.0.gem
47
+ gem install ./freeclimb-5.1.0.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-5.0.0.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-5.1.0.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
@@ -286,6 +286,7 @@ Class | Method | HTTP request | Description
286
286
  - [Freeclimb::Sms](docs/Sms.md)
287
287
  - [Freeclimb::StartRecordCall](docs/StartRecordCall.md)
288
288
  - [Freeclimb::TFN](docs/TFN.md)
289
+ - [Freeclimb::TFNCampaign](docs/TFNCampaign.md)
289
290
  - [Freeclimb::TerminateConference](docs/TerminateConference.md)
290
291
  - [Freeclimb::TranscribeReason](docs/TranscribeReason.md)
291
292
  - [Freeclimb::TranscribeTermReason](docs/TranscribeTermReason.md)
@@ -20,6 +20,9 @@
20
20
  | **campaign_id** | **String** | The unique identifier for the campaign associated with the message | [optional] |
21
21
  | **segment_count** | **Float** | The number of segments into which the message was split | [optional] |
22
22
  | **media_urls** | **Array&lt;String&gt;** | an array of HTTP URLs which were attached this this message | [optional] |
23
+ | **tfn** | [**TFN**](TFN.md) | | [optional] |
24
+ | **phone_number_id** | **String** | String that uniquely identifies the phoneNumber resource used to send this Message | [optional] |
25
+ | **application_id** | **String** | String that uniquely identifies the Application resource used to send this Message | [optional] |
23
26
 
24
27
  ## Example
25
28
 
@@ -42,7 +45,10 @@ instance = Freeclimb::MessageResult.new(
42
45
  brand_id: null,
43
46
  campaign_id: null,
44
47
  segment_count: null,
45
- media_urls: null
48
+ media_urls: null,
49
+ tfn: null,
50
+ phone_number_id: null,
51
+ application_id: null
46
52
  )
47
53
  ```
48
54
 
@@ -0,0 +1,34 @@
1
+ # Freeclimb::TFNCampaign
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_id** | **String** | ID of the account that created this participant. | |
8
+ | **campaign_id** | **String** | TFNCampaignId | |
9
+ | **use_case** | **String** | | |
10
+ | **registration_status** | [**SMSTollFreeCampaignRegistrationStatus**](SMSTollFreeCampaignRegistrationStatus.md) | | |
11
+ | **date_created** | **String** | | |
12
+ | **date_updated** | **String** | | |
13
+ | **date_created_iso** | **String** | | |
14
+ | **date_updated_iso** | **String** | | |
15
+ | **revision** | **Integer** | | |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'freeclimb'
21
+
22
+ instance = Freeclimb::TFNCampaign.new(
23
+ account_id: null,
24
+ campaign_id: cmptfn_387ec3f6e03b340553f35f29c8f118cdf3eae08a,
25
+ use_case: null,
26
+ registration_status: null,
27
+ date_created: null,
28
+ date_updated: null,
29
+ date_created_iso: null,
30
+ date_updated_iso: null,
31
+ revision: null
32
+ )
33
+ ```
34
+
@@ -236,8 +236,7 @@ module Freeclimb
236
236
  end
237
237
 
238
238
  def operation_server_settings
239
- {
240
- }
239
+ {}
241
240
  end
242
241
 
243
242
  # Returns URL based on server settings
@@ -18,8 +18,7 @@ module Freeclimb
18
18
  class Dequeue < PerclCommand
19
19
  # Attribute mapping from ruby-style variable name to JSON key.
20
20
  def self.attribute_map
21
- {
22
- }
21
+ {}
23
22
  end
24
23
 
25
24
  # Returns all the JSON keys this model knows about, including the ones defined in its parent(s)
@@ -29,8 +28,7 @@ module Freeclimb
29
28
 
30
29
  # Attribute type mapping.
31
30
  def self.openapi_types
32
- {
33
- }
31
+ {}
34
32
  end
35
33
 
36
34
  # List of attributes with nullable: true
@@ -62,6 +62,14 @@ module Freeclimb
62
62
  # an array of HTTP URLs which were attached this this message
63
63
  attr_accessor :media_urls
64
64
 
65
+ attr_accessor :tfn
66
+
67
+ # String that uniquely identifies the phoneNumber resource used to send this Message
68
+ attr_accessor :phone_number_id
69
+
70
+ # String that uniquely identifies the Application resource used to send this Message
71
+ attr_accessor :application_id
72
+
65
73
  class EnumAttributeValidator
66
74
  attr_reader :datatype
67
75
  attr_reader :allowable_values
@@ -102,7 +110,10 @@ module Freeclimb
102
110
  :'brand_id' => :'brandId',
103
111
  :'campaign_id' => :'campaignId',
104
112
  :'segment_count' => :'segmentCount',
105
- :'media_urls' => :'mediaUrls'
113
+ :'media_urls' => :'mediaUrls',
114
+ :'tfn' => :'tfn',
115
+ :'phone_number_id' => :'phoneNumberId',
116
+ :'application_id' => :'applicationId'
106
117
  }
107
118
  end
108
119
 
@@ -129,7 +140,10 @@ module Freeclimb
129
140
  :'brand_id' => :'String',
130
141
  :'campaign_id' => :'String',
131
142
  :'segment_count' => :'Float',
132
- :'media_urls' => :'Array<String>'
143
+ :'media_urls' => :'Array<String>',
144
+ :'tfn' => :'TFN',
145
+ :'phone_number_id' => :'String',
146
+ :'application_id' => :'String'
133
147
  }
134
148
  end
135
149
 
@@ -147,7 +161,9 @@ module Freeclimb
147
161
  :'brand_id',
148
162
  :'campaign_id',
149
163
  :'segment_count',
150
- :'media_urls'
164
+ :'media_urls',
165
+ :'phone_number_id',
166
+ :'application_id'
151
167
  ])
152
168
  end
153
169
 
@@ -238,6 +254,18 @@ module Freeclimb
238
254
  self.media_urls = value
239
255
  end
240
256
  end
257
+
258
+ if attributes.key?(:'tfn')
259
+ self.tfn = attributes[:'tfn']
260
+ end
261
+
262
+ if attributes.key?(:'phone_number_id')
263
+ self.phone_number_id = attributes[:'phone_number_id']
264
+ end
265
+
266
+ if attributes.key?(:'application_id')
267
+ self.application_id = attributes[:'application_id']
268
+ end
241
269
  end
242
270
 
243
271
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -278,7 +306,10 @@ module Freeclimb
278
306
  brand_id == o.brand_id &&
279
307
  campaign_id == o.campaign_id &&
280
308
  segment_count == o.segment_count &&
281
- media_urls == o.media_urls
309
+ media_urls == o.media_urls &&
310
+ tfn == o.tfn &&
311
+ phone_number_id == o.phone_number_id &&
312
+ application_id == o.application_id
282
313
  end
283
314
 
284
315
  # @see the `==` method
@@ -290,7 +321,7 @@ module Freeclimb
290
321
  # Calculates hash code according to all attributes.
291
322
  # @return [Integer] Hash code
292
323
  def hash
293
- [uri, date_created, date_updated, revision, account_id, message_id, status, from, to, text, direction, notification_url, brand_id, campaign_id, segment_count, media_urls].hash
324
+ [uri, date_created, date_updated, revision, account_id, message_id, status, from, to, text, direction, notification_url, brand_id, campaign_id, segment_count, media_urls, tfn, phone_number_id, application_id].hash
294
325
  end
295
326
 
296
327
  # Builds the object from hash
@@ -18,8 +18,7 @@ module Freeclimb
18
18
  class RemoveFromConference < PerclCommand
19
19
  # Attribute mapping from ruby-style variable name to JSON key.
20
20
  def self.attribute_map
21
- {
22
- }
21
+ {}
23
22
  end
24
23
 
25
24
  # Returns all the JSON keys this model knows about, including the ones defined in its parent(s)
@@ -29,8 +28,7 @@ module Freeclimb
29
28
 
30
29
  # Attribute type mapping.
31
30
  def self.openapi_types
32
- {
33
- }
31
+ {}
34
32
  end
35
33
 
36
34
  # List of attributes with nullable: true
@@ -18,8 +18,7 @@ module Freeclimb
18
18
  class StartRecordCall < PerclCommand
19
19
  # Attribute mapping from ruby-style variable name to JSON key.
20
20
  def self.attribute_map
21
- {
22
- }
21
+ {}
23
22
  end
24
23
 
25
24
  # Returns all the JSON keys this model knows about, including the ones defined in its parent(s)
@@ -29,8 +28,7 @@ module Freeclimb
29
28
 
30
29
  # Attribute type mapping.
31
30
  def self.openapi_types
32
- {
33
- }
31
+ {}
34
32
  end
35
33
 
36
34
  # List of attributes with nullable: true
@@ -18,8 +18,7 @@ module Freeclimb
18
18
  class TerminateConference < PerclCommand
19
19
  # Attribute mapping from ruby-style variable name to JSON key.
20
20
  def self.attribute_map
21
- {
22
- }
21
+ {}
23
22
  end
24
23
 
25
24
  # Returns all the JSON keys this model knows about, including the ones defined in its parent(s)
@@ -29,8 +28,7 @@ module Freeclimb
29
28
 
30
29
  # Attribute type mapping.
31
30
  def self.openapi_types
32
- {
33
- }
31
+ {}
34
32
  end
35
33
 
36
34
  # List of attributes with nullable: true