smooch-api 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/docs/AttachmentResponse.md +9 -0
  4. data/docs/AttachmentsApi.md +67 -0
  5. data/docs/Message.md +2 -2
  6. data/docs/MessagePost.md +2 -2
  7. data/lib/smooch-api.rb +3 -1
  8. data/lib/smooch-api/api/app_api.rb +1 -1
  9. data/lib/smooch-api/api/app_user_api.rb +1 -1
  10. data/lib/smooch-api/api/attachments_api.rb +92 -0
  11. data/lib/smooch-api/api/conversation_api.rb +1 -1
  12. data/lib/smooch-api/api/init_api.rb +1 -1
  13. data/lib/smooch-api/api/integration_api.rb +1 -1
  14. data/lib/smooch-api/api/menu_api.rb +1 -1
  15. data/lib/smooch-api/api/webhook_api.rb +1 -1
  16. data/lib/smooch-api/api_client.rb +1 -1
  17. data/lib/smooch-api/api_error.rb +1 -1
  18. data/lib/smooch-api/configuration.rb +1 -1
  19. data/lib/smooch-api/models/action.rb +1 -1
  20. data/lib/smooch-api/models/app.rb +1 -1
  21. data/lib/smooch-api/models/app_create.rb +1 -1
  22. data/lib/smooch-api/models/app_response.rb +1 -1
  23. data/lib/smooch-api/models/app_settings.rb +1 -1
  24. data/lib/smooch-api/models/app_update.rb +1 -1
  25. data/lib/smooch-api/models/app_user.rb +1 -1
  26. data/lib/smooch-api/models/app_user_link.rb +1 -1
  27. data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
  28. data/lib/smooch-api/models/app_user_response.rb +1 -1
  29. data/lib/smooch-api/models/app_user_update.rb +1 -1
  30. data/lib/smooch-api/models/attachment_response.rb +209 -0
  31. data/lib/smooch-api/models/client.rb +1 -1
  32. data/lib/smooch-api/models/client_info.rb +1 -1
  33. data/lib/smooch-api/models/conversation.rb +1 -1
  34. data/lib/smooch-api/models/destination.rb +1 -1
  35. data/lib/smooch-api/models/device_init.rb +1 -1
  36. data/lib/smooch-api/models/device_response.rb +1 -1
  37. data/lib/smooch-api/models/device_update.rb +1 -1
  38. data/lib/smooch-api/models/display_settings.rb +1 -1
  39. data/lib/smooch-api/models/event.rb +1 -1
  40. data/lib/smooch-api/models/get_messages_response.rb +1 -1
  41. data/lib/smooch-api/models/init.rb +1 -1
  42. data/lib/smooch-api/models/init_response.rb +1 -1
  43. data/lib/smooch-api/models/integration.rb +1 -1
  44. data/lib/smooch-api/models/integration_create.rb +1 -1
  45. data/lib/smooch-api/models/integration_response.rb +1 -1
  46. data/lib/smooch-api/models/jwt_response.rb +1 -1
  47. data/lib/smooch-api/models/list_apps_response.rb +1 -1
  48. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  49. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  50. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  51. data/lib/smooch-api/models/menu.rb +1 -1
  52. data/lib/smooch-api/models/menu_item.rb +1 -1
  53. data/lib/smooch-api/models/menu_response.rb +1 -1
  54. data/lib/smooch-api/models/message.rb +5 -5
  55. data/lib/smooch-api/models/message_item.rb +1 -1
  56. data/lib/smooch-api/models/message_post.rb +5 -5
  57. data/lib/smooch-api/models/message_response.rb +1 -1
  58. data/lib/smooch-api/models/secret_key.rb +1 -1
  59. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  60. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  61. data/lib/smooch-api/models/track_event_response.rb +1 -1
  62. data/lib/smooch-api/models/typing_activity_trigger.rb +1 -1
  63. data/lib/smooch-api/models/webhook.rb +1 -1
  64. data/lib/smooch-api/models/webhook_create.rb +1 -1
  65. data/lib/smooch-api/models/webhook_response.rb +1 -1
  66. data/lib/smooch-api/models/webhook_update.rb +1 -1
  67. data/lib/smooch-api/version.rb +2 -2
  68. data/smooch-api.gemspec +1 -1
  69. data/spec/api_client_spec.rb +1 -1
  70. data/spec/configuration_spec.rb +1 -1
  71. data/spec/spec_helper.rb +1 -1
  72. 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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -42,10 +42,10 @@ module SmoochApi
42
42
  # The unix timestamp of the moment the message was received.
43
43
  attr_accessor :received
44
44
 
