smooch-api 5.7.0 → 5.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -1
  3. data/docs/Action.md +2 -2
  4. data/docs/AppUserLink.md +1 -1
  5. data/docs/BusinessSystemItem.md +1 -1
  6. data/docs/ChannelEntityItem.md +1 -1
  7. data/docs/Client.md +1 -1
  8. data/docs/Confirmation.md +1 -1
  9. data/docs/ConversationActivity.md +2 -2
  10. data/docs/Deployment.md +17 -0
  11. data/docs/DeploymentActivatePhoneNumber.md +10 -0
  12. data/docs/DeploymentApi.md +325 -0
  13. data/docs/DeploymentConfirmCode.md +8 -0
  14. data/docs/DeploymentCreate.md +12 -0
  15. data/docs/DeploymentResponse.md +8 -0
  16. data/docs/Destination.md +1 -1
  17. data/docs/DisplaySettings.md +1 -1
  18. data/docs/Enums.md +3 -0
  19. data/docs/Integration.md +6 -5
  20. data/docs/IntegrationCreate.md +5 -4
  21. data/docs/LinkRequestResponseLinkRequests.md +1 -1
  22. data/docs/ListDeploymentsResponse.md +8 -0
  23. data/docs/MenuItem.md +1 -1
  24. data/docs/Message.md +2 -2
  25. data/docs/MessageItem.md +1 -1
  26. data/docs/MessagePost.md +2 -2
  27. data/docs/Source.md +1 -1
  28. data/docs/SubMenuItem.md +1 -1
  29. data/docs/Webhook.md +1 -1
  30. data/docs/WebhookCreate.md +1 -1
  31. data/docs/WebhookUpdate.md +1 -1
  32. data/lib/smooch-api.rb +8 -1
  33. data/lib/smooch-api/api/app_api.rb +1 -1
  34. data/lib/smooch-api/api/app_user_api.rb +1 -1
  35. data/lib/smooch-api/api/attachments_api.rb +1 -1
  36. data/lib/smooch-api/api/conversation_api.rb +1 -1
  37. data/lib/smooch-api/api/deployment_api.rb +358 -0
  38. data/lib/smooch-api/api/integration_api.rb +1 -1
  39. data/lib/smooch-api/api/menu_api.rb +1 -1
  40. data/lib/smooch-api/api/service_account_api.rb +1 -1
  41. data/lib/smooch-api/api/template_api.rb +1 -1
  42. data/lib/smooch-api/api/webhook_api.rb +1 -1
  43. data/lib/smooch-api/api_client.rb +1 -1
  44. data/lib/smooch-api/api_error.rb +1 -1
  45. data/lib/smooch-api/configuration.rb +1 -1
  46. data/lib/smooch-api/models/action.rb +3 -3
  47. data/lib/smooch-api/models/app.rb +1 -1
  48. data/lib/smooch-api/models/app_create.rb +1 -1
  49. data/lib/smooch-api/models/app_response.rb +1 -1
  50. data/lib/smooch-api/models/app_settings.rb +1 -1
  51. data/lib/smooch-api/models/app_update.rb +1 -1
  52. data/lib/smooch-api/models/app_user.rb +1 -1
  53. data/lib/smooch-api/models/app_user_business_systems_response.rb +1 -1
  54. data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
  55. data/lib/smooch-api/models/app_user_link.rb +2 -2
  56. data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
  57. data/lib/smooch-api/models/app_user_response.rb +1 -1
  58. data/lib/smooch-api/models/app_user_update.rb +1 -1
  59. data/lib/smooch-api/models/attachment_remove.rb +1 -1
  60. data/lib/smooch-api/models/attachment_response.rb +1 -1
  61. data/lib/smooch-api/models/auth_code_response.rb +1 -1
  62. data/lib/smooch-api/models/business_system_item.rb +2 -2
  63. data/lib/smooch-api/models/channel_entity_item.rb +2 -2
  64. data/lib/smooch-api/models/client.rb +2 -2
  65. data/lib/smooch-api/models/client_info.rb +1 -1
  66. data/lib/smooch-api/models/confirmation.rb +2 -2
  67. data/lib/smooch-api/models/conversation.rb +1 -1
  68. data/lib/smooch-api/models/conversation_activity.rb +3 -3
  69. data/lib/smooch-api/models/deployment.rb +294 -0
  70. data/lib/smooch-api/models/deployment_activate_phone_number.rb +224 -0
  71. data/lib/smooch-api/models/deployment_confirm_code.rb +194 -0
  72. data/lib/smooch-api/models/deployment_create.rb +234 -0
  73. data/lib/smooch-api/models/deployment_response.rb +194 -0
  74. data/lib/smooch-api/models/destination.rb +2 -2
  75. data/lib/smooch-api/models/display_settings.rb +2 -2
  76. data/lib/smooch-api/models/enums.rb +68 -5
  77. data/lib/smooch-api/models/get_integration_profile_response.rb +1 -1
  78. data/lib/smooch-api/models/get_messages_response.rb +1 -1
  79. data/lib/smooch-api/models/integration.rb +17 -7
  80. data/lib/smooch-api/models/integration_create.rb +16 -6
  81. data/lib/smooch-api/models/integration_profile_update.rb +1 -1
  82. data/lib/smooch-api/models/integration_response.rb +1 -1
  83. data/lib/smooch-api/models/integration_update.rb +1 -1
  84. data/lib/smooch-api/models/jwt_response.rb +1 -1
  85. data/lib/smooch-api/models/link_request_response.rb +1 -1
  86. data/lib/smooch-api/models/link_request_response_link_requests.rb +2 -2
  87. data/lib/smooch-api/models/list_apps_response.rb +1 -1
  88. data/lib/smooch-api/models/list_deployments_response.rb +196 -0
  89. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  90. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  91. data/lib/smooch-api/models/list_service_accounts_response.rb +1 -1
  92. data/lib/smooch-api/models/list_templates_response.rb +1 -1
  93. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  94. data/lib/smooch-api/models/menu.rb +1 -1
  95. data/lib/smooch-api/models/menu_item.rb +2 -2
  96. data/lib/smooch-api/models/menu_response.rb +1 -1
  97. data/lib/smooch-api/models/message.rb +3 -3
  98. data/lib/smooch-api/models/message_item.rb +2 -2
  99. data/lib/smooch-api/models/message_override.rb +1 -1
  100. data/lib/smooch-api/models/message_override_whatsapp.rb +1 -1
  101. data/lib/smooch-api/models/message_post.rb +3 -3
  102. data/lib/smooch-api/models/message_response.rb +1 -1
  103. data/lib/smooch-api/models/secret_key.rb +1 -1
  104. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  105. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  106. data/lib/smooch-api/models/service_account.rb +1 -1
  107. data/lib/smooch-api/models/service_account_create.rb +1 -1
  108. data/lib/smooch-api/models/service_account_response.rb +1 -1
  109. data/lib/smooch-api/models/service_account_update.rb +1 -1
  110. data/lib/smooch-api/models/source.rb +2 -2
  111. data/lib/smooch-api/models/sub_menu_item.rb +2 -2
  112. data/lib/smooch-api/models/template.rb +1 -1
  113. data/lib/smooch-api/models/template_create.rb +1 -1
  114. data/lib/smooch-api/models/template_response.rb +1 -1
  115. data/lib/smooch-api/models/template_update.rb +1 -1
  116. data/lib/smooch-api/models/upload_integration_profile_photo_response.rb +1 -1
  117. data/lib/smooch-api/models/webhook.rb +2 -2
  118. data/lib/smooch-api/models/webhook_create.rb +2 -2
  119. data/lib/smooch-api/models/webhook_response.rb +1 -1
  120. data/lib/smooch-api/models/webhook_update.rb +2 -2
  121. data/lib/smooch-api/version.rb +2 -2
  122. data/smooch-api.gemspec +1 -1
  123. data/spec/api_client_spec.rb +1 -1
  124. data/spec/configuration_spec.rb +1 -1
  125. data/spec/spec_helper.rb +1 -1
  126. metadata +16 -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: 5.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -21,10 +21,10 @@ module SmoochApi
