smooch-api 5.13.0 → 5.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -1
  3. data/docs/AppApi.md +50 -10
  4. data/docs/AppUserApi.md +65 -13
  5. data/docs/AttachmentsApi.md +10 -2
  6. data/docs/ConversationApi.md +30 -6
  7. data/docs/DeploymentApi.md +30 -6
  8. data/docs/Integration.md +2 -0
  9. data/docs/IntegrationApi.md +60 -12
  10. data/docs/IntegrationCreate.md +1 -0
  11. data/docs/IntegrationUpdate.md +1 -0
  12. data/docs/MenuApi.md +15 -3
  13. data/docs/ServiceAccountApi.md +50 -10
  14. data/docs/TemplateApi.md +25 -5
  15. data/docs/WebhookApi.md +25 -5
  16. data/lib/smooch-api.rb +1 -1
  17. data/lib/smooch-api/api/app_api.rb +11 -11
  18. data/lib/smooch-api/api/app_user_api.rb +14 -14
  19. data/lib/smooch-api/api/attachments_api.rb +3 -3
  20. data/lib/smooch-api/api/conversation_api.rb +7 -7
  21. data/lib/smooch-api/api/deployment_api.rb +7 -7
  22. data/lib/smooch-api/api/integration_api.rb +13 -13
  23. data/lib/smooch-api/api/menu_api.rb +4 -4
  24. data/lib/smooch-api/api/service_account_api.rb +11 -11
  25. data/lib/smooch-api/api/template_api.rb +6 -6
  26. data/lib/smooch-api/api/webhook_api.rb +6 -6
  27. data/lib/smooch-api/api_client.rb +1 -1
  28. data/lib/smooch-api/api_error.rb +1 -1
  29. data/lib/smooch-api/configuration.rb +8 -1
  30. data/lib/smooch-api/models/action.rb +1 -1
  31. data/lib/smooch-api/models/activity_response.rb +1 -1
  32. data/lib/smooch-api/models/app.rb +1 -1
  33. data/lib/smooch-api/models/app_create.rb +1 -1
  34. data/lib/smooch-api/models/app_response.rb +1 -1
  35. data/lib/smooch-api/models/app_settings.rb +1 -1
  36. data/lib/smooch-api/models/app_update.rb +1 -1
  37. data/lib/smooch-api/models/app_user.rb +1 -1
  38. data/lib/smooch-api/models/app_user_business_systems_response.rb +1 -1
  39. data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
  40. data/lib/smooch-api/models/app_user_link.rb +1 -1
  41. data/lib/smooch-api/models/app_user_merge.rb +1 -1
  42. data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
  43. data/lib/smooch-api/models/app_user_response.rb +1 -1
  44. data/lib/smooch-api/models/app_user_update.rb +1 -1
  45. data/lib/smooch-api/models/attachment_remove.rb +1 -1
  46. data/lib/smooch-api/models/attachment_response.rb +1 -1
  47. data/lib/smooch-api/models/auth_code_response.rb +1 -1
  48. data/lib/smooch-api/models/business_system_item.rb +1 -1
  49. data/lib/smooch-api/models/channel_entity_item.rb +1 -1
  50. data/lib/smooch-api/models/client.rb +1 -1
  51. data/lib/smooch-api/models/client_info.rb +1 -1
  52. data/lib/smooch-api/models/confirmation.rb +1 -1
  53. data/lib/smooch-api/models/conversation.rb +1 -1
  54. data/lib/smooch-api/models/conversation_activity.rb +1 -1
  55. data/lib/smooch-api/models/deployment.rb +1 -1
  56. data/lib/smooch-api/models/deployment_activate_phone_number.rb +1 -1
  57. data/lib/smooch-api/models/deployment_confirm_code.rb +1 -1
  58. data/lib/smooch-api/models/deployment_create.rb +1 -1
  59. data/lib/smooch-api/models/deployment_response.rb +1 -1
  60. data/lib/smooch-api/models/destination.rb +1 -1
  61. data/lib/smooch-api/models/display_settings.rb +1 -1
  62. data/lib/smooch-api/models/enums.rb +1 -1
  63. data/lib/smooch-api/models/field.rb +1 -1
  64. data/lib/smooch-api/models/field_post.rb +1 -1
  65. data/lib/smooch-api/models/get_integration_profile_response.rb +1 -1
  66. data/lib/smooch-api/models/get_messages_response.rb +1 -1
  67. data/lib/smooch-api/models/integration.rb +22 -2
  68. data/lib/smooch-api/models/integration_create.rb +15 -5
  69. data/lib/smooch-api/models/integration_profile_update.rb +1 -1
  70. data/lib/smooch-api/models/integration_response.rb +1 -1
  71. data/lib/smooch-api/models/integration_update.rb +15 -5
  72. data/lib/smooch-api/models/jwt_response.rb +1 -1
  73. data/lib/smooch-api/models/link_request_response.rb +1 -1
  74. data/lib/smooch-api/models/link_request_response_link_requests.rb +1 -1
  75. data/lib/smooch-api/models/list_apps_response.rb +1 -1
  76. data/lib/smooch-api/models/list_deployments_response.rb +1 -1
  77. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  78. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  79. data/lib/smooch-api/models/list_service_accounts_response.rb +1 -1
  80. data/lib/smooch-api/models/list_templates_response.rb +1 -1
  81. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  82. data/lib/smooch-api/models/menu.rb +1 -1
  83. data/lib/smooch-api/models/menu_item.rb +1 -1
  84. data/lib/smooch-api/models/menu_response.rb +1 -1
  85. data/lib/smooch-api/models/merged_user.rb +1 -1
  86. data/lib/smooch-api/models/message.rb +1 -1
  87. data/lib/smooch-api/models/message_item.rb +1 -1
  88. data/lib/smooch-api/models/message_override.rb +1 -1
  89. data/lib/smooch-api/models/message_override_whatsapp.rb +1 -1
  90. data/lib/smooch-api/models/message_post.rb +1 -1
  91. data/lib/smooch-api/models/message_response.rb +1 -1
  92. data/lib/smooch-api/models/option.rb +1 -1
  93. data/lib/smooch-api/models/quoted_message.rb +1 -1
  94. data/lib/smooch-api/models/secret_key.rb +1 -1
  95. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  96. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  97. data/lib/smooch-api/models/select.rb +1 -1
  98. data/lib/smooch-api/models/service_account.rb +1 -1
  99. data/lib/smooch-api/models/service_account_create.rb +1 -1
  100. data/lib/smooch-api/models/service_account_response.rb +1 -1
  101. data/lib/smooch-api/models/service_account_update.rb +1 -1
  102. data/lib/smooch-api/models/source.rb +1 -1
  103. data/lib/smooch-api/models/sub_menu_item.rb +1 -1
  104. data/lib/smooch-api/models/template.rb +1 -1
  105. data/lib/smooch-api/models/template_create.rb +1 -1
  106. data/lib/smooch-api/models/template_response.rb +1 -1
  107. data/lib/smooch-api/models/template_update.rb +1 -1
  108. data/lib/smooch-api/models/upload_integration_profile_photo_response.rb +1 -1
  109. data/lib/smooch-api/models/webhook.rb +1 -1
  110. data/lib/smooch-api/models/webhook_create.rb +1 -1
  111. data/lib/smooch-api/models/webhook_response.rb +1 -1
  112. data/lib/smooch-api/models/webhook_update.rb +1 -1
  113. data/lib/smooch-api/version.rb +2 -2
  114. data/smooch-api.gemspec +1 -1
  115. data/spec/api_client_spec.rb +1 -1
  116. data/spec/configuration_spec.rb +1 -1
  117. data/spec/spec_helper.rb +1 -1
  118. metadata +2 -2
