Skip to content

Commit

Permalink
Generate version 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smooch Bot committed Jan 29, 2019
1 parent b4b8dcc commit ce47604
Show file tree
Hide file tree
Showing 84 changed files with 204 additions and 88 deletions.
2 changes: 2 additions & 0 deletions docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Name | Type | Description | Notes
**channel_id** | **str** | LINE Channel ID. Required for *line* integrations. | [optional]
**channel_secret** | **str** | LINE Channel Secret. Required for *line* integrations. | [optional]
**channel_access_token** | **str** | LINE Channel Access Token. Required for *line* integrations. | [optional]
**service_code** | **str** | LINE Service Code. | [optional]
**switcher_secret** | **str** | LINE Switcher Secret. | [optional]
**bot_name** | **str** | The bot's name. Returned on successful *line* integrations. | [optional]
**encoding_aes_key** | **str** | AES Encoding Key. (Optional) Used for *wechat* integrations. | [optional]
**from_address** | **str** | Email will display as coming from this address. (Optional) Used for *frontendEmail* integrations. | [optional]
Expand Down
2 changes: 2 additions & 0 deletions docs/IntegrationCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Name | Type | Description | Notes
**channel_id** | **str** | LINE Channel ID. Required for *line* integrations. | [optional]
**channel_secret** | **str** | LINE Channel Secret. Required for *line* integrations. | [optional]
**channel_access_token** | **str** | LINE Channel Access Token. Required for *line* integrations. | [optional]
**service_code** | **str** | LINE Service Code. | [optional]
**switcher_secret** | **str** | LINE Switcher Secret. | [optional]
**encoding_aes_key** | **str** | AES Encoding Key. (Optional) Used for *wechat* integrations. | [optional]
**from_address** | **str** | Email will display as coming from this address. (Optional) Used for *frontendEmail* integrations. | [optional]
**certificate** | **str** | The binary of your APN certificate base64 encoded. Required for *apn* integrations. | [optional]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand All @@ -15,7 +15,7 @@
from setuptools import setup, find_packages

NAME = "smooch"
VERSION = "5.3.0"
VERSION = "5.4.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion smooch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions smooch/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -73,7 +73,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None):
self.host = host
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/5.3.0/python'
self.user_agent = 'Swagger-Codegen/5.4.0/python'

@property
def user_agent(self):
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/app_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/app_user_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/attachments_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/conversation_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/integration_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/menu_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/service_account_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/template_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/webhook_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
6 changes: 3 additions & 3 deletions smooch/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -224,6 +224,6 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 5.3\n"\
"SDK Package Version: 5.3.0".\
"Version of the API: 5.4\n"\
"SDK Package Version: 5.4.0".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 1 addition & 1 deletion smooch/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user_business_systems_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user_channels_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user_pre_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/attachment_remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/attachment_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/auth_code_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/business_system_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/channel_entity_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/client_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/confirmation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.3
OpenAPI spec version: 5.4
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Loading

0 comments on commit ce47604

Please sign in to comment.