45
- # The mediaUrl for the image. Required for image messages.
45
+ # The mediaUrl for the message. Required for image/file messages.
46
46
  attr_accessor :media_url
47
47
 
48
- # The mediaType for the image. Required for image messages.
48
+ # The mediaType for the message. Required for image/file messages.
49
49
  attr_accessor :media_type
50
50
 
51
51
  # Flat JSON object containing any custom properties associated with the message.
@@ -253,7 +253,7 @@ module SmoochApi
253
253
  return false if @author_id.nil?
254
254
  return false if @role.nil?
255
255
  return false if @type.nil?
256
- type_validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list"])
256
+ type_validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list", "file"])
257
257
  return false unless type_validator.valid?(@type)
258
258
  return false if @name.nil?
259
259
  return false if @text.nil?
@@ -265,7 +265,7 @@ module SmoochApi
265
265
  # Custom attribute writer method checking allowed values (enum).
266
266
  # @param [Object] type Object to be assigned
267
267
  def type=(type)
268
- validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list"])
268
+ validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list", "file"])
269
269
  unless validator.valid?(type)
270
270
  fail ArgumentError, "invalid value for 'type', must be one of #{validator.allowable_values}."
271
271
  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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -39,10 +39,10 @@ module SmoochApi
39
39
  # The message text. Required for text messages.
40
40
  attr_accessor :text
41
41
 
42
- # The mediaUrl for the image. Required for image messages.
42
+ # The mediaUrl for the message. Required for image/file messages.
43
43
  attr_accessor :media_url
44
44
 
45
- # The mediaType for the image. Required for image messages.
45
+ # The mediaType for the message. Required for image/file messages.
46
46
  attr_accessor :media_type
47
47
 
48
48
  # The items in the message list. Required for carousel and list messages.
@@ -200,7 +200,7 @@ module SmoochApi
200
200
  def valid?
201
201
  return false if @role.nil?
202
202
  return false if @type.nil?
203
- type_validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list"])
203
+ type_validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list", "file"])
204
204
  return false unless type_validator.valid?(@type)
205
205
  return true
206
206
  end
@@ -208,7 +208,7 @@ module SmoochApi
208
208
  # Custom attribute writer method checking allowed values (enum).
209
209
  # @param [Object] type Object to be assigned
210
210
  def type=(type)
211
- validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list"])
211
+ validator = EnumAttributeValidator.new('String', ["text", "image", "carousel", "list", "file"])
212
212
  unless validator.valid?(type)
213
213
  fail ArgumentError, "invalid value for 'type', must be one of #{validator.allowable_values}."
214
214
  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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.2.3-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module SmoochApi
14
- VERSION = "1.8.0"
14
+ VERSION = "1.9.0"
15
15
  end
data/smooch-api.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  #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).
7
7
 
8
- OpenAPI spec version: 1.8
8
+ OpenAPI spec version: 1.9
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  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: 1.8
6
+ OpenAPI spec version: 1.9
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: 1.8
6
+ OpenAPI spec version: 1.9
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
data/spec/spec_helper.rb CHANGED
@@ -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: 1.8
6
+ OpenAPI spec version: 1.9
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smooch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smooch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-27 00:00:00.000000000 Z
11
+ date: 2017-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -216,6 +216,8 @@ files:
216
216
  - docs/AppUserPreCreate.md
217
217
  - docs/AppUserResponse.md
218
218
  - docs/AppUserUpdate.md
219
+ - docs/AttachmentResponse.md
220
+ - docs/AttachmentsApi.md
219
221
  - docs/Client.md
220
222
  - docs/ClientInfo.md
221
223
  - docs/Conversation.md
@@ -261,6 +263,7 @@ files:
261
263
  - lib/smooch-api.rb
262
264
  - lib/smooch-api/api/app_api.rb
263
265
  - lib/smooch-api/api/app_user_api.rb
266
+ - lib/smooch-api/api/attachments_api.rb
264
267
  - lib/smooch-api/api/conversation_api.rb
265
268
  - lib/smooch-api/api/init_api.rb
266
269
  - lib/smooch-api/api/integration_api.rb
@@ -280,6 +283,7 @@ files:
280
283
  - lib/smooch-api/models/app_user_pre_create.rb
281
284
  - lib/smooch-api/models/app_user_response.rb
282
285
  - lib/smooch-api/models/app_user_update.rb
286
+ - lib/smooch-api/models/attachment_response.rb
283
287
  - lib/smooch-api/models/client.rb
284
288
  - lib/smooch-api/models/client_info.rb
285
289
  - lib/smooch-api/models/conversation.rb