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
@@ -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
@@ -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
@@ -78,6 +78,12 @@ module SmoochApi
78
78
  # LINE Switcher Secret.
79
79
  attr_accessor :switcherSecret
80
80
 
81
+ # URL provided by LINE in the [Developer Console](https://developers.line.biz/console/).
82
+ attr_accessor :qrCodeUrl
83
+
84
+ # LINE Basic ID. Generated automatically when a `qrCodeUrl` is updated.
85
+ attr_accessor :lineId
86
+
81
87
  # The bot's name. Returned on successful *line* integrations.
82
88
  attr_accessor :botName
83
89
 
@@ -223,6 +229,8 @@ module SmoochApi
223
229
  :'channelAccessToken' => :'channelAccessToken',
224
230
  :'serviceCode' => :'serviceCode',
225
231
  :'switcherSecret' => :'switcherSecret',
232
+ :'qrCodeUrl' => :'qrCodeUrl',
233
+ :'lineId' => :'lineId',
226
234
  :'botName' => :'botName',
227
235
  :'encodingAesKey' => :'encodingAesKey',
228
236
  :'fromAddress' => :'fromAddress',
@@ -290,6 +298,8 @@ module SmoochApi
290
298
  :'channelAccessToken' => :'String',
291
299
  :'serviceCode' => :'String',
292
300
  :'switcherSecret' => :'String',
301
+ :'qrCodeUrl' => :'String',
302
+ :'lineId' => :'String',
293
303
  :'botName' => :'String',
294
304
  :'encodingAesKey' => :'String',
295
305
  :'fromAddress' => :'String',
@@ -425,6 +435,14 @@ module SmoochApi
425
435
  self.switcherSecret = attributes[:'switcherSecret']
426
436
  end
427
437
 
438
+ if attributes.has_key?(:'qrCodeUrl')
439
+ self.qrCodeUrl = attributes[:'qrCodeUrl']
440
+ end
441
+
442
+ if attributes.has_key?(:'lineId')
443
+ self.lineId = attributes[:'lineId']
444
+ end
445
+
428
446
  if attributes.has_key?(:'botName')
429
447
  self.botName = attributes[:'botName']
430
448
  end
@@ -640,6 +658,8 @@ module SmoochApi
640
658
  channelAccessToken == o.channelAccessToken &&
641
659
  serviceCode == o.serviceCode &&
642
660
  switcherSecret == o.switcherSecret &&
661
+ qrCodeUrl == o.qrCodeUrl &&
662
+ lineId == o.lineId &&
643
663
  botName == o.botName &&
644
664
  encodingAesKey == o.encodingAesKey &&
645
665
  fromAddress == o.fromAddress &&
@@ -691,7 +711,7 @@ module SmoochApi
691
711
  # Calculates hash code according to all attributes.
692
712
  # @return [Fixnum] Hash code
693
713
  def hash
694
- [id, type, displayName, pageAccessToken, appId, appSecret, accessTokenUrl, webhookSecret, pageId, accountSid, authToken, phoneNumberSid, phoneNumber, name, token, uri, channelId, channelSecret, channelAccessToken, serviceCode, switcherSecret, botName, encodingAesKey, fromAddress, certificate, deploymentId, baseUrl, hsmFallbackLanguage, password, autoUpdateBadge, production, serverKey, senderId, tier, envName, consumerKey, consumerSecret, accessTokenKey, accessTokenSecret, userId, username, apiKey, domain, incomingAddress, accessKey, originator, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, status, error].hash
714
+ [id, type, displayName, pageAccessToken, appId, appSecret, accessTokenUrl, webhookSecret, pageId, accountSid, authToken, phoneNumberSid, phoneNumber, name, token, uri, channelId, channelSecret, channelAccessToken, serviceCode, switcherSecret, qrCodeUrl, lineId, botName, encodingAesKey, fromAddress, certificate, deploymentId, baseUrl, hsmFallbackLanguage, password, autoUpdateBadge, production, serverKey, senderId, tier, envName, consumerKey, consumerSecret, accessTokenKey, accessTokenSecret, userId, username, apiKey, domain, incomingAddress, accessKey, originator, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, status, error].hash
695
715
  end
696
716
 
697
717
  # Builds the object from hash
@@ -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
@@ -156,6 +156,9 @@ module SmoochApi
156
156
  # A list of origins to whitelist. When set, only the origins from this list will be able to initialize the Web Messenger. If unset, all origins are whitelisted. The elements in the list should follow the serialized-origin format from RFC 6454 `scheme \"://\" host [ \":\" port ]`, where scheme is `http` or `https`. (Optional) Used for *Web Messenger* integrations.
157
157
  attr_accessor :originWhitelist
158
158
 
159
+ # URL provided by LINE in the [Developer Console](https://developers.line.biz/console/).
160
+ attr_accessor :qrCodeUrl
161
+
159
162
 
160
163
  # Attribute mapping from ruby-style variable name to JSON key.
161
164
  def self.attribute_map
@@ -206,7 +209,8 @@ module SmoochApi
206
209
  :'businessName' => :'businessName',
207
210
  :'businessIconUrl' => :'businessIconUrl',
208
211
  :'backgroundImageUrl' => :'backgroundImageUrl',
209
- :'originWhitelist' => :'originWhitelist'
212
+ :'originWhitelist' => :'originWhitelist',
213
+ :'qrCodeUrl' => :'qrCodeUrl'
210
214
  }