@@ -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.13
6
+ OpenAPI spec version: 5.15
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -61,7 +61,7 @@ module SmoochApi
61
61
 
62
62
  # http body (model)
63
63
  post_body = nil
64
- auth_names = ['jwt']
64
+ auth_names = ['basicAuth', 'jwt']
65
65
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
66
66
  :header_params => header_params,
67
67
  :query_params => query_params,
@@ -116,7 +116,7 @@ module SmoochApi
116
116
 
117
117
  # http body (model)
118
118
  post_body = nil
119
- auth_names = ['jwt']
119
+ auth_names = ['basicAuth', 'jwt']
120
120
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
121
121
  :header_params => header_params,
122
122
  :query_params => query_params,
@@ -177,7 +177,7 @@ module SmoochApi
177
177
 
178
178
  # http body (model)
179
179
  post_body = @api_client.object_to_http_body(menuUpdateBody)
180
- auth_names = ['jwt']
180
+ auth_names = ['basicAuth', 'jwt']
181
181
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
182
182
  :header_params => header_params,
183
183
  :query_params => query_params,
@@ -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.13
6
+ OpenAPI spec version: 5.15
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -67,7 +67,7 @@ module SmoochApi
67
67
 
68
68
  # http body (model)
69
69
  post_body = @api_client.object_to_http_body(secretKeyCreateBody)
