smooch-api 5.27.0 → 5.34.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +176 -0
  3. data/README.md +12 -1
  4. data/docs/AppUserLink.md +1 -0
  5. data/docs/Integration.md +11 -7
  6. data/docs/IntegrationCreate.md +11 -5
  7. data/docs/IntegrationUpdate.md +1 -1
  8. data/docs/Message.md +1 -0
  9. data/docs/MessageItem.md +1 -0
  10. data/docs/MessagePost.md +1 -0
  11. data/lib/smooch-api.rb +1 -1
  12. data/lib/smooch-api/api/app_api.rb +1 -1
  13. data/lib/smooch-api/api/app_user_api.rb +1 -1
  14. data/lib/smooch-api/api/attachments_api.rb +1 -1
  15. data/lib/smooch-api/api/conversation_api.rb +1 -1
  16. data/lib/smooch-api/api/deployment_api.rb +1 -1
  17. data/lib/smooch-api/api/integration_api.rb +1 -1
  18. data/lib/smooch-api/api/menu_api.rb +1 -1
  19. data/lib/smooch-api/api/notification_api.rb +1 -1
  20. data/lib/smooch-api/api/service_account_api.rb +1 -1
  21. data/lib/smooch-api/api/template_api.rb +1 -1
  22. data/lib/smooch-api/api/webhook_api.rb +1 -1
  23. data/lib/smooch-api/api_client.rb +1 -1
  24. data/lib/smooch-api/api_error.rb +24 -2
  25. data/lib/smooch-api/configuration.rb +1 -1
  26. data/lib/smooch-api/models/action.rb +1 -1
  27. data/lib/smooch-api/models/activity_response.rb +1 -1
  28. data/lib/smooch-api/models/app.rb +1 -1
  29. data/lib/smooch-api/models/app_create.rb +1 -1
  30. data/lib/smooch-api/models/app_response.rb +1 -1
  31. data/lib/smooch-api/models/app_settings.rb +1 -1
  32. data/lib/smooch-api/models/app_update.rb +1 -1
  33. data/lib/smooch-api/models/app_user.rb +1 -1
  34. data/lib/smooch-api/models/app_user_business_systems_response.rb +1 -1
  35. data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
  36. data/lib/smooch-api/models/app_user_link.rb +12 -2
  37. data/lib/smooch-api/models/app_user_merge.rb +1 -1
  38. data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
  39. data/lib/smooch-api/models/app_user_response.rb +1 -1
  40. data/lib/smooch-api/models/app_user_update.rb +1 -1
  41. data/lib/smooch-api/models/attachment_remove.rb +1 -1
  42. data/lib/smooch-api/models/attachment_response.rb +1 -1
  43. data/lib/smooch-api/models/auth_code_response.rb +1 -1
  44. data/lib/smooch-api/models/author.rb +1 -1
  45. data/lib/smooch-api/models/business_system_item.rb +1 -1
  46. data/lib/smooch-api/models/channel_entity_item.rb +1 -1
  47. data/lib/smooch-api/models/client.rb +1 -1
  48. data/lib/smooch-api/models/client_info.rb +1 -1
  49. data/lib/smooch-api/models/confirmation.rb +1 -1
  50. data/lib/smooch-api/models/conversation.rb +1 -1
  51. data/lib/smooch-api/models/conversation_activity.rb +1 -1
  52. data/lib/smooch-api/models/coordinates.rb +1 -1
  53. data/lib/smooch-api/models/deployment.rb +1 -1
  54. data/lib/smooch-api/models/deployment_activate_phone_number.rb +1 -1
  55. data/lib/smooch-api/models/deployment_confirm_code.rb +1 -1
  56. data/lib/smooch-api/models/deployment_create.rb +1 -1
  57. data/lib/smooch-api/models/deployment_response.rb +1 -1
  58. data/lib/smooch-api/models/destination.rb +1 -1
  59. data/lib/smooch-api/models/display_settings.rb +1 -1
  60. data/lib/smooch-api/models/enums.rb +1 -1
  61. data/lib/smooch-api/models/field.rb +1 -1
  62. data/lib/smooch-api/models/field_post.rb +1 -1
  63. data/lib/smooch-api/models/get_integration_profile_response.rb +1 -1
  64. data/lib/smooch-api/models/get_messages_response.rb +1 -1
  65. data/lib/smooch-api/models/get_sdk_ids_response.rb +1 -1
  66. data/lib/smooch-api/models/integration.rb +52 -12
  67. data/lib/smooch-api/models/integration_create.rb +70 -10
  68. data/lib/smooch-api/models/integration_profile_update.rb +1 -1
  69. data/lib/smooch-api/models/integration_response.rb +1 -1
  70. data/lib/smooch-api/models/integration_update.rb +2 -2
  71. data/lib/smooch-api/models/jwt_response.rb +1 -1
  72. data/lib/smooch-api/models/link_request_response.rb +1 -1
  73. data/lib/smooch-api/models/link_request_response_link_requests.rb +1 -1
  74. data/lib/smooch-api/models/list_apps_response.rb +1 -1
  75. data/lib/smooch-api/models/list_deployments_response.rb +1 -1
  76. data/lib/smooch-api/models/list_integrations_response.rb +1 -1
  77. data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
  78. data/lib/smooch-api/models/list_service_accounts_response.rb +1 -1
  79. data/lib/smooch-api/models/list_templates_response.rb +1 -1
  80. data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
  81. data/lib/smooch-api/models/location.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 +12 -2
  87. data/lib/smooch-api/models/message_item.rb +12 -2
  88. data/lib/smooch-api/models/message_override.rb +1 -1
  89. data/lib/smooch-api/models/message_override_line.rb +1 -1
  90. data/lib/smooch-api/models/message_override_messenger.rb +1 -1
  91. data/lib/smooch-api/models/message_override_whatsapp.rb +1 -1
  92. data/lib/smooch-api/models/message_post.rb +12 -2
  93. data/lib/smooch-api/models/message_response.rb +1 -1
  94. data/lib/smooch-api/models/notification_post.rb +1 -1
  95. data/lib/smooch-api/models/notification_post_destination.rb +1 -1
  96. data/lib/smooch-api/models/notification_response.rb +1 -1
  97. data/lib/smooch-api/models/notification_response_notification.rb +1 -1
  98. data/lib/smooch-api/models/option.rb +1 -1
  99. data/lib/smooch-api/models/quoted_message.rb +1 -1
  100. data/lib/smooch-api/models/secret_key.rb +1 -1
  101. data/lib/smooch-api/models/secret_key_create.rb +1 -1
  102. data/lib/smooch-api/models/secret_key_response.rb +1 -1
  103. data/lib/smooch-api/models/select.rb +1 -1
  104. data/lib/smooch-api/models/service_account.rb +1 -1
  105. data/lib/smooch-api/models/service_account_create.rb +1 -1
  106. data/lib/smooch-api/models/service_account_response.rb +1 -1
  107. data/lib/smooch-api/models/service_account_update.rb +1 -1
  108. data/lib/smooch-api/models/source.rb +1 -1
  109. data/lib/smooch-api/models/sub_menu_item.rb +1 -1
  110. data/lib/smooch-api/models/template.rb +1 -1
  111. data/lib/smooch-api/models/template_create.rb +1 -1
  112. data/lib/smooch-api/models/template_response.rb +1 -1
  113. data/lib/smooch-api/models/template_update.rb +1 -1
  114. data/lib/smooch-api/models/upload_integration_profile_photo_response.rb +1 -1
  115. data/lib/smooch-api/models/webhook.rb +1 -1
  116. data/lib/smooch-api/models/webhook_create.rb +1 -1
  117. data/lib/smooch-api/models/webhook_response.rb +1 -1
  118. data/lib/smooch-api/models/webhook_update.rb +1 -1
  119. data/lib/smooch-api/version.rb +2 -2
  120. data/smooch-api.gemspec +4 -4
  121. data/spec/api_client_spec.rb +1 -1
  122. data/spec/configuration_spec.rb +1 -1
  123. data/spec/spec_helper.rb +1 -1
  124. metadata +10 -9
