Skip to content

Commit 6247be3

Browse files
committed
update
1 parent afebf5a commit 6247be3

406 files changed

Lines changed: 481 additions & 425 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This is the official supported Java library for the FormKiQ API.
55

66
FormKiQ HTTP API
77

8-
- API version: 1.18.0
9-
- Build date: 2025-11-01T15:09:25.429667-05:00[America/Winnipeg]
8+
- API version: 1.18.1
9+
- Build date: 2025-12-07T17:20:11.660615-06:00[America/Winnipeg]
1010
- Generator version: 7.17.0
1111

1212
Formkiq API: Document Management Platform API using OAuth(JWT) Authentication

api/openapi.yaml

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15741,12 +15741,12 @@ components:
1574115741
checksumType: SHA1
1574215742
siteId: siteId
1574315743
documentId: documentId
15744-
contentLength: 0
15744+
contentLength: 6
1574515745
attributes:
1574615746
key:
1574715747
numberValues:
15748-
- 6.027456183070403
15749-
- 6.027456183070403
15748+
- 1.4658129805029452
15749+
- 1.4658129805029452
1575015750
stringValues:
1575115751
- stringValues
1575215752
- stringValues
@@ -15768,20 +15768,25 @@ components:
1576815768
checksumType: SHA1
1576915769
siteId: siteId
1577015770
documentId: documentId
15771-
contentLength: 0
15771+
contentLength: 6
1577215772
attributes:
1577315773
key:
1577415774
numberValues:
15775-
- 6.027456183070403
15776-
- 6.027456183070403
15775+
- 1.4658129805029452
15776+
- 1.4658129805029452
1577715777
stringValues:
1577815778
- stringValues
1577915779
- stringValues
1578015780
valueType: BOOLEAN
1578115781
booleanValue: true
1578215782
contentType: contentType
1578315783
height: height
15784+
totalCount: 0
1578415785
properties:
15786+
totalCount:
15787+
description: |
15788+
Total number of documents that matched the search query. When the number of matches exceeds 10,000, this value will be reported as 10,000+ unless the search request explicitly enables exact total hit tracking.
15789+
type: integer
1578515790
documents:
1578615791
description: List of search result documents
1578715792
items:
@@ -15804,12 +15809,12 @@ components:
1580415809
checksumType: SHA1
1580515810
siteId: siteId
1580615811
documentId: documentId
15807-
contentLength: 0
15812+
contentLength: 6
1580815813
attributes:
1580915814
key:
1581015815
numberValues:
15811-
- 6.027456183070403
15812-
- 6.027456183070403
15816+
- 1.4658129805029452
15817+
- 1.4658129805029452
1581315818
stringValues:
1581415819
- stringValues
1581515820
- stringValues
@@ -15886,8 +15891,8 @@ components:
1588615891
FulltextAttribute:
1588715892
example:
1588815893
numberValues:
15889-
- 6.027456183070403
15890-
- 6.027456183070403
15894+
- 1.4658129805029452
15895+
- 1.4658129805029452
1589115896
stringValues:
1589215897
- stringValues
1589315898
- stringValues
@@ -15931,8 +15936,8 @@ components:
1593115936
attributes:
1593215937
key:
1593315938
numberValues:
15934-
- 6.027456183070403
15935-
- 6.027456183070403
15939+
- 1.4658129805029452
15940+
- 1.4658129805029452
1593615941
stringValues:
1593715942
- stringValues
1593815943
- stringValues
@@ -20359,8 +20364,8 @@ components:
2035920364
attributes:
2036020365
key:
2036120366
numberValues:
20362-
- 6.027456183070403
20363-
- 6.027456183070403
20367+
- 1.4658129805029452
20368+
- 1.4658129805029452
2036420369
stringValues:
2036520370
- stringValues
2036620371
- stringValues
@@ -20448,8 +20453,8 @@ components:
2044820453
attributes:
2044920454
key:
2045020455
numberValues:
20451-
- 6.027456183070403
20452-
- 6.027456183070403
20456+
- 1.4658129805029452
20457+
- 1.4658129805029452
2045320458
stringValues:
2045420459
- stringValues
2045520460
- stringValues
@@ -20537,8 +20542,8 @@ components:
2053720542
attributes:
2053820543
key:
2053920544
numberValues:
20540-
- 6.027456183070403
20541-
- 6.027456183070403
20545+
- 1.4658129805029452
20546+
- 1.4658129805029452
2054220547
stringValues:
2054320548
- stringValues
2054420549
- stringValues

docs/DocumentFulltextResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
|**totalCount** | **Integer** | Total number of documents that matched the search query. When the number of matches exceeds 10,000, this value will be reported as 10,000+ unless the search request explicitly enables exact total hit tracking. | [optional] |
1011
|**documents** | [**List<FulltextSearchItem>**](FulltextSearchItem.md) | List of search result documents | [optional] |
1112

1213

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# SetDocumentMustRetainRequest
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**mustRetain** | **Boolean** | Whether the document must be retained and protected from deletion. | |
11+
12+
13+

src/main/java/com/formkiq/client/invoker/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
@SuppressWarnings("serial")
3434
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
35-
date = "2025-12-01T21:03:18.078696-06:00[America/Winnipeg]",
35+
date = "2025-12-07T17:20:11.660615-06:00[America/Winnipeg]",
3636
comments = "Generator version: 7.17.0")
3737
public class ApiException extends Exception {
3838
private static final long serialVersionUID = 1L;

src/main/java/com/formkiq/client/invoker/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import java.util.function.Supplier;
2626

2727
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
28-
date = "2025-12-01T21:03:18.078696-06:00[America/Winnipeg]",
28+
date = "2025-12-07T17:20:11.660615-06:00[America/Winnipeg]",
2929
comments = "Generator version: 7.17.0")
3030
public class Configuration {
3131
public static final String VERSION = "1.18.1";

src/main/java/com/formkiq/client/invoker/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
package com.formkiq.client.invoker;
2222

2323
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
24-
date = "2025-12-01T21:03:18.078696-06:00[America/Winnipeg]",
24+
date = "2025-12-07T17:20:11.660615-06:00[America/Winnipeg]",
2525
comments = "Generator version: 7.17.0")
2626
public class Pair {
2727
private final String name;

src/main/java/com/formkiq/client/invoker/ServerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Representing a Server configuration.
2727
*/
2828
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
29-
date = "2025-12-01T21:03:18.078696-06:00[America/Winnipeg]",
29+
date = "2025-12-07T17:20:11.660615-06:00[America/Winnipeg]",
3030
comments = "Generator version: 7.17.0")
3131
public class ServerConfiguration {
3232
public String URL;

src/main/java/com/formkiq/client/invoker/ServerVariable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Representing a Server Variable for server URL template substitution.
2727
*/
2828
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
29-
date = "2025-12-01T21:03:18.078696-06:00[America/Winnipeg]",
29+
date = "2025-12-07T17:20:11.660615-06:00[America/Winnipeg]",
3030
comments = "Generator version: 7.17.0")
3131
public class ServerVariable {
3232
public String description;

src/main/java/com/formkiq/client/invoker/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import java.util.Iterator;
2525

2626
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
27-
date = "2025-12-01T21:03:18.078696-06:00[America/Winnipeg]",
27+
date = "2025-12-07T17:20:11.660615-06:00[America/Winnipeg]",
2828
comments = "Generator version: 7.17.0")
2929
public class StringUtil {
3030
/**

0 commit comments

Comments
 (0)