smooch-api 4.1.0 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -3
  3. data/docs/Action.md +2 -2
  4. data/docs/App.md +2 -2
  5. data/docs/AppApi.md +48 -48
  6. data/docs/AppSettings.md +2 -2
  7. data/docs/AppUser.md +6 -6
  8. data/docs/AppUserApi.md +78 -78
  9. data/docs/AppUserBusinessSystemsResponse.md +1 -1
  10. data/docs/AppUserLink.md +2 -2
  11. data/docs/AppUserPreCreate.md +3 -3
  12. data/docs/AppUserResponse.md +1 -1
  13. data/docs/AppUserUpdate.md +2 -2
  14. data/docs/AttachmentRemove.md +1 -1
  15. data/docs/AttachmentResponse.md +2 -2
  16. data/docs/AttachmentsApi.md +16 -16
  17. data/docs/AuthCodeResponse.md +1 -1
  18. data/docs/BusinessSystemItem.md +4 -4
  19. data/docs/ChannelEntityItem.md +3 -3
  20. data/docs/Client.md +4 -4
  21. data/docs/ClientInfo.md +8 -8
  22. data/docs/Conversation.md +2 -2
  23. data/docs/ConversationApi.md +42 -42
  24. data/docs/Destination.md +2 -2
  25. data/docs/DisplaySettings.md +1 -1
  26. data/docs/GetMessagesResponse.md +1 -1
  27. data/docs/Integration.md +44 -44
  28. data/docs/IntegrationApi.md +66 -66
  29. data/docs/IntegrationCreate.md +36 -36
  30. data/docs/IntegrationProfileUpdate.md +1 -1
  31. data/docs/IntegrationUpdate.md +16 -16
  32. data/docs/LinkRequestResponse.md +1 -1
  33. data/docs/LinkRequestResponseLinkRequests.md +1 -1
  34. data/docs/ListAppsResponse.md +1 -1
  35. data/docs/ListServiceAccountsResponse.md +2 -2
  36. data/docs/ListTemplatesResponse.md +1 -1
  37. data/docs/MenuApi.md +14 -14
  38. data/docs/Message.md +6 -6
  39. data/docs/MessageItem.md +2 -2
  40. data/docs/MessageOverride.md +8 -0
  41. data/docs/MessageOverrideWhatsapp.md +8 -0
  42. data/docs/MessagePost.md +4 -3
  43. data/docs/MessageResponse.md +1 -1
  44. data/docs/SecretKey.md +1 -1
  45. data/docs/ServiceAccount.md +1 -1
  46. data/docs/ServiceAccountApi.md +46 -46
  47. data/docs/ServiceAccountResponse.md +1 -1
  48. data/docs/Template.md +1 -1
  49. data/docs/TemplateApi.md +30 -30
  50. data/docs/TypingActivityTrigger.md +1 -1
  51. data/docs/Webhook.md +1 -1
  52. data/docs/WebhookApi.md +30 -30
  53. data/lib/smooch-api.rb +3 -1
  54. data/lib/smooch-api/api/app_api.rb +112 -112
  55. data/lib/smooch-api/api/app_user_api.rb +190 -190
  56. data/lib/smooch-api/api/attachments_api.rb +34 -34
  57. data/lib/smooch-api/api/conversation_api.rb +102 -102
  58. data/lib/smooch-api/api/integration_api.rb +161 -161
  59. data/lib/smooch-api/api/menu_api.rb +34 -34
  60. data/lib/smooch-api/api/service_account_api.rb +109 -109
  61. data/lib/smooch-api/api/template_api.rb +73 -73
  62. data/lib/smooch-api/api/webhook_api.rb +73 -73
  63. data/lib/smooch-api/api_client.rb +1 -1
  64. data/lib/smooch-api/api_error.rb +1 -1
  65. data/lib/smooch-api/configuration.rb +1 -1
  66. data/lib/smooch-api/models/action.rb +12 -12
  67. data/lib/smooch-api/models/app.rb +18 -18
  68. data/lib/smooch-api/models/app_create.rb +1 -1
  69. data/lib/smooch-api/models/app_response.rb +1 -1
  70. data/lib/smooch-api/models/app_settings.rb +12 -12
  71. data/lib/smooch-api/models/app_update.rb +1 -1
  72. data/lib/smooch-api/models/app_user.rb +38 -38
  73. data/lib/smooch-api/models/app_user_business_systems_response.rb +10 -10
  74. data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
  75. data/lib/smooch-api/models/app_user_link.rb +12 -12
  76. data/lib/smooch-api/models/app_user_pre_create.rb +20 -20
  77. data/lib/smooch-api/models/app_user_response.rb +10 -10
  78. data/lib/smooch-api/models/app_user_update.rb +12 -12
  79. data/lib/smooch-api/models/attachment_remove.rb +10 -10
  80. data/lib/smooch-api/models/attachment_response.rb +18 -18
  81. data/lib/smooch-api/models/auth_code_response.rb +10 -10
  82. data/lib/smooch-api/models/business_system_item.rb +22 -22
  83. data/lib/smooch-api/models/channel_entity_item.rb +17 -17
  84. data/lib/smooch-api/models/client.rb +22 -22
  85. data/lib/smooch-api/models/client_info.rb +42 -42
  86. data/lib/smooch-api/models/confirmation.rb +1 -1
  87. data/lib/smooch-api/models/conversation.rb +18 -18
  88. data/lib/smooch-api/models/destination.rb +18 -18
  89. data/lib/smooch-api/models/display_settings.rb +7 -7
  90. data/lib/smooch-api/models/get_messages_response.rb +7 -7
  91. data/lib/smooch-api/models/integration.rb +225 -225
  92. data/lib/smooch-api/models/integration_create.rb +182 -182
  93. data/lib/smooch-api/models/integration_profile_update.rb +7 -7
  94. data/lib/smooch-api/models/integration_response.rb +1 -1
  95. data/lib/smooch-api/models/integration_update.rb +82 -82
  96. data/lib/smooch-api/models/jwt_response.rb +1 -1
  97. data/lib/smooch-api/models/link_request_response.rb +7 -7
  98. data/lib/smooch-api/models/link_request_response_link_requests.rb +10 -10
  99. data/lib/smooch-api/models/list_apps_response.rb +7 -7
  100. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  101. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  102. data/lib/smooch-api/models/list_service_accounts_response.rb +12 -12
  103. data/lib/smooch-api/models/list_templates_response.rb +7 -7
  104. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  105. data/lib/smooch-api/models/menu.rb +1 -1
  106. data/lib/smooch-api/models/menu_item.rb +1 -1
  107. data/lib/smooch-api/models/menu_response.rb +1 -1
  108. data/lib/smooch-api/models/message.rb +41 -41
  109. data/lib/smooch-api/models/message_item.rb +12 -12
  110. data/lib/smooch-api/models/message_override.rb +188 -0
  111. data/lib/smooch-api/models/message_override_whatsapp.rb +189 -0
  112. data/lib/smooch-api/models/message_post.rb +30 -20
  113. data/lib/smooch-api/models/message_response.rb +7 -7
  114. data/lib/smooch-api/models/secret_key.rb +10 -10
  115. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  116. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  117. data/lib/smooch-api/models/service_account.rb +10 -10
  118. data/lib/smooch-api/models/service_account_create.rb +1 -1
  119. data/lib/smooch-api/models/service_account_response.rb +7 -7
  120. data/lib/smooch-api/models/service_account_update.rb +1 -1
  121. data/lib/smooch-api/models/source.rb +1 -1
  122. data/lib/smooch-api/models/sub_menu_item.rb +1 -1
  123. data/lib/smooch-api/models/template.rb +10 -10
  124. data/lib/smooch-api/models/template_create.rb +1 -1
  125. data/lib/smooch-api/models/template_response.rb +1 -1
  126. data/lib/smooch-api/models/template_update.rb +1 -1
  127. data/lib/smooch-api/models/typing_activity_trigger.rb +7 -7
  128. data/lib/smooch-api/models/webhook.rb +10 -10
  129. data/lib/smooch-api/models/webhook_create.rb +1 -1
  130. data/lib/smooch-api/models/webhook_response.rb +1 -1
  131. data/lib/smooch-api/models/webhook_update.rb +1 -1
  132. data/lib/smooch-api/version.rb +2 -2
  133. data/smooch-api.gemspec +1 -1
  134. data/spec/api_client_spec.rb +1 -1
  135. data/spec/configuration_spec.rb +1 -1
  136. data/spec/spec_helper.rb +1 -1
  137. metadata +6 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 4.1
