docs/IntegrationCreate.md in smooch-api-5.24.1 vs docs/IntegrationCreate.md in smooch-api-5.25.1

- old
+ new

@@ -24,9 +24,10 @@ **fromAddress** | **String** | Email address to use as the `From` and `Reply-To` address if it must be different from `incomingAddress`. Only use this option if the address that you supply is configured to forward emails to the `incomingAddress`, otherwise user replies will be lost. You must also make sure that the domain is properly configured as a mail provider so as to not be flagged as spam by the user's email client. (Optional) Used for *mailgun* integrations. | [optional] **certificate** | **String** | The binary of your APN certificate base64 encoded. Required for *apn* integrations. | [optional] **password** | **String** | The password for your APN certificate or WhatsApp API client. Required for *WhatsApp* integrations. (this usage is deprecated) (Optional) Used for *apn* integrations. | [optional] **username** | **String** | The username for the account. Returned on successful *twitter* and *telegram* integrations. Required for *WhatsApp* integrations. (this usage is deprecated) | [optional] **autoUpdateBadge** | **BOOLEAN** | Use the unread count of the conversation as the application badge. (Optional) Used for *apn* integrations. | [optional] +**production** | **BOOLEAN** | Flag specifying the APN environment to connect to (`production` if true, `sandbox` otherwise). Defaults to value inferred from certificate if not specified. (Optional) Used for *apn* integrations. | [optional] **serverKey** | **String** | Your server key from the fcm console. Required for *fcm* integrations. | [optional] **senderId** | **String** | Your sender id from the fcm console. Required for *fcm* integrations. | [optional] **tier** | **String** | Your Twitter app’s tier. Accepted values are enterprise or premium. | [optional] **envName** | **String** | The Twitter environment name, e.g.: env-beta. Required for *twitter* integrations with *premium* tier. | [optional] **consumerKey** | **String** | The consumer key for your Twitter app. Required for *twitter* integrations. | [optional]