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:
@@ -87,9 +87,6 @@ type ClientStatusBody struct {
|
||||
Status ClientStatus `json:"status"`
|
||||
}
|
||||
|
||||
// ClientUID The client internal unique id
|
||||
type ClientUID = openapi_types.UUID
|
||||
|
||||
// ClientUpdate The properties that may be updated.
|
||||
type ClientUpdate struct {
|
||||
// CanSync If the client is allowing active syncs
|
||||
@@ -163,9 +160,6 @@ type DocClient struct {
|
||||
|
||||
// Name The client name
|
||||
Name ClientName `json:"name"`
|
||||
|
||||
// Uid The client internal unique id
|
||||
Uid ClientUID `json:"uid"`
|
||||
}
|
||||
|
||||
// Document The document properties.
|
||||
|
||||
Reference in New Issue
Block a user