6
+ OpenAPI spec version: 4.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -16,20 +16,20 @@ module SmoochApi
16
16
 
17
17
  class DisplaySettings
18
18
  # Specifies how to display all carousel images. Valid values are *horizontal* (default) and *square*.
19
- attr_accessor :image_aspect_ratio
19
+ attr_accessor :imageAspectRatio
20
20
 
21
21
 
22
22
  # Attribute mapping from ruby-style variable name to JSON key.
23
23
  def self.attribute_map
24
24
  {
25
- :'image_aspect_ratio' => :'imageAspectRatio'
25
+ :'imageAspectRatio' => :'imageAspectRatio'
26
26
  }
27
27
  end
28
28
 
29
29
  # Attribute type mapping.
30
30
  def self.swagger_types
31
31
  {
32
- :'image_aspect_ratio' => :'String'
32
+ :'imageAspectRatio' => :'String'
33
33
  }
34
34
  end
35
35
 
@@ -42,7 +42,7 @@ module SmoochApi
42
42
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
43
43
 
44
44
  if attributes.has_key?(:'imageAspectRatio')
45
- self.image_aspect_ratio = attributes[:'imageAspectRatio']
45
+ self.imageAspectRatio = attributes[:'imageAspectRatio']
46
46
  end
47
47
 
48
48
  end
@@ -65,7 +65,7 @@ module SmoochApi
65
65
  def ==(o)
66
66
  return true if self.equal?(o)
67
67
  self.class == o.class &&
68
- image_aspect_ratio == o.image_aspect_ratio
68
+ imageAspectRatio == o.imageAspectRatio
69
69
  end
70
70
 
71
71
  # @see the `==` method
@@ -77,7 +77,7 @@ module SmoochApi
77
77
  # Calculates hash code according to all attributes.
78
78
  # @return [Fixnum] Hash code
79
79
  def hash
80
- [image_aspect_ratio].hash
80
+ [imageAspectRatio].hash
81
81
  end
82
82
 
83
83
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 4.1
6
+ OpenAPI spec version: 4.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -22,7 +22,7 @@ module SmoochApi
22
22
  attr_accessor :messages
23
23
 
24
24
  # The URI for the next set of messages in the conversation.
25
- attr_accessor :_next
25
+ attr_accessor :next
26
26
 
27
27
 
28
28
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -30,7 +30,7 @@ module SmoochApi
30
30
  {
31
31
  :'conversation' => :'conversation',
32
32
  :'messages' => :'messages',
33
- :'_next' => :'next'
33
+ :'next' => :'next'
34
34
  }
35
35
  end
36
36
 
@@ -39,7 +39,7 @@ module SmoochApi
39
39
  {
40
40
  :'conversation' => :'Conversation',
41
41
  :'messages' => :'Array<Message>',
42
- :'_next' => :'String'
42
+ :'next' => :'String'
43
43
  }
44
44
  end
45
45
 
@@ -62,7 +62,7 @@ module SmoochApi
62
62
  end
63
63
 
64
64
  if attributes.has_key?(:'next')
65
- self._next = attributes[:'next']
65
+ self.next = attributes[:'next']
66
66
  end
67
67
 
68
68
  end
@@ -87,7 +87,7 @@ module SmoochApi
87
87
  self.class == o.class &&
88
88
  conversation == o.conversation &&
89
89
  messages == o.messages &&
90
- _next == o._next
90
+ next == o.next
91
91
  end
92
92
 
93
93
  # @see the `==` method
@@ -99,7 +99,7 @@ module SmoochApi
99
99
  # Calculates hash code according to all attributes.
100
100
  # @return [Fixnum] Hash code
101
101
  def hash
102
- [conversation, messages, _next].hash
102
+ [conversation, messages, next].hash
103
103
  end
104
104
 
105
105
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
5
5
 
6
- OpenAPI spec version: 4.1
6
+ OpenAPI spec version: 4.2
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -16,40 +16,40 @@ module SmoochApi
16
16
 
17
17
  class Integration
18
18
  # The integration ID, generated automatically.
19
- attr_accessor :_id
19
+ attr_accessor :id
20
20
 
21
21
  # The integration type.
22
22
  attr_accessor :type
