Skip to content

Commit

Permalink
Generate version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smooch Bot committed Jan 17, 2019
1 parent b951e3a commit 8fa205c
Show file tree
Hide file tree
Showing 88 changed files with 124 additions and 92 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem install smooch-api

Add this to the Gemfile:

gem 'smooch-api', '~> 5.2.0'
gem 'smooch-api', '~> 5.3.0'

## Getting Started

Expand Down
6 changes: 5 additions & 1 deletion docs/IntegrationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@ api_instance = SmoochApi::IntegrationApi.new
appId = "appId_example" # String | Identifies the app.

opts = {
types: "types_example" # String | List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*.
types: "types_example", # String | List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*.
limit: 25, # Integer | The number of records to return.
offset: 0 # Integer | The number of initial records to skip before picking records to return.
}

begin
Expand All @@ -387,6 +389,8 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**appId** | **String**| Identifies the app. |
**types** | **String**| List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*. | [optional]
**limit** | **Integer**| The number of records to return. | [optional] [default to 25]
**offset** | **Integer**| The number of initial records to skip before picking records to return. | [optional] [default to 0]

### Return type

Expand Down
2 changes: 2 additions & 0 deletions docs/ListIntegrationsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**integrations** | [**Array<Integration>**](Integration.md) | The list of integrations. | [optional]
**hasMore** | **BOOLEAN** | Flag indicating if there are more integrations that are not present in the response. | [optional]
**offset** | **Integer** | The number of integration records skipped in the returned list. | [optional]


2 changes: 1 addition & 1 deletion lib/smooch-api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/app_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/app_user_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/attachments_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/conversation_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
8 changes: 7 additions & 1 deletion lib/smooch-api/api/integration_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down Expand Up @@ -395,6 +395,8 @@ def get_integration_menu_with_http_info(appId, integrationId, opts = {})
# @param appId Identifies the app.
# @param [Hash] opts the optional parameters
# @option opts [String] :types List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*.
# @option opts [Integer] :limit The number of records to return. (default to 25)
# @option opts [Integer] :offset The number of initial records to skip before picking records to return. (default to 0)
# @return [ListIntegrationsResponse]
def list_integrations(appId, opts = {})
data, _status_code, _headers = list_integrations_with_http_info(appId, opts)
Expand All @@ -406,6 +408,8 @@ def list_integrations(appId, opts = {})
# @param appId Identifies the app.
# @param [Hash] opts the optional parameters
# @option opts [String] :types List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*.
# @option opts [Integer] :limit The number of records to return.
# @option opts [Integer] :offset The number of initial records to skip before picking records to return.
# @return [Array<(ListIntegrationsResponse, Fixnum, Hash)>] ListIntegrationsResponse data, response status code and response headers
def list_integrations_with_http_info(appId, opts = {})
if @api_client.config.debugging
Expand All @@ -421,6 +425,8 @@ def list_integrations_with_http_info(appId, opts = {})
# query parameters
query_params = {}
query_params[:'types'] = opts[:'types'] if !opts[:'types'].nil?
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?

# header parameters
header_params = {}
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/menu_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/service_account_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/template_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api/webhook_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/api_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_user_channels_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_user_link.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_user_pre_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_user_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/app_user_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/attachment_remove.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/attachment_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/auth_code_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/business_system_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/channel_entity_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion lib/smooch-api/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#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).
OpenAPI spec version: 5.2
OpenAPI spec version: 5.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
Expand Down
Loading

0 comments on commit 8fa205c

Please sign in to comment.