Skip to content

Commit

Permalink
Generate version 5.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smooch Bot committed Sep 1, 2020
1 parent 5aeddb5 commit 73f8336
Show file tree
Hide file tree
Showing 112 changed files with 294 additions and 120 deletions.
3 changes: 3 additions & 0 deletions docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Name | Type | Description | Notes
**hide_unsubscribe_link** | **bool** | When `true`, unsubscribe links will not be included in outbound emails. If this setting is enabled, it is expected that the business is providing the user a way to unsubscribe by some other means. (Optional) Used for *mailgun* integrations. | [optional]
**status** | **str** | The integration status. See [**IntegrationStatusEnum**](Enums.md#IntegrationStatusEnum) for available values. [More info](https://docs.smooch.io/#integration-status). | [optional]
**error** | **str** | The error causing the integration to fail. Will be present when `status` is 'error'. | [optional]
**api_secret** | **str** | A key tied to Apple Business Chat Messaging Service Provider | [optional]
**business_id** | **str** | A unique ID tied to the brand using Apple Business Chat | [optional]
**msp_id** | **str** | A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
3 changes: 3 additions & 0 deletions docs/IntegrationCreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Name | Type | Description | Notes
**api_key** | **str** | The public API key of your Mailgun account. Required for *mailgun* integrations. | [optional]
**domain** | **str** | The domain used to relay email. Required for *mailgun* integrations. | [optional]
**incoming_address** | **str** | Smooch will receive all emails sent to this address. Required for *mailgun* integrations. | [optional]
**api_secret** | **str** | A key tied to Apple Business Chat Messaging Service Provider | [optional]
**business_id** | **str** | A unique ID tied to the brand using Apple Business Chat | [optional]
**msp_id** | **str** | A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

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.28
OpenAPI spec version: 5.29
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.28.0"
VERSION = "5.29.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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28.0/python'
self.user_agent = 'Swagger-Codegen/5.29.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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/deployment_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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/apis/notification_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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -231,6 +231,6 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 5.28\n"\
"SDK Package Version: 5.28.0".\
"Version of the API: 5.29\n"\
"SDK Package Version: 5.29.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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/activity_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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion smooch/models/app_user_merge.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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
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.28
OpenAPI spec version: 5.29
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Loading

0 comments on commit 73f8336

Please sign in to comment.