23
23
 
24
24
  # Facebook Page Access Token. Required for *messenger* integrations.
25
- attr_accessor :page_access_token
25
+ attr_accessor :pageAccessToken
26
26
 
27
27
  # Facebook App ID OR WeChat App ID. Required for *messenger* and *wechat* integrations.
28
- attr_accessor :app_id
28
+ attr_accessor :appId
29
29
 
30
30
  # Facebook Page App Secret OR WeChat App Secret. Required for *messenger* and *wechat* integrations.
31
- attr_accessor :app_secret
31
+ attr_accessor :appSecret
32
32
 
33
33
  # Optional endpoint to generate access tokens for WeChat. Used to coordinate API access with third party systems.
34
- attr_accessor :access_token_url
34
+ attr_accessor :accessTokenUrl
35
35
 
36
36
  # Secret to verify webhooks. Returned on successful *wechat* and *messagebird* integrations.
37
- attr_accessor :webhook_secret
37
+ attr_accessor :webhookSecret
38
38
 
39
39
  # Facebook Page App ID. Returned on successful *messenger* integrations.
40
- attr_accessor :page_id
40
+ attr_accessor :pageId
41
41
 
42
42
  # Twilio Account SID. Required for *twilio* integrations.
43
- attr_accessor :account_sid
43
+ attr_accessor :accountSid
44
44
 
45
45
  # Twilio Auth Token. Required for *twilio* integrations.
46
- attr_accessor :auth_token
46
+ attr_accessor :authToken
47
47
 
48
48
  # SID for specific phone number. Required for *twilio* integrations.
49
- attr_accessor :phone_number_sid
49
+ attr_accessor :phoneNumberSid
50
50
 
51
51
  # Smooch will receive all messages sent to this phone number. Returned on successful *twilio* integrations.
52
- attr_accessor :phone_number
52
+ attr_accessor :phoneNumber
53
53
 
54
54
  # Name on the account. Returned on successful *twilio* integrations.
55
55
  attr_accessor :name
@@ -61,124 +61,124 @@ module SmoochApi
61
61
  attr_accessor :uri
62
62
 
63
63
  # LINE Channel ID. Required for *line* integrations.
64
- attr_accessor :channel_id
64
+ attr_accessor :channelId
65
65
 
66
66
  # LINE Channel Secret. Required for *line* integrations.
67
- attr_accessor :channel_secret
67
+ attr_accessor :channelSecret
68
68
 
69
69
  # LINE Channel Access Token. Required for *line* integrations.
70
- attr_accessor :channel_access_token
70
+ attr_accessor :channelAccessToken
71
71
 
72
72
  # The bot's name. Returned on successful *line* integrations.
73
- attr_accessor :bot_name
73
+ attr_accessor :botName
74
74
 
75
75
  # AES Encoding Key. (Optional) Used for *wechat* integrations.
76
- attr_accessor :encoding_aes_key
76
+ attr_accessor :encodingAesKey
77
77
 
78
78
  # Email will display as coming from this address. (Optional) Used for *frontendEmail* integrations.
79
- attr_accessor :from_address
79
+ attr_accessor :fromAddress
80
80
 
81
81
  # The binary of your APN certificate base64 encoded. Required for *apn* integrations.
82
82
  attr_accessor :certificate
83
83
 
84
84
  # Your WhatsApp API client's URL. Required for *WhatsApp* integrations.
85
- attr_accessor :base_url
85
+ attr_accessor :baseUrl
86
86
 
87
87
  # Specification of a fallback language. (Optional) Used for *WhatsApp* integrations.
88
- attr_accessor :hsm_fallback_language
88
+ attr_accessor :hsmFallbackLanguage
89
89
 
90
90
  # The password for your APN certificate or WhatsApp API client. Required for *WhatsApp* integrations. (Optional) Used for *apn* integrations.
91
91
  attr_accessor :password
92
92
 
93
93
  # Use the unread count of the conversation as the application badge. (Optional) Used for *apn* integrations.
94
- attr_accessor :auto_update_badge
94
+ attr_accessor :autoUpdateBadge
95
95
 
96
96
  # Flag specifying whether the certificate is production. Returned on successful *apn* integrations.
97
97
  attr_accessor :production
98
98
 
99
99
  # Your server key from the fcm console. Required for *fcm* integrations.
100
- attr_accessor :server_key
100
+ attr_accessor :serverKey
101
101
 
102
102
  # Your sender id from the fcm console. Required for *fcm* integrations.
103
- attr_accessor :sender_id
103
+ attr_accessor :senderId
104
104
 
105
105
  # Your Twitter app’s tier. Accepted values are enterprise or premium.
106
106
  attr_accessor :tier
107
107
 
108
108
  # The Twitter environment name, e.g.: env-beta. Required for *twitter* integrations with *premium* tier.
109
- attr_accessor :env_name
109
+ attr_accessor :envName
110
110
 
111
111
  # The consumer key for your Twitter app. Required for *twitter* integrations.
112
- attr_accessor :consumer_key
112
+ attr_accessor :consumerKey
113
113
 
114
114
  # The consumer secret for your Twitter app. Required for *twitter* integrations.
115
- attr_accessor :consumer_secret
115
+ attr_accessor :consumerSecret
116
116
 
117
117
  # The access token key obtained from your user via oauth. Required for *twitter* integrations.
118
- attr_accessor :access_token_key
118
+ attr_accessor :accessTokenKey
119
119
 
120
120
  # The access token secret obtained from your user via oauth. Required for *twitter* integrations.
121
- attr_accessor :access_token_secret
121
+ attr_accessor :accessTokenSecret
122
122
 
123
123
  # The twitter userId. Returned on successful *twitter* integrations.
124
- attr_accessor :user_id
124
+ attr_accessor :userId
125
125
 
126
126
  # The username for the account. Required for *WhatsApp* integrations. Returned on successful *twitter* and *telegram* integrations.
127
127
  attr_accessor :username
128
128
 
129
129
  # The public API key of your Mailgun account. Required for *mailgun* integrations.
130
- attr_accessor :api_key
130
+ attr_accessor :apiKey
131
131
 
132
132
  # The domain used to relay email. Required for *mailgun* integrations.
133
133
  attr_accessor :domain
134
134
 
135
135
  # Smooch will receive all emails sent to this address. Required for *mailgun* integrations.
