twilio-ruby 5.40.4 → 5.45.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +104 -0
  3. data/{LICENSE.md → LICENSE} +0 -0
  4. data/PULL_REQUEST_TEMPLATE.md +3 -3
  5. data/README.md +18 -2
  6. data/lib/twilio-ruby.rb +1 -1
  7. data/lib/twilio-ruby/jwt/access_token.rb +7 -2
  8. data/lib/twilio-ruby/rest/accounts.rb +12 -0
  9. data/lib/twilio-ruby/rest/accounts/v1.rb +14 -0
  10. data/lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.rb +186 -0
  11. data/lib/twilio-ruby/rest/accounts/v1/secondary_auth_token.rb +200 -0
  12. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +26 -1
  13. data/lib/twilio-ruby/rest/api/v2010/account/call/event.rb +201 -0
  14. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +13 -1
  15. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +6 -1
  16. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +5 -22
  17. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +25 -40
  18. data/lib/twilio-ruby/rest/client.rb +29 -3
  19. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +10 -2
  20. data/lib/twilio-ruby/rest/conversations/v1/service/conversation.rb +13 -3
  21. data/lib/twilio-ruby/rest/events/v1/subscription.rb +12 -5
  22. data/lib/twilio-ruby/rest/insights.rb +8 -0
  23. data/lib/twilio-ruby/rest/insights/v1.rb +15 -0
  24. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +7 -0
  25. data/lib/twilio-ruby/rest/insights/v1/room.rb +487 -0
  26. data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +378 -0
  27. data/lib/twilio-ruby/rest/ip_messaging.rb +8 -10
  28. data/lib/twilio-ruby/rest/ip_messaging/v1.rb +6 -8
  29. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +29 -68
  30. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +198 -313
  31. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +32 -59
  32. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +23 -55
  33. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +28 -71
  34. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +31 -59
  35. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +19 -39
  36. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +29 -51
  37. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +12 -18
  38. data/lib/twilio-ruby/rest/ip_messaging/v2.rb +6 -6
  39. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +29 -66
  40. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +116 -205
  41. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +23 -50
  42. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +41 -91
  43. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +23 -50
  44. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +42 -118
  45. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +46 -100
  46. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +36 -89
  47. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +19 -41
  48. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +29 -53
  49. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +23 -53
  50. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +27 -56
  51. data/lib/twilio-ruby/rest/preview.rb +5 -18
  52. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +5 -22
  53. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +21 -39
  54. data/lib/twilio-ruby/rest/preview/trusted_comms.rb +12 -27
  55. data/lib/twilio-ruby/rest/preview/trusted_comms/{business.rb → branded_channel.rb} +63 -77
  56. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_channel/channel.rb +165 -0
  57. data/lib/twilio-ruby/rest/serverless/v1/service.rb +5 -5
  58. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +4 -4
  59. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +4 -4
  60. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +4 -4
  61. data/lib/twilio-ruby/rest/serverless/v1/service/build/build_status.rb +4 -4
  62. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +4 -4
  63. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +4 -4
  64. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +4 -4
  65. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +4 -4
  66. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +4 -4
  67. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +4 -4
  68. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +4 -4
  69. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +15 -5
  70. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +15 -5
  71. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +28 -5
  72. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +15 -5
  73. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +28 -5
  74. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +15 -5
  75. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +12 -9
  76. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +16 -16
  77. data/lib/twilio-ruby/rest/trunking/v1/trunk/recording.rb +21 -24
  78. data/lib/twilio-ruby/rest/verify/v2/form.rb +4 -4
  79. data/lib/twilio-ruby/rest/verify/v2/service.rb +54 -33
  80. data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +3 -3
  81. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +23 -35
  82. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +36 -61
  83. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +59 -57
  84. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +4 -4
  85. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +6 -6
  86. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +6 -6
  87. data/lib/twilio-ruby/rest/video/v1/room.rb +20 -0
  88. data/lib/twilio-ruby/rest/video/v1/room/room_recording_rule.rb +150 -0
  89. data/lib/twilio-ruby/twiml/voice_response.rb +7 -4
  90. data/lib/twilio-ruby/util/configuration.rb +5 -1
  91. data/lib/twilio-ruby/version.rb +1 -1
  92. data/spec/integration/accounts/v1/auth_token_promotion_spec.rb +44 -0
  93. data/spec/integration/accounts/v1/secondary_auth_token_spec.rb +69 -0
  94. data/spec/integration/api/v2010/account/call/event_spec.rb +102 -0
  95. data/spec/integration/api/v2010/account/call/recording_spec.rb +4 -0
  96. data/spec/integration/api/v2010/account/call_spec.rb +20 -10
  97. data/spec/integration/api/v2010/account/conference/participant_spec.rb +30 -0
  98. data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +4 -2
  99. data/spec/integration/conversations/v1/conversation_spec.rb +1 -1
  100. data/spec/integration/conversations/v1/service/conversation_spec.rb +1 -1
  101. data/spec/integration/events/v1/sink/sink_test_spec.rb +1 -1
  102. data/spec/integration/events/v1/subscription_spec.rb +49 -0
  103. data/spec/integration/insights/v1/call/summary_spec.rb +1 -0
  104. data/spec/integration/insights/v1/room/participant_spec.rb +147 -0
  105. data/spec/integration/insights/v1/room_spec.rb +164 -0
  106. data/spec/integration/ip_messaging/v1/credential_spec.rb +13 -13
  107. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +11 -11
  108. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +14 -14
  109. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +14 -14
  110. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +25 -25
  111. data/spec/integration/ip_messaging/v1/service/role_spec.rb +13 -13
  112. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +7 -7
  113. data/spec/integration/ip_messaging/v1/service/user_spec.rb +17 -17
  114. data/spec/integration/ip_messaging/v1/service_spec.rb +9 -9
  115. data/spec/integration/ip_messaging/v2/credential_spec.rb +13 -13
  116. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +11 -11
  117. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +11 -11
  118. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +13 -13
  119. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +17 -17
  120. data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +15 -15
  121. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +29 -29
  122. data/spec/integration/ip_messaging/v2/service/role_spec.rb +13 -13
  123. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +9 -9
  124. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +20 -20
  125. data/spec/integration/ip_messaging/v2/service/user_spec.rb +21 -21
  126. data/spec/integration/ip_messaging/v2/service_spec.rb +29 -29
  127. data/spec/integration/lookups/v1/phone_number_spec.rb +7 -7
  128. data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +4 -2
  129. data/spec/integration/preview/trusted_comms/{business/brand/branded_channel → branded_channel}/channel_spec.rb +4 -8
  130. data/spec/integration/preview/trusted_comms/{business/brand/branded_channel_spec.rb → branded_channel_spec.rb} +5 -9
  131. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +1 -1
  132. data/spec/integration/trunking/v1/trunk/recording_spec.rb +2 -6
  133. data/spec/integration/verify/v2/service/entity/challenge_spec.rb +56 -20
  134. data/spec/integration/verify/v2/service/entity/factor_spec.rb +11 -26
  135. data/spec/integration/verify/v2/service/entity_spec.rb +4 -12
  136. data/spec/integration/verify/v2/service_spec.rb +8 -4
  137. data/spec/integration/video/v1/room/room_recording_rule_spec.rb +89 -0
  138. data/spec/integration/video/v1/room_spec.rb +10 -5
  139. data/spec/jwt/access_token_spec.rb +9 -1
  140. data/spec/rest/client_spec.rb +24 -2
  141. data/twilio-ruby.gemspec +2 -1
  142. metadata +42 -28
  143. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +0 -243
  144. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +0 -233
  145. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +0 -260
  146. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +0 -189
  147. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights.rb +0 -108
  148. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +0 -260
  149. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +0 -342
  150. data/spec/integration/preview/trusted_comms/branded_call_spec.rb +0 -59
  151. data/spec/integration/preview/trusted_comms/business/brand_spec.rb +0 -48
  152. data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -56
  153. data/spec/integration/preview/trusted_comms/business/insights_spec.rb +0 -12
  154. data/spec/integration/preview/trusted_comms/business_spec.rb +0 -46
  155. data/spec/integration/preview/trusted_comms/phone_call_spec.rb +0 -59