70
- auth_names = ['jwt']
70
+ auth_names = ['basicAuth', 'jwt']
71
71
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
72
72
  :header_params => header_params,
73
73
  :query_params => query_params,
@@ -122,7 +122,7 @@ module SmoochApi
122
122
 
123
123
  # http body (model)
124
124
  post_body = @api_client.object_to_http_body(serviceAccountCreateBody)
125
- auth_names = ['jwt']
125
+ auth_names = ['basicAuth', 'jwt']
126
126
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
127
127
  :header_params => header_params,
128
128
  :query_params => query_params,
@@ -183,7 +183,7 @@ module SmoochApi
183
183
 
184
184
  # http body (model)
185
185
  post_body = nil
186
- auth_names = ['jwt']
186
+ auth_names = ['basicAuth', 'jwt']
187
187
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
188
188
  :header_params => header_params,
189
189
  :query_params => query_params,
@@ -237,7 +237,7 @@ module SmoochApi
237
237
 
238
238
  # http body (model)
239
239
  post_body = nil
240
- auth_names = ['jwt']
240
+ auth_names = ['basicAuth', 'jwt']
241
241
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
242
242
  :header_params => header_params,
243
243
  :query_params => query_params,
@@ -297,7 +297,7 @@ module SmoochApi
297
297
 
298
298
  # http body (model)
299
299
  post_body = nil
300
- auth_names = ['jwt']
300
+ auth_names = ['basicAuth', 'jwt']
301
301
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
302
302
  :header_params => header_params,
303
303
  :query_params => query_params,
@@ -358,7 +358,7 @@ module SmoochApi
358
358
 
359
359
  # http body (model)
360
360
  post_body = nil
361
- auth_names = ['jwt']
361
+ auth_names = ['basicAuth', 'jwt']
362
362
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
363
363
  :header_params => header_params,
364
364
  :query_params => query_params,
@@ -413,7 +413,7 @@ module SmoochApi
413
413
 
414
414
  # http body (model)
415
415
  post_body = nil
416
- auth_names = ['jwt']
416
+ auth_names = ['basicAuth', 'jwt']
417
417
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
418
418
  :header_params => header_params,
419
419
  :query_params => query_params,
@@ -468,7 +468,7 @@ module SmoochApi
468
468
 
469
469
  # http body (model)
470
470
  post_body = nil
471
- auth_names = ['jwt']
471
+ auth_names = ['basicAuth', 'jwt']
472
472
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
473
473
  :header_params => header_params,
474
474
  :query_params => query_params,
@@ -523,7 +523,7 @@ module SmoochApi
523
523
 
524
524
  # http body (model)
525
525
  post_body = nil
526
- auth_names = ['jwt']
526
+ auth_names = ['basicAuth', 'jwt']
527
527
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
528
528
  :header_params => header_params,
529
529
  :query_params => query_params,
@@ -584,7 +584,7 @@ module SmoochApi
584
584
 
585
585
  # http body (model)
586
586
  post_body = @api_client.object_to_http_body(serviceAccountUpdateBody)
587
- auth_names = ['jwt']
587
+ auth_names = ['basicAuth', 'jwt']
588
588
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
589
589
  :header_params => header_params,
590
590
  :query_params => query_params,
