Skip to content

Commit 89d15a9

Browse files
committed
Updated to latest API release.
1 parent c62a369 commit 89d15a9

File tree

6 files changed

+518
-404
lines changed

6 files changed

+518
-404
lines changed

documents/content/PublishText.graphql

+107-93
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,114 @@
11
mutation PublishText($text: String!, $textType: TextTypes, $connector: ContentPublishingConnectorInput!, $isSynchronous: Boolean, $correlationId: String, $name: String, $workflow: EntityReferenceInput) {
22
publishText(text: $text, textType: $textType, connector: $connector, isSynchronous: $isSynchronous, correlationId: $correlationId, name: $name, workflow: $workflow) {
3-
id
4-
name
5-
state
6-
originalDate
7-
identifier
8-
markdown
9-
uri
10-
type
11-
fileType
12-
mimeType
13-
format
14-
formatName
15-
fileExtension
16-
fileName
17-
fileSize
18-
masterUri
19-
imageUri
20-
textUri
21-
audioUri
22-
transcriptUri
23-
summary
24-
customSummary
25-
keywords
26-
bullets
27-
headlines
28-
posts
29-
chapters
30-
questions
31-
video {
32-
width
33-
height
34-
duration
35-
make
36-
model
37-
software
38-
title
39-
description
40-
keywords
41-
author
42-
}
43-
audio {
44-
keywords
45-
author
46-
series
47-
episode
48-
episodeType
49-
season
50-
publisher
51-
copyright
52-
genre
53-
title
54-
description
55-
bitrate
56-
channels
57-
sampleRate
58-
bitsPerSample
59-
duration
60-
}
61-
image {
62-
width
63-
height
64-
resolutionX
65-
resolutionY
66-
bitsPerComponent
67-
components
68-
projectionType
69-
orientation
70-
description
71-
make
72-
model
73-
software
74-
lens
75-
focalLength
76-
exposureTime
77-
fNumber
78-
iso
79-
heading
80-
pitch
81-
}
82-
document {
83-
title
84-
subject
3+
contents {
4+
id
5+
name
6+
state
7+
originalDate
8+
identifier
9+
markdown
10+
uri
11+
type
12+
fileType
13+
mimeType
14+
format
15+
formatName
16+
fileExtension
17+
fileName
18+
fileSize
19+
masterUri
20+
imageUri
21+
textUri
22+
audioUri
23+
transcriptUri
8524
summary
86-
author
87-
publisher
88-
description
25+
customSummary
8926
keywords
90-
pageCount
91-
worksheetCount
92-
slideCount
93-
wordCount
94-
lineCount
95-
paragraphCount
96-
isEncrypted
97-
hasDigitalSignature
27+
bullets
28+
headlines
29+
posts
30+
chapters
31+
questions
32+
video {
33+
width
34+
height
35+
duration
36+
make
37+
model
38+
software
39+
title
40+
description
41+
keywords
42+
author
43+
}
44+
audio {
45+
keywords
46+
author
47+
series
48+
episode
49+
episodeType
50+
season
51+
publisher
52+
copyright
53+
genre
54+
title
55+
description
56+
bitrate
57+
channels
58+
sampleRate
59+
bitsPerSample
60+
duration
61+
}
62+
image {
63+
width
64+
height
65+
resolutionX
66+
resolutionY
67+
bitsPerComponent
68+
components
69+
projectionType
70+
orientation
71+
description
72+
make
73+
model
74+
software
75+
lens
76+
focalLength
77+
exposureTime
78+
fNumber
79+
iso
80+
heading
81+
pitch
82+
}
83+
document {
84+
title
85+
subject
86+
summary
87+
author
88+
publisher
89+
description
90+
keywords
91+
pageCount
92+
worksheetCount
93+
slideCount
94+
wordCount
95+
lineCount
96+
paragraphCount
97+
isEncrypted
98+
hasDigitalSignature
99+
}
100+
}
101+
details {
102+
contents {
103+
id
104+
}
105+
summaries
106+
text
107+
textType
108+
summarySpecification
109+
publishSpecification
110+
summaryTime
111+
publishTime
98112
}
99113
}
100114
}

0 commit comments

Comments
 (0)