211
215
  end
212
216
 
@@ -259,7 +263,8 @@ module SmoochApi
259
263
  :'businessName' => :'String',
260
264
  :'businessIconUrl' => :'String',
261
265
  :'backgroundImageUrl' => :'String',
262
- :'originWhitelist' => :'Array<String>'
266
+ :'originWhitelist' => :'Array<String>',
267
+ :'qrCodeUrl' => :'String'
263
268
  }
264
269
  end
265
270
 
@@ -463,6 +468,10 @@ module SmoochApi
463
468
  end
464
469
  end
465
470
 
471
+ if attributes.has_key?(:'qrCodeUrl')
472
+ self.qrCodeUrl = attributes[:'qrCodeUrl']
473
+ end
474
+
466
475
  end
467
476
 
468
477
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -534,7 +543,8 @@ module SmoochApi
534
543
  businessName == o.businessName &&
535
544
  businessIconUrl == o.businessIconUrl &&
536
545
  backgroundImageUrl == o.backgroundImageUrl &&
537
- originWhitelist == o.originWhitelist
546
+ originWhitelist == o.originWhitelist &&
547
+ qrCodeUrl == o.qrCodeUrl
538
548
  end
539
549
 
540
550
  # @see the `==` method
@@ -546,7 +556,7 @@ module SmoochApi
546
556
  # Calculates hash code according to all attributes.
547
557
  # @return [Fixnum] Hash code
548
558
  def hash
549
- [type, displayName, pageAccessToken, appId, appSecret, accountSid, authToken, baseUrl, hsmFallbackLanguage, phoneNumberSid, token, channelId, channelSecret, channelAccessToken, deploymentId, serviceCode, switcherSecret, encodingAesKey, fromAddress, certificate, password, username, autoUpdateBadge, serverKey, senderId, tier, envName, consumerKey, consumerSecret, accessTokenKey, accessTokenSecret, accessTokenUrl, accessKey, originator, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist].hash
559
+ [type, displayName, pageAccessToken, appId, appSecret, accountSid, authToken, baseUrl, hsmFallbackLanguage, phoneNumberSid, token, channelId, channelSecret, channelAccessToken, deploymentId, serviceCode, switcherSecret, encodingAesKey, fromAddress, certificate, password, username, autoUpdateBadge, serverKey, senderId, tier, envName, consumerKey, consumerSecret, accessTokenKey, accessTokenSecret, accessTokenUrl, accessKey, originator, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, qrCodeUrl].hash
550
560
  end
551
561
 
552
562
  # Builds the object from hash
@@ -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
@@ -72,6 +72,9 @@ module SmoochApi
72
72
  # Specification of a fallback language. (Optional) Used for *WhatsApp* integrations.
73
73
  attr_accessor :hsmFallbackLanguage
74
74
 
75
+ # URL provided by LINE in the [Developer Console](https://developers.line.biz/console/).
76
+ attr_accessor :qrCodeUrl
77
+
75
78
 
76
79
  # Attribute mapping from ruby-style variable name to JSON key.
77
80
  def self.attribute_map
@@ -94,7 +97,8 @@ module SmoochApi
94
97
  :'channelSecret' => :'channelSecret',
95
98
  :'serviceCode' => :'serviceCode',
96
99
  :'switcherSecret' => :'switcherSecret',
97
- :'hsmFallbackLanguage' => :'hsmFallbackLanguage'
100
+ :'hsmFallbackLanguage' => :'hsmFallbackLanguage',
101
+ :'qrCodeUrl' => :'qrCodeUrl'
98
102
  }
99
103
  end
100
104
 
@@ -119,7 +123,8 @@ module SmoochApi
119
123
  :'channelSecret' => :'String',
120
124
  :'serviceCode' => :'String',
121
125
  :'switcherSecret' => :'String',
122
- :'hsmFallbackLanguage' => :'String'
126
+ :'hsmFallbackLanguage' => :'String',
127
+ :'qrCodeUrl' => :'String'
123
128
  }
124
129
  end
125
130
 
@@ -211,6 +216,10 @@ module SmoochApi
211
216
  self.hsmFallbackLanguage = attributes[:'hsmFallbackLanguage']
212
217
  end
213
218
 
219
+ if attributes.has_key?(:'qrCodeUrl')
220
+ self.qrCodeUrl = attributes[:'qrCodeUrl']
221
+ end
222
+
214
223
  end
215
224
 
216
225
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -249,7 +258,8 @@ module SmoochApi
249
258
  channelSecret == o.channelSecret &&
250
259
  serviceCode == o.serviceCode &&
251
260
  switcherSecret == o.switcherSecret &&
252
- hsmFallbackLanguage == o.hsmFallbackLanguage
261
+ hsmFallbackLanguage == o.hsmFallbackLanguage &&
262
+ qrCodeUrl == o.qrCodeUrl
253
263
  end
254
264
 
255
265
  # @see the `==` method
@@ -261,7 +271,7 @@ module SmoochApi
261
271
  # Calculates hash code according to all attributes.
262
272
  # @return [Fixnum] Hash code
263
273
  def hash
264
- [displayName, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, channelId, channelSecret, serviceCode, switcherSecret, hsmFallbackLanguage].hash
274
+ [displayName, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, channelId, channelSecret, serviceCode, switcherSecret, hsmFallbackLanguage, qrCodeUrl].hash
265
275
  end
266
276
 
267
277
  # Builds the object from hash
@@ -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