136
- attr_accessor :incoming_address
136
+ attr_accessor :incomingAddress
137
137
 
138
138
  # The public API key of your MessageBird account. Required for *messagebird* integrations.
139
- attr_accessor :access_key
139
+ attr_accessor :accessKey
140
140
 
141
141
  # Smooch will receive all messages sent to this phone number. Required for *messagebird* integrations.
142
142
  attr_accessor :originator
143
143
 
144
144
  # This color will be used in the messenger header and the button or tab in idle state. (Optional) Used for *Web Messenger* integrations.
145
- attr_accessor :brand_color
145
+ attr_accessor :brandColor
146
146
 
147
147
  # When `true`, the introduction pane will be pinned at the top of the conversation instead of scrolling with it. The default value is `false`. (Optional) Used for *Web Messenger* integrations.
148
- attr_accessor :fixed_intro_pane
148
+ attr_accessor :fixedIntroPane
149
149
 
150
150
  # This color will be used for customer messages, quick replies and actions in the footer. (Optional) Used for *Web Messenger* integrations.
151
- attr_accessor :conversation_color
151
+ attr_accessor :conversationColor
152
152
 
153
153
  # This color will be used for call-to-actions inside your messages. (Optional) Used for *Web Messenger* integrations.
154
- attr_accessor :action_color
154
+ attr_accessor :actionColor
155
155
 
156
156
  # Choose how the messenger will appear on your website. Must be either button or tab. (Optional) Used for *Web Messenger* integrations.
157
- attr_accessor :display_style
157
+ attr_accessor :displayStyle
158
158
 
159
159
  # With the button style Web Messenger, you have the option of selecting your own button icon. (Optional) Used for *Web Messenger* integrations.
160
- attr_accessor :button_icon_url
160
+ attr_accessor :buttonIconUrl
161
161
 
162
162
  # With the button style Web Messenger, you have the option of specifying its width. (Optional) Used for *Web Messenger* integrations.
163
- attr_accessor :button_width
163
+ attr_accessor :buttonWidth
164
164
 
165
165
  # With the button style Web Messenger, you have the option of specifying its height. (Optional) Used for *Web Messenger* integrations.
166
- attr_accessor :button_height
166
+ attr_accessor :buttonHeight
167
167
 
168
168
  # Array of integration IDs, order will be reflected in the Web Messenger. When set, only integrations from this list will be displayed in the Web Messenger. If unset, all integrations will be displayed (Optional) Used for *Web Messenger* integrations.
169
- attr_accessor :integration_order
169
+ attr_accessor :integrationOrder
170
170
 
171
171
  # A custom business name for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
172
- attr_accessor :business_name
172
+ attr_accessor :businessName
173
173
 
174
174
  # A custom business icon url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
175
- attr_accessor :business_icon_url
175
+ attr_accessor :businessIconUrl
176
176
 
177
177
  # A custom background url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
178
- attr_accessor :background_image_url
178
+ attr_accessor :backgroundImageUrl
179
179
 
180
180
  # A list of origins to whitelist. When set, only the origins from this list will be able to initialize the Web Messenger. If unset, all origins are whitelisted. The elements in the list should follow the serialized-origin format from RFC 6454 `scheme \"://\" host [ \":\" port ]`, where scheme is `http` or `https`. (Optional) Used for *Web Messenger* integrations.
181
- attr_accessor :origin_whitelist
181
+ attr_accessor :originWhitelist
182
182
 
183
183
  # The integration status. Possible values are active, inactive or error. [More info](https://docs.smooch.io/#integration-status).
184
184
  attr_accessor :status
@@ -190,61 +190,61 @@ module SmoochApi
190
190
  # Attribute mapping from ruby-style variable name to JSON key.
191
191
  def self.attribute_map
192
192
  {
193
- :'_id' => :'_id',
193
+ :'id' => :'_id',
194
194
  :'type' => :'type',
195
- :'page_access_token' => :'pageAccessToken',
196
- :'app_id' => :'appId',
197
- :'app_secret' => :'appSecret',
198
- :'access_token_url' => :'accessTokenUrl',
199
- :'webhook_secret' => :'webhookSecret',
200
- :'page_id' => :'pageId',
201
- :'account_sid' => :'accountSid',
202
- :'auth_token' => :'authToken',
203
- :'phone_number_sid' => :'phoneNumberSid',
204
- :'phone_number' => :'phoneNumber',
195
+ :'pageAccessToken' => :'pageAccessToken',
196
+ :'appId' => :'appId',
197
+ :'appSecret' => :'appSecret',
198
+ :'accessTokenUrl' => :'accessTokenUrl',
199
+ :'webhookSecret' => :'webhookSecret',
200
+ :'pageId' => :'pageId',
201
+ :'accountSid' => :'accountSid',
202
+ :'authToken' => :'authToken',
203
+ :'phoneNumberSid' => :'phoneNumberSid',
204
+ :'phoneNumber' => :'phoneNumber',
205
205
  :'name' => :'name',
206
206
  :'token' => :'token',
207
207
  :'uri' => :'uri',
208
- :'channel_id' => :'channelId',
209
- :'channel_secret' => :'channelSecret',
210
- :'channel_access_token' => :'channelAccessToken',
211
- :'bot_name' => :'botName',
212
- :'encoding_aes_key' => :'encodingAesKey',
213
- :'from_address' => :'fromAddress',
208
+ :'channelId' => :'channelId',
209
+ :'channelSecret' => :'channelSecret',
210
+ :'channelAccessToken' => :'channelAccessToken',
211
+ :'botName' => :'botName',
212
+ :'encodingAesKey' => :'encodingAesKey',
213
+ :'fromAddress' => :'fromAddress',
214
214
  :'certificate' => :'certificate',
215
- :'base_url' => :'baseUrl',
216
- :'hsm_fallback_language' => :'hsmFallbackLanguage',
215
+ :'baseUrl' => :'baseUrl',
216
+ :'hsmFallbackLanguage' => :'hsmFallbackLanguage',
217
217
  :'password' => :'password',
218
- :'auto_update_badge' => :'autoUpdateBadge',
218
+ :'autoUpdateBadge' => :'autoUpdateBadge',
219
219
  :'production' => :'production',
220
- :'server_key' => :'serverKey',
221
- :'sender_id' => :'senderId',
220
+ :'serverKey' => :'serverKey',
221
+ :'senderId' => :'senderId',
222
222
  :'tier' => :'tier',
223
- :'env_name' => :'envName',
224
- :'consumer_key' => :'consumerKey',
225
- :'consumer_secret' => :'consumerSecret',
226
- :'access_token_key' => :'accessTokenKey',
227
- :'access_token_secret' => :'accessTokenSecret',
228
- :'user_id' => :'userId',
223
+ :'envName' => :'envName',
224
+ :'consumerKey' => :'consumerKey',
225
+ :'consumerSecret' => :'consumerSecret',
226
+ :'accessTokenKey' => :'accessTokenKey',
227
+ :'accessTokenSecret' => :'accessTokenSecret',
228
+ :'userId' => :'userId',
229
229
  :'username' => :'username',
230
- :'api_key' => :'apiKey',
230
+ :'apiKey' => :'apiKey',
231
231
  :'domain' => :'domain',
232
- :'incoming_address' => :'incomingAddress',
233
- :'access_key' => :'accessKey',
232
+ :'incomingAddress' => :'incomingAddress',
233
+ :'accessKey' => :'accessKey',
234
234
  :'originator' => :'originator',
235
- :'brand_color' => :'brandColor',
236
- :'fixed_intro_pane' => :'fixedIntroPane',
237
- :'conversation_color' => :'conversationColor',
238
- :'action_color' => :'actionColor',
239
- :'display_style' => :'displayStyle',
240
- :'button_icon_url' => :'buttonIconUrl',
241
- :'button_width' => :'buttonWidth',
242
- :'button_height' => :'buttonHeight',
243
- :'integration_order' => :'integrationOrder',
244
- :'business_name' => :'businessName',
245
- :'business_icon_url' => :'businessIconUrl',
246
- :'background_image_url' => :'backgroundImageUrl',
247
- :'origin_whitelist' => :'originWhitelist',
235
+ :'brandColor' => :'brandColor',
236
+ :'fixedIntroPane' => :'fixedIntroPane',
237
+ :'conversationColor' => :'conversationColor',
238
+ :'actionColor' => :'actionColor',
239
+ :'displayStyle' => :'displayStyle',
240
+ :'buttonIconUrl' => :'buttonIconUrl',
241
+ :'buttonWidth' => :'buttonWidth',
242
+ :'buttonHeight' => :'buttonHeight',
243
+ :'integrationOrder' => :'integrationOrder',
244
+ :'businessName' => :'businessName',
245
+ :'businessIconUrl' => :'businessIconUrl',
246
+ :'backgroundImageUrl' => :'backgroundImageUrl',
247
+ :'originWhitelist' => :'originWhitelist',
248
248
  :'status' => :'status',
249
249
  :'error' => :'error'
250
250
  }
