smooch-api 3.17.0 → 3.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/docs/Integration.md +4 -2
  4. data/docs/IntegrationApi.md +72 -14
  5. data/docs/IntegrationCreate.md +4 -1
  6. data/docs/IntegrationProfileUpdate.md +14 -0
  7. data/docs/IntegrationUpdate.md +1 -0
  8. data/docs/MessageResponse.md +1 -0
  9. data/lib/smooch-api.rb +2 -1
  10. data/lib/smooch-api/api/app_api.rb +1 -1
  11. data/lib/smooch-api/api/app_user_api.rb +1 -1
  12. data/lib/smooch-api/api/attachments_api.rb +1 -1
  13. data/lib/smooch-api/api/conversation_api.rb +1 -1
  14. data/lib/smooch-api/api/integration_api.rb +67 -1
  15. data/lib/smooch-api/api/menu_api.rb +1 -1
  16. data/lib/smooch-api/api/service_account_api.rb +1 -1
  17. data/lib/smooch-api/api/template_api.rb +1 -1
  18. data/lib/smooch-api/api/webhook_api.rb +1 -1
  19. data/lib/smooch-api/api_client.rb +1 -1
  20. data/lib/smooch-api/api_error.rb +1 -1
  21. data/lib/smooch-api/configuration.rb +1 -1
  22. data/lib/smooch-api/models/action.rb +1 -1
  23. data/lib/smooch-api/models/app.rb +1 -1
  24. data/lib/smooch-api/models/app_create.rb +1 -1
  25. data/lib/smooch-api/models/app_response.rb +1 -1
  26. data/lib/smooch-api/models/app_settings.rb +1 -1
  27. data/lib/smooch-api/models/app_update.rb +1 -1
  28. data/lib/smooch-api/models/app_user.rb +1 -1
  29. data/lib/smooch-api/models/app_user_business_systems_response.rb +1 -1
  30. data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
  31. data/lib/smooch-api/models/app_user_link.rb +1 -1
  32. data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
  33. data/lib/smooch-api/models/app_user_response.rb +1 -1
  34. data/lib/smooch-api/models/app_user_update.rb +1 -1
  35. data/lib/smooch-api/models/attachment_remove.rb +1 -1
  36. data/lib/smooch-api/models/attachment_response.rb +1 -1
  37. data/lib/smooch-api/models/auth_code_response.rb +1 -1
  38. data/lib/smooch-api/models/business_system_item.rb +1 -1
  39. data/lib/smooch-api/models/channel_entity_item.rb +1 -1
  40. data/lib/smooch-api/models/client.rb +1 -1
  41. data/lib/smooch-api/models/client_info.rb +1 -1
  42. data/lib/smooch-api/models/confirmation.rb +1 -1
  43. data/lib/smooch-api/models/conversation.rb +1 -1
  44. data/lib/smooch-api/models/destination.rb +1 -1
  45. data/lib/smooch-api/models/display_settings.rb +1 -1
  46. data/lib/smooch-api/models/get_messages_response.rb +1 -1
  47. data/lib/smooch-api/models/integration.rb +24 -4
  48. data/lib/smooch-api/models/integration_create.rb +33 -3
  49. data/lib/smooch-api/models/integration_profile_update.rb +251 -0
  50. data/lib/smooch-api/models/integration_response.rb +1 -1
  51. data/lib/smooch-api/models/integration_update.rb +15 -5
  52. data/lib/smooch-api/models/jwt_response.rb +1 -1
  53. data/lib/smooch-api/models/link_request_response.rb +1 -1
  54. data/lib/smooch-api/models/link_request_response_link_requests.rb +1 -1
  55. data/lib/smooch-api/models/list_apps_response.rb +1 -1
  56. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  57. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  58. data/lib/smooch-api/models/list_service_accounts_response.rb +1 -1
  59. data/lib/smooch-api/models/list_templates_response.rb +1 -1
  60. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  61. data/lib/smooch-api/models/menu.rb +1 -1
  62. data/lib/smooch-api/models/menu_item.rb +1 -1
  63. data/lib/smooch-api/models/menu_response.rb +1 -1
  64. data/lib/smooch-api/models/message.rb +1 -1
  65. data/lib/smooch-api/models/message_item.rb +1 -1
  66. data/lib/smooch-api/models/message_post.rb +1 -1
  67. data/lib/smooch-api/models/message_response.rb +14 -2
  68. data/lib/smooch-api/models/secret_key.rb +1 -1
  69. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  70. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  71. data/lib/smooch-api/models/service_account.rb +1 -1
  72. data/lib/smooch-api/models/service_account_create.rb +1 -1
  73. data/lib/smooch-api/models/service_account_response.rb +1 -1
  74. data/lib/smooch-api/models/service_account_update.rb +1 -1
  75. data/lib/smooch-api/models/source.rb +1 -1
  76. data/lib/smooch-api/models/sub_menu_item.rb +1 -1
  77. data/lib/smooch-api/models/template.rb +1 -1
  78. data/lib/smooch-api/models/template_create.rb +1 -1
  79. data/lib/smooch-api/models/template_response.rb +1 -1
  80. data/lib/smooch-api/models/template_update.rb +1 -1
  81. data/lib/smooch-api/models/typing_activity_trigger.rb +1 -1
  82. data/lib/smooch-api/models/webhook.rb +1 -1
  83. data/lib/smooch-api/models/webhook_create.rb +1 -1
  84. data/lib/smooch-api/models/webhook_response.rb +1 -1
  85. data/lib/smooch-api/models/webhook_update.rb +1 -1
  86. data/lib/smooch-api/version.rb +2 -2
  87. data/smooch-api.gemspec +1 -1
  88. data/spec/api_client_spec.rb +1 -1
  89. data/spec/configuration_spec.rb +1 -1
  90. data/spec/spec_helper.rb +1 -1
  91. metadata +4 -2
@@ -0,0 +1,251 @@
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: 3.19
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 IntegrationProfileUpdate
18
+ # Text to display in your profile's About section. Can be used as a status update. Maximum of 139 characters.
19
+ attr_accessor :about
20
+
21
+ # Address of the business. Maximum of 256 characters.
22
+ attr_accessor :address
23
+
24
+ # Description of the business. Maximum of 256 characters.
25
+ attr_accessor :description
26
+
27
+ # Email address to contact the business. Maximum of 128 characters.
28
+ attr_accessor :email
29
+
30
+ # URL where the business' profile photo is hosted. WhatsApp recommends an image with dimensions of 640x640 and max size of 63KB.
31
+ attr_accessor :photo_url
32
+
33
+ # Industry of the business. Maximum of 128 characters.
34
+ attr_accessor :vertical
35
+
36
+ # URLs associated with the business. Maximum of 2 websites.
37
+ attr_accessor :websites
38
+
39
+
40
+ # Attribute mapping from ruby-style variable name to JSON key.
41
+ def self.attribute_map
42
+ {
43
+ :'about' => :'about',
44
+ :'address' => :'address',
45
+ :'description' => :'description',
46
+ :'email' => :'email',
47
+ :'photo_url' => :'photoUrl',
48
+ :'vertical' => :'vertical',
49
+ :'websites' => :'websites'
50
+ }
51
+ end
52
+
53
+ # Attribute type mapping.
54
+ def self.swagger_types
55
+ {
56
+ :'about' => :'String',
57
+ :'address' => :'String',
58
+ :'description' => :'String',
59
+ :'email' => :'String',
60
+ :'photo_url' => :'String',
61
+ :'vertical' => :'String',
62
+ :'websites' => :'Array<String>'
63
+ }
64
+ end
65
+
66
+ # Initializes the object
67
+ # @param [Hash] attributes Model attributes in the form of hash
68
+ def initialize(attributes = {})
69
+ return unless attributes.is_a?(Hash)
70
+
71
+ # convert string to symbol for hash key
72
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
73
+
74
+ if attributes.has_key?(:'about')
75
+ self.about = attributes[:'about']
76
+ end
77
+
78
+ if attributes.has_key?(:'address')
79
+ self.address = attributes[:'address']
80
+ end
81
+
82
+ if attributes.has_key?(:'description')
83
+ self.description = attributes[:'description']
84
+ end
85
+
86
+ if attributes.has_key?(:'email')
87
+ self.email = attributes[:'email']
88
+ end
89
+
90
+ if attributes.has_key?(:'photoUrl')
91
+ self.photo_url = attributes[:'photoUrl']
92
+ end
93
+
94
+ if attributes.has_key?(:'vertical')
95
+ self.vertical = attributes[:'vertical']
96
+ end
97
+
98
+ if attributes.has_key?(:'websites')
99
+ if (value = attributes[:'websites']).is_a?(Array)
100
+ self.websites = value
101
+ end
102
+ end
103
+
104
+ end
105
+
106
+ # Show invalid properties with the reasons. Usually used together with valid?
107
+ # @return Array for valid properies with the reasons
108
+ def list_invalid_properties
109
+ invalid_properties = Array.new
110
+ return invalid_properties
111
+ end
112
+
113
+ # Check to see if the all the properties in the model are valid
114
+ # @return true if the model is valid
115
+ def valid?
116
+ return true
117
+ end
118
+
119
+ # Checks equality by comparing each attribute.
120
+ # @param [Object] Object to be compared
121
+ def ==(o)
122
+ return true if self.equal?(o)
123
+ self.class == o.class &&
124
+ about == o.about &&
125
+ address == o.address &&
126
+ description == o.description &&
127
+ email == o.email &&
128
+ photo_url == o.photo_url &&
129
+ vertical == o.vertical &&
130
+ websites == o.websites
131
+ end
132
+
133
+ # @see the `==` method
134
+ # @param [Object] Object to be compared
135
+ def eql?(o)
136
+ self == o
137
+ end
138
+
139
+ # Calculates hash code according to all attributes.
140
+ # @return [Fixnum] Hash code
141
+ def hash
142
+ [about, address, description, email, photo_url, vertical, websites].hash
143
+ end
144
+
145
+ # Builds the object from hash
146
+ # @param [Hash] attributes Model attributes in the form of hash
147
+ # @return [Object] Returns the model itself
148
+ def build_from_hash(attributes)
149
+ return nil unless attributes.is_a?(Hash)
150
+ self.class.swagger_types.each_pair do |key, type|
151
+ if type =~ /\AArray<(.*)>/i
152
+ # check to ensure the input is an array given that the the attribute
153
+ # is documented as an array but the input is not
154
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
155
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
156
+ end
157
+ elsif !attributes[self.class.attribute_map[key]].nil?
158
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
159
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
160
+ end
161
+
162
+ self
163
+ end
164
+
165
+ # Deserializes the data based on type
166
+ # @param string type Data type
167
+ # @param string value Value to be deserialized
168
+ # @return [Object] Deserialized data
169
+ def _deserialize(type, value)
170
+ case type.to_sym
171
+ when :DateTime
172
+ DateTime.parse(value)
173
+ when :Date
174
+ Date.parse(value)
175
+ when :String
176
+ value.to_s
177
+ when :Integer
178
+ value.to_i
179
+ when :Float
180
+ value.to_f
181
+ when :BOOLEAN
182
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
183
+ true
184
+ else
185
+ false
186
+ end
187
+ when :Object
188
+ # generic object (usually a Hash), return directly
189
+ value
190
+ when /\AArray<(?<inner_type>.+)>\z/
191
+ inner_type = Regexp.last_match[:inner_type]
192
+ value.map { |v| _deserialize(inner_type, v) }
193
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
194
+ k_type = Regexp.last_match[:k_type]
195
+ v_type = Regexp.last_match[:v_type]
196
+ {}.tap do |hash|
197
+ value.each do |k, v|
198
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
199
+ end
200
+ end
201
+ else # model
202
+ temp_model = SmoochApi.const_get(type).new
203
+ temp_model.build_from_hash(value)
204
+ end
205
+ end
206
+
207
+ # Returns the string representation of the object
208
+ # @return [String] String presentation of the object
209
+ def to_s
210
+ to_hash.to_s
211
+ end
212
+
213
+ # to_body is an alias to to_hash (backward compatibility)
214
+ # @return [Hash] Returns the object in the form of hash
215
+ def to_body
216
+ to_hash
217
+ end
218
+
219
+ # Returns the object in the form of hash
220
+ # @return [Hash] Returns the object in the form of hash
221
+ def to_hash
222
+ hash = {}
223
+ self.class.attribute_map.each_pair do |attr, param|
224
+ value = self.send(attr)
225
+ next if value.nil?
226
+ hash[param] = _to_hash(value)
227
+ end
228
+ hash
229
+ end
230
+
231
+ # Outputs non-array value in the form of hash
232
+ # For object, use to_hash. Otherwise, just return the value
233
+ # @param [Object] value Any valid value
234
+ # @return [Hash] Returns the value in the form of hash
235
+ def _to_hash(value)
236
+ if value.is_a?(Array)
237
+ value.compact.map{ |v| _to_hash(v) }
238
+ elsif value.is_a?(Hash)
239
+ {}.tap do |hash|
240
+ value.each { |k, v| hash[k] = _to_hash(v) }
241
+ end
242
+ elsif value.respond_to? :to_hash
243
+ value.to_hash
244
+ else
245
+ value
246
+ end
247
+ end
248
+
249
+ end
250
+
251
+ 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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -60,6 +60,9 @@ module SmoochApi
60
60
  # LINE Channel Secret. Required for *line* integrations.
61
61
  attr_accessor :channel_secret
62
62
 
63
+ # Specification of a fallback language. (Optional) Used for *WhatsApp* integrations.
64
+ attr_accessor :hsm_fallback_language
65
+
63
66
 
64
67
  # Attribute mapping from ruby-style variable name to JSON key.
65
68
  def self.attribute_map
@@ -78,7 +81,8 @@ module SmoochApi
78
81
  :'background_image_url' => :'backgroundImageUrl',
79
82
  :'origin_whitelist' => :'originWhitelist',
80
83
  :'channel_id' => :'channelId',
81
- :'channel_secret' => :'channelSecret'
84
+ :'channel_secret' => :'channelSecret',
85
+ :'hsm_fallback_language' => :'hsmFallbackLanguage'
82
86
  }
83
87
  end
84
88
 
@@ -99,7 +103,8 @@ module SmoochApi
99
103
  :'background_image_url' => :'String',
100
104
  :'origin_whitelist' => :'Array<String>',
101
105
  :'channel_id' => :'String',
102
- :'channel_secret' => :'String'
106
+ :'channel_secret' => :'String',
107
+ :'hsm_fallback_language' => :'String'
103
108
  }
104
109
  end
105
110
 
@@ -175,6 +180,10 @@ module SmoochApi
175
180
  self.channel_secret = attributes[:'channelSecret']
176
181
  end
177
182
 
183
+ if attributes.has_key?(:'hsmFallbackLanguage')
184
+ self.hsm_fallback_language = attributes[:'hsmFallbackLanguage']
185
+ end
186
+
178
187
  end
179
188
 
180
189
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -209,7 +218,8 @@ module SmoochApi
209
218
  background_image_url == o.background_image_url &&
210
219
  origin_whitelist == o.origin_whitelist &&
211
220
  channel_id == o.channel_id &&
212
- channel_secret == o.channel_secret
221
+ channel_secret == o.channel_secret &&
222
+ hsm_fallback_language == o.hsm_fallback_language
213
223
  end
214
224
 
215
225
  # @see the `==` method
@@ -221,7 +231,7 @@ module SmoochApi
221
231
  # Calculates hash code according to all attributes.
222
232
  # @return [Fixnum] Hash code
223
233
  def hash
224
- [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, channel_id, channel_secret].hash
234
+ [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, channel_id, channel_secret, hsm_fallback_language].hash
225
235
  end
226
236
 
227
237
  # 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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
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: 3.17
6
+ OpenAPI spec version: 3.19
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT