smooch-api 5.19.0 → 5.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/docs/Coordinates.md +9 -0
  4. data/docs/Location.md +9 -0
  5. data/docs/Message.md +2 -0
  6. data/docs/MessagePost.md +2 -0
  7. data/lib/smooch-api.rb +3 -1
  8. data/lib/smooch-api/api/app_api.rb +1 -1
  9. data/lib/smooch-api/api/app_user_api.rb +1 -1
  10. data/lib/smooch-api/api/attachments_api.rb +1 -1
  11. data/lib/smooch-api/api/conversation_api.rb +1 -1
  12. data/lib/smooch-api/api/deployment_api.rb +1 -1
  13. data/lib/smooch-api/api/integration_api.rb +1 -1
  14. data/lib/smooch-api/api/menu_api.rb +1 -1
  15. data/lib/smooch-api/api/service_account_api.rb +1 -1
  16. data/lib/smooch-api/api/template_api.rb +1 -1
  17. data/lib/smooch-api/api/webhook_api.rb +1 -1
  18. data/lib/smooch-api/api_client.rb +1 -1
  19. data/lib/smooch-api/api_error.rb +1 -1
  20. data/lib/smooch-api/configuration.rb +1 -1
  21. data/lib/smooch-api/models/action.rb +1 -1
  22. data/lib/smooch-api/models/activity_response.rb +1 -1
  23. data/lib/smooch-api/models/app.rb +1 -1
  24. data/lib/smooch-api/models/app_create.rb +1 -1
  25. data/lib/smooch-api/models/app_response.rb +1 -1
  26. data/lib/smooch-api/models/app_settings.rb +1 -1
  27. data/lib/smooch-api/models/app_update.rb +1 -1
  28. data/lib/smooch-api/models/app_user.rb +1 -1
  29. data/lib/smooch-api/models/app_user_business_systems_response.rb +1 -1
  30. data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
  31. data/lib/smooch-api/models/app_user_link.rb +1 -1
  32. data/lib/smooch-api/models/app_user_merge.rb +1 -1
  33. data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
  34. data/lib/smooch-api/models/app_user_response.rb +1 -1
  35. data/lib/smooch-api/models/app_user_update.rb +1 -1
  36. data/lib/smooch-api/models/attachment_remove.rb +1 -1
  37. data/lib/smooch-api/models/attachment_response.rb +1 -1
  38. data/lib/smooch-api/models/auth_code_response.rb +1 -1
  39. data/lib/smooch-api/models/business_system_item.rb +1 -1
  40. data/lib/smooch-api/models/channel_entity_item.rb +1 -1
  41. data/lib/smooch-api/models/client.rb +1 -1
  42. data/lib/smooch-api/models/client_info.rb +1 -1
  43. data/lib/smooch-api/models/confirmation.rb +1 -1
  44. data/lib/smooch-api/models/conversation.rb +1 -1
  45. data/lib/smooch-api/models/conversation_activity.rb +1 -1
  46. data/lib/smooch-api/models/coordinates.rb +209 -0
  47. data/lib/smooch-api/models/deployment.rb +1 -1
  48. data/lib/smooch-api/models/deployment_activate_phone_number.rb +1 -1
  49. data/lib/smooch-api/models/deployment_confirm_code.rb +1 -1
  50. data/lib/smooch-api/models/deployment_create.rb +1 -1
  51. data/lib/smooch-api/models/deployment_response.rb +1 -1
  52. data/lib/smooch-api/models/destination.rb +1 -1
  53. data/lib/smooch-api/models/display_settings.rb +1 -1
  54. data/lib/smooch-api/models/enums.rb +1 -1
  55. data/lib/smooch-api/models/field.rb +1 -1
  56. data/lib/smooch-api/models/field_post.rb +1 -1
  57. data/lib/smooch-api/models/get_integration_profile_response.rb +1 -1
  58. data/lib/smooch-api/models/get_messages_response.rb +1 -1
  59. data/lib/smooch-api/models/integration.rb +1 -1
  60. data/lib/smooch-api/models/integration_create.rb +1 -1
  61. data/lib/smooch-api/models/integration_profile_update.rb +1 -1
  62. data/lib/smooch-api/models/integration_response.rb +1 -1
  63. data/lib/smooch-api/models/integration_update.rb +1 -1
  64. data/lib/smooch-api/models/jwt_response.rb +1 -1
  65. data/lib/smooch-api/models/link_request_response.rb +1 -1
  66. data/lib/smooch-api/models/link_request_response_link_requests.rb +1 -1
  67. data/lib/smooch-api/models/list_apps_response.rb +1 -1
  68. data/lib/smooch-api/models/list_deployments_response.rb +1 -1
  69. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  70. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  71. data/lib/smooch-api/models/list_service_accounts_response.rb +1 -1
  72. data/lib/smooch-api/models/list_templates_response.rb +1 -1
  73. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  74. data/lib/smooch-api/models/location.rb +199 -0
  75. data/lib/smooch-api/models/menu.rb +1 -1
  76. data/lib/smooch-api/models/menu_item.rb +1 -1
  77. data/lib/smooch-api/models/menu_response.rb +1 -1
  78. data/lib/smooch-api/models/merged_user.rb +1 -1
  79. data/lib/smooch-api/models/message.rb +25 -5
  80. data/lib/smooch-api/models/message_item.rb +1 -1
  81. data/lib/smooch-api/models/message_override.rb +1 -1
  82. data/lib/smooch-api/models/message_override_whatsapp.rb +1 -1
  83. data/lib/smooch-api/models/message_post.rb +25 -5
  84. data/lib/smooch-api/models/message_response.rb +1 -1
  85. data/lib/smooch-api/models/option.rb +1 -1
  86. data/lib/smooch-api/models/quoted_message.rb +1 -1
  87. data/lib/smooch-api/models/secret_key.rb +1 -1
  88. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  89. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  90. data/lib/smooch-api/models/select.rb +1 -1
  91. data/lib/smooch-api/models/service_account.rb +1 -1
  92. data/lib/smooch-api/models/service_account_create.rb +1 -1
  93. data/lib/smooch-api/models/service_account_response.rb +1 -1
  94. data/lib/smooch-api/models/service_account_update.rb +1 -1
  95. data/lib/smooch-api/models/source.rb +1 -1
  96. data/lib/smooch-api/models/sub_menu_item.rb +1 -1
  97. data/lib/smooch-api/models/template.rb +1 -1
  98. data/lib/smooch-api/models/template_create.rb +1 -1
  99. data/lib/smooch-api/models/template_response.rb +1 -1
  100. data/lib/smooch-api/models/template_update.rb +1 -1
  101. data/lib/smooch-api/models/upload_integration_profile_photo_response.rb +1 -1
  102. data/lib/smooch-api/models/webhook.rb +1 -1
  103. data/lib/smooch-api/models/webhook_create.rb +1 -1
  104. data/lib/smooch-api/models/webhook_response.rb +1 -1
  105. data/lib/smooch-api/models/webhook_update.rb +1 -1
  106. data/lib/smooch-api/version.rb +2 -2
  107. data/smooch-api.gemspec +1 -1
  108. data/spec/api_client_spec.rb +1 -1
  109. data/spec/configuration_spec.rb +1 -1
  110. data/spec/spec_helper.rb +1 -1
  111. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00e75cc14e3f66ebe53eddaaf0210b3559a2beb4