@@ -253,61 +253,61 @@ module SmoochApi
253
253
  # Attribute type mapping.
254
254
  def self.swagger_types
255
255
  {
256
- :'_id' => :'String',
256
+ :'id' => :'String',
257
257
  :'type' => :'String',
258
- :'page_access_token' => :'String',
259
- :'app_id' => :'String',
260
- :'app_secret' => :'String',
261
- :'access_token_url' => :'String',
262
- :'webhook_secret' => :'String',
263
- :'page_id' => :'String',
264
- :'account_sid' => :'String',
265
- :'auth_token' => :'String',
266
- :'phone_number_sid' => :'String',
267
- :'phone_number' => :'String',
258
+ :'pageAccessToken' => :'String',
259
+ :'appId' => :'String',
260
+ :'appSecret' => :'String',
261
+ :'accessTokenUrl' => :'String',
262
+ :'webhookSecret' => :'String',
263
+ :'pageId' => :'String',
264
+ :'accountSid' => :'String',
265
+ :'authToken' => :'String',
266
+ :'phoneNumberSid' => :'String',
267
+ :'phoneNumber' => :'String',
268
268
  :'name' => :'String',
269
269
  :'token' => :'String',
270
270
  :'uri' => :'String',
271
- :'channel_id' => :'String',
272
- :'channel_secret' => :'String',
273
- :'channel_access_token' => :'String',
274
- :'bot_name' => :'String',
275
- :'encoding_aes_key' => :'String',
276
- :'from_address' => :'String',
271
+ :'channelId' => :'String',
272
+ :'channelSecret' => :'String',
273
+ :'channelAccessToken' => :'String',
274
+ :'botName' => :'String',
275
+ :'encodingAesKey' => :'String',
276
+ :'fromAddress' => :'String',
277
277
  :'certificate' => :'String',
278
- :'base_url' => :'String',
279
- :'hsm_fallback_language' => :'String',
278
+ :'baseUrl' => :'String',
279
+ :'hsmFallbackLanguage' => :'String',
280
280
  :'password' => :'String',
281
- :'auto_update_badge' => :'BOOLEAN',
281
+ :'autoUpdateBadge' => :'BOOLEAN',
282
282
  :'production' => :'BOOLEAN',
283
- :'server_key' => :'String',
284
- :'sender_id' => :'String',
283
+ :'serverKey' => :'String',
284
+ :'senderId' => :'String',
285
285
  :'tier' => :'String',
286
- :'env_name' => :'String',
287
- :'consumer_key' => :'String',
288
- :'consumer_secret' => :'String',
289
- :'access_token_key' => :'String',
290
- :'access_token_secret' => :'String',
291
- :'user_id' => :'String',
286
+ :'envName' => :'String',
287
+ :'consumerKey' => :'String',
288
+ :'consumerSecret' => :'String',
289
+ :'accessTokenKey' => :'String',
290
+ :'accessTokenSecret' => :'String',
291
+ :'userId' => :'String',
292
292
  :'username' => :'String',
293
- :'api_key' => :'String',
293
+ :'apiKey' => :'String',
294
294
  :'domain' => :'String',
295
- :'incoming_address' => :'String',
296
- :'access_key' => :'String',
295
+ :'incomingAddress' => :'String',
296
+ :'accessKey' => :'String',
297
297
  :'originator' => :'String',
298
- :'brand_color' => :'String',
299
- :'fixed_intro_pane' => :'BOOLEAN',
300
- :'conversation_color' => :'String',
301
- :'action_color' => :'String',
302
- :'display_style' => :'String',
303
- :'button_icon_url' => :'String',
304
- :'button_width' => :'String',
305
- :'button_height' => :'String',
306
- :'integration_order' => :'Array<String>',
307
- :'business_name' => :'String',
308
- :'business_icon_url' => :'String',
309
- :'background_image_url' => :'String',
310
- :'origin_whitelist' => :'Array<String>',
298
+ :'brandColor' => :'String',
299
+ :'fixedIntroPane' => :'BOOLEAN',
300
+ :'conversationColor' => :'String',
301
+ :'actionColor' => :'String',
302
+ :'displayStyle' => :'String',
303
+ :'buttonIconUrl' => :'String',
304
+ :'buttonWidth' => :'String',
305
+ :'buttonHeight' => :'String',
306
+ :'integrationOrder' => :'Array<String>',
307
+ :'businessName' => :'String',
308
+ :'businessIconUrl' => :'String',
309
+ :'backgroundImageUrl' => :'String',
310
+ :'originWhitelist' => :'Array<String>',
311
311
  :'status' => :'String',
312
312
  :'error' => :'String'
313
313
  }
@@ -322,7 +322,7 @@ module SmoochApi
322
322
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
323
323
 
324
324
  if attributes.has_key?(:'_id')
325
- self._id = attributes[:'_id']
325
+ self.id = attributes[:'_id']
326
326
  end
327
327
 
328
328
  if attributes.has_key?(:'type')
@@ -330,43 +330,43 @@ module SmoochApi
330
330
  end
331
331
 
332
332
  if attributes.has_key?(:'pageAccessToken')
333
- self.page_access_token = attributes[:'pageAccessToken']
333
+ self.pageAccessToken = attributes[:'pageAccessToken']
334
334
  end
335
335
 
336
336
  if attributes.has_key?(:'appId')
337
- self.app_id = attributes[:'appId']
337
+ self.appId = attributes[:'appId']
338
338
  end
339
339
 
340
340
  if attributes.has_key?(:'appSecret')
341
- self.app_secret = attributes[:'appSecret']
341
+ self.appSecret = attributes[:'appSecret']
342
342
  end
343
343
 
344
344
  if attributes.has_key?(:'accessTokenUrl')
345
- self.access_token_url = attributes[:'accessTokenUrl']
345
+ self.accessTokenUrl = attributes[:'accessTokenUrl']
346
346
  end
347
347
 
348
348
  if attributes.has_key?(:'webhookSecret')
349
- self.webhook_secret = attributes[:'webhookSecret']
349
+ self.webhookSecret = attributes[:'webhookSecret']
350
350
  end
351
351
 
352
352
  if attributes.has_key?(:'pageId')
353
- self.page_id = attributes[:'pageId']
353
+ self.pageId = attributes[:'pageId']
354
354
  end
355
355
 
356
356
  if attributes.has_key?(:'accountSid')
357
- self.account_sid = attributes[:'accountSid']
357
+ self.accountSid = attributes[:'accountSid']
358
358
  end
359
359
 
360
360
  if attributes.has_key?(:'authToken')
361
- self.auth_token = attributes[:'authToken']
361
+ self.authToken = attributes[:'authToken']
362
362
  end
363
363
 
364
364
  if attributes.has_key?(:'phoneNumberSid')
365
- self.phone_number_sid = attributes[:'phoneNumberSid']
365
+ self.phoneNumberSid = attributes[:'phoneNumberSid']
366
366
  end
367
367
 
368
368
  if attributes.has_key?(:'phoneNumber')
369
- self.phone_number = attributes[:'phoneNumber']
369
+ self.phoneNumber = attributes[:'phoneNumber']
370
370
  end
371
371
 
372
372
  if attributes.has_key?(:'name')
@@ -382,27 +382,27 @@ module SmoochApi
382
382
  end
383
383
 
384
384
  if attributes.has_key?(:'channelId')
385
- self.channel_id = attributes[:'channelId']
385
+ self.channelId = attributes[:'channelId']
386
386
  end
387
387
 
388
388
  if attributes.has_key?(:'channelSecret')
389
- self.channel_secret = attributes[:'channelSecret']
389
+ self.channelSecret = attributes[:'channelSecret']
390
390
  end
391
391
 
392
392
  if attributes.has_key?(:'channelAccessToken')
393
- self.channel_access_token = attributes[:'channelAccessToken']
393
+ self.channelAccessToken = attributes[:'channelAccessToken']
394
394
  end
395
395
 
396
396
  if attributes.has_key?(:'botName')
397
- self.bot_name = attributes[:'botName']
397
+ self.botName = attributes[:'botName']
398
398
  end
399
399
 
400
400
  if attributes.has_key?(:'encodingAesKey')
401
- self.encoding_aes_key = attributes[:'encodingAesKey']
401
+ self.encodingAesKey = attributes[:'encodingAesKey']
402
402
  end
403
403
 
404
404
  if attributes.has_key?(:'fromAddress')
405
- self.from_address = attributes[:'fromAddress']
405
+ self.fromAddress = attributes[:'fromAddress']
406
406
  end
407
407
 
408
408
  if attributes.has_key?(:'certificate')
@@ -410,11 +410,11 @@ module SmoochApi
410
410
  end
411
411
 
412
412
  if attributes.has_key?(:'baseUrl')
413
- self.base_url = attributes[:'baseUrl']
413
+ self.baseUrl = attributes[:'baseUrl']
414
414
  end
415
415
 
416
416
  if attributes.has_key?(:'hsmFallbackLanguage')
417
- self.hsm_fallback_language = attributes[:'hsmFallbackLanguage']
417
+ self.hsmFallbackLanguage = attributes[:'hsmFallbackLanguage']
418
418
  end
419
419
 
420
420
  if attributes.has_key?(:'password')
@@ -422,7 +422,7 @@ module SmoochApi
422
422
  end
423
423
 
424
424
  if attributes.has_key?(:'autoUpdateBadge')
425
- self.auto_update_badge = attributes[:'autoUpdateBadge']
425
+ self.autoUpdateBadge = attributes[:'autoUpdateBadge']
426
426
  end
427
427
 
428
428
  if attributes.has_key?(:'production')
@@ -430,11 +430,11 @@ module SmoochApi
430
430
  end
431
431
 
432
432
  if attributes.has_key?(:'serverKey')
433
- self.server_key = attributes[:'serverKey']
433
+ self.serverKey = attributes[:'serverKey']
434
434
  end
435
435
 
436
436
  if attributes.has_key?(:'senderId')
437
- self.sender_id = attributes[:'senderId']
437
+ self.senderId = attributes[:'senderId']
438
438
  end
439
439
 
440
440
  if attributes.has_key?(:'tier')
@@ -442,27 +442,27 @@ module SmoochApi
442
442
  end
443
443
 
444
444
  if attributes.has_key?(:'envName')
445
- self.env_name = attributes[:'envName']
445
+ self.envName = attributes[:'envName']
446
446
  end
447
447
 
448
448
  if attributes.has_key?(:'consumerKey')
449
- self.consumer_key = attributes[:'consumerKey']
449
+ self.consumerKey = attributes[:'consumerKey']
450
450
  end
451
451
 
452
452
  if attributes.has_key?(:'consumerSecret')
453
- self.consumer_secret = attributes[:'consumerSecret']
453
+ self.consumerSecret = attributes[:'consumerSecret']
454
454
  end
455
455
 
456
456
  if attributes.has_key?(:'accessTokenKey')
457
- self.access_token_key = attributes[:'accessTokenKey']
457
+ self.accessTokenKey = attributes[:'accessTokenKey']
458
458
  end
459
459
 
460
460
  if attributes.has_key?(:'accessTokenSecret')
461
- self.access_token_secret = attributes[:'accessTokenSecret']
461
+ self.accessTokenSecret = attributes[:'accessTokenSecret']
462
462
  end
463
463
 
464
464
  if attributes.has_key?(:'userId')
465
- self.user_id = attributes[:'userId']
465
+ self.userId = attributes[:'userId']
466
466
  end
467
467
 
468
468
  if attributes.has_key?(:'username')
@@ -470,7 +470,7 @@ module SmoochApi
470
470
  end
471
471
 
472
472
  if attributes.has_key?(:'apiKey')
473
- self.api_key = attributes[:'apiKey']
473
+ self.apiKey = attributes[:'apiKey']
474
474
  end
475
475
 
476
476
  if attributes.has_key?(:'domain')
@@ -478,11 +478,11 @@ module SmoochApi
478
478
  end
479
479
 
480
480
  if attributes.has_key?(:'incomingAddress')
481
- self.incoming_address = attributes[:'incomingAddress']
481
+ self.incomingAddress = attributes[:'incomingAddress']
482
482
  end
483
483
 
484
484
  if attributes.has_key?(:'accessKey')
485
- self.access_key = attributes[:'accessKey']
485
+ self.accessKey = attributes[:'accessKey']
486
486
  end
487
487
 
488
488
  if attributes.has_key?(:'originator')
@@ -490,58 +490,58 @@ module SmoochApi
490
490
  end
491
491
 
492
492
  if attributes.has_key?(:'brandColor')
493
- self.brand_color = attributes[:'brandColor']
493
+ self.brandColor = attributes[:'brandColor']
494
494
  end
495
495
 
496
496
  if attributes.has_key?(:'fixedIntroPane')
497
- self.fixed_intro_pane = attributes[:'fixedIntroPane']
497
+ self.fixedIntroPane = attributes[:'fixedIntroPane']
498
498
  end
499
499
 
500
500
  if attributes.has_key?(:'conversationColor')
501
- self.conversation_color = attributes[:'conversationColor']
501
+ self.conversationColor = attributes[:'conversationColor']
502
502
  end
503
503
 
504
504
  if attributes.has_key?(:'actionColor')
505
- self.action_color = attributes[:'actionColor']
505
+ self.actionColor = attributes[:'actionColor']
506
506
  end
507
507
 
508
508
  if attributes.has_key?(:'displayStyle')
509
- self.display_style = attributes[:'displayStyle']
509
+ self.displayStyle = attributes[:'displayStyle']
510
510
  end
511
511
 
512
512
  if attributes.has_key?(:'buttonIconUrl')
513
- self.button_icon_url = attributes[:'buttonIconUrl']
513
+ self.buttonIconUrl = attributes[:'buttonIconUrl']
514
514
  end
515
515
 
516
516
  if attributes.has_key?(:'buttonWidth')
517
- self.button_width = attributes[:'buttonWidth']
517
+ self.buttonWidth = attributes[:'buttonWidth']
518
518
  end
519
519
 
520
520
  if attributes.has_key?(:'buttonHeight')
521
- self.button_height = attributes[:'buttonHeight']
521
+ self.buttonHeight = attributes[:'buttonHeight']
522
522
  end
523
523
 
524
524
  if attributes.has_key?(:'integrationOrder')
525
525
  if (value = attributes[:'integrationOrder']).is_a?(Array)
526
- self.integration_order = value
526
+ self.integrationOrder = value
527
527
  end
528
528
  end
529
529
 
530
530
  if attributes.has_key?(:'businessName')
531
- self.business_name = attributes[:'businessName']
531
+ self.businessName = attributes[:'businessName']
532
532
  end
533
533
 
534
534
  if attributes.has_key?(:'businessIconUrl')
535
- self.business_icon_url = attributes[:'businessIconUrl']
535
+ self.businessIconUrl = attributes[:'businessIconUrl']
536
536
  end
537
537
 
538
538
  if attributes.has_key?(:'backgroundImageUrl')
539
- self.background_image_url = attributes[:'backgroundImageUrl']
539
+ self.backgroundImageUrl = attributes[:'backgroundImageUrl']
540
540
  end
541
541
 
542
542
  if attributes.has_key?(:'originWhitelist')
543
543
  if (value = attributes[:'originWhitelist']).is_a?(Array)
544
- self.origin_whitelist = value
544
+ self.originWhitelist = value
545
545
  end
546
546
  end
547
547
 
@@ -559,8 +559,8 @@ module SmoochApi
559
559
  # @return Array for valid properies with the reasons
560
560
  def list_invalid_properties
561
561
  invalid_properties = Array.new
562
- if @_id.nil?
563
- invalid_properties.push("invalid value for '_id', _id cannot be nil.")
562
+ if @id.nil?
563
+ invalid_properties.push("invalid value for 'id', id cannot be nil.")
564
564
  end
565
565
 
566
566
  if @type.nil?
@@ -573,7 +573,7 @@ module SmoochApi
573
573
  # Check to see if the all the properties in the model are valid
574
574
  # @return true if the model is valid
575
575
  def valid?
576
- return false if @_id.nil?
576
+ return false if @id.nil?
577
577
  return false if @type.nil?
578
578
  return true
579
579
  end
@@ -583,61 +583,61 @@ module SmoochApi
583
583
  def ==(o)
