Skip to content

Commit

Permalink
Updated to latest API release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirk-marple committed Dec 24, 2024
1 parent 381068c commit 6ed060e
Show file tree
Hide file tree
Showing 24 changed files with 1,186 additions and 13 deletions.
28 changes: 28 additions & 0 deletions documents/content/IngestBatch.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,33 @@ mutation IngestBatch($uris: [URL!]!, $workflow: EntityReferenceInput, $collectio
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
}
}
28 changes: 28 additions & 0 deletions documents/content/IngestEncodedFile.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,33 @@ mutation IngestEncodedFile($name: String!, $data: String!, $mimeType: String!, $
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
}
}
28 changes: 28 additions & 0 deletions documents/content/IngestText.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,33 @@ mutation IngestText($name: String!, $text: String!, $textType: TextTypes, $uri:
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
}
}
28 changes: 28 additions & 0 deletions documents/content/IngestTextBatch.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,33 @@ mutation IngestTextBatch($batch: [TextContentInput!]!, $textType: TextTypes, $wo
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
}
}
28 changes: 28 additions & 0 deletions documents/content/IngestUri.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,33 @@ mutation IngestUri($name: String, $uri: URL!, $id: ID, $isSynchronous: Boolean,
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
}
}
28 changes: 28 additions & 0 deletions documents/content/PublishContents.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ mutation PublishContents($summaryPrompt: String, $publishPrompt: String!, $conne
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
textUri
audioUri
markdown
Expand Down
28 changes: 28 additions & 0 deletions documents/content/PublishText.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ mutation PublishText($text: String!, $textType: TextTypes, $connector: ContentPu
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
textUri
audioUri
markdown
Expand Down
28 changes: 28 additions & 0 deletions documents/content/ScreenshotPage.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,33 @@ mutation ScreenshotPage($uri: URL!, $maximumHeight: Int, $isSynchronous: Boolean
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
}
}
28 changes: 28 additions & 0 deletions documents/content/UpdateContent.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,33 @@ mutation UpdateContent($content: ContentUpdateInput!) {
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
}
}
28 changes: 28 additions & 0 deletions documents/conversation/PublishConversation.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ mutation PublishConversation($id: ID!, $connector: ContentPublishingConnectorInp
id
name
}
observations {
id
type
observable {
id
name
}
related {
id
name
}
relatedType
relation
occurrences {
type
confidence
startTime
endTime
pageIndex
boundingBox {
left
top
width
height
}
}
state
}
textUri
audioUri
markdown
Expand Down
Loading

0 comments on commit 6ed060e

Please sign in to comment.