@@ -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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -24,13 +24,13 @@ module SmoochApi
24
24
  # The integration display name. Used to map a human-friendly name to an integration.
25
25
  attr_accessor :displayName
26
26
 
27
- # Facebook Page Access Token. Required for *messenger* integrations.
27
+ # Facebook Page Access Token. Required for *messenger* and *instagram* integrations.
28
28
  attr_accessor :pageAccessToken
29
29
 
30
- # Facebook App ID OR WeChat App ID. Required for *messenger* and *wechat* integrations.
30
+ # Facebook App ID OR WeChat App ID. Required for *messenger*, *instagram* and *wechat* integrations.
31
31
  attr_accessor :appId
32
32
 
33
- # Facebook Page App Secret OR WeChat App Secret. Required for *messenger* and *wechat* integrations.
33
+ # Facebook Page App Secret OR WeChat App Secret. Required for *messenger*, *instagram* and *wechat* integrations.
34
34
  attr_accessor :appSecret
35
35
 
36
36
  # Optional endpoint to generate access tokens for WeChat. Used to coordinate API access with third party systems.
@@ -39,7 +39,7 @@ module SmoochApi
39
39
  # Secret to verify webhooks. Returned on successful *wechat* and *messagebird* integrations.
40
40
  attr_accessor :webhookSecret
41
41
 
42
- # Facebook Page App ID. Returned on successful *messenger* integrations.
42
+ # Facebook Page App ID. Returned on successful *messenger* and *instagram* integrations.
43
43
  attr_accessor :pageId
44
44
 
45
45
  # Twilio Account SID. Required for *twilio* integrations.
@@ -138,10 +138,10 @@ module SmoochApi
138
138
  # The access token secret obtained from your user via oauth. Required for *twitter* integrations.
139
139
  attr_accessor :accessTokenSecret
140
140
 
141
- # The twitter userId. Returned on successful *twitter* integrations.
141
+ # The twitter userId or Facebook userId. Returned on successful *twitter* and *instagram* integrations.
142
142
  attr_accessor :userId
143
143
 
144
- # The username for the account. Returned on successful *twitter* and *telegram* integrations. Required for *WhatsApp* integrations. (this usage is deprecated)
144
+ # A twitter, telegram and facebook account username Returned on successful *twitter*, *telegram* and *instagram* integrations. Required for *WhatsApp* integrations. (this usage is deprecated)
145
145
  attr_accessor :username
146
146
 
147
147
  # The public API key of your Mailgun account. Required for *mailgun* integrations.
@@ -189,9 +189,12 @@ module SmoochApi
189
189
  # Array of integration IDs, order will be reflected in the Web Messenger. When set, only integrations from this list will be displayed in the Web Messenger. If unset, all integrations will be displayed (Optional) Used for *Web Messenger* integrations.
190
190
  attr_accessor :integrationOrder
191
191
 
192
- # A custom business name for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
192
+ # A custom business name for the Web Messenger or Instagram Business account name. (Optional) Used for *Web Messenger* integrations.
193
193
  attr_accessor :businessName
194
194
 
195
+ # Instagram Business account username.
196
+ attr_accessor :businessUsername
197
+
195
198
  # A custom business icon url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
196
199
  attr_accessor :businessIconUrl
197
200
 
@@ -210,6 +213,15 @@ module SmoochApi
210
213
  # The error causing the integration to fail. Will be present when `status` is 'error'.
211
214
  attr_accessor :error
212
215
 
216
+ # A key tied to Apple Business Chat Messaging Service Provider
217
+ attr_accessor :apiSecret
218
+
219
+ # A unique ID tied to the brand using Apple Business Chat or the Instagram Business ID
220
+ attr_accessor :businessId
221
+
222
+ # A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register
223
+ attr_accessor :mspId
224
+
213
225
 
214
226
  # Attribute mapping from ruby-style variable name to JSON key.
215
227
  def self.attribute_map
@@ -273,12 +285,16 @@ module SmoochApi
273
285
  :'buttonHeight' => :'buttonHeight',
274
286
  :'integrationOrder' => :'integrationOrder',
275
287
  :'businessName' => :'businessName',
288
+ :'businessUsername' => :'businessUsername',
276
289
  :'businessIconUrl' => :'businessIconUrl',
277
290
  :'backgroundImageUrl' => :'backgroundImageUrl',
278
291
  :'originWhitelist' => :'originWhitelist',
279
292
  :'hideUnsubscribeLink' => :'hideUnsubscribeLink',
280
293
  :'status' => :'status',
281
- :'error' => :'error'
294
+ :'error' => :'error',
295
+ :'apiSecret' => :'apiSecret',
296
+ :'businessId' => :'businessId',
297
+ :'mspId' => :'mspId'
282
298
  }
283
299
  end
284
300
 
@@ -344,12 +360,16 @@ module SmoochApi
344
360
  :'buttonHeight' => :'String',
345
361
  :'integrationOrder' => :'Array<String>',
346
362
  :'businessName' => :'String',
363
+ :'businessUsername' => :'String',
347
364
  :'businessIconUrl' => :'String',
348
365
  :'backgroundImageUrl' => :'String',
349
366
  :'originWhitelist' => :'Array<String>',
350
367
  :'hideUnsubscribeLink' => :'BOOLEAN',
351
368
  :'status' => :'String',
352
- :'error' => :'String'
369
+ :'error' => :'String',
370
+ :'apiSecret' => :'String',
371
+ :'businessId' => :'String',
372
+ :'mspId' => :'String'
353
373
  }
354
374
  end
355
375
 
@@ -599,6 +619,10 @@ module SmoochApi
599
619
  self.businessName = attributes[:'businessName']
600
620
  end
601
621
 
622
+ if attributes.has_key?(:'businessUsername')
623
+ self.businessUsername = attributes[:'businessUsername']
624
+ end
625
+
602
626
  if attributes.has_key?(:'businessIconUrl')
603
627
  self.businessIconUrl = attributes[:'businessIconUrl']
604
628
  end
@@ -625,6 +649,18 @@ module SmoochApi
625
649
  self.error = attributes[:'error']
626
650
  end
627
651
 
652
+ if attributes.has_key?(:'apiSecret')
653
+ self.apiSecret = attributes[:'apiSecret']
654
+ end
655
+
656
+ if attributes.has_key?(:'businessId')
657
+ self.businessId = attributes[:'businessId']
658
+ end
659
+
660
+ if attributes.has_key?(:'mspId')
661
+ self.mspId = attributes[:'mspId']
662
+ end
663
+
628
664
  end
629
665
 
630
666
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -714,12 +750,16 @@ module SmoochApi
714
750
  buttonHeight == o.buttonHeight &&
715
751
  integrationOrder == o.integrationOrder &&
716
752
  businessName == o.businessName &&
753
+ businessUsername == o.businessUsername &&
717
754
  businessIconUrl == o.businessIconUrl &&
718
755
  backgroundImageUrl == o.backgroundImageUrl &&
719
756
  originWhitelist == o.originWhitelist &&
720
757
  hideUnsubscribeLink == o.hideUnsubscribeLink &&
721
758
  status == o.status &&
722
- error == o.error
759
+ error == o.error &&
760
+ apiSecret == o.apiSecret &&
761
+ businessId == o.businessId &&
762
+ mspId == o.mspId
723
763
  end
724
764
 
725
765
  # @see the `==` method
@@ -731,7 +771,7 @@ module SmoochApi
731
771
  # Calculates hash code according to all attributes.
732
772
  # @return [Fixnum] Hash code
733
773
  def hash
734
- [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, signingKey, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessIconUrl, backgroundImageUrl, originWhitelist, hideUnsubscribeLink, status, error].hash
774
+ [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, signingKey, brandColor, fixedIntroPane, conversationColor, actionColor, displayStyle, buttonIconUrl, buttonWidth, buttonHeight, integrationOrder, businessName, businessUsername, businessIconUrl, backgroundImageUrl, originWhitelist, hideUnsubscribeLink, status, error, apiSecret, businessId, mspId].hash
735
775
  end
736
776
 
737
777
  # 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.27
6
+ OpenAPI spec version: 5.34
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -21,13 +21,13 @@ module SmoochApi
21
21
  # The integration display name. Used to map a human-friendly name to an integration.