@@ -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.13
6
+ OpenAPI spec version: 5.15
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -67,7 +67,7 @@ module SmoochApi
67
67
 
68
68
  # http body (model)
69
69
  post_body = @api_client.object_to_http_body(templateCreateBody)
70
- auth_names = ['jwt']
70
+ auth_names = ['basicAuth', 'jwt']
71
71
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
72
72
  :header_params => header_params,
73
73
  :query_params => query_params,
@@ -128,7 +128,7 @@ module SmoochApi
128
128
 
129
129
  # http body (model)
130
130
  post_body = nil
131
- auth_names = ['jwt']
131
+ auth_names = ['basicAuth', 'jwt']
132
132
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
133
133
  :header_params => header_params,
134
134
  :query_params => query_params,
@@ -188,7 +188,7 @@ module SmoochApi
188
188
 
189
189
  # http body (model)
190
190
  post_body = nil
191
- auth_names = ['jwt']
191
+ auth_names = ['basicAuth', 'jwt']
192
192
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
193
193
  :header_params => header_params,
194
194
  :query_params => query_params,
@@ -249,7 +249,7 @@ module SmoochApi
249
249
 
250
250
  # http body (model)
251
251
  post_body = nil
252
- auth_names = ['jwt']
252
+ auth_names = ['basicAuth', 'jwt']
253
253
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
254
254
  :header_params => header_params,
255
255
  :query_params => query_params,
@@ -316,7 +316,7 @@ module SmoochApi
316
316
 
317
317
  # http body (model)
318
318
  post_body = @api_client.object_to_http_body(templateUpdateBody)
319
- auth_names = ['jwt']
319
+ auth_names = ['basicAuth', 'jwt']
320
320
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
321
321
  :header_params => header_params,
322
322
  :query_params => query_params,
@@ -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.13
6
+ OpenAPI spec version: 5.15
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -67,7 +67,7 @@ module SmoochApi
67
67
 
68
68
  # http body (model)
69
69
  post_body = @api_client.object_to_http_body(webhookCreateBody)
70
- auth_names = ['jwt']
70
+ auth_names = ['basicAuth', 'jwt']
71
71
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
72
72
  :header_params => header_params,
73
73
  :query_params => query_params,
@@ -128,7 +128,7 @@ module SmoochApi
128
128
 
129
129
  # http body (model)
130
130
  post_body = nil
131
- auth_names = ['jwt']
131
+ auth_names = ['basicAuth', 'jwt']
132
132
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
133
133
  :header_params => header_params,
134
134
  :query_params => query_params,
@@ -188,7 +188,7 @@ module SmoochApi
188
188
 
189
189
  # http body (model)
190
190
  post_body = nil
191
- auth_names = ['jwt']
191
+ auth_names = ['basicAuth', 'jwt']
192
192
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
193
193
  :header_params => header_params,
194
194
  :query_params => query_params,
@@ -243,7 +243,7 @@ module SmoochApi
243
243
 
244
244
  # http body (model)
245
245
  post_body = nil
246
- auth_names = ['jwt']
246
+ auth_names = ['basicAuth', 'jwt']
247
247
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
248
248
  :header_params => header_params,
249
249
  :query_params => query_params,
@@ -310,7 +310,7 @@ module SmoochApi
310
310
 
311
311
  # http body (model)
312
312
  post_body = @api_client.object_to_http_body(webhookUpdateBody)
313
- auth_names = ['jwt']
313
+ auth_names = ['basicAuth', 'jwt']
314
314
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
315
315
  :header_params => header_params,
316
316
  :query_params => query_params,
@@ -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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -196,6 +196,13 @@ module SmoochApi
196
196
  # Returns Auth Settings hash for api client.
197
197
  def auth_settings
198
198
  {
199
+ 'basicAuth' =>
200
+ {
201
+ type: 'basic',
202
+ in: 'header',
203
+ key: 'Authorization',
204
+ value: basic_auth_token
205
+ },
199
206
  'jwt' =>
200
207
  {
201
208
  type: 'api_key',
@@ -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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
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.13
6
+ OpenAPI spec version: 5.15
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT