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
@@ -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
@@ -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
@@ -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
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.2.3-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module SmoochApi
14
- VERSION = "5.25.1"
14
+ VERSION = "5.29.1"
15
15
  end
@@ -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.25
8
+ OpenAPI spec version: 5.29
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -21,14 +21,14 @@ Gem::Specification.new do |s|
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["Smooch"]
23
23
  s.email = [""]
24
- s.homepage = "https://github.com/smooch/smooch-ruby"
24
+ s.homepage = "https://github.com/zendesk/sunshine-conversations-ruby"
25
25
  s.summary = "Smooch Ruby Gem"
26
26
  s.description = "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)."
27
- s.license = "https://smooch.io/terms/"
27
+ s.license = "Apache-2.0"
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
- s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.3'
31
+ s.add_runtime_dependency 'json', '~> 2.3', '>= 2.3.1'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0'
34
34
  s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
@@ -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
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.25.1
4
+ version: 5.29.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smooch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-23 00:00:00.000000000 Z
11
+ date: 2020-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -36,20 +36,20 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.8'
39
+ version: '2.3'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 1.8.3
42
+ version: 2.3.1
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '1.8'
49
+ version: '2.3'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 1.8.3
52
+ version: 2.3.1
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -201,6 +201,7 @@ extensions: []
201
201
  extra_rdoc_files: []
202
202
  files:
203
203
  - Gemfile
204
+ - LICENSE
204
205
  - README.md
205
206
  - Rakefile
206
207
  - docs/Action.md
@@ -224,6 +225,7 @@ files:
224
225
  - docs/AttachmentResponse.md
225
226
  - docs/AttachmentsApi.md
226
227
  - docs/AuthCodeResponse.md
228
+ - docs/Author.md
227
229
  - docs/BusinessSystemItem.md
228
230
  - docs/ChannelEntityItem.md
229
231
  - docs/Client.md
@@ -246,6 +248,7 @@ files:
246
248
  - docs/FieldPost.md
247
249
  - docs/GetIntegrationProfileResponse.md
248
250
  - docs/GetMessagesResponse.md
251
+ - docs/GetSdkIdsResponse.md
249
252
  - docs/Integration.md
250
253
  - docs/IntegrationApi.md
251
254
  - docs/IntegrationCreate.md
@@ -276,6 +279,11 @@ files:
276
279
  - docs/MessageOverrideWhatsapp.md
277
280
  - docs/MessagePost.md
278
281
  - docs/MessageResponse.md
282
+ - docs/NotificationApi.md
283
+ - docs/NotificationPost.md
284
+ - docs/NotificationPostDestination.md
285
+ - docs/NotificationResponse.md
286
+ - docs/NotificationResponseNotification.md
279
287
  - docs/Option.md
280
288
  - docs/QuotedMessage.md
281
289
  - docs/SecretKey.md
@@ -309,6 +317,7 @@ files:
309
317
  - lib/smooch-api/api/deployment_api.rb
310
318
  - lib/smooch-api/api/integration_api.rb
311
319
  - lib/smooch-api/api/menu_api.rb
320
+ - lib/smooch-api/api/notification_api.rb
312
321
  - lib/smooch-api/api/service_account_api.rb
313
322
  - lib/smooch-api/api/template_api.rb
314
323
  - lib/smooch-api/api/webhook_api.rb
@@ -333,6 +342,7 @@ files:
333
342
  - lib/smooch-api/models/attachment_remove.rb
334
343
  - lib/smooch-api/models/attachment_response.rb
335
344
  - lib/smooch-api/models/auth_code_response.rb
345
+ - lib/smooch-api/models/author.rb
336
346
  - lib/smooch-api/models/business_system_item.rb
337
347
  - lib/smooch-api/models/channel_entity_item.rb
338
348
  - lib/smooch-api/models/client.rb
@@ -353,6 +363,7 @@ files:
353
363
  - lib/smooch-api/models/field_post.rb
354
364
  - lib/smooch-api/models/get_integration_profile_response.rb
355
365
  - lib/smooch-api/models/get_messages_response.rb
366
+ - lib/smooch-api/models/get_sdk_ids_response.rb
356
367
  - lib/smooch-api/models/integration.rb
357
368
  - lib/smooch-api/models/integration_create.rb
358
369
  - lib/smooch-api/models/integration_profile_update.rb
@@ -381,6 +392,10 @@ files:
381
392
  - lib/smooch-api/models/message_override_whatsapp.rb
382
393
  - lib/smooch-api/models/message_post.rb
383
394
  - lib/smooch-api/models/message_response.rb
395
+ - lib/smooch-api/models/notification_post.rb
396
+ - lib/smooch-api/models/notification_post_destination.rb
397
+ - lib/smooch-api/models/notification_response.rb
398
+ - lib/smooch-api/models/notification_response_notification.rb
384
399
  - lib/smooch-api/models/option.rb
385
400
  - lib/smooch-api/models/quoted_message.rb
386
401
  - lib/smooch-api/models/secret_key.rb
@@ -407,9 +422,9 @@ files:
407
422
  - spec/api_client_spec.rb
408
423
  - spec/configuration_spec.rb
409
424
  - spec/spec_helper.rb
410
- homepage: https://github.com/smooch/smooch-ruby
425
+ homepage: https://github.com/zendesk/sunshine-conversations-ruby
411
426
  licenses:
412
- - https://smooch.io/terms/
427
+ - Apache-2.0
413
428
  metadata: {}
414
429
  post_install_message:
415
430
  rdoc_options: []