584
584
  return true if self.equal?(o)
585
585
  self.class == o.class &&
586
- _id == o._id &&
586
+ id == o.id &&
587
587
  type == o.type &&
588
- page_access_token == o.page_access_token &&
589
- app_id == o.app_id &&
590
- app_secret == o.app_secret &&
591
- access_token_url == o.access_token_url &&
592
- webhook_secret == o.webhook_secret &&
593
- page_id == o.page_id &&
594
- account_sid == o.account_sid &&
595
- auth_token == o.auth_token &&
596
- phone_number_sid == o.phone_number_sid &&
597
- phone_number == o.phone_number &&
588
+ pageAccessToken == o.pageAccessToken &&
589
+ appId == o.appId &&
590
+ appSecret == o.appSecret &&
591
+ accessTokenUrl == o.accessTokenUrl &&
592
+ webhookSecret == o.webhookSecret &&
593
+ pageId == o.pageId &&
594
+ accountSid == o.accountSid &&
595
+ authToken == o.authToken &&
596
+ phoneNumberSid == o.phoneNumberSid &&
597
+ phoneNumber == o.phoneNumber &&
598
598
  name == o.name &&
599
599
  token == o.token &&
600
600
  uri == o.uri &&
601
- channel_id == o.channel_id &&
602
- channel_secret == o.channel_secret &&
603
- channel_access_token == o.channel_access_token &&
604
- bot_name == o.bot_name &&
605
- encoding_aes_key == o.encoding_aes_key &&
606
- from_address == o.from_address &&
601
+ channelId == o.channelId &&
602
+ channelSecret == o.channelSecret &&
603
+ channelAccessToken == o.channelAccessToken &&
604
+ botName == o.botName &&
605
+ encodingAesKey == o.encodingAesKey &&
606
+ fromAddress == o.fromAddress &&
607
607
  certificate == o.certificate &&
608
- base_url == o.base_url &&
609
- hsm_fallback_language == o.hsm_fallback_language &&
608
+ baseUrl == o.baseUrl &&
609
+ hsmFallbackLanguage == o.hsmFallbackLanguage &&
610
610
  password == o.password &&
611
- auto_update_badge == o.auto_update_badge &&
611
+ autoUpdateBadge == o.autoUpdateBadge &&
612
612
  production == o.production &&
613
- server_key == o.server_key &&
614
- sender_id == o.sender_id &&
613
+ serverKey == o.serverKey &&
614
+ senderId == o.senderId &&
615
615
  tier == o.tier &&
616
- env_name == o.env_name &&
617
- consumer_key == o.consumer_key &&
618
- consumer_secret == o.consumer_secret &&
619
- access_token_key == o.access_token_key &&
620
- access_token_secret == o.access_token_secret &&
621
- user_id == o.user_id &&
616
+ envName == o.envName &&
617
+ consumerKey == o.consumerKey &&
618
+ consumerSecret == o.consumerSecret &&
619
+ accessTokenKey == o.accessTokenKey &&
620
+ accessTokenSecret == o.accessTokenSecret &&
621
+ userId == o.userId &&
622
622
  username == o.username &&
623
- api_key == o.api_key &&
623
+ apiKey == o.apiKey &&
624
624
  domain == o.domain &&
625
- incoming_address == o.incoming_address &&
626
- access_key == o.access_key &&
625
+ incomingAddress == o.incomingAddress &&
626
+ accessKey == o.accessKey &&
627
627
  originator == o.originator &&
628
- brand_color == o.brand_color &&
629
- fixed_intro_pane == o.fixed_intro_pane &&
630
- conversation_color == o.conversation_color &&
631
- action_color == o.action_color &&
632
- display_style == o.display_style &&
633
- button_icon_url == o.button_icon_url &&
634
- button_width == o.button_width &&
635
- button_height == o.button_height &&
636
- integration_order == o.integration_order &&
637
- business_name == o.business_name &&
638
- business_icon_url == o.business_icon_url &&
639
- background_image_url == o.background_image_url &&
640
- origin_whitelist == o.origin_whitelist &&
628
+ brandColor == o.brandColor &&
629
+ fixedIntroPane == o.fixedIntroPane &&
630
+ conversationColor == o.conversationColor &&
631
+ actionColor == o.actionColor &&
632
+ displayStyle == o.displayStyle &&
633
+ buttonIconUrl == o.buttonIconUrl &&
634
+ buttonWidth == o.buttonWidth &&
635
+ buttonHeight == o.buttonHeight &&
636
+ integrationOrder == o.integrationOrder &&
637
+ businessName == o.businessName &&
638
+ businessIconUrl == o.businessIconUrl &&
639
+ backgroundImageUrl == o.backgroundImageUrl &&
640
+ originWhitelist == o.originWhitelist &&
641
641
  status == o.status &&
642
642
  error == o.error
643
643
  end
@@ -651,7 +651,7 @@ module SmoochApi
651
651
  # Calculates hash code according to all attributes.
652
652
  # @return [Fixnum] Hash code
653
653
  def hash
654
- [_id, type, page_access_token, app_id, app_secret, access_token_url, webhook_secret, page_id, account_sid, auth_token, phone_number_sid, phone_number, name, token, uri, channel_id, channel_secret, channel_access_token, bot_name, encoding_aes_key, from_address, certificate, base_url, hsm_fallback_language, password, auto_update_badge, production, server_key, sender_id, tier, env_name, consumer_key, consumer_secret, access_token_key, access_token_secret, user_id, username, api_key, domain, incoming_address, access_key, originator, brand_color, fixed_intro_pane, conversation_color, action_color, display_style, button_icon_url, button_width, button_height, integration_order, business_name, business_icon_url, background_image_url, origin_whitelist, status, error].hash
654
+ [id, type, pageAccessToken, appId, appSecret, accessTokenUrl, webhookSecret, pageId, accountSid, authToken, phoneNumberSid, phoneNumber, name, token, uri, channelId, channelSecret, channelAccessToken, botName, encodingAesKey, fromAddress, certificate, baseUrl, hsmFallbackLanguage, password, autoUpdateBadge, production, serverKey, senderId, tier, envName, consumerKey, consumerSecret, accessTokenKey, accessTokenSecret, userId, username, apiKey, domain, incomingAddress, accessKey, originator, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, status, error].hash
655
655
  end
656
656
 
657
657
  # Builds the object from hash