smooch-api 5.25.1 → 5.29.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +176 -0
  3. data/README.md +20 -1
  4. data/docs/AppApi.md +60 -0
  5. data/docs/AppUserLink.md +1 -0
  6. data/docs/Author.md +11 -0
  7. data/docs/GetSdkIdsResponse.md +10 -0
  8. data/docs/Integration.md +4 -0
  9. data/docs/IntegrationCreate.md +7 -0
  10. data/docs/NotificationApi.md +71 -0
  11. data/docs/NotificationPost.md +11 -0
  12. data/docs/NotificationPostDestination.md +9 -0
  13. data/docs/NotificationResponse.md +8 -0
  14. data/docs/NotificationResponseNotification.md +8 -0
  15. data/lib/smooch-api.rb +8 -1
  16. data/lib/smooch-api/api/app_api.rb +56 -1
  17. data/lib/smooch-api/api/app_user_api.rb +1 -1
  18. data/lib/smooch-api/api/attachments_api.rb +1 -1
  19. data/lib/smooch-api/api/conversation_api.rb +1 -1
  20. data/lib/smooch-api/api/deployment_api.rb +1 -1
  21. data/lib/smooch-api/api/integration_api.rb +1 -1
  22. data/lib/smooch-api/api/menu_api.rb +1 -1
  23. data/lib/smooch-api/api/notification_api.rb +84 -0
  24. data/lib/smooch-api/api/service_account_api.rb +1 -1
  25. data/lib/smooch-api/api/template_api.rb +1 -1
  26. data/lib/smooch-api/api/webhook_api.rb +1 -1
  27. data/lib/smooch-api/api_client.rb +1 -1
  28. data/lib/smooch-api/api_error.rb +1 -1
  29. data/lib/smooch-api/configuration.rb +1 -1
  30. data/lib/smooch-api/models/action.rb +1 -1
  31. data/lib/smooch-api/models/activity_response.rb +1 -1
  32. data/lib/smooch-api/models/app.rb +1 -1
  33. data/lib/smooch-api/models/app_create.rb +1 -1
  34. data/lib/smooch-api/models/app_response.rb +1 -1
  35. data/lib/smooch-api/models/app_settings.rb +1 -1
  36. data/lib/smooch-api/models/app_update.rb +1 -1
  37. data/lib/smooch-api/models/app_user.rb +1 -1
  38. data/lib/smooch-api/models/app_user_business_systems_response.rb +1 -1
  39. data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
  40. data/lib/smooch-api/models/app_user_link.rb +12 -2
  41. data/lib/smooch-api/models/app_user_merge.rb +1 -1
  42. data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
  43. data/lib/smooch-api/models/app_user_response.rb +1 -1
  44. data/lib/smooch-api/models/app_user_update.rb +1 -1
  45. data/lib/smooch-api/models/attachment_remove.rb +1 -1
  46. data/lib/smooch-api/models/attachment_response.rb +1 -1
  47. data/lib/smooch-api/models/auth_code_response.rb +1 -1
  48. data/lib/smooch-api/models/author.rb +224 -0
  49. data/lib/smooch-api/models/business_system_item.rb +1 -1
  50. data/lib/smooch-api/models/channel_entity_item.rb +1 -1
  51. data/lib/smooch-api/models/client.rb +1 -1
  52. data/lib/smooch-api/models/client_info.rb +1 -1
  53. data/lib/smooch-api/models/confirmation.rb +1 -1
  54. data/lib/smooch-api/models/conversation.rb +1 -1
  55. data/lib/smooch-api/models/conversation_activity.rb +1 -1
  56. data/lib/smooch-api/models/coordinates.rb +1 -1
  57. data/lib/smooch-api/models/deployment.rb +1 -1
  58. data/lib/smooch-api/models/deployment_activate_phone_number.rb +1 -1
  59. data/lib/smooch-api/models/deployment_confirm_code.rb +1 -1
  60. data/lib/smooch-api/models/deployment_create.rb +1 -1
  61. data/lib/smooch-api/models/deployment_response.rb +1 -1
  62. data/lib/smooch-api/models/destination.rb +1 -1
  63. data/lib/smooch-api/models/display_settings.rb +1 -1
  64. data/lib/smooch-api/models/enums.rb +3 -3
  65. data/lib/smooch-api/models/field.rb +1 -1
  66. data/lib/smooch-api/models/field_post.rb +1 -1
  67. data/lib/smooch-api/models/get_integration_profile_response.rb +1 -1
  68. data/lib/smooch-api/models/get_messages_response.rb +1 -1
  69. data/lib/smooch-api/models/get_sdk_ids_response.rb +224 -0
  70. data/lib/smooch-api/models/integration.rb +45 -5
  71. data/lib/smooch-api/models/integration_create.rb +75 -5
  72. data/lib/smooch-api/models/integration_profile_update.rb +1 -1
  73. data/lib/smooch-api/models/integration_response.rb +1 -1
  74. data/lib/smooch-api/models/integration_update.rb +1 -1
  75. data/lib/smooch-api/models/jwt_response.rb +1 -1
  76. data/lib/smooch-api/models/link_request_response.rb +1 -1
  77. data/lib/smooch-api/models/link_request_response_link_requests.rb +1 -1
  78. data/lib/smooch-api/models/list_apps_response.rb +1 -1
  79. data/lib/smooch-api/models/list_deployments_response.rb +1 -1
  80. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  81. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  82. data/lib/smooch-api/models/list_service_accounts_response.rb +1 -1
  83. data/lib/smooch-api/models/list_templates_response.rb +1 -1
  84. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  85. data/lib/smooch-api/models/location.rb +1 -1
  86. data/lib/smooch-api/models/menu.rb +1 -1
  87. data/lib/smooch-api/models/menu_item.rb +1 -1
  88. data/lib/smooch-api/models/menu_response.rb +1 -1
  89. data/lib/smooch-api/models/merged_user.rb +1 -1
  90. data/lib/smooch-api/models/message.rb +1 -1
  91. data/lib/smooch-api/models/message_item.rb +1 -1
  92. data/lib/smooch-api/models/message_override.rb +1 -1
  93. data/lib/smooch-api/models/message_override_line.rb +1 -1
  94. data/lib/smooch-api/models/message_override_messenger.rb +1 -1
  95. data/lib/smooch-api/models/message_override_whatsapp.rb +1 -1
  96. data/lib/smooch-api/models/message_post.rb +1 -1
  97. data/lib/smooch-api/models/message_response.rb +1 -1
  98. data/lib/smooch-api/models/notification_post.rb +234 -0
  99. data/lib/smooch-api/models/notification_post_destination.rb +209 -0
  100. data/lib/smooch-api/models/notification_response.rb +188 -0
  101. data/lib/smooch-api/models/notification_response_notification.rb +194 -0
  102. data/lib/smooch-api/models/option.rb +1 -1
  103. data/lib/smooch-api/models/quoted_message.rb +1 -1
  104. data/lib/smooch-api/models/secret_key.rb +1 -1
  105. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  106. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  107. data/lib/smooch-api/models/select.rb +1 -1
  108. data/lib/smooch-api/models/service_account.rb +1 -1
  109. data/lib/smooch-api/models/service_account_create.rb +1 -1
  110. data/lib/smooch-api/models/service_account_response.rb +1 -1
  111. data/lib/smooch-api/models/service_account_update.rb +1 -1
  112. data/lib/smooch-api/models/source.rb +1 -1
  113. data/lib/smooch-api/models/sub_menu_item.rb +1 -1
  114. data/lib/smooch-api/models/template.rb +1 -1
  115. data/lib/smooch-api/models/template_create.rb +1 -1
  116. data/lib/smooch-api/models/template_response.rb +1 -1
  117. data/lib/smooch-api/models/template_update.rb +1 -1
  118. data/lib/smooch-api/models/upload_integration_profile_photo_response.rb +1 -1
  119. data/lib/smooch-api/models/webhook.rb +1 -1
  120. data/lib/smooch-api/models/webhook_create.rb +1 -1
  121. data/lib/smooch-api/models/webhook_response.rb +1 -1
  122. data/lib/smooch-api/models/webhook_update.rb +1 -1
  123. data/lib/smooch-api/version.rb +2 -2
  124. data/smooch-api.gemspec +4 -4
  125. data/spec/api_client_spec.rb +1 -1
  126. data/spec/configuration_spec.rb +1 -1
  127. data/spec/spec_helper.rb +1 -1
  128. metadata +23 -8
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -257,7 +257,7 @@ module SmoochApi
257
257
  return false unless quotedMessageType_validator.valid?(@quotedMessageType)
258
258
  role_validator = EnumAttributeValidator.new('String', ["appMaker", "appUser"])
259
259
  return false unless role_validator.valid?(@role)
260
- webhookTriggers_validator = EnumAttributeValidator.new('String', ["appUser:delete", "client:add", "client:remove", "conversation:read", "conversation:referral", "conversation:start", "link:failure", "link:match", "link:success", "merge:appUser", "message:appMaker", "message:appUser", "message:delivery:channel", "message:delivery:failure", "message:delivery:user", "payment:success", "postback", "typing:appUser"])
260
+ webhookTriggers_validator = EnumAttributeValidator.new('String', ["appUser:delete", "client:add", "client:remove", "conversation:read", "conversation:referral", "conversation:start", "link:failure", "link:match", "link:success", "merge:appUser", "message:appMaker", "message:appUser", "message:delivery:channel", "message:delivery:failure", "message:delivery:user", "notification:delivery:channel", "notification:delivery:failure", "notification:delivery:user", "payment:success", "postback", "typing:appUser"])
261
261
  return false unless webhookTriggers_validator.valid?(@webhookTriggers)
262
262
  return true
263
263
  end
@@ -445,7 +445,7 @@ module SmoochApi
445
445
  # Custom attribute writer method checking allowed values (enum).
446
446
  # @param [Object] webhookTriggers Object to be assigned
447
447
  def webhookTriggers=(webhookTriggers)
448
- validator = EnumAttributeValidator.new('String', ["appUser:delete", "client:add", "client:remove", "conversation:read", "conversation:referral", "conversation:start", "link:failure", "link:match", "link:success", "merge:appUser", "message:appMaker", "message:appUser", "message:delivery:channel", "message:delivery:failure", "message:delivery:user", "payment:success", "postback", "typing:appUser"])
448
+ validator = EnumAttributeValidator.new('String', ["appUser:delete", "client:add", "client:remove", "conversation:read", "conversation:referral", "conversation:start", "link:failure", "link:match", "link:success", "merge:appUser", "message:appMaker", "message:appUser", "message:delivery:channel", "message:delivery:failure", "message:delivery:user", "notification:delivery:channel", "notification:delivery:failure", "notification:delivery:user", "payment:success", "postback", "typing:appUser"])
449
449
  unless validator.valid?(webhookTriggers)
450
450
  fail ArgumentError, "invalid value for 'webhookTriggers', must be one of #{validator.allowable_values}."
451
451
  end
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -0,0 +1,224 @@
1
+ =begin
2
+ #Smooch
3
+
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
+
6
+ OpenAPI spec version: 5.29
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module SmoochApi
16
+
17
+ class GetSdkIdsResponse
18
+ # The ID of the `android` integration, used when initializing the Android SDK.
19
+ attr_accessor :androidIntegrationId
20
+
21
+ # The ID of the `ios` integration, used when initializing the iOS SDK.
22
+ attr_accessor :iosIntegrationId
23
+
24
+ # The ID of the `web` integration, used when initializing the Web Messenger SDK.
25
+ attr_accessor :webIntegrationId
26
+
27
+
28
+ # Attribute mapping from ruby-style variable name to JSON key.
29
+ def self.attribute_map
30
+ {
31
+ :'androidIntegrationId' => :'androidIntegrationId',
32
+ :'iosIntegrationId' => :'iosIntegrationId',
33
+ :'webIntegrationId' => :'webIntegrationId'
34
+ }
35
+ end
36
+
37
+ # Attribute type mapping.
38
+ def self.swagger_types
39
+ {
40
+ :'androidIntegrationId' => :'String',
41
+ :'iosIntegrationId' => :'String',
42
+ :'webIntegrationId' => :'String'
43
+ }
44
+ end
45
+
46
+ # Initializes the object
47
+ # @param [Hash] attributes Model attributes in the form of hash
48
+ def initialize(attributes = {})
49
+ return unless attributes.is_a?(Hash)
50
+
51
+ # convert string to symbol for hash key
52
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
53
+
54
+ if attributes.has_key?(:'androidIntegrationId')
55
+ self.androidIntegrationId = attributes[:'androidIntegrationId']
56
+ end
57
+
58
+ if attributes.has_key?(:'iosIntegrationId')
59
+ self.iosIntegrationId = attributes[:'iosIntegrationId']
60
+ end
61
+
62
+ if attributes.has_key?(:'webIntegrationId')
63
+ self.webIntegrationId = attributes[:'webIntegrationId']
64
+ end
65
+
66
+ end
67
+
68
+ # Show invalid properties with the reasons. Usually used together with valid?
69
+ # @return Array for valid properies with the reasons
70
+ def list_invalid_properties
71
+ invalid_properties = Array.new
72
+ if @androidIntegrationId.nil?
73
+ invalid_properties.push("invalid value for 'androidIntegrationId', androidIntegrationId cannot be nil.")
74
+ end
75
+
76
+ if @iosIntegrationId.nil?
77
+ invalid_properties.push("invalid value for 'iosIntegrationId', iosIntegrationId cannot be nil.")
78
+ end
79
+
80
+ if @webIntegrationId.nil?
81
+ invalid_properties.push("invalid value for 'webIntegrationId', webIntegrationId cannot be nil.")
82
+ end
83
+
84
+ return invalid_properties
85
+ end
86
+
87
+ # Check to see if the all the properties in the model are valid
88
+ # @return true if the model is valid
89
+ def valid?
90
+ return false if @androidIntegrationId.nil?
91
+ return false if @iosIntegrationId.nil?
92
+ return false if @webIntegrationId.nil?
93
+ return true
94
+ end
95
+
96
+ # Checks equality by comparing each attribute.
97
+ # @param [Object] Object to be compared
98
+ def ==(o)
99
+ return true if self.equal?(o)
100
+ self.class == o.class &&
101
+ androidIntegrationId == o.androidIntegrationId &&
102
+ iosIntegrationId == o.iosIntegrationId &&
103
+ webIntegrationId == o.webIntegrationId
104
+ end
105
+
106
+ # @see the `==` method
107
+ # @param [Object] Object to be compared
108
+ def eql?(o)
109
+ self == o
110
+ end
111
+
112
+ # Calculates hash code according to all attributes.
113
+ # @return [Fixnum] Hash code
114
+ def hash
115
+ [androidIntegrationId, iosIntegrationId, webIntegrationId].hash
116
+ end
117
+
118
+ # Builds the object from hash
119
+ # @param [Hash] attributes Model attributes in the form of hash
120
+ # @return [Object] Returns the model itself
121
+ def build_from_hash(attributes)
122
+ return nil unless attributes.is_a?(Hash)
123
+ self.class.swagger_types.each_pair do |key, type|
124
+ if type =~ /\AArray<(.*)>/i
125
+ # check to ensure the input is an array given that the the attribute
126
+ # is documented as an array but the input is not
127
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
128
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
129
+ end
130
+ elsif !attributes[self.class.attribute_map[key]].nil?
131
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
132
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
133
+ end
134
+
135
+ self
136
+ end
137
+
138
+ # Deserializes the data based on type
139
+ # @param string type Data type
140
+ # @param string value Value to be deserialized
141
+ # @return [Object] Deserialized data
142
+ def _deserialize(type, value)
143
+ case type.to_sym
144
+ when :DateTime
145
+ DateTime.parse(value)
146
+ when :Date
147
+ Date.parse(value)
148
+ when :String
149
+ value.to_s
150
+ when :Integer
151
+ value.to_i
152
+ when :Float
153
+ value.to_f
154
+ when :BOOLEAN
155
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
156
+ true
157
+ else
158
+ false
159
+ end
160
+ when :Object
161
+ # generic object (usually a Hash), return directly
162
+ value
163
+ when /\AArray<(?<inner_type>.+)>\z/
164
+ inner_type = Regexp.last_match[:inner_type]
165
+ value.map { |v| _deserialize(inner_type, v) }
166
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
167
+ k_type = Regexp.last_match[:k_type]
168
+ v_type = Regexp.last_match[:v_type]
169
+ {}.tap do |hash|
170
+ value.each do |k, v|
171
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
172
+ end
173
+ end
174
+ else # model
175
+ temp_model = SmoochApi.const_get(type).new
176
+ temp_model.build_from_hash(value)
177
+ end
178
+ end
179
+
180
+ # Returns the string representation of the object
181
+ # @return [String] String presentation of the object
182
+ def to_s
183
+ to_hash.to_s
184
+ end
185
+
186
+ # to_body is an alias to to_hash (backward compatibility)
187
+ # @return [Hash] Returns the object in the form of hash
188
+ def to_body
189
+ to_hash
190
+ end
191
+
192
+ # Returns the object in the form of hash
193
+ # @return [Hash] Returns the object in the form of hash
194
+ def to_hash
195
+ hash = {}
196
+ self.class.attribute_map.each_pair do |attr, param|
197
+ value = self.send(attr)
198
+ next if value.nil?
199
+ hash[param] = _to_hash(value)
200
+ end
201
+ hash
202
+ end
203
+
204
+ # Outputs non-array value in the form of hash
205
+ # For object, use to_hash. Otherwise, just return the value
206
+ # @param [Object] value Any valid value
207
+ # @return [Hash] Returns the value in the form of hash
208
+ def _to_hash(value)
209
+ if value.is_a?(Array)
210
+ value.compact.map{ |v| _to_hash(v) }
211
+ elsif value.is_a?(Hash)
212
+ {}.tap do |hash|
213
+ value.each { |k, v| hash[k] = _to_hash(v) }
214
+ end
215
+ elsif value.respond_to? :to_hash
216
+ value.to_hash
217
+ else
218
+ value
219
+ end
220
+ end
221
+
222
+ end
223
+
224
+ end
@@ -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: 5.25
6
+ OpenAPI spec version: 5.29
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -159,6 +159,9 @@ module SmoochApi
159
159
  # Smooch will receive all messages sent to this phone number. Required for *messagebird* integrations.
160
160
  attr_accessor :originator
161
161
 
162
+ # The signing key of your MessageBird account. Used to validate the webhooks' origin. (Optional) Used for *messagebird* integrations.
163
+ attr_accessor :signingKey
164
+
162
165
  # This color will be used in the messenger header and the button or tab in idle state. (Optional) Used for *Web Messenger* integrations.
163
166
  attr_accessor :brandColor
164
167
 
@@ -207,6 +210,15 @@ module SmoochApi
207
210
  # The error causing the integration to fail. Will be present when `status` is 'error'.
208
211
  attr_accessor :error
209
212
 
213
+ # A key tied to Apple Business Chat Messaging Service Provider
214
+ attr_accessor :apiSecret
215
+
216
+ # A unique ID tied to the brand using Apple Business Chat
217
+ attr_accessor :businessId
218
+
219
+ # A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register
220
+ attr_accessor :mspId
221
+
210
222
 
211
223
  # Attribute mapping from ruby-style variable name to JSON key.
212
224
  def self.attribute_map
@@ -259,6 +271,7 @@ module SmoochApi
259
271
  :'incomingAddress' => :'incomingAddress',
260
272
  :'accessKey' => :'accessKey',
261
273
  :'originator' => :'originator',
274
+ :'signingKey' => :'signingKey',
262
275
  :'brandColor' => :'brandColor',
263
276
  :'fixedIntroPane' => :'fixedIntroPane',
264
277
  :'conversationColor' => :'conversationColor',
@@ -274,7 +287,10 @@ module SmoochApi
274
287
  :'originWhitelist' => :'originWhitelist',
275
288
  :'hideUnsubscribeLink' => :'hideUnsubscribeLink',
276
289
  :'status' => :'status',
277
- :'error' => :'error'
290
+ :'error' => :'error',
291
+ :'apiSecret' => :'apiSecret',
292
+ :'businessId' => :'businessId',
293
+ :'mspId' => :'mspId'
278
294
  }
279
295
  end
280
296
 
@@ -329,6 +345,7 @@ module SmoochApi
329
345
  :'incomingAddress' => :'String',
330
346
  :'accessKey' => :'String',
331
347
  :'originator' => :'String',
348
+ :'signingKey' => :'String',
332
349
  :'brandColor' => :'String',
333
350
  :'fixedIntroPane' => :'BOOLEAN',
334
351
  :'conversationColor' => :'String',
@@ -344,7 +361,10 @@ module SmoochApi
344
361
  :'originWhitelist' => :'Array<String>',
345
362
  :'hideUnsubscribeLink' => :'BOOLEAN',
346
363
  :'status' => :'String',
347
- :'error' => :'String'
364
+ :'error' => :'String',
365
+ :'apiSecret' => :'String',
366
+ :'businessId' => :'String',
367
+ :'mspId' => :'String'
348
368
  }
349
369
  end
350
370
 
@@ -548,6 +568,10 @@ module SmoochApi
548
568
  self.originator = attributes[:'originator']
549
569
  end
550
570
 
571
+ if attributes.has_key?(:'signingKey')
572
+ self.signingKey = attributes[:'signingKey']
573
+ end
574
+
551
575
  if attributes.has_key?(:'brandColor')
552
576
  self.brandColor = attributes[:'brandColor']
553
577
  end
@@ -616,6 +640,18 @@ module SmoochApi
616
640
  self.error = attributes[:'error']
617
641
  end
618
642
 
643
+ if attributes.has_key?(:'apiSecret')
644
+ self.apiSecret = attributes[:'apiSecret']
645
+ end
646
+
647
+ if attributes.has_key?(:'businessId')
648
+ self.businessId = attributes[:'businessId']
649
+ end
650
+
651
+ if attributes.has_key?(:'mspId')
652
+ self.mspId = attributes[:'mspId']
653
+ end
654
+
619
655
  end
620
656
 
621
657
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -694,6 +730,7 @@ module SmoochApi
694
730
  incomingAddress == o.incomingAddress &&
695
731
  accessKey == o.accessKey &&
696
732
  originator == o.originator &&
733
+ signingKey == o.signingKey &&
697
734
  brandColor == o.brandColor &&
698
735
  fixedIntroPane == o.fixedIntroPane &&
699
736
  conversationColor == o.conversationColor &&
@@ -709,7 +746,10 @@ module SmoochApi
709
746
  originWhitelist == o.originWhitelist &&
710
747
  hideUnsubscribeLink == o.hideUnsubscribeLink &&
711
748
  status == o.status &&
712
- error == o.error
749
+ error == o.error &&
750
+ apiSecret == o.apiSecret &&
751
+ businessId == o.businessId &&
752
+ mspId == o.mspId
713
753
  end
714
754
 
715
755
  # @see the `==` method
@@ -721,7 +761,7 @@ module SmoochApi
721
761
  # Calculates hash code according to all attributes.
722
762
  # @return [Fixnum] Hash code
723
763
  def hash
724
- [id, type, displayName, pageAccessToken, appId, appSecret, accessTokenUrl, webhookSecret, pageId, accountSid, authToken, phoneNumberSid, phoneNumber, name, token, uri, channelId, channelSecret, channelAccessToken, serviceCode, switcherSecret, qrCodeUrl, lineId, botName, encodingAesKey, fromAddress, certificate, deploymentId, 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, hideUnsubscribeLink, status, error].hash
764
+ [id, type, displayName, pageAccessToken, appId, appSecret, accessTokenUrl, webhookSecret, pageId, accountSid, authToken, phoneNumberSid, phoneNumber, name, token, uri, channelId, channelSecret, channelAccessToken, serviceCode, switcherSecret, qrCodeUrl, lineId, botName, encodingAesKey, fromAddress, certificate, deploymentId, baseUrl, hsmFallbackLanguage, password, autoUpdateBadge, production, serverKey, senderId, tier, envName, consumerKey, consumerSecret, accessTokenKey, accessTokenSecret, userId, username, apiKey, domain, incomingAddress, accessKey, originator, signingKey, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, hideUnsubscribeLink, status, error, apiSecret, businessId, mspId].hash
725
765
  end
726
766
 
727
767
  # Builds the object from hash