Merged in feature/textextraction (pull request #110)

Text Extraction

* bases

* go

* splitting

* structure

* movetoasync

* movetoasync

* settinguptrigger

* reorder

* storevent

* standardisepollingvalidation

* unittests

* fixlint

* fixlint

* awscfg

* generatesample

* followthrough

* tests

* clena

* store

* externalidcleanup

* clientid

* local

* baseunittests

* putobjecttests

* tests
This commit is contained in:
Michael McGuinness
2025-04-02 18:50:03 +00:00
parent e6a4cb3990
commit 81e7223560
226 changed files with 17283 additions and 2744 deletions
+2 -12
View File
@@ -602,13 +602,6 @@ components:
maxLength: 36
pattern: "^.+$"
ClientUID:
type: string
format: uuid
description: The client internal unique id
example: 0195853c-8fdd-77cd-b36c-255241bddd33
maxLength: 36
QueryID:
type: string
format: uuid
@@ -748,8 +741,6 @@ components:
description: The properties of a client.
type: object
properties:
uid:
$ref: "#/components/schemas/ClientUID"
id:
$ref: "#/components/schemas/ClientID"
name:
@@ -758,7 +749,6 @@ components:
$ref: "#/components/schemas/ClientCanSync"
required:
- id
- uid
- name
- can_sync
@@ -1023,9 +1013,9 @@ components:
output_location:
type: string
description: The location in which the export zip file will be found.
example: s3://abc/AA/20250213/019587ac-073b-7098-8426-bad970f8c974.csv
example: s3://a/A/export/20250213/uuid.csv
maxLength: 2048
pattern: '^s3://.+/.+/[0-9]{8}/.+\.csv$'
pattern: '^s3://.+/.+/export/[0-9]{8}/.+\.csv$'
description: Payload for export trigger response.
required:
- client_id