4
- data.tar.gz: c50709b2b82d8c7994d10f95741071507e9954cc
3
+ metadata.gz: da75445099ed62c490ca6a6c0943e2260537148e
4
+ data.tar.gz: 3a18000d8b9f3ae39a72f565364ae1b351f1b6af
5
5
  SHA512:
6
- metadata.gz: 3282534d97d7300d8c3b57d1eb611eae55048e7190638f94f95d3106e71c7c0204050ce4a809e75c0ff7644481967aa4383c04fabc94ab5acae40fbf28394d9e
7
- data.tar.gz: 560ad9d327b431782b966a06b48d7992dc201b691a2071e5745d2fb6fde7059e4cf9bb0997f3548694794ea7362f6fa12ce38eeff78d63ea6e489bccbffbcc3f
6
+ metadata.gz: d9368cc9df00ca7cf5e8e2a6be6433d9975306d72d2d7686da1bfae86a4d9e8e133503d0d90d9dae9c69b405f1ac6cd7159cb70a71bc1a4713fba60849c1fdfa
7
+ data.tar.gz: c86009cb42ec5e035b527e3fa6891bcc71d88db403ce72633079026362326c64a31e3bc95280979515b7b2c95024b91b462953e37e4baa3782e780c4191a2fce
data/README.md CHANGED
@@ -25,7 +25,7 @@ gem install smooch-api
25
25
 
26
26
  Add this to the Gemfile:
27
27
 
28
- gem 'smooch-api', '~> 5.19.0'
28
+ gem 'smooch-api', '~> 5.20.0'
29
29
 
30
30
  ## Getting Started
31
31
 
