Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 16, 2024
1 parent a057cd4 commit e21f699
Show file tree
Hide file tree
Showing 305 changed files with 313 additions and 307 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,15 @@ Class | Method | HTTP request | Description
*DocumentsApi* | [**addDocumentUpload**](docs/DocumentsApi.md#addDocumentUpload) | **POST** /documents/upload | Add large document
*DocumentsApi* | [**compressDocuments**](docs/DocumentsApi.md#compressDocuments) | **POST** /documents/compress | Compress multiple documents into a .zip file
*DocumentsApi* | [**deleteDocument**](docs/DocumentsApi.md#deleteDocument) | **DELETE** /documents/{documentId} | Delete document
*DocumentsApi* | [**deletePublishedDocumentContent**](docs/DocumentsApi.md#deletePublishedDocumentContent) | **DELETE** /published/documents/{documentId} | Delete published document's contents
*DocumentsApi* | [**deletePublishedDocumentContent**](docs/DocumentsApi.md#deletePublishedDocumentContent) | **DELETE** /publications/{documentId} | Delete published document's contents
*DocumentsApi* | [**getDocument**](docs/DocumentsApi.md#getDocument) | **GET** /documents/{documentId} | Get document
*DocumentsApi* | [**getDocumentContent**](docs/DocumentsApi.md#getDocumentContent) | **GET** /documents/{documentId}/content | Get document's contents
*DocumentsApi* | [**getDocumentIdUpload**](docs/DocumentsApi.md#getDocumentIdUpload) | **GET** /documents/{documentId}/upload | Get url to update large document
*DocumentsApi* | [**getDocumentSyncs**](docs/DocumentsApi.md#getDocumentSyncs) | **GET** /documents/{documentId}/syncs | Get document syncs
*DocumentsApi* | [**getDocumentUpload**](docs/DocumentsApi.md#getDocumentUpload) | **GET** /documents/upload | Get url to add large document
*DocumentsApi* | [**getDocumentUrl**](docs/DocumentsApi.md#getDocumentUrl) | **GET** /documents/{documentId}/url | Get document content url
*DocumentsApi* | [**getDocuments**](docs/DocumentsApi.md#getDocuments) | **GET** /documents | Get Documents listing
*DocumentsApi* | [**getPublishedDocumentContent**](docs/DocumentsApi.md#getPublishedDocumentContent) | **GET** /published/documents/{documentId} | Get published document's contents
*DocumentsApi* | [**getPublishedDocumentContent**](docs/DocumentsApi.md#getPublishedDocumentContent) | **GET** /publications/{documentId} | Get published document's contents
*DocumentsApi* | [**setDocumentRestore**](docs/DocumentsApi.md#setDocumentRestore) | **PUT** /documents/{documentId}/restore | Restore soft deleted document
*DocumentsApi* | [**updateDocument**](docs/DocumentsApi.md#updateDocument) | **PATCH** /documents/{documentId} | Update document
*ESignatureApi* | [**addEsignatureDocusign**](docs/ESignatureApi.md#addEsignatureDocusign) | **POST** /esignature/docusign/{documentId} | Create E-signature request
Expand Down
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9333,7 +9333,7 @@ paths:
$ref: '#/components/x-amazon-apigateway-integrations/ocrObjectsLambdaApi200'
x-accepts:
- application/json
/published/documents/{documentId}:
/publications/{documentId}:
delete:
description: "Delete a published document's contents. Certain content types,\
\ text/*, application/json, and application/x-www-form-urlencoded. return\
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,15 @@ publishing {
credentials {
username project.repoUser
password project.repoPassword
// username project.githubUser
// password project.githubToken
}
// maven central
//url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
url "https://oss.sonatype.org/content/repositories/snapshots/"

// github packages
//url "https://maven.pkg.github.com/formkiq/formkiq-client-sdk-java"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/DocumentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ All URIs are relative to *http://localhost*
| [**addDocumentUpload**](DocumentsApi.md#addDocumentUpload) | **POST** /documents/upload | Add large document |
| [**compressDocuments**](DocumentsApi.md#compressDocuments) | **POST** /documents/compress | Compress multiple documents into a .zip file |
| [**deleteDocument**](DocumentsApi.md#deleteDocument) | **DELETE** /documents/{documentId} | Delete document |
| [**deletePublishedDocumentContent**](DocumentsApi.md#deletePublishedDocumentContent) | **DELETE** /published/documents/{documentId} | Delete published document's contents |
| [**deletePublishedDocumentContent**](DocumentsApi.md#deletePublishedDocumentContent) | **DELETE** /publications/{documentId} | Delete published document's contents |
| [**getDocument**](DocumentsApi.md#getDocument) | **GET** /documents/{documentId} | Get document |
| [**getDocumentContent**](DocumentsApi.md#getDocumentContent) | **GET** /documents/{documentId}/content | Get document's contents |
| [**getDocumentIdUpload**](DocumentsApi.md#getDocumentIdUpload) | **GET** /documents/{documentId}/upload | Get url to update large document |
| [**getDocumentSyncs**](DocumentsApi.md#getDocumentSyncs) | **GET** /documents/{documentId}/syncs | Get document syncs |
| [**getDocumentUpload**](DocumentsApi.md#getDocumentUpload) | **GET** /documents/upload | Get url to add large document |
| [**getDocumentUrl**](DocumentsApi.md#getDocumentUrl) | **GET** /documents/{documentId}/url | Get document content url |
| [**getDocuments**](DocumentsApi.md#getDocuments) | **GET** /documents | Get Documents listing |
| [**getPublishedDocumentContent**](DocumentsApi.md#getPublishedDocumentContent) | **GET** /published/documents/{documentId} | Get published document's contents |
| [**getPublishedDocumentContent**](DocumentsApi.md#getPublishedDocumentContent) | **GET** /publications/{documentId} | Get published document's contents |
| [**setDocumentRestore**](DocumentsApi.md#setDocumentRestore) | **PUT** /documents/{documentId}/restore | Restore soft deleted document |
| [**updateDocument**](DocumentsApi.md#updateDocument) | **PATCH** /documents/{documentId} | Update document |

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/formkiq/client/api/DocumentsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ public okhttp3.Call deletePublishedDocumentContentCall(String documentId, String
Object localVarPostBody = null;

// create path and map variables
String localVarPath = "/published/documents/{documentId}".replace("{" + "documentId" + "}",
String localVarPath = "/publications/{documentId}".replace("{" + "documentId" + "}",
localVarApiClient.escapeString(documentId.toString()));

List<Pair> localVarQueryParams = new ArrayList<Pair>();
Expand Down Expand Up @@ -2688,7 +2688,7 @@ public okhttp3.Call getPublishedDocumentContentCall(String documentId, String si
Object localVarPostBody = null;

// create path and map variables
String localVarPath = "/published/documents/{documentId}".replace("{" + "documentId" + "}",
String localVarPath = "/publications/{documentId}".replace("{" + "documentId" + "}",
localVarApiClient.escapeString(documentId.toString()));

List<Pair> localVarQueryParams = new ArrayList<Pair>();
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/invoker/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@SuppressWarnings("serial")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package com.formkiq.client.invoker;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class Configuration {
public static final String VERSION = "1.15.0";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/invoker/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package com.formkiq.client.invoker;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class Pair {
private String name = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Representing a Server configuration.
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class ServerConfiguration {
public String URL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Representing a Server Variable for server URL template substitution.
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class ServerVariable {
public String description;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/invoker/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.Iterator;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class StringUtil {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import java.util.List;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class ApiKeyAuth implements Authentication {
private final String location;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.util.function.Supplier;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class HttpBearerAuth implements Authentication {
private final String scheme;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/invoker/auth/OAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import java.util.List;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class OAuth implements Authentication {
private String accessToken;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* OAuth flows that are supported by this client
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public enum OAuthFlow {
ACCESS_CODE, // called authorizationCode in OpenAPI 3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public abstract class AbstractOpenApiSchema {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/model/AddAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* AddAction
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddAction {
public static final String SERIALIZED_NAME_TYPE = "type";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* AddActionParameters
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddActionParameters {
public static final String SERIALIZED_NAME_OCR_PARSE_TYPES = "ocrParseTypes";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* AddApiKeyRequest
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddApiKeyRequest {
public static final String SERIALIZED_NAME_NAME = "name";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* AddApiKeyResponse
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddApiKeyResponse {
public static final String SERIALIZED_NAME_API_KEY = "apiKey";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/model/AddAttribute.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* AddAttribute
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddAttribute {
public static final String SERIALIZED_NAME_KEY = "key";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* AddAttributeRequest
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddAttributeRequest {
public static final String SERIALIZED_NAME_ATTRIBUTE = "attribute";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* AddAttributeResponse
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddAttributeResponse {
public static final String SERIALIZED_NAME_MESSAGE = "message";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/model/AddCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* AddCase
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddCase {
public static final String SERIALIZED_NAME_NAME = "name";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/formkiq/client/model/AddCaseRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* AddCaseRequest
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddCaseRequest {
public static final String SERIALIZED_NAME_CASE = "case";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* AddCaseResponse
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddCaseResponse {
public static final String SERIALIZED_NAME_CASE_ID = "caseId";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* List of related documents
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddChildDocument {
public static final String SERIALIZED_NAME_PATH = "path";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* AddChildDocumentResponse
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddChildDocumentResponse {
public static final String SERIALIZED_NAME_DOCUMENT_ID = "documentId";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* AddDocumentActionsRequest
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentActionsRequest {
public static final String SERIALIZED_NAME_ACTIONS = "actions";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* AddDocumentActionsResponse
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentActionsResponse {
public static final String SERIALIZED_NAME_MESSAGE = "message";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* AddDocumentActionsRetryResponse
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentActionsRetryResponse {
public static final String SERIALIZED_NAME_MESSAGE = "message";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* Document Attribute
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentAttribute {
public static final String SERIALIZED_NAME_KEY = "key";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* Document Attribute Value
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentAttributeValue {
public static final String SERIALIZED_NAME_STRING_VALUE = "stringValue";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* Add List of document attributes
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentAttributesRequest {
public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* AddDocumentFulltextRequest
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentFulltextRequest {
public static final String SERIALIZED_NAME_CONTENT_TYPE = "contentType";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* AddDocumentFulltextResponse
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentFulltextResponse {
public static final String SERIALIZED_NAME_MESSAGE = "message";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* Document Metadata (use either &#39;value&#39; or &#39;values&#39; not both)
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-14T22:07:09.313909-05:00[America/Winnipeg]",
date = "2024-06-15T14:16:48.642984-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentMetadata {
public static final String SERIALIZED_NAME_KEY = "key";
Expand Down
Loading

0 comments on commit e21f699

Please sign in to comment.