@@ -0,0 +1,165 @@
1
+ ##
2
+ # This code was generated by
3
+ # \ / _ _ _| _ _
4
+ # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
+ # / /
6
+ #
7
+ # frozen_string_literal: true
8
+
9
+ module Twilio
10
+ module REST
11
+ class Preview < Domain
12
+ class TrustedComms < Version
13
+ class BrandedChannelContext < InstanceContext
14
+ ##
15
+ # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
16
+ class ChannelList < ListResource
17
+ ##
18
+ # Initialize the ChannelList
19
+ # @param [Version] version Version that contains the resource
20
+ # @param [String] branded_channel_sid The unique SID identifier of the Branded
21
+ # Channel.
22
+ # @return [ChannelList] ChannelList
23
+ def initialize(version, branded_channel_sid: nil)
24
+ super(version)
25
+
26
+ # Path Solution
27
+ @solution = {branded_channel_sid: branded_channel_sid}
28
+ @uri = "/BrandedChannels/#{@solution[:branded_channel_sid]}/Channels"
29
+ end
30
+
31
+ ##
32
+ # Create the ChannelInstance
33
+ # @param [String] phone_number_sid The unique SID identifier of the Phone Number
34
+ # of the Phone number to be assigned to the Branded Channel.
35
+ # @return [ChannelInstance] Created ChannelInstance
36
+ def create(phone_number_sid: nil)
37
+ data = Twilio::Values.of({'PhoneNumberSid' => phone_number_sid, })
38
+
39
+ payload = @version.create('POST', @uri, data: data)
40
+
41
+ ChannelInstance.new(@version, payload, branded_channel_sid: @solution[:branded_channel_sid], )
42
+ end
43
+
44
+ ##
45
+ # Provide a user friendly representation
46
+ def to_s
47
+ '#<Twilio.Preview.TrustedComms.ChannelList>'
48
+ end
49
+ end
50
+
51
+ ##
52
+ # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
53
+ class ChannelPage < Page
54
+ ##
55
+ # Initialize the ChannelPage
56
+ # @param [Version] version Version that contains the resource
57
+ # @param [Response] response Response from the API
58
+ # @param [Hash] solution Path solution for the resource
59
+ # @return [ChannelPage] ChannelPage
60
+ def initialize(version, response, solution)
61
+ super(version, response)
62
+
63
+ # Path Solution
64
+ @solution = solution
65
+ end
66
+
67
+ ##
68
+ # Build an instance of ChannelInstance
69
+ # @param [Hash] payload Payload response from the API
70
+ # @return [ChannelInstance] ChannelInstance
71
+ def get_instance(payload)
72
+ ChannelInstance.new(@version, payload, branded_channel_sid: @solution[:branded_channel_sid], )
73
+ end
74
+
75
+ ##
76
+ # Provide a user friendly representation
77
+ def to_s
78
+ '<Twilio.Preview.TrustedComms.ChannelPage>'
79
+ end
80
+ end
81
+
82
+ ##
83
+ # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
84
+ class ChannelInstance < InstanceResource
85
+ ##
86
+ # Initialize the ChannelInstance
87
+ # @param [Version] version Version that contains the resource
88
+ # @param [Hash] payload payload that contains response from Twilio
89
+ # @param [String] branded_channel_sid The unique SID identifier of the Branded
90
+ # Channel.
91
+ # @return [ChannelInstance] ChannelInstance
92
+ def initialize(version, payload, branded_channel_sid: nil)
93
+ super(version)
94
+
95
+ # Marshaled Properties
96
+ @properties = {
97
+ 'account_sid' => payload['account_sid'],
98
+ 'business_sid' => payload['business_sid'],
99
+ 'brand_sid' => payload['brand_sid'],
100
+ 'branded_channel_sid' => payload['branded_channel_sid'],
101
+ 'phone_number_sid' => payload['phone_number_sid'],
102
+ 'phone_number' => payload['phone_number'],
103
+ 'url' => payload['url'],
104
+ }
105
+ end
106
+
107
+ ##
108
+ # @return [String] Account Sid.
109
+ def account_sid
110
+ @properties['account_sid']
111
+ end
112
+
113
+ ##
114
+ # @return [String] Business Sid.
115
+ def business_sid
116
+ @properties['business_sid']
117
+ end
118
+
119
+ ##
120
+ # @return [String] Brand Sid.
121
+ def brand_sid
122
+ @properties['brand_sid']
123
+ end
124
+
125
+ ##
126
+ # @return [String] Branded Channel Sid.
127
+ def branded_channel_sid
128
+ @properties['branded_channel_sid']
129
+ end
130
+
131
+ ##
132
+ # @return [String] Phone Number Sid to be branded.
133
+ def phone_number_sid
134
+ @properties['phone_number_sid']
135
+ end
136
+
137
+ ##
138
+ # @return [String] Twilio number to assign to the Branded Channel
139
+ def phone_number
140
+ @properties['phone_number']
141
+ end
142
+
143
+ ##
144
+ # @return [String] The URL of this resource.
145
+ def url
146
+ @properties['url']
147
+ end
148
+
149
+ ##
150
+ # Provide a user friendly representation
151
+ def to_s
152
+ "<Twilio.Preview.TrustedComms.ChannelInstance>"
153
+ end
154
+
155
+ ##
156
+ # Provide a detailed, user friendly representation
157
+ def inspect
158
+ "<Twilio.Preview.TrustedComms.ChannelInstance>"
159
+ end
160
+ end
161
+ end
162
+ end
163
+ end
164
+ end
165
+ end
@@ -11,7 +11,7 @@ module Twilio
11
11
  class Serverless < Domain
