From 2fef53f5d59500b1fdd4db14b0de86291d98e167 Mon Sep 17 00:00:00 2001 From: Smooch Bot Date: Tue, 1 Sep 2020 16:30:58 +0000 Subject: [PATCH] Generate version 5.29.0 --- README.md | 4 +- build.gradle | 2 +- build.sbt | 2 +- docs/Integration.md | 3 + docs/IntegrationCreate.md | 3 + pom.xml | 2 +- .../java/io/smooch/client/ApiCallback.java | 2 +- src/main/java/io/smooch/client/ApiClient.java | 4 +- .../java/io/smooch/client/ApiException.java | 2 +- .../java/io/smooch/client/ApiResponse.java | 2 +- .../java/io/smooch/client/Configuration.java | 2 +- .../smooch/client/GzipRequestInterceptor.java | 2 +- src/main/java/io/smooch/client/JSON.java | 2 +- src/main/java/io/smooch/client/Pair.java | 2 +- .../io/smooch/client/ProgressRequestBody.java | 2 +- .../smooch/client/ProgressResponseBody.java | 2 +- .../java/io/smooch/client/StringUtil.java | 2 +- .../java/io/smooch/client/api/AppApi.java | 2 +- .../java/io/smooch/client/api/AppUserApi.java | 2 +- .../io/smooch/client/api/AttachmentsApi.java | 2 +- .../io/smooch/client/api/ConversationApi.java | 2 +- .../io/smooch/client/api/DeploymentApi.java | 2 +- .../io/smooch/client/api/IntegrationApi.java | 2 +- .../java/io/smooch/client/api/MenuApi.java | 2 +- .../io/smooch/client/api/NotificationApi.java | 2 +- .../smooch/client/api/ServiceAccountApi.java | 2 +- .../io/smooch/client/api/TemplateApi.java | 2 +- .../java/io/smooch/client/api/WebhookApi.java | 2 +- .../io/smooch/client/auth/ApiKeyAuth.java | 2 +- .../io/smooch/client/auth/Authentication.java | 2 +- .../io/smooch/client/auth/HttpBasicAuth.java | 2 +- .../java/io/smooch/client/auth/OAuth.java | 2 +- .../java/io/smooch/client/auth/OAuthFlow.java | 2 +- .../java/io/smooch/client/model/Action.java | 2 +- .../smooch/client/model/ActivityResponse.java | 2 +- src/main/java/io/smooch/client/model/App.java | 2 +- .../io/smooch/client/model/AppCreate.java | 2 +- .../io/smooch/client/model/AppResponse.java | 2 +- .../io/smooch/client/model/AppSettings.java | 2 +- .../io/smooch/client/model/AppUpdate.java | 2 +- .../java/io/smooch/client/model/AppUser.java | 2 +- .../model/AppUserBusinessSystemsResponse.java | 2 +- .../client/model/AppUserChannelsResponse.java | 2 +- .../io/smooch/client/model/AppUserLink.java | 2 +- .../io/smooch/client/model/AppUserMerge.java | 2 +- .../smooch/client/model/AppUserPreCreate.java | 2 +- .../smooch/client/model/AppUserResponse.java | 2 +- .../io/smooch/client/model/AppUserUpdate.java | 2 +- .../smooch/client/model/AttachmentRemove.java | 2 +- .../client/model/AttachmentResponse.java | 2 +- .../smooch/client/model/AuthCodeResponse.java | 2 +- .../java/io/smooch/client/model/Author.java | 2 +- .../client/model/BusinessSystemItem.java | 2 +- .../client/model/ChannelEntityItem.java | 2 +- .../java/io/smooch/client/model/Client.java | 2 +- .../io/smooch/client/model/ClientInfo.java | 2 +- .../io/smooch/client/model/Confirmation.java | 2 +- .../io/smooch/client/model/Conversation.java | 2 +- .../client/model/ConversationActivity.java | 2 +- .../io/smooch/client/model/Coordinates.java | 2 +- .../io/smooch/client/model/Deployment.java | 2 +- .../model/DeploymentActivatePhoneNumber.java | 2 +- .../client/model/DeploymentConfirmCode.java | 2 +- .../smooch/client/model/DeploymentCreate.java | 2 +- .../client/model/DeploymentResponse.java | 2 +- .../io/smooch/client/model/Destination.java | 2 +- .../smooch/client/model/DisplaySettings.java | 2 +- .../java/io/smooch/client/model/Enums.java | 2 +- .../java/io/smooch/client/model/Field.java | 2 +- .../io/smooch/client/model/FieldPost.java | 2 +- .../model/GetIntegrationProfileResponse.java | 2 +- .../client/model/GetMessagesResponse.java | 2 +- .../client/model/GetSdkIdsResponse.java | 2 +- .../io/smooch/client/model/Integration.java | 75 ++++++++++++++++++- .../client/model/IntegrationCreate.java | 75 ++++++++++++++++++- .../model/IntegrationProfileUpdate.java | 2 +- .../client/model/IntegrationResponse.java | 2 +- .../client/model/IntegrationUpdate.java | 2 +- .../io/smooch/client/model/JwtResponse.java | 2 +- .../client/model/LinkRequestResponse.java | 2 +- .../LinkRequestResponseLinkRequests.java | 2 +- .../smooch/client/model/ListAppsResponse.java | 2 +- .../client/model/ListDeploymentsResponse.java | 2 +- .../model/ListIntegrationsResponse.java | 2 +- .../client/model/ListSecretKeysResponse.java | 2 +- .../model/ListServiceAccountsResponse.java | 2 +- .../client/model/ListTemplatesResponse.java | 2 +- .../client/model/ListWebhooksResponse.java | 2 +- .../java/io/smooch/client/model/Location.java | 2 +- .../java/io/smooch/client/model/Menu.java | 2 +- .../java/io/smooch/client/model/MenuItem.java | 2 +- .../io/smooch/client/model/MenuResponse.java | 2 +- .../io/smooch/client/model/MergedUser.java | 2 +- .../java/io/smooch/client/model/Message.java | 2 +- .../io/smooch/client/model/MessageItem.java | 2 +- .../smooch/client/model/MessageOverride.java | 2 +- .../client/model/MessageOverrideLine.java | 2 +- .../model/MessageOverrideMessenger.java | 2 +- .../client/model/MessageOverrideWhatsapp.java | 2 +- .../io/smooch/client/model/MessagePost.java | 2 +- .../smooch/client/model/MessageResponse.java | 2 +- .../smooch/client/model/NotificationPost.java | 2 +- .../model/NotificationPostDestination.java | 2 +- .../client/model/NotificationResponse.java | 2 +- .../NotificationResponseNotification.java | 2 +- .../java/io/smooch/client/model/Option.java | 2 +- .../io/smooch/client/model/QuotedMessage.java | 2 +- .../io/smooch/client/model/SecretKey.java | 2 +- .../smooch/client/model/SecretKeyCreate.java | 2 +- .../client/model/SecretKeyResponse.java | 2 +- .../java/io/smooch/client/model/Select.java | 2 +- .../smooch/client/model/ServiceAccount.java | 2 +- .../client/model/ServiceAccountCreate.java | 2 +- .../client/model/ServiceAccountResponse.java | 2 +- .../client/model/ServiceAccountUpdate.java | 2 +- .../java/io/smooch/client/model/Source.java | 2 +- .../io/smooch/client/model/SubMenuItem.java | 2 +- .../java/io/smooch/client/model/Template.java | 2 +- .../smooch/client/model/TemplateCreate.java | 2 +- .../smooch/client/model/TemplateResponse.java | 2 +- .../smooch/client/model/TemplateUpdate.java | 2 +- ...UploadIntegrationProfilePhotoResponse.java | 2 +- .../java/io/smooch/client/model/Webhook.java | 2 +- .../io/smooch/client/model/WebhookCreate.java | 2 +- .../smooch/client/model/WebhookResponse.java | 2 +- .../io/smooch/client/model/WebhookUpdate.java | 2 +- 126 files changed, 274 insertions(+), 130 deletions(-) diff --git a/README.md b/README.md index 6d010d18..0f7d9230 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add this dependency to your project's POM: io.smooch api - 5.28.0 + 5.29.0 compile ``` @@ -48,7 +48,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "io.smooch:api:5.28.0" +compile "io.smooch:api:5.29.0" ``` ## Getting Started diff --git a/build.gradle b/build.gradle index e8065d5c..0c8814db 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'io.smooch' -version = '5.28.0' +version = '5.29.0' buildscript { repositories { diff --git a/build.sbt b/build.sbt index 2f6987a9..ffaf8197 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "io.smooch", name := "api", - version := "5.28.0", + version := "5.29.0", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/docs/Integration.md b/docs/Integration.md index 5e57fe5b..6f037cea 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -69,6 +69,9 @@ Name | Type | Description | Notes **hideUnsubscribeLink** | **Boolean** | When `true`, unsubscribe links will not be included in outbound emails. If this setting is enabled, it is expected that the business is providing the user a way to unsubscribe by some other means. (Optional) Used for *mailgun* integrations. | [optional] **status** | **String** | The integration status. See [**IntegrationStatusEnum**](Enums.md#IntegrationStatusEnum) for available values. [More info](https://docs.smooch.io/#integration-status). | [optional] **error** | **String** | The error causing the integration to fail. Will be present when `status` is 'error'. | [optional] +**apiSecret** | **String** | A key tied to Apple Business Chat Messaging Service Provider | [optional] +**businessId** | **String** | A unique ID tied to the brand using Apple Business Chat | [optional] +**mspId** | **String** | A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register | [optional] diff --git a/docs/IntegrationCreate.md b/docs/IntegrationCreate.md index 406bdae2..d7df722d 100644 --- a/docs/IntegrationCreate.md +++ b/docs/IntegrationCreate.md @@ -58,6 +58,9 @@ Name | Type | Description | Notes **apiKey** | **String** | The public API key of your Mailgun account. Required for *mailgun* integrations. | [optional] **domain** | **String** | The domain used to relay email. Required for *mailgun* integrations. | [optional] **incomingAddress** | **String** | Smooch will receive all emails sent to this address. Required for *mailgun* integrations. | [optional] +**apiSecret** | **String** | A key tied to Apple Business Chat Messaging Service Provider | [optional] +**businessId** | **String** | A unique ID tied to the brand using Apple Business Chat | [optional] +**mspId** | **String** | A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register | [optional] diff --git a/pom.xml b/pom.xml index 69b29b65..bc8c62e9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ api jar api - 5.28.0 + 5.29.0 https://github.com/swagger-api/swagger-codegen Swagger Java diff --git a/src/main/java/io/smooch/client/ApiCallback.java b/src/main/java/io/smooch/client/ApiCallback.java index a501caa1..38701b2b 100644 --- a/src/main/java/io/smooch/client/ApiCallback.java +++ b/src/main/java/io/smooch/client/ApiCallback.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/ApiClient.java b/src/main/java/io/smooch/client/ApiClient.java index 34f4a492..70e43a8b 100644 --- a/src/main/java/io/smooch/client/ApiClient.java +++ b/src/main/java/io/smooch/client/ApiClient.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -158,7 +158,7 @@ public ApiClient() { this.lenientDatetimeFormat = true; // Set default User-Agent. - setUserAgent("Swagger-Codegen/5.28.0/java"); + setUserAgent("Swagger-Codegen/5.29.0/java"); // Setup authentications (key: authentication name, value: authentication). authentications = new HashMap(); diff --git a/src/main/java/io/smooch/client/ApiException.java b/src/main/java/io/smooch/client/ApiException.java index abe6ccdc..7bdd283b 100644 --- a/src/main/java/io/smooch/client/ApiException.java +++ b/src/main/java/io/smooch/client/ApiException.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/ApiResponse.java b/src/main/java/io/smooch/client/ApiResponse.java index 92e704cb..1e3db623 100644 --- a/src/main/java/io/smooch/client/ApiResponse.java +++ b/src/main/java/io/smooch/client/ApiResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/Configuration.java b/src/main/java/io/smooch/client/Configuration.java index c94c0a21..38fafa5d 100644 --- a/src/main/java/io/smooch/client/Configuration.java +++ b/src/main/java/io/smooch/client/Configuration.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/GzipRequestInterceptor.java b/src/main/java/io/smooch/client/GzipRequestInterceptor.java index ff1bf8de..e502d5bf 100644 --- a/src/main/java/io/smooch/client/GzipRequestInterceptor.java +++ b/src/main/java/io/smooch/client/GzipRequestInterceptor.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/JSON.java b/src/main/java/io/smooch/client/JSON.java index f29d2559..a9a9a7f0 100644 --- a/src/main/java/io/smooch/client/JSON.java +++ b/src/main/java/io/smooch/client/JSON.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/Pair.java b/src/main/java/io/smooch/client/Pair.java index 0fed2562..5767e1f1 100644 --- a/src/main/java/io/smooch/client/Pair.java +++ b/src/main/java/io/smooch/client/Pair.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/ProgressRequestBody.java b/src/main/java/io/smooch/client/ProgressRequestBody.java index 96b4ee3d..d23b5c13 100644 --- a/src/main/java/io/smooch/client/ProgressRequestBody.java +++ b/src/main/java/io/smooch/client/ProgressRequestBody.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/ProgressResponseBody.java b/src/main/java/io/smooch/client/ProgressResponseBody.java index 195a8401..ef75fe24 100644 --- a/src/main/java/io/smooch/client/ProgressResponseBody.java +++ b/src/main/java/io/smooch/client/ProgressResponseBody.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/StringUtil.java b/src/main/java/io/smooch/client/StringUtil.java index 61c3b3d7..f24ed33a 100644 --- a/src/main/java/io/smooch/client/StringUtil.java +++ b/src/main/java/io/smooch/client/StringUtil.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/AppApi.java b/src/main/java/io/smooch/client/api/AppApi.java index 181a39bb..4a543dee 100644 --- a/src/main/java/io/smooch/client/api/AppApi.java +++ b/src/main/java/io/smooch/client/api/AppApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/AppUserApi.java b/src/main/java/io/smooch/client/api/AppUserApi.java index f805c508..d6d2debc 100644 --- a/src/main/java/io/smooch/client/api/AppUserApi.java +++ b/src/main/java/io/smooch/client/api/AppUserApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/AttachmentsApi.java b/src/main/java/io/smooch/client/api/AttachmentsApi.java index 87e872c2..0fe1e546 100644 --- a/src/main/java/io/smooch/client/api/AttachmentsApi.java +++ b/src/main/java/io/smooch/client/api/AttachmentsApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/ConversationApi.java b/src/main/java/io/smooch/client/api/ConversationApi.java index 449f880e..ba7bdf91 100644 --- a/src/main/java/io/smooch/client/api/ConversationApi.java +++ b/src/main/java/io/smooch/client/api/ConversationApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/DeploymentApi.java b/src/main/java/io/smooch/client/api/DeploymentApi.java index 4e101293..24cac315 100644 --- a/src/main/java/io/smooch/client/api/DeploymentApi.java +++ b/src/main/java/io/smooch/client/api/DeploymentApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/IntegrationApi.java b/src/main/java/io/smooch/client/api/IntegrationApi.java index 9f115343..c9d8fb83 100644 --- a/src/main/java/io/smooch/client/api/IntegrationApi.java +++ b/src/main/java/io/smooch/client/api/IntegrationApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/MenuApi.java b/src/main/java/io/smooch/client/api/MenuApi.java index 2814343a..25621a65 100644 --- a/src/main/java/io/smooch/client/api/MenuApi.java +++ b/src/main/java/io/smooch/client/api/MenuApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/NotificationApi.java b/src/main/java/io/smooch/client/api/NotificationApi.java index 8cf73c47..23a5a322 100644 --- a/src/main/java/io/smooch/client/api/NotificationApi.java +++ b/src/main/java/io/smooch/client/api/NotificationApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/ServiceAccountApi.java b/src/main/java/io/smooch/client/api/ServiceAccountApi.java index 4c85e717..f04f50d3 100644 --- a/src/main/java/io/smooch/client/api/ServiceAccountApi.java +++ b/src/main/java/io/smooch/client/api/ServiceAccountApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/TemplateApi.java b/src/main/java/io/smooch/client/api/TemplateApi.java index a91fc1f1..269e3d7d 100644 --- a/src/main/java/io/smooch/client/api/TemplateApi.java +++ b/src/main/java/io/smooch/client/api/TemplateApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/api/WebhookApi.java b/src/main/java/io/smooch/client/api/WebhookApi.java index 79dde290..edd58a0c 100644 --- a/src/main/java/io/smooch/client/api/WebhookApi.java +++ b/src/main/java/io/smooch/client/api/WebhookApi.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/auth/ApiKeyAuth.java b/src/main/java/io/smooch/client/auth/ApiKeyAuth.java index e4fd4f9c..5f1aa470 100644 --- a/src/main/java/io/smooch/client/auth/ApiKeyAuth.java +++ b/src/main/java/io/smooch/client/auth/ApiKeyAuth.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/auth/Authentication.java b/src/main/java/io/smooch/client/auth/Authentication.java index 2e698c5f..6d775c69 100644 --- a/src/main/java/io/smooch/client/auth/Authentication.java +++ b/src/main/java/io/smooch/client/auth/Authentication.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/auth/HttpBasicAuth.java b/src/main/java/io/smooch/client/auth/HttpBasicAuth.java index ade305d2..8156a111 100644 --- a/src/main/java/io/smooch/client/auth/HttpBasicAuth.java +++ b/src/main/java/io/smooch/client/auth/HttpBasicAuth.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/auth/OAuth.java b/src/main/java/io/smooch/client/auth/OAuth.java index 43a09678..7f7c9bde 100644 --- a/src/main/java/io/smooch/client/auth/OAuth.java +++ b/src/main/java/io/smooch/client/auth/OAuth.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/auth/OAuthFlow.java b/src/main/java/io/smooch/client/auth/OAuthFlow.java index 82477cd2..8a99d274 100644 --- a/src/main/java/io/smooch/client/auth/OAuthFlow.java +++ b/src/main/java/io/smooch/client/auth/OAuthFlow.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Action.java b/src/main/java/io/smooch/client/model/Action.java index 2ecefbcf..d7405de6 100644 --- a/src/main/java/io/smooch/client/model/Action.java +++ b/src/main/java/io/smooch/client/model/Action.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ActivityResponse.java b/src/main/java/io/smooch/client/model/ActivityResponse.java index 76022524..7877f0a8 100644 --- a/src/main/java/io/smooch/client/model/ActivityResponse.java +++ b/src/main/java/io/smooch/client/model/ActivityResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/App.java b/src/main/java/io/smooch/client/model/App.java index 609bbd66..e8c781e3 100644 --- a/src/main/java/io/smooch/client/model/App.java +++ b/src/main/java/io/smooch/client/model/App.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppCreate.java b/src/main/java/io/smooch/client/model/AppCreate.java index 881fae40..4bb1ddcb 100644 --- a/src/main/java/io/smooch/client/model/AppCreate.java +++ b/src/main/java/io/smooch/client/model/AppCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppResponse.java b/src/main/java/io/smooch/client/model/AppResponse.java index 9777e47b..a38ab626 100644 --- a/src/main/java/io/smooch/client/model/AppResponse.java +++ b/src/main/java/io/smooch/client/model/AppResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppSettings.java b/src/main/java/io/smooch/client/model/AppSettings.java index a5f002a2..7d07466c 100644 --- a/src/main/java/io/smooch/client/model/AppSettings.java +++ b/src/main/java/io/smooch/client/model/AppSettings.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUpdate.java b/src/main/java/io/smooch/client/model/AppUpdate.java index 2db27a97..f9496fc1 100644 --- a/src/main/java/io/smooch/client/model/AppUpdate.java +++ b/src/main/java/io/smooch/client/model/AppUpdate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUser.java b/src/main/java/io/smooch/client/model/AppUser.java index 151b46e6..0632aed9 100644 --- a/src/main/java/io/smooch/client/model/AppUser.java +++ b/src/main/java/io/smooch/client/model/AppUser.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUserBusinessSystemsResponse.java b/src/main/java/io/smooch/client/model/AppUserBusinessSystemsResponse.java index a131ef1e..5fecfb18 100644 --- a/src/main/java/io/smooch/client/model/AppUserBusinessSystemsResponse.java +++ b/src/main/java/io/smooch/client/model/AppUserBusinessSystemsResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUserChannelsResponse.java b/src/main/java/io/smooch/client/model/AppUserChannelsResponse.java index 0ce1ced3..56e963a1 100644 --- a/src/main/java/io/smooch/client/model/AppUserChannelsResponse.java +++ b/src/main/java/io/smooch/client/model/AppUserChannelsResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUserLink.java b/src/main/java/io/smooch/client/model/AppUserLink.java index 696b25e8..1c7a2d93 100644 --- a/src/main/java/io/smooch/client/model/AppUserLink.java +++ b/src/main/java/io/smooch/client/model/AppUserLink.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUserMerge.java b/src/main/java/io/smooch/client/model/AppUserMerge.java index 92c40952..346aee22 100644 --- a/src/main/java/io/smooch/client/model/AppUserMerge.java +++ b/src/main/java/io/smooch/client/model/AppUserMerge.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUserPreCreate.java b/src/main/java/io/smooch/client/model/AppUserPreCreate.java index 0d8dddc6..98d1ba28 100644 --- a/src/main/java/io/smooch/client/model/AppUserPreCreate.java +++ b/src/main/java/io/smooch/client/model/AppUserPreCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUserResponse.java b/src/main/java/io/smooch/client/model/AppUserResponse.java index 40aecab1..fe4ad421 100644 --- a/src/main/java/io/smooch/client/model/AppUserResponse.java +++ b/src/main/java/io/smooch/client/model/AppUserResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AppUserUpdate.java b/src/main/java/io/smooch/client/model/AppUserUpdate.java index 84070e42..8cdc7637 100644 --- a/src/main/java/io/smooch/client/model/AppUserUpdate.java +++ b/src/main/java/io/smooch/client/model/AppUserUpdate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AttachmentRemove.java b/src/main/java/io/smooch/client/model/AttachmentRemove.java index e04666b4..8c787b0b 100644 --- a/src/main/java/io/smooch/client/model/AttachmentRemove.java +++ b/src/main/java/io/smooch/client/model/AttachmentRemove.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AttachmentResponse.java b/src/main/java/io/smooch/client/model/AttachmentResponse.java index 00e2856d..9dd7a973 100644 --- a/src/main/java/io/smooch/client/model/AttachmentResponse.java +++ b/src/main/java/io/smooch/client/model/AttachmentResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/AuthCodeResponse.java b/src/main/java/io/smooch/client/model/AuthCodeResponse.java index c42d3072..7af65669 100644 --- a/src/main/java/io/smooch/client/model/AuthCodeResponse.java +++ b/src/main/java/io/smooch/client/model/AuthCodeResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Author.java b/src/main/java/io/smooch/client/model/Author.java index f9f047d7..abe62f88 100644 --- a/src/main/java/io/smooch/client/model/Author.java +++ b/src/main/java/io/smooch/client/model/Author.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/BusinessSystemItem.java b/src/main/java/io/smooch/client/model/BusinessSystemItem.java index ccf4447b..a2c3191f 100644 --- a/src/main/java/io/smooch/client/model/BusinessSystemItem.java +++ b/src/main/java/io/smooch/client/model/BusinessSystemItem.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ChannelEntityItem.java b/src/main/java/io/smooch/client/model/ChannelEntityItem.java index f565a839..1251cb51 100644 --- a/src/main/java/io/smooch/client/model/ChannelEntityItem.java +++ b/src/main/java/io/smooch/client/model/ChannelEntityItem.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Client.java b/src/main/java/io/smooch/client/model/Client.java index 0cb10c55..d11e9911 100644 --- a/src/main/java/io/smooch/client/model/Client.java +++ b/src/main/java/io/smooch/client/model/Client.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ClientInfo.java b/src/main/java/io/smooch/client/model/ClientInfo.java index 42c43cc4..f5028f7e 100644 --- a/src/main/java/io/smooch/client/model/ClientInfo.java +++ b/src/main/java/io/smooch/client/model/ClientInfo.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Confirmation.java b/src/main/java/io/smooch/client/model/Confirmation.java index 8455f6c1..11adbdd7 100644 --- a/src/main/java/io/smooch/client/model/Confirmation.java +++ b/src/main/java/io/smooch/client/model/Confirmation.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Conversation.java b/src/main/java/io/smooch/client/model/Conversation.java index 2f267c3c..cd5cfbf1 100644 --- a/src/main/java/io/smooch/client/model/Conversation.java +++ b/src/main/java/io/smooch/client/model/Conversation.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ConversationActivity.java b/src/main/java/io/smooch/client/model/ConversationActivity.java index d3bb3b80..7f526859 100644 --- a/src/main/java/io/smooch/client/model/ConversationActivity.java +++ b/src/main/java/io/smooch/client/model/ConversationActivity.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Coordinates.java b/src/main/java/io/smooch/client/model/Coordinates.java index 3128ea00..bd51aebc 100644 --- a/src/main/java/io/smooch/client/model/Coordinates.java +++ b/src/main/java/io/smooch/client/model/Coordinates.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Deployment.java b/src/main/java/io/smooch/client/model/Deployment.java index 5e1cfd83..f16765fc 100644 --- a/src/main/java/io/smooch/client/model/Deployment.java +++ b/src/main/java/io/smooch/client/model/Deployment.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/DeploymentActivatePhoneNumber.java b/src/main/java/io/smooch/client/model/DeploymentActivatePhoneNumber.java index 5c5cc466..72ff25f8 100644 --- a/src/main/java/io/smooch/client/model/DeploymentActivatePhoneNumber.java +++ b/src/main/java/io/smooch/client/model/DeploymentActivatePhoneNumber.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/DeploymentConfirmCode.java b/src/main/java/io/smooch/client/model/DeploymentConfirmCode.java index ac2f5c1a..1eddeaa4 100644 --- a/src/main/java/io/smooch/client/model/DeploymentConfirmCode.java +++ b/src/main/java/io/smooch/client/model/DeploymentConfirmCode.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/DeploymentCreate.java b/src/main/java/io/smooch/client/model/DeploymentCreate.java index c21de668..c0ebf421 100644 --- a/src/main/java/io/smooch/client/model/DeploymentCreate.java +++ b/src/main/java/io/smooch/client/model/DeploymentCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/DeploymentResponse.java b/src/main/java/io/smooch/client/model/DeploymentResponse.java index d1d96995..12de668f 100644 --- a/src/main/java/io/smooch/client/model/DeploymentResponse.java +++ b/src/main/java/io/smooch/client/model/DeploymentResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Destination.java b/src/main/java/io/smooch/client/model/Destination.java index f95d02fb..a6f70194 100644 --- a/src/main/java/io/smooch/client/model/Destination.java +++ b/src/main/java/io/smooch/client/model/Destination.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/DisplaySettings.java b/src/main/java/io/smooch/client/model/DisplaySettings.java index 600003d8..47df0b4e 100644 --- a/src/main/java/io/smooch/client/model/DisplaySettings.java +++ b/src/main/java/io/smooch/client/model/DisplaySettings.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Enums.java b/src/main/java/io/smooch/client/model/Enums.java index b2155280..b88b3b8f 100644 --- a/src/main/java/io/smooch/client/model/Enums.java +++ b/src/main/java/io/smooch/client/model/Enums.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Field.java b/src/main/java/io/smooch/client/model/Field.java index 557cdfd2..6b61cc80 100644 --- a/src/main/java/io/smooch/client/model/Field.java +++ b/src/main/java/io/smooch/client/model/Field.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/FieldPost.java b/src/main/java/io/smooch/client/model/FieldPost.java index 87743e0a..0680dbed 100644 --- a/src/main/java/io/smooch/client/model/FieldPost.java +++ b/src/main/java/io/smooch/client/model/FieldPost.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/GetIntegrationProfileResponse.java b/src/main/java/io/smooch/client/model/GetIntegrationProfileResponse.java index 2f8183d8..11a0004b 100644 --- a/src/main/java/io/smooch/client/model/GetIntegrationProfileResponse.java +++ b/src/main/java/io/smooch/client/model/GetIntegrationProfileResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/GetMessagesResponse.java b/src/main/java/io/smooch/client/model/GetMessagesResponse.java index 4ead9096..56869947 100644 --- a/src/main/java/io/smooch/client/model/GetMessagesResponse.java +++ b/src/main/java/io/smooch/client/model/GetMessagesResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/GetSdkIdsResponse.java b/src/main/java/io/smooch/client/model/GetSdkIdsResponse.java index 6837d35a..f5a84bbe 100644 --- a/src/main/java/io/smooch/client/model/GetSdkIdsResponse.java +++ b/src/main/java/io/smooch/client/model/GetSdkIdsResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Integration.java b/src/main/java/io/smooch/client/model/Integration.java index dd89708f..c43b3e9d 100644 --- a/src/main/java/io/smooch/client/model/Integration.java +++ b/src/main/java/io/smooch/client/model/Integration.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -220,6 +220,15 @@ public class Integration { @SerializedName("error") private String error = null; + @SerializedName("apiSecret") + private String apiSecret = null; + + @SerializedName("businessId") + private String businessId = null; + + @SerializedName("mspId") + private String mspId = null; + public Integration id(String id) { this.id = id; return this; @@ -1406,6 +1415,60 @@ public void setError(String error) { this.error = error; } + public Integration apiSecret(String apiSecret) { + this.apiSecret = apiSecret; + return this; + } + + /** + * A key tied to Apple Business Chat Messaging Service Provider + * @return apiSecret + **/ + @ApiModelProperty(value = "A key tied to Apple Business Chat Messaging Service Provider") + public String getApiSecret() { + return apiSecret; + } + + public void setApiSecret(String apiSecret) { + this.apiSecret = apiSecret; + } + + public Integration businessId(String businessId) { + this.businessId = businessId; + return this; + } + + /** + * A unique ID tied to the brand using Apple Business Chat + * @return businessId + **/ + @ApiModelProperty(value = "A unique ID tied to the brand using Apple Business Chat") + public String getBusinessId() { + return businessId; + } + + public void setBusinessId(String businessId) { + this.businessId = businessId; + } + + public Integration mspId(String mspId) { + this.mspId = mspId; + return this; + } + + /** + * A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register + * @return mspId + **/ + @ApiModelProperty(value = "A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register") + public String getMspId() { + return mspId; + } + + public void setMspId(String mspId) { + this.mspId = mspId; + } + @Override public boolean equals(java.lang.Object o) { @@ -1480,12 +1543,15 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.originWhitelist, integration.originWhitelist) && Objects.equals(this.hideUnsubscribeLink, integration.hideUnsubscribeLink) && Objects.equals(this.status, integration.status) && - Objects.equals(this.error, integration.error); + Objects.equals(this.error, integration.error) && + Objects.equals(this.apiSecret, integration.apiSecret) && + Objects.equals(this.businessId, integration.businessId) && + Objects.equals(this.mspId, integration.mspId); } @Override public int hashCode() { - return Objects.hash(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); + return Objects.hash(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, apiSecret, businessId, mspId); } @@ -1559,6 +1625,9 @@ public String toString() { sb.append(" hideUnsubscribeLink: ").append(toIndentedString(hideUnsubscribeLink)).append("\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append(" error: ").append(toIndentedString(error)).append("\n"); + sb.append(" apiSecret: ").append(toIndentedString(apiSecret)).append("\n"); + sb.append(" businessId: ").append(toIndentedString(businessId)).append("\n"); + sb.append(" mspId: ").append(toIndentedString(mspId)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/io/smooch/client/model/IntegrationCreate.java b/src/main/java/io/smooch/client/model/IntegrationCreate.java index 254abc79..4de8c1ba 100644 --- a/src/main/java/io/smooch/client/model/IntegrationCreate.java +++ b/src/main/java/io/smooch/client/model/IntegrationCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -187,6 +187,15 @@ public class IntegrationCreate { @SerializedName("incomingAddress") private String incomingAddress = null; + @SerializedName("apiSecret") + private String apiSecret = null; + + @SerializedName("businessId") + private String businessId = null; + + @SerializedName("mspId") + private String mspId = null; + public IntegrationCreate type(String type) { this.type = type; return this; @@ -1175,6 +1184,60 @@ public void setIncomingAddress(String incomingAddress) { this.incomingAddress = incomingAddress; } + public IntegrationCreate apiSecret(String apiSecret) { + this.apiSecret = apiSecret; + return this; + } + + /** + * A key tied to Apple Business Chat Messaging Service Provider + * @return apiSecret + **/ + @ApiModelProperty(value = "A key tied to Apple Business Chat Messaging Service Provider") + public String getApiSecret() { + return apiSecret; + } + + public void setApiSecret(String apiSecret) { + this.apiSecret = apiSecret; + } + + public IntegrationCreate businessId(String businessId) { + this.businessId = businessId; + return this; + } + + /** + * A unique ID tied to the brand using Apple Business Chat + * @return businessId + **/ + @ApiModelProperty(value = "A unique ID tied to the brand using Apple Business Chat") + public String getBusinessId() { + return businessId; + } + + public void setBusinessId(String businessId) { + this.businessId = businessId; + } + + public IntegrationCreate mspId(String mspId) { + this.mspId = mspId; + return this; + } + + /** + * A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register + * @return mspId + **/ + @ApiModelProperty(value = "A unique identifier for an Apple Business Chat partner registered as a Messaging Service Provider through Apple Business Register") + public String getMspId() { + return mspId; + } + + public void setMspId(String mspId) { + this.mspId = mspId; + } + @Override public boolean equals(java.lang.Object o) { @@ -1238,12 +1301,15 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.signingKey, integrationCreate.signingKey) && Objects.equals(this.apiKey, integrationCreate.apiKey) && Objects.equals(this.domain, integrationCreate.domain) && - Objects.equals(this.incomingAddress, integrationCreate.incomingAddress); + Objects.equals(this.incomingAddress, integrationCreate.incomingAddress) && + Objects.equals(this.apiSecret, integrationCreate.apiSecret) && + Objects.equals(this.businessId, integrationCreate.businessId) && + Objects.equals(this.mspId, integrationCreate.mspId); } @Override public int hashCode() { - return Objects.hash(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); + return Objects.hash(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); } @@ -1306,6 +1372,9 @@ public String toString() { sb.append(" apiKey: ").append(toIndentedString(apiKey)).append("\n"); sb.append(" domain: ").append(toIndentedString(domain)).append("\n"); sb.append(" incomingAddress: ").append(toIndentedString(incomingAddress)).append("\n"); + sb.append(" apiSecret: ").append(toIndentedString(apiSecret)).append("\n"); + sb.append(" businessId: ").append(toIndentedString(businessId)).append("\n"); + sb.append(" mspId: ").append(toIndentedString(mspId)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/io/smooch/client/model/IntegrationProfileUpdate.java b/src/main/java/io/smooch/client/model/IntegrationProfileUpdate.java index 6964d8d5..4ff3d599 100644 --- a/src/main/java/io/smooch/client/model/IntegrationProfileUpdate.java +++ b/src/main/java/io/smooch/client/model/IntegrationProfileUpdate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/IntegrationResponse.java b/src/main/java/io/smooch/client/model/IntegrationResponse.java index 7366d4c4..4744a11a 100644 --- a/src/main/java/io/smooch/client/model/IntegrationResponse.java +++ b/src/main/java/io/smooch/client/model/IntegrationResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/IntegrationUpdate.java b/src/main/java/io/smooch/client/model/IntegrationUpdate.java index 8c3b176a..b34327d5 100644 --- a/src/main/java/io/smooch/client/model/IntegrationUpdate.java +++ b/src/main/java/io/smooch/client/model/IntegrationUpdate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/JwtResponse.java b/src/main/java/io/smooch/client/model/JwtResponse.java index c47afb9e..e9881421 100644 --- a/src/main/java/io/smooch/client/model/JwtResponse.java +++ b/src/main/java/io/smooch/client/model/JwtResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/LinkRequestResponse.java b/src/main/java/io/smooch/client/model/LinkRequestResponse.java index 8f6e3bd9..29001571 100644 --- a/src/main/java/io/smooch/client/model/LinkRequestResponse.java +++ b/src/main/java/io/smooch/client/model/LinkRequestResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/LinkRequestResponseLinkRequests.java b/src/main/java/io/smooch/client/model/LinkRequestResponseLinkRequests.java index ee6e4c94..9da37a29 100644 --- a/src/main/java/io/smooch/client/model/LinkRequestResponseLinkRequests.java +++ b/src/main/java/io/smooch/client/model/LinkRequestResponseLinkRequests.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ListAppsResponse.java b/src/main/java/io/smooch/client/model/ListAppsResponse.java index 2237bdfd..918c8faa 100644 --- a/src/main/java/io/smooch/client/model/ListAppsResponse.java +++ b/src/main/java/io/smooch/client/model/ListAppsResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ListDeploymentsResponse.java b/src/main/java/io/smooch/client/model/ListDeploymentsResponse.java index 27c53256..e7fb8660 100644 --- a/src/main/java/io/smooch/client/model/ListDeploymentsResponse.java +++ b/src/main/java/io/smooch/client/model/ListDeploymentsResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ListIntegrationsResponse.java b/src/main/java/io/smooch/client/model/ListIntegrationsResponse.java index 1721480f..97d643a0 100644 --- a/src/main/java/io/smooch/client/model/ListIntegrationsResponse.java +++ b/src/main/java/io/smooch/client/model/ListIntegrationsResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ListSecretKeysResponse.java b/src/main/java/io/smooch/client/model/ListSecretKeysResponse.java index abdf3e11..0b901666 100644 --- a/src/main/java/io/smooch/client/model/ListSecretKeysResponse.java +++ b/src/main/java/io/smooch/client/model/ListSecretKeysResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ListServiceAccountsResponse.java b/src/main/java/io/smooch/client/model/ListServiceAccountsResponse.java index 5c3e5082..439cbbcb 100644 --- a/src/main/java/io/smooch/client/model/ListServiceAccountsResponse.java +++ b/src/main/java/io/smooch/client/model/ListServiceAccountsResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ListTemplatesResponse.java b/src/main/java/io/smooch/client/model/ListTemplatesResponse.java index 52557057..662a1f86 100644 --- a/src/main/java/io/smooch/client/model/ListTemplatesResponse.java +++ b/src/main/java/io/smooch/client/model/ListTemplatesResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ListWebhooksResponse.java b/src/main/java/io/smooch/client/model/ListWebhooksResponse.java index 8aab9620..5150f876 100644 --- a/src/main/java/io/smooch/client/model/ListWebhooksResponse.java +++ b/src/main/java/io/smooch/client/model/ListWebhooksResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Location.java b/src/main/java/io/smooch/client/model/Location.java index 1f9b640c..ed8947f6 100644 --- a/src/main/java/io/smooch/client/model/Location.java +++ b/src/main/java/io/smooch/client/model/Location.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Menu.java b/src/main/java/io/smooch/client/model/Menu.java index b730e3df..0bac8695 100644 --- a/src/main/java/io/smooch/client/model/Menu.java +++ b/src/main/java/io/smooch/client/model/Menu.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MenuItem.java b/src/main/java/io/smooch/client/model/MenuItem.java index fff1d7e8..7390898d 100644 --- a/src/main/java/io/smooch/client/model/MenuItem.java +++ b/src/main/java/io/smooch/client/model/MenuItem.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MenuResponse.java b/src/main/java/io/smooch/client/model/MenuResponse.java index f5f583b1..1e353b9c 100644 --- a/src/main/java/io/smooch/client/model/MenuResponse.java +++ b/src/main/java/io/smooch/client/model/MenuResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MergedUser.java b/src/main/java/io/smooch/client/model/MergedUser.java index dd08f305..c73a8c0b 100644 --- a/src/main/java/io/smooch/client/model/MergedUser.java +++ b/src/main/java/io/smooch/client/model/MergedUser.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Message.java b/src/main/java/io/smooch/client/model/Message.java index b3cd937d..f874577b 100644 --- a/src/main/java/io/smooch/client/model/Message.java +++ b/src/main/java/io/smooch/client/model/Message.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MessageItem.java b/src/main/java/io/smooch/client/model/MessageItem.java index d419dd56..d9da1ab1 100644 --- a/src/main/java/io/smooch/client/model/MessageItem.java +++ b/src/main/java/io/smooch/client/model/MessageItem.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MessageOverride.java b/src/main/java/io/smooch/client/model/MessageOverride.java index 4f077d8f..5e06dc8b 100644 --- a/src/main/java/io/smooch/client/model/MessageOverride.java +++ b/src/main/java/io/smooch/client/model/MessageOverride.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MessageOverrideLine.java b/src/main/java/io/smooch/client/model/MessageOverrideLine.java index eda2d565..fecd4e7a 100644 --- a/src/main/java/io/smooch/client/model/MessageOverrideLine.java +++ b/src/main/java/io/smooch/client/model/MessageOverrideLine.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MessageOverrideMessenger.java b/src/main/java/io/smooch/client/model/MessageOverrideMessenger.java index 5cb79794..b9169ff7 100644 --- a/src/main/java/io/smooch/client/model/MessageOverrideMessenger.java +++ b/src/main/java/io/smooch/client/model/MessageOverrideMessenger.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MessageOverrideWhatsapp.java b/src/main/java/io/smooch/client/model/MessageOverrideWhatsapp.java index 5e06dbf8..6decbd12 100644 --- a/src/main/java/io/smooch/client/model/MessageOverrideWhatsapp.java +++ b/src/main/java/io/smooch/client/model/MessageOverrideWhatsapp.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MessagePost.java b/src/main/java/io/smooch/client/model/MessagePost.java index cbec0c05..4488d56a 100644 --- a/src/main/java/io/smooch/client/model/MessagePost.java +++ b/src/main/java/io/smooch/client/model/MessagePost.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/MessageResponse.java b/src/main/java/io/smooch/client/model/MessageResponse.java index 5c3c8509..0d21cefe 100644 --- a/src/main/java/io/smooch/client/model/MessageResponse.java +++ b/src/main/java/io/smooch/client/model/MessageResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/NotificationPost.java b/src/main/java/io/smooch/client/model/NotificationPost.java index fbc10068..2f4ca1e4 100644 --- a/src/main/java/io/smooch/client/model/NotificationPost.java +++ b/src/main/java/io/smooch/client/model/NotificationPost.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/NotificationPostDestination.java b/src/main/java/io/smooch/client/model/NotificationPostDestination.java index b51b8bd8..baaf3645 100644 --- a/src/main/java/io/smooch/client/model/NotificationPostDestination.java +++ b/src/main/java/io/smooch/client/model/NotificationPostDestination.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/NotificationResponse.java b/src/main/java/io/smooch/client/model/NotificationResponse.java index 8b1b2555..ffe1e5bb 100644 --- a/src/main/java/io/smooch/client/model/NotificationResponse.java +++ b/src/main/java/io/smooch/client/model/NotificationResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/NotificationResponseNotification.java b/src/main/java/io/smooch/client/model/NotificationResponseNotification.java index 7e6058be..61b896cd 100644 --- a/src/main/java/io/smooch/client/model/NotificationResponseNotification.java +++ b/src/main/java/io/smooch/client/model/NotificationResponseNotification.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Option.java b/src/main/java/io/smooch/client/model/Option.java index 6a5caec7..cde3f23e 100644 --- a/src/main/java/io/smooch/client/model/Option.java +++ b/src/main/java/io/smooch/client/model/Option.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/QuotedMessage.java b/src/main/java/io/smooch/client/model/QuotedMessage.java index 2063600d..14538666 100644 --- a/src/main/java/io/smooch/client/model/QuotedMessage.java +++ b/src/main/java/io/smooch/client/model/QuotedMessage.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/SecretKey.java b/src/main/java/io/smooch/client/model/SecretKey.java index 60731c9e..260610af 100644 --- a/src/main/java/io/smooch/client/model/SecretKey.java +++ b/src/main/java/io/smooch/client/model/SecretKey.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/SecretKeyCreate.java b/src/main/java/io/smooch/client/model/SecretKeyCreate.java index 0f0224e2..4cc043d9 100644 --- a/src/main/java/io/smooch/client/model/SecretKeyCreate.java +++ b/src/main/java/io/smooch/client/model/SecretKeyCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/SecretKeyResponse.java b/src/main/java/io/smooch/client/model/SecretKeyResponse.java index 97860efa..1c8235ed 100644 --- a/src/main/java/io/smooch/client/model/SecretKeyResponse.java +++ b/src/main/java/io/smooch/client/model/SecretKeyResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Select.java b/src/main/java/io/smooch/client/model/Select.java index 27c5cf42..420e993b 100644 --- a/src/main/java/io/smooch/client/model/Select.java +++ b/src/main/java/io/smooch/client/model/Select.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ServiceAccount.java b/src/main/java/io/smooch/client/model/ServiceAccount.java index e91fcc0d..64f2d4f2 100644 --- a/src/main/java/io/smooch/client/model/ServiceAccount.java +++ b/src/main/java/io/smooch/client/model/ServiceAccount.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ServiceAccountCreate.java b/src/main/java/io/smooch/client/model/ServiceAccountCreate.java index 1905ab32..107c97b9 100644 --- a/src/main/java/io/smooch/client/model/ServiceAccountCreate.java +++ b/src/main/java/io/smooch/client/model/ServiceAccountCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ServiceAccountResponse.java b/src/main/java/io/smooch/client/model/ServiceAccountResponse.java index 3a5ef602..71992cd4 100644 --- a/src/main/java/io/smooch/client/model/ServiceAccountResponse.java +++ b/src/main/java/io/smooch/client/model/ServiceAccountResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/ServiceAccountUpdate.java b/src/main/java/io/smooch/client/model/ServiceAccountUpdate.java index eab400c1..38347d86 100644 --- a/src/main/java/io/smooch/client/model/ServiceAccountUpdate.java +++ b/src/main/java/io/smooch/client/model/ServiceAccountUpdate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Source.java b/src/main/java/io/smooch/client/model/Source.java index 59614aa2..df2f5d30 100644 --- a/src/main/java/io/smooch/client/model/Source.java +++ b/src/main/java/io/smooch/client/model/Source.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/SubMenuItem.java b/src/main/java/io/smooch/client/model/SubMenuItem.java index d6867b75..c259c7ed 100644 --- a/src/main/java/io/smooch/client/model/SubMenuItem.java +++ b/src/main/java/io/smooch/client/model/SubMenuItem.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Template.java b/src/main/java/io/smooch/client/model/Template.java index 4a78dd9b..64bd77d7 100644 --- a/src/main/java/io/smooch/client/model/Template.java +++ b/src/main/java/io/smooch/client/model/Template.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/TemplateCreate.java b/src/main/java/io/smooch/client/model/TemplateCreate.java index f70ef6fe..545a6ef8 100644 --- a/src/main/java/io/smooch/client/model/TemplateCreate.java +++ b/src/main/java/io/smooch/client/model/TemplateCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/TemplateResponse.java b/src/main/java/io/smooch/client/model/TemplateResponse.java index b80911c2..c9de1edd 100644 --- a/src/main/java/io/smooch/client/model/TemplateResponse.java +++ b/src/main/java/io/smooch/client/model/TemplateResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/TemplateUpdate.java b/src/main/java/io/smooch/client/model/TemplateUpdate.java index 5a11d22d..e51c6abb 100644 --- a/src/main/java/io/smooch/client/model/TemplateUpdate.java +++ b/src/main/java/io/smooch/client/model/TemplateUpdate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/UploadIntegrationProfilePhotoResponse.java b/src/main/java/io/smooch/client/model/UploadIntegrationProfilePhotoResponse.java index 7299c44f..d94571cb 100644 --- a/src/main/java/io/smooch/client/model/UploadIntegrationProfilePhotoResponse.java +++ b/src/main/java/io/smooch/client/model/UploadIntegrationProfilePhotoResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/Webhook.java b/src/main/java/io/smooch/client/model/Webhook.java index 434e8f21..1221d251 100644 --- a/src/main/java/io/smooch/client/model/Webhook.java +++ b/src/main/java/io/smooch/client/model/Webhook.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/WebhookCreate.java b/src/main/java/io/smooch/client/model/WebhookCreate.java index 5e26b862..825ae728 100644 --- a/src/main/java/io/smooch/client/model/WebhookCreate.java +++ b/src/main/java/io/smooch/client/model/WebhookCreate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/WebhookResponse.java b/src/main/java/io/smooch/client/model/WebhookResponse.java index b36ebe6d..40218c2e 100644 --- a/src/main/java/io/smooch/client/model/WebhookResponse.java +++ b/src/main/java/io/smooch/client/model/WebhookResponse.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/WebhookUpdate.java b/src/main/java/io/smooch/client/model/WebhookUpdate.java index a7d49b40..e6f27d2f 100644 --- a/src/main/java/io/smooch/client/model/WebhookUpdate.java +++ b/src/main/java/io/smooch/client/model/WebhookUpdate.java @@ -2,7 +2,7 @@ * Smooch * 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). * - * OpenAPI spec version: 5.28 + * OpenAPI spec version: 5.29 * * * NOTE: This class is auto generated by the swagger code generator program.