21
21
  # The ID of the message's author.
22
22
  attr_accessor :authorId
23
23
 
24
- # The role of the individual posting the message. See Enums.md for available values.
24
+ # The role of the individual posting the message. See [**RoleEnum**](Enums.md#RoleEnum) for available values.
25
25
  attr_accessor :role
26
26
 
27
- # The message type. See Enums.md for available values.
27
+ # The message type. See [**MessageTypeEnum**](Enums.md#MessageTypeEnum) for available values.
28
28
  attr_accessor :type
29
29
 
30
30
  # The source of the message.
@@ -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.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -24,7 +24,7 @@ module SmoochApi
24
24
  # The image URL to be shown in the carousel/list item.
25
25
  attr_accessor :mediaUrl
26
26
 
27
- # The size of the image to be shown in the carousel/list item. Only top item of Facebook Messenger carousel supported. See Enums.md for available values.
27
+ # The size of the image to be shown in the carousel/list item. Only top item of Facebook Messenger carousel supported. See [**MessageItemSizeEnum**](Enums.md#MessageItemSizeEnum) for available values.
28
28
  attr_accessor :size
29
29
 
30
30
  # If a *mediaUrl* was specified, the media type is defined here, for example *image/jpeg*.
@@ -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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -15,10 +15,10 @@ require 'date'
15
15
  module SmoochApi