12
12
  class V1 < Version
13
13
  ##
14
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
14
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
15
15
  class ServiceList < ListResource
16
16
  ##
17
17
  # Initialize the ServiceList
@@ -114,7 +114,7 @@ module Twilio
114
114
  # @param [String] friendly_name A descriptive string that you create to describe
115
115
  # the Service resource. It can be a maximum of 255 characters.
116
116
  # @param [Boolean] include_credentials Whether to inject Account credentials into
117
- # a function invocation context. The default value is `false`.
117
+ # a function invocation context. The default value is `true`.
118
118
  # @param [Boolean] ui_editable Whether the Service's properties and subresources
119
119
  # can be edited via the UI. The default value is `false`.
120
120
  # @return [ServiceInstance] Created ServiceInstance
@@ -139,7 +139,7 @@ module Twilio
139
139
  end
140
140
 
141
141
  ##
142
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
142
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
143
143
  class ServicePage < Page
144
144
  ##
145
145
  # Initialize the ServicePage
@@ -170,7 +170,7 @@ module Twilio
170
170
  end
171
171
 
172
172
  ##
173
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
173
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
174
174
  class ServiceContext < InstanceContext
175
175
  ##
176
176
  # Initialize the ServiceContext
@@ -316,7 +316,7 @@ module Twilio
316
316
  end
317
317
 
318
318
  ##
319
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
319
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
320
320
  class ServiceInstance < InstanceResource
321
321
  ##
322
322
  # Initialize the ServiceInstance
@@ -12,7 +12,7 @@ module Twilio
12
12
  class V1 < Version
13
13
  class ServiceContext < InstanceContext
14
14
  ##
15
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
15
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
16
16
  class AssetList < ListResource
17
17
  ##
18
18
  # Initialize the AssetList
@@ -129,7 +129,7 @@ module Twilio
129
129
  end
130
130
 
131
131
  ##
132
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
132
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
133
133
  class AssetPage < Page
134
134
  ##
135
135
  # Initialize the AssetPage
@@ -160,7 +160,7 @@ module Twilio
160
160
  end
161
161
 
162
162
  ##
163
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
163
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
164
164
  class AssetContext < InstanceContext
165
165
  ##
166
166
  # Initialize the AssetContext
@@ -247,7 +247,7 @@ module Twilio
247
247
  end
248
248
 
249
249
  ##
250
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
250
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
251
251
  class AssetInstance < InstanceResource
252
252
  ##
253
253
  # Initialize the AssetInstance
@@ -13,7 +13,7 @@ module Twilio
13
13
  class ServiceContext < InstanceContext
14
14
  class AssetContext < InstanceContext
15
15
  ##
16
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
16
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
17
17
  class AssetVersionList < ListResource
18
18
  ##
19
19
  # Initialize the AssetVersionList
@@ -119,7 +119,7 @@ module Twilio
119
119
  end
120
120
 
121
121
  ##
122
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
122
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
123
123
  class AssetVersionPage < Page
124
124
  ##
125
125
  # Initialize the AssetVersionPage
@@ -155,7 +155,7 @@ module Twilio
155
155
  end
156
156
 
157
157
  ##
158
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
158
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
159
159
  class AssetVersionContext < InstanceContext
160
160
  ##
161
161
  # Initialize the AssetVersionContext
@@ -205,7 +205,7 @@ module Twilio
205
205
  end
206
206
 
207
207
  ##
208
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
208
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
209
209
  class AssetVersionInstance < InstanceResource
210
210
  ##
211
211
  # Initialize the AssetVersionInstance
@@ -12,7 +12,7 @@ module Twilio
12
12
  class V1 < Version
13
13
  class ServiceContext < InstanceContext
14
14
  ##
15
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
15
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
16
16
  class BuildList < ListResource
17
17
  ##
18
18
  # Initialize the BuildList
@@ -138,7 +138,7 @@ module Twilio
138
138
  end
139
139
 
140
140
  ##
141
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
141
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
142
142
  class BuildPage < Page
143
143
  ##
144
144
  # Initialize the BuildPage
@@ -169,7 +169,7 @@ module Twilio
169
169
  end
170
170
 
171
171
  ##
172
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
172
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
173
173
  class BuildContext < InstanceContext
174
174
  ##
175
175
  # Initialize the BuildContext
@@ -229,7 +229,7 @@ module Twilio
229
229
  end
230
230
 
231
231
  ##
232
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
232
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
233
233
  class BuildInstance < InstanceResource
234
234
  ##
235
235
  # Initialize the BuildInstance
@@ -13,7 +13,7 @@ module Twilio
13
13
  class ServiceContext < InstanceContext
14
14
  class BuildContext < InstanceContext
15
15
  ##
16
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
16
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
17
17
  class BuildStatusList < ListResource
18
18
  ##
19
19
  # Initialize the BuildStatusList
@@ -38,7 +38,7 @@ module Twilio
38
38
  end
39
39
 
40
40
  ##
41
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
41
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
42
42
  class BuildStatusPage < Page
43
43
  ##
44
44
  # Initialize the BuildStatusPage
@@ -74,7 +74,7 @@ module Twilio
74
74
  end
75
75
 
76
76
  ##
77
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
77
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
78
78
  class BuildStatusContext < InstanceContext
79
79
  ##
80
80
  # Initialize the BuildStatusContext
@@ -121,7 +121,7 @@ module Twilio
121
121
  end
122
122
 
123
123
  ##
124
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
124
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
125
125
  class BuildStatusInstance < InstanceResource
126
126
  ##
127
127
  # Initialize the BuildStatusInstance
@@ -12,7 +12,7 @@ module Twilio
12
12
  class V1 < Version
13
13
  class ServiceContext < InstanceContext
14
14
  ##
15
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
15
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
16
16
  class EnvironmentList < ListResource
17
17
  ##
18
18
  # Initialize the EnvironmentList
@@ -132,7 +132,7 @@ module Twilio
132
132
  end
133
133
 
134
134
  ##
135
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
135
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
136
136
  class EnvironmentPage < Page
137
137
  ##
138
138
  # Initialize the EnvironmentPage
@@ -163,7 +163,7 @@ module Twilio
163
163
  end
164
164
 
165
165
  ##
166
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
166
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
167
167
  class EnvironmentContext < InstanceContext
168
168
  ##
169
169
  # Initialize the EnvironmentContext
@@ -288,7 +288,7 @@ module Twilio
288
288
  end
289
289
 
290
290
  ##
291
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
291
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
292
292
  class EnvironmentInstance < InstanceResource
293
293
  ##
294
294
  # Initialize the EnvironmentInstance
@@ -13,7 +13,7 @@ module Twilio
13
13
  class ServiceContext < InstanceContext
14
14
  class EnvironmentContext < InstanceContext
15
15
  ##
16
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
16
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
17
17
  class DeploymentList < ListResource
18
18
  ##
19
19
  # Initialize the DeploymentList
@@ -135,7 +135,7 @@ module Twilio
135
135
  end
136
136
 
137
137
  ##
138
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
138
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
139
139
  class DeploymentPage < Page
140
140
  ##
141
141
  # Initialize the DeploymentPage
@@ -171,7 +171,7 @@ module Twilio
171
171
  end
172
172
 
173
173
  ##
174
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
174
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
175
175
  class DeploymentContext < InstanceContext
176
176
  ##
177
177
  # Initialize the DeploymentContext
@@ -221,7 +221,7 @@ module Twilio
221
221
  end
222
222
 
223
223
  ##
224
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
224
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
225
225
  class DeploymentInstance < InstanceResource
226
226
  ##
227
227
  # Initialize the DeploymentInstance
@@ -13,7 +13,7 @@ module Twilio
13
13
  class ServiceContext < InstanceContext
14
14
  class EnvironmentContext < InstanceContext
15
15
  ##
16
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
16
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
17
17
  class LogList < ListResource
18
18
  ##
19
19
  # Initialize the LogList
@@ -151,7 +151,7 @@ module Twilio
151
151
  end
152
152
 
153
153
  ##
154
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
154
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
155
155
  class LogPage < Page
156
156
  ##
157
157
  # Initialize the LogPage
@@ -187,7 +187,7 @@ module Twilio
187
187
  end
188
188
 
189
189
  ##
190
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
190
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
191
191
  class LogContext < InstanceContext
192
192
  ##
193
193
  # Initialize the LogContext
@@ -237,7 +237,7 @@ module Twilio
237
237
  end
238
238
 
239
239
  ##
240
- # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
240
+ # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
241
241
  class LogInstance < InstanceResource
242
242
  ##
243
243
  # Initialize the LogInstance