Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jun 7, 2024
1 parent 8045f63 commit a38d1d6
Show file tree
Hide file tree
Showing 307 changed files with 506 additions and 301 deletions.
3 changes: 3 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ docs/EsignatureDocusignRecipientTab.md
docs/EsignatureDocusignSigner.md
docs/ExamineObjectsApi.md
docs/FulltextAttribute.md
docs/FulltextAttributeValueType.md
docs/FulltextSearchItem.md
docs/GetApiKeysResponse.md
docs/GetAttributeResponse.md
Expand Down Expand Up @@ -541,6 +542,7 @@ src/main/java/com/formkiq/client/model/EsignatureDocusignCarbonCopy.java
src/main/java/com/formkiq/client/model/EsignatureDocusignRecipientTab.java
src/main/java/com/formkiq/client/model/EsignatureDocusignSigner.java
src/main/java/com/formkiq/client/model/FulltextAttribute.java
src/main/java/com/formkiq/client/model/FulltextAttributeValueType.java
src/main/java/com/formkiq/client/model/FulltextSearchItem.java
src/main/java/com/formkiq/client/model/GetApiKeysResponse.java
src/main/java/com/formkiq/client/model/GetAttributeResponse.java
Expand Down Expand Up @@ -885,6 +887,7 @@ src/test/java/com/formkiq/client/model/EsignatureDocusignCarbonCopyTest.java
src/test/java/com/formkiq/client/model/EsignatureDocusignRecipientTabTest.java
src/test/java/com/formkiq/client/model/EsignatureDocusignSignerTest.java
src/test/java/com/formkiq/client/model/FulltextAttributeTest.java
src/test/java/com/formkiq/client/model/FulltextAttributeValueTypeTest.java
src/test/java/com/formkiq/client/model/FulltextSearchItemTest.java
src/test/java/com/formkiq/client/model/GetApiKeysResponseTest.java
src/test/java/com/formkiq/client/model/GetAttributeResponseTest.java
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ Class | Method | HTTP request | Description
- [EsignatureDocusignRecipientTab](docs/EsignatureDocusignRecipientTab.md)
- [EsignatureDocusignSigner](docs/EsignatureDocusignSigner.md)
- [FulltextAttribute](docs/FulltextAttribute.md)
- [FulltextAttributeValueType](docs/FulltextAttributeValueType.md)
- [FulltextSearchItem](docs/FulltextSearchItem.md)
- [GetApiKeysResponse](docs/GetApiKeysResponse.md)
- [GetAttributeResponse](docs/GetAttributeResponse.md)
Expand Down
15 changes: 15 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12330,6 +12330,7 @@ components:
stringValues:
- stringValues
- stringValues
valueType: BOOLEAN
booleanValue: true
tags:
key: "{}"
Expand All @@ -12351,6 +12352,7 @@ components:
stringValues:
- stringValues
- stringValues
valueType: BOOLEAN
booleanValue: true
tags:
key: "{}"
Expand Down Expand Up @@ -12381,6 +12383,7 @@ components:
stringValues:
- stringValues
- stringValues
valueType: BOOLEAN
booleanValue: true
tags:
key: "{}"
Expand Down Expand Up @@ -12422,6 +12425,14 @@ components:
$ref: '#/components/schemas/FulltextAttribute'
type: object
type: object
FulltextAttributeValueType:
description: Attribute Value Type
enum:
- BOOLEAN
- KEY_ONLY
- NUMBER
- STRING
type: string
FulltextAttribute:
example:
numberValues:
Expand All @@ -12430,6 +12441,7 @@ components:
stringValues:
- stringValues
- stringValues
valueType: BOOLEAN
booleanValue: true
properties:
stringValues:
Expand All @@ -12445,6 +12457,8 @@ components:
booleanValue:
description: Attribute with boolean value
type: boolean
valueType:
$ref: '#/components/schemas/FulltextAttributeValueType'
type: object
GetDocumentFulltextResponse:
example:
Expand All @@ -12469,6 +12483,7 @@ components:
stringValues:
- stringValues
- stringValues
valueType: BOOLEAN
booleanValue: true
contentType: contentType
properties:
Expand Down
1 change: 1 addition & 0 deletions docs/FulltextAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
|**stringValues** | **List<String>** | Attribute with string values | [optional] |
|**numberValues** | **List<BigDecimal>** | Attribute with number values | [optional] |
|**booleanValue** | **Boolean** | Attribute with boolean value | [optional] |
|**valueType** | **FulltextAttributeValueType** | | [optional] |



17 changes: 17 additions & 0 deletions docs/FulltextAttributeValueType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


# FulltextAttributeValueType

## Enum


* `BOOLEAN` (value: `"BOOLEAN"`)

* `KEY_ONLY` (value: `"KEY_ONLY"`)

* `NUMBER` (value: `"NUMBER"`)

* `STRING` (value: `"STRING"`)



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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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 @@ -57,7 +57,7 @@
* AddActionParameters
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
date = "2024-06-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-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-05T21:01:53.120424-05:00[America/Winnipeg]",
date = "2024-06-06T21:21:56.182904-05:00[America/Winnipeg]",
comments = "Generator version: 7.6.0")
public class AddDocumentFulltextRequest {
public static final String SERIALIZED_NAME_CONTENT_TYPE = "contentType";
Expand Down
Loading

0 comments on commit a38d1d6

Please sign in to comment.