Skip to content

Commit fe4afea

Browse files
committed
update
1 parent a466578 commit fe4afea

361 files changed

Lines changed: 762 additions & 355 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.

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build.sbt
88
docs/AccessControlApi.md
99
docs/AddAction.md
1010
docs/AddActionParameters.md
11+
docs/AddActionResizeOutputType.md
1112
docs/AddApiKeyRequest.md
1213
docs/AddApiKeyResponse.md
1314
docs/AddAttribute.md
@@ -481,6 +482,7 @@ src/main/java/com/formkiq/client/invoker/auth/RetryingOAuth.java
481482
src/main/java/com/formkiq/client/model/AbstractOpenApiSchema.java
482483
src/main/java/com/formkiq/client/model/AddAction.java
483484
src/main/java/com/formkiq/client/model/AddActionParameters.java
485+
src/main/java/com/formkiq/client/model/AddActionResizeOutputType.java
484486
src/main/java/com/formkiq/client/model/AddApiKeyRequest.java
485487
src/main/java/com/formkiq/client/model/AddApiKeyResponse.java
486488
src/main/java/com/formkiq/client/model/AddAttribute.java
@@ -892,6 +894,7 @@ src/test/java/com/formkiq/client/api/UserActivitiesApiTest.java
892894
src/test/java/com/formkiq/client/api/UserManagementApiTest.java
893895
src/test/java/com/formkiq/client/api/WebhooksApiTest.java
894896
src/test/java/com/formkiq/client/model/AddActionParametersTest.java
897+
src/test/java/com/formkiq/client/model/AddActionResizeOutputTypeTest.java
895898
src/test/java/com/formkiq/client/model/AddActionTest.java
896899
src/test/java/com/formkiq/client/model/AddApiKeyRequestTest.java
897900
src/test/java/com/formkiq/client/model/AddApiKeyResponseTest.java

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ Class | Method | HTTP request | Description
374374

375375
- [AddAction](docs/AddAction.md)
376376
- [AddActionParameters](docs/AddActionParameters.md)
377+
- [AddActionResizeOutputType](docs/AddActionResizeOutputType.md)
377378
- [AddApiKeyRequest](docs/AddApiKeyRequest.md)
378379
- [AddApiKeyResponse](docs/AddApiKeyResponse.md)
379380
- [AddAttribute](docs/AddAttribute.md)

api/openapi.yaml

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12560,17 +12560,21 @@ components:
1256012560
ocrParseTypes: ocrParseTypes
1256112561
ocrOutputType: CSV
1256212562
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
12563+
outputType: outputType
1256312564
ocrNumberOfPages: ocrNumberOfPages
1256412565
notificationType: email
1256512566
notificationToCc: notificationToCc
1256612567
notificationToBcc: notificationToBcc
1256712568
url: url
1256812569
tags: tags
12570+
path: path
1256912571
notificationSubject: notificationSubject
1257012572
engine: chatgpt
1257112573
notificationText: notificationText
1257212574
eventBusName: eventBusName
12575+
width: width
1257312576
notificationHtml: notificationHtml
12577+
height: height
1257412578
- queueId: queueId
1257512579
type: ANTIVIRUS
1257612580
parameters:
@@ -12580,17 +12584,21 @@ components:
1258012584
ocrParseTypes: ocrParseTypes
1258112585
ocrOutputType: CSV
1258212586
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
12587+
outputType: outputType
1258312588
ocrNumberOfPages: ocrNumberOfPages
1258412589
notificationType: email
1258512590
notificationToCc: notificationToCc
1258612591
notificationToBcc: notificationToBcc
1258712592
url: url
1258812593
tags: tags
12594+
path: path
1258912595
notificationSubject: notificationSubject
1259012596
engine: chatgpt
1259112597
notificationText: notificationText
1259212598
eventBusName: eventBusName
12599+
width: width
1259312600
notificationHtml: notificationHtml
12601+
height: height
1259412602
height: height
1259512603
tags:
1259612604
- values:
@@ -12776,17 +12784,21 @@ components:
1277612784
ocrParseTypes: ocrParseTypes
1277712785
ocrOutputType: CSV
1277812786
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
12787+
outputType: outputType
1277912788
ocrNumberOfPages: ocrNumberOfPages
1278012789
notificationType: email
1278112790
notificationToCc: notificationToCc
1278212791
notificationToBcc: notificationToBcc
1278312792
url: url
1278412793
tags: tags
12794+
path: path
1278512795
notificationSubject: notificationSubject
1278612796
engine: chatgpt
1278712797
notificationText: notificationText
1278812798
eventBusName: eventBusName
12799+
width: width
1278912800
notificationHtml: notificationHtml
12801+
height: height
1279012802
- queueId: queueId
1279112803
type: ANTIVIRUS
1279212804
parameters:
@@ -12796,17 +12808,21 @@ components:
1279612808
ocrParseTypes: ocrParseTypes
1279712809
ocrOutputType: CSV
1279812810
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
12811+
outputType: outputType
1279912812
ocrNumberOfPages: ocrNumberOfPages
1280012813
notificationType: email
1280112814
notificationToCc: notificationToCc
1280212815
notificationToBcc: notificationToBcc
1280312816
url: url
1280412817
tags: tags
12818+
path: path
1280512819
notificationSubject: notificationSubject
1280612820
engine: chatgpt
1280712821
notificationText: notificationText
1280812822
eventBusName: eventBusName
12823+
width: width
1280912824
notificationHtml: notificationHtml
12825+
height: height
1281012826
height: height
1281112827
properties:
1281212828
documentId:
@@ -12993,17 +13009,21 @@ components:
1299313009
ocrParseTypes: ocrParseTypes
1299413010
ocrOutputType: CSV
1299513011
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
13012+
outputType: outputType
1299613013
ocrNumberOfPages: ocrNumberOfPages
1299713014
notificationType: email
1299813015
notificationToCc: notificationToCc
1299913016
notificationToBcc: notificationToBcc
1300013017
url: url
1300113018
tags: tags
13019+
path: path
1300213020
notificationSubject: notificationSubject
1300313021
engine: chatgpt
1300413022
notificationText: notificationText
1300513023
eventBusName: eventBusName
13024+
width: width
1300613025
notificationHtml: notificationHtml
13026+
height: height
1300713027
- queueId: queueId
1300813028
type: ANTIVIRUS
1300913029
parameters:
@@ -13013,17 +13033,21 @@ components:
1301313033
ocrParseTypes: ocrParseTypes
1301413034
ocrOutputType: CSV
1301513035
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
13036+
outputType: outputType
1301613037
ocrNumberOfPages: ocrNumberOfPages
1301713038
notificationType: email
1301813039
notificationToCc: notificationToCc
1301913040
notificationToBcc: notificationToBcc
1302013041
url: url
1302113042
tags: tags
13043+
path: path
1302213044
notificationSubject: notificationSubject
1302313045
engine: chatgpt
1302413046
notificationText: notificationText
1302513047
eventBusName: eventBusName
13048+
width: width
1302613049
notificationHtml: notificationHtml
13050+
height: height
1302713051
height: height
1302813052
properties:
1302913053
path:
@@ -17931,17 +17955,21 @@ components:
1793117955
ocrParseTypes: ocrParseTypes
1793217956
ocrOutputType: CSV
1793317957
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
17958+
outputType: outputType
1793417959
ocrNumberOfPages: ocrNumberOfPages
1793517960
notificationType: email
1793617961
notificationToCc: notificationToCc
1793717962
notificationToBcc: notificationToBcc
1793817963
url: url
1793917964
tags: tags
17965+
path: path
1794017966
notificationSubject: notificationSubject
1794117967
engine: chatgpt
1794217968
notificationText: notificationText
1794317969
eventBusName: eventBusName
17970+
width: width
1794417971
notificationHtml: notificationHtml
17972+
height: height
1794517973
- queueId: queueId
1794617974
type: ANTIVIRUS
1794717975
parameters:
@@ -17951,17 +17979,21 @@ components:
1795117979
ocrParseTypes: ocrParseTypes
1795217980
ocrOutputType: CSV
1795317981
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
17982+
outputType: outputType
1795417983
ocrNumberOfPages: ocrNumberOfPages
1795517984
notificationType: email
1795617985
notificationToCc: notificationToCc
1795717986
notificationToBcc: notificationToBcc
1795817987
url: url
1795917988
tags: tags
17989+
path: path
1796017990
notificationSubject: notificationSubject
1796117991
engine: chatgpt
1796217992
notificationText: notificationText
1796317993
eventBusName: eventBusName
17994+
width: width
1796417995
notificationHtml: notificationHtml
17996+
height: height
1796517997
properties:
1796617998
actions:
1796717999
description: List of Actions
@@ -17980,17 +18012,21 @@ components:
1798018012
ocrParseTypes: ocrParseTypes
1798118013
ocrOutputType: CSV
1798218014
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
18015+
outputType: outputType
1798318016
ocrNumberOfPages: ocrNumberOfPages
1798418017
notificationType: email
1798518018
notificationToCc: notificationToCc
1798618019
notificationToBcc: notificationToBcc
1798718020
url: url
1798818021
tags: tags
18022+
path: path
1798918023
notificationSubject: notificationSubject
1799018024
engine: chatgpt
1799118025
notificationText: notificationText
1799218026
eventBusName: eventBusName
18027+
width: width
1799318028
notificationHtml: notificationHtml
18029+
height: height
1799418030
properties:
1799518031
type:
1799618032
$ref: '#/components/schemas/DocumentActionType'
@@ -18021,17 +18057,21 @@ components:
1802118057
ocrParseTypes: ocrParseTypes
1802218058
ocrOutputType: CSV
1802318059
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
18060+
outputType: outputType
1802418061
ocrNumberOfPages: ocrNumberOfPages
1802518062
notificationType: email
1802618063
notificationToCc: notificationToCc
1802718064
notificationToBcc: notificationToBcc
1802818065
url: url
1802918066
tags: tags
18067+
path: path
1803018068
notificationSubject: notificationSubject
1803118069
engine: chatgpt
1803218070
notificationText: notificationText
1803318071
eventBusName: eventBusName
18072+
width: width
1803418073
notificationHtml: notificationHtml
18074+
height: height
1803518075
properties:
1803618076
ocrParseTypes:
1803718077
description: "OCR: Parse types - TEXT, FORMS, TABLES"
@@ -18091,7 +18131,28 @@ components:
1809118131
eventBusName:
1809218132
description: The name or ARN of the event bus to receive the event
1809318133
type: string
18134+
width:
18135+
description: The width of the image to resize (or 'auto')
18136+
type: string
18137+
height:
18138+
description: The height of the image to resize (or 'auto')
18139+
type: string
18140+
path:
18141+
description: The path to use when creating resized document (optional)
18142+
type: string
18143+
outputType:
18144+
description: The output type of the image
18145+
type: string
1809418146
type: object
18147+
AddActionResizeOutputType:
18148+
description: Resize Output Type
18149+
enum:
18150+
- BMP
18151+
- GIF
18152+
- JPEG
18153+
- PNG
18154+
- TIF
18155+
type: string
1809518156
AddDocumentOcrRequest:
1809618157
example:
1809718158
parseTypes:
@@ -19838,17 +19899,21 @@ components:
1983819899
ocrParseTypes: ocrParseTypes
1983919900
ocrOutputType: CSV
1984019901
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
19902+
outputType: outputType
1984119903
ocrNumberOfPages: ocrNumberOfPages
1984219904
notificationType: email
1984319905
notificationToCc: notificationToCc
1984419906
notificationToBcc: notificationToBcc
1984519907
url: url
1984619908
tags: tags
19909+
path: path
1984719910
notificationSubject: notificationSubject
1984819911
engine: chatgpt
1984919912
notificationText: notificationText
1985019913
eventBusName: eventBusName
19914+
width: width
1985119915
notificationHtml: notificationHtml
19916+
height: height
1985219917
decisions:
1985319918
- nextStepId: nextStepId
1985419919
type: APPROVE
@@ -19870,17 +19935,21 @@ components:
1987019935
ocrParseTypes: ocrParseTypes
1987119936
ocrOutputType: CSV
1987219937
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
19938+
outputType: outputType
1987319939
ocrNumberOfPages: ocrNumberOfPages
1987419940
notificationType: email
1987519941
notificationToCc: notificationToCc
1987619942
notificationToBcc: notificationToBcc
1987719943
url: url
1987819944
tags: tags
19945+
path: path
1987919946
notificationSubject: notificationSubject
1988019947
engine: chatgpt
1988119948
notificationText: notificationText
1988219949
eventBusName: eventBusName
19950+
width: width
1988319951
notificationHtml: notificationHtml
19952+
height: height
1988419953
decisions:
1988519954
- nextStepId: nextStepId
1988619955
type: APPROVE
@@ -19927,17 +19996,21 @@ components:
1992719996
ocrParseTypes: ocrParseTypes
1992819997
ocrOutputType: CSV
1992919998
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
19999+
outputType: outputType
1993020000
ocrNumberOfPages: ocrNumberOfPages
1993120001
notificationType: email
1993220002
notificationToCc: notificationToCc
1993320003
notificationToBcc: notificationToBcc
1993420004
url: url
1993520005
tags: tags
20006+
path: path
1993620007
notificationSubject: notificationSubject
1993720008
engine: chatgpt
1993820009
notificationText: notificationText
1993920010
eventBusName: eventBusName
20011+
width: width
1994020012
notificationHtml: notificationHtml
20013+
height: height
1994120014
decisions:
1994220015
- nextStepId: nextStepId
1994320016
type: APPROVE
@@ -19959,17 +20032,21 @@ components:
1995920032
ocrParseTypes: ocrParseTypes
1996020033
ocrOutputType: CSV
1996120034
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
20035+
outputType: outputType
1996220036
ocrNumberOfPages: ocrNumberOfPages
1996320037
notificationType: email
1996420038
notificationToCc: notificationToCc
1996520039
notificationToBcc: notificationToBcc
1996620040
url: url
1996720041
tags: tags
20042+
path: path
1996820043
notificationSubject: notificationSubject
1996920044
engine: chatgpt
1997020045
notificationText: notificationText
1997120046
eventBusName: eventBusName
20047+
width: width
1997220048
notificationHtml: notificationHtml
20049+
height: height
1997320050
decisions:
1997420051
- nextStepId: nextStepId
1997520052
type: APPROVE
@@ -20013,17 +20090,21 @@ components:
2001320090
ocrParseTypes: ocrParseTypes
2001420091
ocrOutputType: CSV
2001520092
addPdfDetectedCharactersAsText: addPdfDetectedCharactersAsText
20093+
outputType: outputType
2001620094
ocrNumberOfPages: ocrNumberOfPages
2001720095
notificationType: email
2001820096
notificationToCc: notificationToCc
2001920097
notificationToBcc: notificationToBcc
2002020098
url: url
2002120099
tags: tags
20100+
path: path
2002220101
notificationSubject: notificationSubject
2002320102
engine: chatgpt
2002420103
notificationText: notificationText
2002520104
eventBusName: eventBusName
20105+
width: width
2002620106
notificationHtml: notificationHtml
20107+
height: height
2002720108
decisions:
2002820109
- nextStepId: nextStepId
2002920110
type: APPROVE

0 commit comments

Comments
 (0)