16
16
 
17
17
  class MessagePost
18
- # The role of the individual posting the message. See Enums.md for available values.
18
+ # The role of the individual posting the message. See [**RoleEnum**](Enums.md#RoleEnum) for available values.
19
19
  attr_accessor :role
20
20
 
21
- # The message type. See Enums.md for available values.
21
+ # The message type. See [**MessageTypeEnum**](Enums.md#MessageTypeEnum) for available values.
22
22
  attr_accessor :type
23
23
 
24
24
  # The display name of the message author.
@@ -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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -18,7 +18,7 @@ module SmoochApi
18
18
  # An identifier used by Smooch for internal purposes.
19
19
  attr_accessor :id
20
20
 
21
- # An identifier for the channel from which a message originated. See Enums.md for available values.
21
+ # An identifier for the channel from which a message originated. See [**IntegrationTypeEnum**](Enums.md#IntegrationTypeEnum) for available values.
22
22
  attr_accessor :type
23
23
 
24
24
 
@@ -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.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -21,7 +21,7 @@ module SmoochApi
21
21
  # A valid address, like http://smooch.io. Required for a link type item.
22
22
  attr_accessor :uri
23
23
 
24
- # Can either be link, postback, which correspond to Smooch’s link and postback actions, or submenu for nested menus. See Enums.md for available values.
24
+ # Can either be link, postback, which correspond to Smooch’s link and postback actions, or submenu for nested menus. See [**MenuItemTypeEnum**](Enums.md#MenuItemTypeEnum) for available values.
25
25
  attr_accessor :type
26
26
 
27
27
  # A payload for a postback. Required for a postback type item.
@@ -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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -21,7 +21,7 @@ module SmoochApi
21
21
  # URL to be called when the webhook is triggered.
22
22
  attr_accessor :target
23
23
 
24
- # An array of triggers you wish to have the webhook listen to. See Enums.md for available values.
24
+ # An array of triggers you wish to have the webhook listen to. See [**WebhookTriggersEnum**](Enums.md#WebhookTriggersEnum) for available values.
25
25
  attr_accessor :triggers
26
26
 
27
27
  # Secret which will be transmitted with each webhook invocation and can be used to verify the authenticity of the caller.
@@ -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.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -18,7 +18,7 @@ module SmoochApi
18
18
  # URL to be called when the webhook is triggered.
19
19
  attr_accessor :target
20
20
 