@@ -205,6 +205,7 @@ Class | Method | HTTP request | Description
205
205
  - [SmoochApi::Confirmation](docs/Confirmation.md)
206
206
  - [SmoochApi::Conversation](docs/Conversation.md)
207
207
  - [SmoochApi::ConversationActivity](docs/ConversationActivity.md)
208
+ - [SmoochApi::Coordinates](docs/Coordinates.md)
208
209
  - [SmoochApi::Deployment](docs/Deployment.md)
209
210
  - [SmoochApi::DeploymentActivatePhoneNumber](docs/DeploymentActivatePhoneNumber.md)
210
211
  - [SmoochApi::DeploymentConfirmCode](docs/DeploymentConfirmCode.md)
@@ -232,6 +233,7 @@ Class | Method | HTTP request | Description
232
233
  - [SmoochApi::ListServiceAccountsResponse](docs/ListServiceAccountsResponse.md)
233
234
  - [SmoochApi::ListTemplatesResponse](docs/ListTemplatesResponse.md)
234
235
  - [SmoochApi::ListWebhooksResponse](docs/ListWebhooksResponse.md)
236
+ - [SmoochApi::Location](docs/Location.md)
235
237
  - [SmoochApi::Menu](docs/Menu.md)
236
238
  - [SmoochApi::MenuItem](docs/MenuItem.md)
237
239
  - [SmoochApi::MenuResponse](docs/MenuResponse.md)
@@ -0,0 +1,9 @@
1
+ # SmoochApi::Coordinates
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **lat** | **Float** | A floating point value representing the latitude of the location. |
7
+ **long** | **Float** | A floating point value representing the longitude of the location. |
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # SmoochApi::Location
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **address** | **String** | The location's street address. | [optional]
7
+ **name** | **String** | A name for the location. | [optional]
8
+
9
+
@@ -25,5 +25,7 @@ Name | Type | Description | Notes
25
25
  **submitted** | **BOOLEAN** | Indicates if the form was submitted. Generated automatically. | [optional]
26
26
  **quotedMessage** | [**QuotedMessage**](QuotedMessage.md) | The form message a formResponse message responds to. Required for formResponse messages. | [optional]
27
27
  **textFallback** | **String** | The text fallback displayed in channels that do not support form messages. Only for formResponse messages. Generated automatically. | [optional]
28
+ **coordinates** | [**Coordinates**](Coordinates.md) | Data representing the location being sent in the message. | [optional]
29
+ **location** | [**Location**](Location.md) | Additional information about the location being sent in the message. | [optional]
28
30
 
29
31
 
@@ -20,5 +20,7 @@ Name | Type | Description | Notes
20
20
  **fields** | [**Array<FieldPost>**](FieldPost.md) | The fields in the form. Required for form messages. | [optional]
21
21
  **destination** | [**Destination**](Destination.md) | Specifies which channel to deliver a message to. See [list integrations](https://docs.smooch.io/rest/#list-integrations) to get integration ID and type. | [optional]
22
22
  **override** | [**MessageOverride**](MessageOverride.md) | Specifies channel-specific overrides to use in order to bypass Smooch's message translation logic. | [optional]
23
+ **coordinates** | [**Coordinates**](Coordinates.md) | Data representing the location being sent in the message. | [optional]
24
+ **location** | [**Location**](Location.md) | Additional information about the location being sent in the message. | [optional]
23
25
 
24
26
 
@@ -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.19
6
+ OpenAPI spec version: 5.20
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -42,6 +42,7 @@ require 'smooch-api/models/client_info'
42
42
  require 'smooch-api/models/confirmation'
43
43
  require 'smooch-api/models/conversation'
44
44
  require 'smooch-api/models/conversation_activity'
45
+ require 'smooch-api/models/coordinates'
45
46
  require 'smooch-api/models/deployment'
46
47
  require 'smooch-api/models/deployment_activate_phone_number'
47
48
  require 'smooch-api/models/deployment_confirm_code'
@@ -69,6 +70,7 @@ require 'smooch-api/models/list_secret_keys_response'
69
70
  require 'smooch-api/models/list_service_accounts_response'
70
71
  require 'smooch-api/models/list_templates_response'
71
72
  require 'smooch-api/models/list_webhooks_response'
73
+ require 'smooch-api/models/location'
72
74
  require 'smooch-api/models/menu'
73
75
  require 'smooch-api/models/menu_item'
74
76
  require 'smooch-api/models/menu_response'
@@ -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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
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.19
6
+ OpenAPI spec version: 5.20
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT