Skip to content

Commit 6ef93cb

Browse files
committed
Updated to latest API release.
1 parent 8250f61 commit 6ef93cb

13 files changed

+169
-13
lines changed

src/documents/alert/GetAlert.graphql

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ query GetAlert($id: ID!, $correlationId: String) {
2525
createdInLast
2626
types
2727
fileTypes
28+
formats
29+
fileExtensions
2830
contents {
2931
id
3032
}

src/documents/alert/QueryAlerts.graphql

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ query QueryAlerts($filter: AlertFilter, $correlationId: String) {
2626
createdInLast
2727
types
2828
fileTypes
29+
formats
30+
fileExtensions
2931
contents {
3032
id
3133
}

src/documents/conversation/GetConversation.graphql

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ query GetConversation($id: ID!, $correlationId: String) {
154154
createdInLast
155155
types
156156
fileTypes
157+
formats
158+
fileExtensions
157159
contents {
158160
id
159161
}
@@ -232,6 +234,8 @@ query GetConversation($id: ID!, $correlationId: String) {
232234
createdInLast
233235
types
234236
fileTypes
237+
formats
238+
fileExtensions
235239
contents {
236240
id
237241
}

src/documents/conversation/QueryConversations.graphql

+4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
155155
createdInLast
156156
types
157157
fileTypes
158+
formats
159+
fileExtensions
158160
contents {
159161
id
160162
}
@@ -233,6 +235,8 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
233235
createdInLast
234236
types
235237
fileTypes
238+
formats
239+
fileExtensions
236240
contents {
237241
id
238242
}

src/documents/feed/GetFeed.graphql

+8
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ query GetFeed($id: ID!, $correlationId: String) {
189189
channelIdentifier
190190
playlistIdentifier
191191
}
192+
twitter {
193+
readLimit
194+
token
195+
type
196+
userName
197+
query
198+
includeAttachments
199+
}
192200
slack {
193201
readLimit
194202
type

src/documents/feed/QueryFeeds.graphql

+8
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
190190
channelIdentifier
191191
playlistIdentifier
192192
}
193+
twitter {
194+
readLimit
195+
token
196+
type
197+
userName
198+
query
199+
includeAttachments
200+
}
193201
slack {
194202
readLimit
195203
type

src/documents/workflow/CreateWorkflow.graphql

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ mutation CreateWorkflow($workflow: WorkflowInput!) {
77
if {
88
types
99
fileTypes
10+
formats
11+
fileExtensions
1012
allowedPaths
1113
excludedPaths
1214
}

src/documents/workflow/GetWorkflow.graphql

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ query GetWorkflow($id: ID!, $correlationId: String) {
1212
if {
1313
types
1414
fileTypes
15+
formats
16+
fileExtensions
1517
allowedPaths
1618
excludedPaths
1719
}

src/documents/workflow/QueryWorkflows.graphql

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ query QueryWorkflows($filter: WorkflowFilter, $correlationId: String) {
1313
if {
1414
types
1515
fileTypes
16+
formats
17+
fileExtensions
1618
allowedPaths
1719
excludedPaths
1820
}

src/documents/workflow/UpdateWorkflow.graphql

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ mutation UpdateWorkflow($workflow: WorkflowUpdateInput!) {
77
if {
88
types
99
fileTypes
10+
formats
11+
fileExtensions
1012
allowedPaths
1113
excludedPaths
1214
}

src/documents/workflow/UpsertWorkflow.graphql

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ mutation UpsertWorkflow($workflow: WorkflowInput!) {
77
if {
88
types
99
fileTypes
10+
formats
11+
fileExtensions
1012
allowedPaths
1113
excludedPaths
1214
}

src/generated/graphql-documents.ts

+38
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ export const GetAlert = gql`
8989
createdInLast
9090
types
9191
fileTypes
92+
formats
93+
fileExtensions
9294
contents {
9395
id
9496
}
@@ -213,6 +215,8 @@ export const QueryAlerts = gql`
213215
createdInLast
214216
types
215217
fileTypes
218+
formats
219+
fileExtensions
216220
contents {
217221
id
218222
}
@@ -3380,6 +3384,8 @@ export const GetConversation = gql`
33803384
createdInLast
33813385
types
33823386
fileTypes
3387+
formats
3388+
fileExtensions
33833389
contents {
33843390
id
33853391
}
@@ -3458,6 +3464,8 @@ export const GetConversation = gql`
34583464
createdInLast
34593465
types
34603466
fileTypes
3467+
formats
3468+
fileExtensions
34613469
contents {
34623470
id
34633471
}
@@ -4249,6 +4257,8 @@ export const QueryConversations = gql`
42494257
createdInLast
42504258
types
42514259
fileTypes
4260+
formats
4261+
fileExtensions
42524262
contents {
42534263
id
42544264
}
@@ -4327,6 +4337,8 @@ export const QueryConversations = gql`
43274337
createdInLast
43284338
types
43294339
fileTypes
4340+
formats
4341+
fileExtensions
43304342
contents {
43314343
id
43324344
}
@@ -5378,6 +5390,14 @@ export const GetFeed = gql`
53785390
channelIdentifier
53795391
playlistIdentifier
53805392
}
5393+
twitter {
5394+
readLimit
5395+
token
5396+
type
5397+
userName
5398+
query
5399+
includeAttachments
5400+
}
53815401
slack {
53825402
readLimit
53835403
type
@@ -5623,6 +5643,14 @@ export const QueryFeeds = gql`
56235643
channelIdentifier
56245644
playlistIdentifier
56255645
}
5646+
twitter {
5647+
readLimit
5648+
token
5649+
type
5650+
userName
5651+
query
5652+
includeAttachments
5653+
}
56265654
slack {
56275655
readLimit
56285656
type
@@ -8347,6 +8375,8 @@ export const CreateWorkflow = gql`
83478375
if {
83488376
types
83498377
fileTypes
8378+
formats
8379+
fileExtensions
83508380
allowedPaths
83518381
excludedPaths
83528382
}
@@ -8573,6 +8603,8 @@ export const GetWorkflow = gql`
85738603
if {
85748604
types
85758605
fileTypes
8606+
formats
8607+
fileExtensions
85768608
allowedPaths
85778609
excludedPaths
85788610
}
@@ -8772,6 +8804,8 @@ export const QueryWorkflows = gql`
87728804
if {
87738805
types
87748806
fileTypes
8807+
formats
8808+
fileExtensions
87758809
allowedPaths
87768810
excludedPaths
87778811
}
@@ -8966,6 +9000,8 @@ export const UpdateWorkflow = gql`
89669000
if {
89679001
types
89689002
fileTypes
9003+
formats
9004+
fileExtensions
89699005
allowedPaths
89709006
excludedPaths
89719007
}
@@ -9159,6 +9195,8 @@ export const UpsertWorkflow = gql`
91599195
if {
91609196
types
91619197
fileTypes
9198+
formats
9199+
fileExtensions
91629200
allowedPaths
91639201
excludedPaths
91649202
}

0 commit comments

Comments
 (0)