Skip to content

Commit 3eb8be2

Browse files
committed
update
1 parent cd9a64e commit 3eb8be2

412 files changed

Lines changed: 429 additions & 436 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.

api/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25263,8 +25263,6 @@ components:
2526325263
type: array
2526425264
defaultTransition:
2526525265
$ref: "#/components/schemas/WorkflowStepTransition"
25266-
required:
25267-
- conditions
2526825266
type: object
2526925267
WorkflowStepCondition:
2527025268
example:

docs/WorkflowStepDecision.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
@SuppressWarnings("serial")
3333
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
34-
date = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
34+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
3535
comments = "Generator version: 7.20.0")
3636
public class ApiException extends Exception {
3737
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 = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
28+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
2929
comments = "Generator version: 7.20.0")
3030
public class Configuration {
3131
public static final String VERSION = "1.19.0";

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 = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
24+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
2525
comments = "Generator version: 7.20.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 = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
29+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
3030
comments = "Generator version: 7.20.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 = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
29+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
3030
comments = "Generator version: 7.20.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 = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
27+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
2828
comments = "Generator version: 7.20.0")
2929
public class StringUtil {
3030
/**

src/main/java/com/formkiq/client/invoker/auth/AWS4Auth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import okio.Buffer;
4747

4848
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
49-
date = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
49+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
5050
comments = "Generator version: 7.20.0")
5151
public class AWS4Auth implements Authentication {
5252

src/main/java/com/formkiq/client/invoker/auth/ApiKeyAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.List;
2929

3030
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen",
31-
date = "2026-03-12T11:27:12.623977-05:00[America/Winnipeg]",
31+
date = "2026-03-14T20:35:46.352811-05:00[America/Winnipeg]",
3232
comments = "Generator version: 7.20.0")
3333
public class ApiKeyAuth implements Authentication {
3434
private final String location;

0 commit comments

Comments
 (0)