22
22
  attr_accessor :displayName
23
23
 
24
- # Facebook Page Access Token. Required for *messenger* integrations.
24
+ # Facebook Page Access Token. Required for *messenger* and *instagram* integrations.
25
25
  attr_accessor :pageAccessToken
26
26
 
27
- # Facebook App ID OR WeChat App ID. Required for *messenger* and *wechat* integrations.
27
+ # Facebook App ID OR WeChat App ID. Required for *messenger*, *instagram* and *wechat* integrations.
28
28
  attr_accessor :appId
29
29
 
30
- # Facebook Page App Secret OR WeChat App Secret. Required for *messenger* and *wechat* integrations.
30
+ # Facebook Page App Secret OR WeChat App Secret. Required for *messenger*, *instagram* and *wechat* integrations.
31
31
  attr_accessor :appSecret
32
32
 
33
33
  # Twilio Account SID. Required for *twilio* integrations.
@@ -78,7 +78,7 @@ module SmoochApi
78
78
  # The password for your APN certificate or WhatsApp API client. Required for *WhatsApp* integrations. (this usage is deprecated) (Optional) Used for *apn* integrations.
79
79
  attr_accessor :password
80
80
 
81
- # The username for the account. Returned on successful *twitter* and *telegram* integrations. Required for *WhatsApp* integrations. (this usage is deprecated)
81
+ # A twitter, telegram and facebook account username Returned on successful *twitter*, *telegram* and *instagram* integrations. Required for *WhatsApp* integrations. (this usage is deprecated)
82
82
  attr_accessor :username
83
83
 
84
84
  # Use the unread count of the conversation as the application badge. (Optional) Used for *apn* integrations.
@@ -147,7 +147,7 @@ module SmoochApi
147
147
  # Array of integration IDs, order will be reflected in the Web Messenger. When set, only integrations from this list will be displayed in the Web Messenger. If unset, all integrations will be displayed (Optional) Used for *Web Messenger* integrations.
148
148
  attr_accessor :integrationOrder
149
149
 
150
- # A custom business name for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
150
+ # A custom business name for the Web Messenger or Instagram Business account name. (Optional) Used for *Web Messenger* integrations.
151
151
  attr_accessor :businessName
152
152
 
153
153
  # A custom business icon url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
@@ -168,6 +168,24 @@ module SmoochApi
168
168
  # The signing key of your MessageBird account. Used to validate the webhooks' origin. (Optional) Used for *messagebird* integrations.
169
169
  attr_accessor :signingKey
170
170
 
171
+ # The public API key of your Mailgun account. Required for *mailgun* integrations.
172
+ attr_accessor :apiKey
173
+
174
+ # The domain used to relay email. Required for *mailgun* integrations.
175
+ attr_accessor :domain
176
+
177
+ # Smooch will receive all emails sent to this address. Required for *mailgun* integrations.
178
+ attr_accessor :incomingAddress
179
+
180
+ # A key tied to Apple Business Chat Messaging Service Provider
181
+ attr_accessor :apiSecret
182
+
183
+ # A unique ID tied to the brand using Apple Business Chat or the Instagram Business ID
184
+ attr_accessor :businessId
185
+
186
+ # A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register
187
+ attr_accessor :mspId
188
+
171
189
 
172
190
  # Attribute mapping from ruby-style variable name to JSON key.
173
191
  def self.attribute_map
@@ -222,7 +240,13 @@ module SmoochApi
222
240
  :'originWhitelist' => :'originWhitelist',
223
241
  :'qrCodeUrl' => :'qrCodeUrl',
224
242
  :'hideUnsubscribeLink' => :'hideUnsubscribeLink',
225
- :'signingKey' => :'signingKey'
243
+ :'signingKey' => :'signingKey',
244
+ :'apiKey' => :'apiKey',
245
+ :'domain' => :'domain',
246
+ :'incomingAddress' => :'incomingAddress',
247
+ :'apiSecret' => :'apiSecret',
248
+ :'businessId' => :'businessId',
249
+ :'mspId' => :'mspId'
226
250
  }
227
251
  end
228
252
 
@@ -279,7 +303,13 @@ module SmoochApi
279
303
  :'originWhitelist' => :'Array<String>',
280
304
  :'qrCodeUrl' => :'String',
281
305
  :'hideUnsubscribeLink' => :'BOOLEAN',
282
- :'signingKey' => :'String'
306
+ :'signingKey' => :'String',
307
+ :'apiKey' => :'String',
308
+ :'domain' => :'String',
309
+ :'incomingAddress' => :'String',
310
+ :'apiSecret' => :'String',
311
+ :'businessId' => :'String',
312
+ :'mspId' => :'String'
283
313
  }
284
314
  end
285
315
 
@@ -499,6 +529,30 @@ module SmoochApi
499
529
  self.signingKey = attributes[:'signingKey']
500
530
  end
501
531
 
532
+ if attributes.has_key?(:'apiKey')
533
+ self.apiKey = attributes[:'apiKey']
534
+ end
535
+
536
+ if attributes.has_key?(:'domain')
537
+ self.domain = attributes[:'domain']
538
+ end
539
+
540
+ if attributes.has_key?(:'incomingAddress')
541
+ self.incomingAddress = attributes[:'incomingAddress']
542
+ end
543
+
544
+ if attributes.has_key?(:'apiSecret')
545
+ self.apiSecret = attributes[:'apiSecret']
546
+ end
547
+
548
+ if attributes.has_key?(:'businessId')
549
+ self.businessId = attributes[:'businessId']
550
+ end
551
+
552
+ if attributes.has_key?(:'mspId')
553
+ self.mspId = attributes[:'mspId']
554
+ end
555
+
502
556
  end
503
557
 
504
558
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -574,7 +628,13 @@ module SmoochApi
574
628
  originWhitelist == o.originWhitelist &&
575
629
  qrCodeUrl == o.qrCodeUrl &&
576
630
  hideUnsubscribeLink == o.hideUnsubscribeLink &&
577
- signingKey == o.signingKey
631
+ signingKey == o.signingKey &&
632
+ apiKey == o.apiKey &&
633
+ domain == o.domain &&
634
+ incomingAddress == o.incomingAddress &&
635
+ apiSecret == o.apiSecret &&
636
+ businessId == o.businessId &&
637
+ mspId == o.mspId
578
638
  end
579
639
 
580
640
  # @see the `==` method
@@ -586,7 +646,7 @@ module SmoochApi
586
646
  # Calculates hash code according to all attributes.
587
647
  # @return [Fixnum] Hash code
588
648
  def hash
589
- [type, displayName, pageAccessToken, appId, appSecret, accountSid, authToken, baseUrl, hsmFallbackLanguage, phoneNumberSid, token, channelId, channelSecret, channelAccessToken, deploymentId, serviceCode, switcherSecret, encodingAesKey, fromAddress, certificate, password, username, autoUpdateBadge, production, 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, hideUnsubscribeLink, signingKey].hash
649
+ [type, displayName, pageAccessToken, appId, appSecret, accountSid, authToken, baseUrl, hsmFallbackLanguage, phoneNumberSid, token, channelId, channelSecret, channelAccessToken, deploymentId, serviceCode, switcherSecret, encodingAesKey, fromAddress, certificate, password, username, autoUpdateBadge, production, 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, hideUnsubscribeLink, signingKey, apiKey, domain, incomingAddress, apiSecret, businessId, mspId].hash
590
650
  end
591
651
 
592
652
  # 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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
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.27
6
+ OpenAPI spec version: 5.34
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT
@@ -45,7 +45,7 @@ module SmoochApi
45
45
  # Array of integration IDs, order will be reflected in the Web Messenger. When set, only integrations from this list will be displayed in the Web Messenger. If unset, all integrations will be displayed (Optional) Used for *Web Messenger* integrations.
46
46
  attr_accessor :integrationOrder
47
47
 
48
- # A custom business name for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
48
+ # A custom business name for the Web Messenger or Instagram Business account name. (Optional) Used for *Web Messenger* integrations.
49
49
  attr_accessor :businessName
50
50
 
51
51
  # A custom business icon url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
@@ -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.27
6
+ OpenAPI spec version: 5.34
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.2.3-SNAPSHOT