21
- # An array of triggers you wish to have the webhook listen to. See Enums.md for available values.
21
+ # An array of triggers you wish to have the webhook listen to. See [**WebhookTriggersEnum**](Enums.md#WebhookTriggersEnum) for available values.
22
22
  attr_accessor :triggers
23
23
 
24
24
 
@@ -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.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -18,7 +18,7 @@ module SmoochApi
18
18
  # URL to be called when the webhook is triggered.
19
19
  attr_accessor :target
20
20
 
21
- # An array of triggers you wish to have the webhook listen to. See Enums.md for available values.
21
+ # An array of triggers you wish to have the webhook listen to. See [**WebhookTriggersEnum**](Enums.md#WebhookTriggersEnum) for available values.
22
22
  attr_accessor :triggers
23
23
 
24
24
 
@@ -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.7
6
+ OpenAPI spec version: 5.8
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 = "5.7.0"
14
+ VERSION = "5.8.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: 5.7
8
+ OpenAPI spec version: 5.8
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: 5.7
6
+ OpenAPI spec version: 5.8
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.7
6
+ OpenAPI spec version: 5.8
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: 5.7
6
+ OpenAPI spec version: 5.8
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: 5.7.0
4
+ version: 5.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smooch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-19 00:00:00.000000000 Z
11
+ date: 2019-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -230,6 +230,12 @@ files:
230
230
  - docs/Conversation.md
231
231
  - docs/ConversationActivity.md
232
232
  - docs/ConversationApi.md
233
+ - docs/Deployment.md
234
+ - docs/DeploymentActivatePhoneNumber.md
235
+ - docs/DeploymentApi.md
236
+ - docs/DeploymentConfirmCode.md
237
+ - docs/DeploymentCreate.md
238
+ - docs/DeploymentResponse.md
233
239
  - docs/Destination.md
234
240
  - docs/DisplaySettings.md
235
241
  - docs/Enums.md
@@ -245,6 +251,7 @@ files:
245
251
  - docs/LinkRequestResponse.md
246
252
  - docs/LinkRequestResponseLinkRequests.md
247
253
  - docs/ListAppsResponse.md
254
+ - docs/ListDeploymentsResponse.md
248
255
  - docs/ListIntegrationsResponse.md
249
256
  - docs/ListSecretKeysResponse.md
250
257
  - docs/ListServiceAccountsResponse.md
@@ -287,6 +294,7 @@ files:
287
294
  - lib/smooch-api/api/app_user_api.rb
288
295
  - lib/smooch-api/api/attachments_api.rb
289
296
  - lib/smooch-api/api/conversation_api.rb
297
+ - lib/smooch-api/api/deployment_api.rb
290
298
  - lib/smooch-api/api/integration_api.rb
291
299
  - lib/smooch-api/api/menu_api.rb
292
300
  - lib/smooch-api/api/service_account_api.rb
@@ -318,6 +326,11 @@ files:
318
326
  - lib/smooch-api/models/confirmation.rb
319
327
  - lib/smooch-api/models/conversation.rb
320
328
  - lib/smooch-api/models/conversation_activity.rb
329
+ - lib/smooch-api/models/deployment.rb
330
+ - lib/smooch-api/models/deployment_activate_phone_number.rb
331
+ - lib/smooch-api/models/deployment_confirm_code.rb
332
+ - lib/smooch-api/models/deployment_create.rb
333
+ - lib/smooch-api/models/deployment_response.rb
321
334
  - lib/smooch-api/models/destination.rb
322
335
  - lib/smooch-api/models/display_settings.rb
323
336
  - lib/smooch-api/models/enums.rb
@@ -332,6 +345,7 @@ files:
332
345
  - lib/smooch-api/models/link_request_response.rb
333
346
  - lib/smooch-api/models/link_request_response_link_requests.rb
334
347
  - lib/smooch-api/models/list_apps_response.rb
348
+ - lib/smooch-api/models/list_deployments_response.rb
335
349
  - lib/smooch-api/models/list_integrations_response.rb
336
350
  - lib/smooch-api/models/list_secret_keys_response.rb
337
351
  - lib/smooch-api/models/list_service_accounts_response.rb