From f417daafc9e56b7e003b7e96f86fad97e3eedcf8 Mon Sep 17 00:00:00 2001 From: Smooch Bot Date: Thu, 17 Jan 2019 20:17:37 +0000 Subject: [PATCH] Generate version 5.3.0 --- README.md | 4 +- build.gradle | 2 +- build.sbt | 2 +- docs/IntegrationApi.md | 8 ++- docs/ListIntegrationsResponse.md | 2 + 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/IntegrationApi.java | 32 ++++++++---- .../java/io/smooch/client/api/MenuApi.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 +- 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 +- .../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 +- .../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/Destination.java | 2 +- .../smooch/client/model/DisplaySettings.java | 2 +- .../java/io/smooch/client/model/Enums.java | 2 +- .../client/model/GetMessagesResponse.java | 2 +- .../io/smooch/client/model/Integration.java | 2 +- .../client/model/IntegrationCreate.java | 2 +- .../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 +- .../model/ListIntegrationsResponse.java | 52 +++++++++++++++++-- .../client/model/ListSecretKeysResponse.java | 2 +- .../model/ListServiceAccountsResponse.java | 2 +- .../client/model/ListTemplatesResponse.java | 2 +- .../client/model/ListWebhooksResponse.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 +- .../java/io/smooch/client/model/Message.java | 2 +- .../io/smooch/client/model/MessageItem.java | 2 +- .../smooch/client/model/MessageOverride.java | 2 +- .../client/model/MessageOverrideWhatsapp.java | 2 +- .../io/smooch/client/model/MessagePost.java | 2 +- .../smooch/client/model/MessageResponse.java | 2 +- .../io/smooch/client/model/SecretKey.java | 2 +- .../smooch/client/model/SecretKeyCreate.java | 2 +- .../client/model/SecretKeyResponse.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 +- .../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 +- 98 files changed, 175 insertions(+), 111 deletions(-) diff --git a/README.md b/README.md index 8b883976..b54e26c3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add this dependency to your project's POM: io.smooch api - 5.2.0 + 5.3.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.2.0" +compile "io.smooch:api:5.3.0" ``` ## Getting Started diff --git a/build.gradle b/build.gradle index e2fde831..8c8e64b6 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'io.smooch' -version = '5.2.0' +version = '5.3.0' buildscript { repositories { diff --git a/build.sbt b/build.sbt index 1112f891..e0298e1f 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.2.0", + version := "5.3.0", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/docs/IntegrationApi.md b/docs/IntegrationApi.md index abc4ec9b..5ff0e0bc 100644 --- a/docs/IntegrationApi.md +++ b/docs/IntegrationApi.md @@ -354,7 +354,7 @@ Name | Type | Description | Notes # **listIntegrations** -> ListIntegrationsResponse listIntegrations(appId, types) +> ListIntegrationsResponse listIntegrations(appId, types, limit, offset) @@ -379,8 +379,10 @@ jwt.setApiKeyPrefix("Bearer"); IntegrationApi apiInstance = new IntegrationApi(); String appId = "appId_example"; // String | Identifies the app. String types = "types_example"; // String | List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*. +Integer limit = 25; // Integer | The number of records to return. +Integer offset = 0; // Integer | The number of initial records to skip before picking records to return. try { - ListIntegrationsResponse result = apiInstance.listIntegrations(appId, types); + ListIntegrationsResponse result = apiInstance.listIntegrations(appId, types, limit, offset); System.out.println(result); } catch (ApiException e) { System.err.println("Exception when calling IntegrationApi#listIntegrations"); @@ -394,6 +396,8 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **appId** | **String**| Identifies the app. | **types** | **String**| List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*. | [optional] + **limit** | **Integer**| The number of records to return. | [optional] [default to 25] + **offset** | **Integer**| The number of initial records to skip before picking records to return. | [optional] [default to 0] ### Return type diff --git a/docs/ListIntegrationsResponse.md b/docs/ListIntegrationsResponse.md index 7960eeca..9f3fc670 100644 --- a/docs/ListIntegrationsResponse.md +++ b/docs/ListIntegrationsResponse.md @@ -5,6 +5,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **integrations** | [**List<Integration>**](Integration.md) | The list of integrations. | [optional] +**hasMore** | **Boolean** | Flag indicating if there are more integrations that are not present in the response. | [optional] +**offset** | **Integer** | The number of integration records skipped in the returned list. | [optional] diff --git a/pom.xml b/pom.xml index e49dc072..419967bb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ api jar api - 5.2.0 + 5.3.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 66b03cc2..bfdb8ee6 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.2 + * OpenAPI spec version: 5.3 * * * 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 758e1a88..6ab419e7 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.2 + * OpenAPI spec version: 5.3 * * * 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.2.0/java"); + setUserAgent("Swagger-Codegen/5.3.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 12cdc6d4..38c62860 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.2 + * OpenAPI spec version: 5.3 * * * 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 e47983b2..4ecfe8a8 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.2 + * OpenAPI spec version: 5.3 * * * 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 c841b4e3..62a25e26 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.2 + * OpenAPI spec version: 5.3 * * * 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 91074f82..8a40bf37 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.2 + * OpenAPI spec version: 5.3 * * * 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 b6ddb6b7..1a9afb0e 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.2 + * OpenAPI spec version: 5.3 * * * 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 9c0bb264..bae7abac 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.2 + * OpenAPI spec version: 5.3 * * * 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 fd62864d..24688a67 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.2 + * OpenAPI spec version: 5.3 * * * 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 e3e9c38a..bdb2bc29 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.2 + * OpenAPI spec version: 5.3 * * * 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 0ff9afda..9574e2f7 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.2 + * OpenAPI spec version: 5.3 * * * 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 60070d74..b82da0fe 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.2 + * OpenAPI spec version: 5.3 * * * 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 29b6b3b2..937f25c7 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.2 + * OpenAPI spec version: 5.3 * * * 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 c41b502e..0264f23b 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.2 + * OpenAPI spec version: 5.3 * * * 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 2f525572..8566a560 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.2 + * OpenAPI spec version: 5.3 * * * 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 88abb54b..99a3b1d0 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.2 + * OpenAPI spec version: 5.3 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -880,12 +880,14 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don * Build call for listIntegrations * @param appId Identifies the app. (required) * @param types List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*. (optional) + * @param limit The number of records to return. (optional, default to 25) + * @param offset The number of initial records to skip before picking records to return. (optional, default to 0) * @param progressListener Progress listener * @param progressRequestListener Progress request listener * @return Call to execute * @throws ApiException If fail to serialize the request body object */ - public com.squareup.okhttp.Call listIntegrationsCall(String appId, String types, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException { + public com.squareup.okhttp.Call listIntegrationsCall(String appId, String types, Integer limit, Integer offset, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException { Object localVarPostBody = null; // create path and map variables @@ -895,6 +897,10 @@ public com.squareup.okhttp.Call listIntegrationsCall(String appId, String types, List localVarQueryParams = new ArrayList(); if (types != null) localVarQueryParams.addAll(apiClient.parameterToPairs("", "types", types)); + if (limit != null) + localVarQueryParams.addAll(apiClient.parameterToPairs("", "limit", limit)); + if (offset != null) + localVarQueryParams.addAll(apiClient.parameterToPairs("", "offset", offset)); Map localVarHeaderParams = new HashMap(); @@ -929,7 +935,7 @@ public com.squareup.okhttp.Response intercept(com.squareup.okhttp.Interceptor.Ch } @SuppressWarnings("rawtypes") - private com.squareup.okhttp.Call listIntegrationsValidateBeforeCall(String appId, String types, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException { + private com.squareup.okhttp.Call listIntegrationsValidateBeforeCall(String appId, String types, Integer limit, Integer offset, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException { // verify the required parameter 'appId' is set if (appId == null) { @@ -937,7 +943,7 @@ private com.squareup.okhttp.Call listIntegrationsValidateBeforeCall(String appId } - com.squareup.okhttp.Call call = listIntegrationsCall(appId, types, progressListener, progressRequestListener); + com.squareup.okhttp.Call call = listIntegrationsCall(appId, types, limit, offset, progressListener, progressRequestListener); return call; @@ -951,11 +957,13 @@ private com.squareup.okhttp.Call listIntegrationsValidateBeforeCall(String appId * List integrations for the specified app. * @param appId Identifies the app. (required) * @param types List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*. (optional) + * @param limit The number of records to return. (optional, default to 25) + * @param offset The number of initial records to skip before picking records to return. (optional, default to 0) * @return ListIntegrationsResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body */ - public ListIntegrationsResponse listIntegrations(String appId, String types) throws ApiException { - ApiResponse resp = listIntegrationsWithHttpInfo(appId, types); + public ListIntegrationsResponse listIntegrations(String appId, String types, Integer limit, Integer offset) throws ApiException { + ApiResponse resp = listIntegrationsWithHttpInfo(appId, types, limit, offset); return resp.getData(); } @@ -964,11 +972,13 @@ public ListIntegrationsResponse listIntegrations(String appId, String types) thr * List integrations for the specified app. * @param appId Identifies the app. (required) * @param types List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*. (optional) + * @param limit The number of records to return. (optional, default to 25) + * @param offset The number of initial records to skip before picking records to return. (optional, default to 0) * @return ApiResponse<ListIntegrationsResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body */ - public ApiResponse listIntegrationsWithHttpInfo(String appId, String types) throws ApiException { - com.squareup.okhttp.Call call = listIntegrationsValidateBeforeCall(appId, types, null, null); + public ApiResponse listIntegrationsWithHttpInfo(String appId, String types, Integer limit, Integer offset) throws ApiException { + com.squareup.okhttp.Call call = listIntegrationsValidateBeforeCall(appId, types, limit, offset, null, null); Type localVarReturnType = new TypeToken(){}.getType(); return apiClient.execute(call, localVarReturnType); } @@ -978,11 +988,13 @@ public ApiResponse listIntegrationsWithHttpInfo(String * List integrations for the specified app. * @param appId Identifies the app. (required) * @param types List of types to filter the query by. More than one value can be specified through comma separation e.g. ?types=*twilio*,*line*. (optional) + * @param limit The number of records to return. (optional, default to 25) + * @param offset The number of initial records to skip before picking records to return. (optional, default to 0) * @param callback The callback to be executed when the API call finishes * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object */ - public com.squareup.okhttp.Call listIntegrationsAsync(String appId, String types, final ApiCallback callback) throws ApiException { + public com.squareup.okhttp.Call listIntegrationsAsync(String appId, String types, Integer limit, Integer offset, final ApiCallback callback) throws ApiException { ProgressResponseBody.ProgressListener progressListener = null; ProgressRequestBody.ProgressRequestListener progressRequestListener = null; @@ -1003,7 +1015,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don }; } - com.squareup.okhttp.Call call = listIntegrationsValidateBeforeCall(appId, types, progressListener, progressRequestListener); + com.squareup.okhttp.Call call = listIntegrationsValidateBeforeCall(appId, types, limit, offset, progressListener, progressRequestListener); Type localVarReturnType = new TypeToken(){}.getType(); apiClient.executeAsync(call, localVarReturnType, callback); return call; diff --git a/src/main/java/io/smooch/client/api/MenuApi.java b/src/main/java/io/smooch/client/api/MenuApi.java index 301d3954..d322e057 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.2 + * OpenAPI spec version: 5.3 * * * 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 6ba52095..94b63636 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.2 + * OpenAPI spec version: 5.3 * * * 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 cfc15832..a9a0a97f 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.2 + * OpenAPI spec version: 5.3 * * * 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 b9118619..d0ba6bc5 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.2 + * OpenAPI spec version: 5.3 * * * 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 2ac5b4c6..98e8902d 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.2 + * OpenAPI spec version: 5.3 * * * 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 0de88402..676ddad6 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.2 + * OpenAPI spec version: 5.3 * * * 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 901f448d..9af36b7c 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.2 + * OpenAPI spec version: 5.3 * * * 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 b647138e..d1bc76ac 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.2 + * OpenAPI spec version: 5.3 * * * 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 27945ddc..69de5bfe 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.2 + * OpenAPI spec version: 5.3 * * * 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 b1c82809..f034d91c 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.2 + * OpenAPI spec version: 5.3 * * * 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 b0dcd632..721a490e 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.2 + * OpenAPI spec version: 5.3 * * * 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 f76c2582..91146a26 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.2 + * OpenAPI spec version: 5.3 * * * 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 f08ff2d1..b21abb76 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.2 + * OpenAPI spec version: 5.3 * * * 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 c799603a..93d705fd 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.2 + * OpenAPI spec version: 5.3 * * * 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 2c33f753..ef4e1eeb 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.2 + * OpenAPI spec version: 5.3 * * * 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 7a1a5a09..7119c848 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.2 + * OpenAPI spec version: 5.3 * * * 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 b63d186a..1b2275c3 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.2 + * OpenAPI spec version: 5.3 * * * 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 e00e8c30..10b61c33 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.2 + * OpenAPI spec version: 5.3 * * * 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 ca9af62f..7ffb8c76 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.2 + * OpenAPI spec version: 5.3 * * * 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 3ae4b014..98bb8397 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.2 + * OpenAPI spec version: 5.3 * * * 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 dbebb477..c97bd580 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.2 + * OpenAPI spec version: 5.3 * * * 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 569ad1e7..16ef00cd 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.2 + * OpenAPI spec version: 5.3 * * * 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 453c25e9..7b8c40fa 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.2 + * OpenAPI spec version: 5.3 * * * 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 9fb895aa..cd568fae 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.2 + * OpenAPI spec version: 5.3 * * * 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 53d6568c..cab49532 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.2 + * OpenAPI spec version: 5.3 * * * 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 32846433..7de85778 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.2 + * OpenAPI spec version: 5.3 * * * 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 9da9782c..19db44a8 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.2 + * OpenAPI spec version: 5.3 * * * 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 30cda382..f68a6a71 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.2 + * OpenAPI spec version: 5.3 * * * 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 5dc900d3..d48cc886 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.2 + * OpenAPI spec version: 5.3 * * * 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 28d6e62e..e202d440 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.2 + * OpenAPI spec version: 5.3 * * * 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 8628abf4..12116bd4 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.2 + * OpenAPI spec version: 5.3 * * * 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 ba7c4da4..00f95f25 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.2 + * OpenAPI spec version: 5.3 * * * 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 79167c4e..041651b7 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.2 + * OpenAPI spec version: 5.3 * * * 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 50dfc8b3..4fea610e 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.2 + * OpenAPI spec version: 5.3 * * * 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 aa5c587b..0772daa7 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.2 + * OpenAPI spec version: 5.3 * * * 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 7babd966..e24e13b2 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.2 + * OpenAPI spec version: 5.3 * * * 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 6e8184c3..8b7315e5 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.2 + * OpenAPI spec version: 5.3 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/IntegrationCreate.java b/src/main/java/io/smooch/client/model/IntegrationCreate.java index ad03e111..58e56f1c 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.2 + * OpenAPI spec version: 5.3 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/src/main/java/io/smooch/client/model/IntegrationProfileUpdate.java b/src/main/java/io/smooch/client/model/IntegrationProfileUpdate.java index 6b1d6cd6..e2ab8f5d 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.2 + * OpenAPI spec version: 5.3 * * * 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 0a86e4e9..7b478b51 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.2 + * OpenAPI spec version: 5.3 * * * 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 7936bac9..54733001 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.2 + * OpenAPI spec version: 5.3 * * * 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 37db949f..fff00464 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.2 + * OpenAPI spec version: 5.3 * * * 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 6b34ef05..99c2bf79 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.2 + * OpenAPI spec version: 5.3 * * * 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 dee25072..01d47960 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.2 + * OpenAPI spec version: 5.3 * * * 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 38f8e785..fa008875 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.2 + * OpenAPI spec version: 5.3 * * * 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 7784191c..deb4aa93 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.2 + * OpenAPI spec version: 5.3 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -29,6 +29,12 @@ public class ListIntegrationsResponse { @SerializedName("integrations") private List integrations = null; + @SerializedName("hasMore") + private Boolean hasMore = null; + + @SerializedName("offset") + private Integer offset = null; + public ListIntegrationsResponse integrations(List integrations) { this.integrations = integrations; return this; @@ -55,6 +61,42 @@ public void setIntegrations(List integrations) { this.integrations = integrations; } + public ListIntegrationsResponse hasMore(Boolean hasMore) { + this.hasMore = hasMore; + return this; + } + + /** + * Flag indicating if there are more integrations that are not present in the response. + * @return hasMore + **/ + @ApiModelProperty(value = "Flag indicating if there are more integrations that are not present in the response.") + public Boolean getHasMore() { + return hasMore; + } + + public void setHasMore(Boolean hasMore) { + this.hasMore = hasMore; + } + + public ListIntegrationsResponse offset(Integer offset) { + this.offset = offset; + return this; + } + + /** + * The number of integration records skipped in the returned list. + * @return offset + **/ + @ApiModelProperty(value = "The number of integration records skipped in the returned list.") + public Integer getOffset() { + return offset; + } + + public void setOffset(Integer offset) { + this.offset = offset; + } + @Override public boolean equals(java.lang.Object o) { @@ -65,12 +107,14 @@ public boolean equals(java.lang.Object o) { return false; } ListIntegrationsResponse listIntegrationsResponse = (ListIntegrationsResponse) o; - return Objects.equals(this.integrations, listIntegrationsResponse.integrations); + return Objects.equals(this.integrations, listIntegrationsResponse.integrations) && + Objects.equals(this.hasMore, listIntegrationsResponse.hasMore) && + Objects.equals(this.offset, listIntegrationsResponse.offset); } @Override public int hashCode() { - return Objects.hash(integrations); + return Objects.hash(integrations, hasMore, offset); } @@ -80,6 +124,8 @@ public String toString() { sb.append("class ListIntegrationsResponse {\n"); sb.append(" integrations: ").append(toIndentedString(integrations)).append("\n"); + sb.append(" hasMore: ").append(toIndentedString(hasMore)).append("\n"); + sb.append(" offset: ").append(toIndentedString(offset)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/io/smooch/client/model/ListSecretKeysResponse.java b/src/main/java/io/smooch/client/model/ListSecretKeysResponse.java index 82fc279a..cc328968 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.2 + * OpenAPI spec version: 5.3 * * * 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 41eb3ede..f15a06e9 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.2 + * OpenAPI spec version: 5.3 * * * 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 74f96100..08bc2942 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.2 + * OpenAPI spec version: 5.3 * * * 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 16c53873..449bcea7 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.2 + * OpenAPI spec version: 5.3 * * * 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 908eef12..fab279a6 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.2 + * OpenAPI spec version: 5.3 * * * 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 16b3f5de..aa5e5586 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.2 + * OpenAPI spec version: 5.3 * * * 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 78048f81..c87611b9 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.2 + * OpenAPI spec version: 5.3 * * * 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 d82d0f27..4d9b3d76 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.2 + * OpenAPI spec version: 5.3 * * * 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 85eade52..af737f65 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.2 + * OpenAPI spec version: 5.3 * * * 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 2148fd33..dd51b540 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.2 + * OpenAPI spec version: 5.3 * * * 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 90f49dd8..795ff71c 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.2 + * OpenAPI spec version: 5.3 * * * 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 5ec11462..5dcba03c 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.2 + * OpenAPI spec version: 5.3 * * * 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 35213f5f..2dc778a3 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.2 + * OpenAPI spec version: 5.3 * * * 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 c9f20f77..c9176ac1 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.2 + * OpenAPI spec version: 5.3 * * * 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 b595f7dd..c2f9c219 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.2 + * OpenAPI spec version: 5.3 * * * 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 f4f5fb9c..d73fce16 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.2 + * OpenAPI spec version: 5.3 * * * 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 e88e3c0e..a2311ad1 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.2 + * OpenAPI spec version: 5.3 * * * 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 2d2a5856..11ebc028 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.2 + * OpenAPI spec version: 5.3 * * * 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 d81e0d52..a5a89f00 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.2 + * OpenAPI spec version: 5.3 * * * 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 0767d231..98ac36fc 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.2 + * OpenAPI spec version: 5.3 * * * 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 00e27e7f..677f7be4 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.2 + * OpenAPI spec version: 5.3 * * * 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 6e1f30e4..36912482 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.2 + * OpenAPI spec version: 5.3 * * * 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 0184de39..cdad03cc 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.2 + * OpenAPI spec version: 5.3 * * * 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 2aee7b3c..f475bbe2 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.2 + * OpenAPI spec version: 5.3 * * * 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 967f7d3d..f1ae4e27 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.2 + * OpenAPI spec version: 5.3 * * * 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 85623d4c..cd3a2eaf 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.2 + * OpenAPI spec version: 5.3 * * * 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 7caab791..386815fc 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.2 + * OpenAPI spec version: 5.3 * * * 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 b2b508f2..c9f517a5 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.2 + * OpenAPI spec version: 5.3 * * * 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 e65351e2..2bc7725e 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.2 + * OpenAPI spec version: 5.3 * * * 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 84704d92..1661ecd8 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.2 + * OpenAPI spec version: 5.3 * * * NOTE: This class is auto generated by the swagger code generator program.