Skip to content

Commit ed26146

Browse files
committed
Updated to latest API release.
1 parent bfb9581 commit ed26146

File tree

5 files changed

+75
-0
lines changed

5 files changed

+75
-0
lines changed

documents/connector/GetConnector.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@ query GetConnector($id: ID!, $correlationId: String) {
7979
applicationId
8080
publicKey
8181
}
82+
telegram {
83+
botToken
84+
secretToken
85+
botUsername
86+
}
87+
whatsApp {
88+
accessToken
89+
appSecret
90+
phoneNumberId
91+
verifyToken
92+
}
93+
googleChat {
94+
credentials
95+
projectId
96+
}
8297
}
8398
}
8499
}

documents/connector/QueryConnectors.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,21 @@ query QueryConnectors($filter: ConnectorFilter, $correlationId: String) {
7878
applicationId
7979
publicKey
8080
}
81+
telegram {
82+
botToken
83+
secretToken
84+
botUsername
85+
}
86+
whatsApp {
87+
accessToken
88+
appSecret
89+
phoneNumberId
90+
verifyToken
91+
}
92+
googleChat {
93+
credentials
94+
projectId
95+
}
8196
}
8297
}
8398
}

documents/user/GetUser.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@ query GetUser {
8484
applicationId
8585
publicKey
8686
}
87+
telegram {
88+
botToken
89+
secretToken
90+
botUsername
91+
}
92+
whatsApp {
93+
accessToken
94+
appSecret
95+
phoneNumberId
96+
verifyToken
97+
}
98+
googleChat {
99+
credentials
100+
projectId
101+
}
87102
}
88103
}
89104
personas {

documents/user/GetUserByIdentifier.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@ query GetUserByIdentifier($identifier: String!) {
8484
applicationId
8585
publicKey
8686
}
87+
telegram {
88+
botToken
89+
secretToken
90+
botUsername
91+
}
92+
whatsApp {
93+
accessToken
94+
appSecret
95+
phoneNumberId
96+
verifyToken
97+
}
98+
googleChat {
99+
credentials
100+
projectId
101+
}
87102
}
88103
}
89104
personas {

documents/user/QueryUsers.graphql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,21 @@ query QueryUsers($filter: UserFilter, $correlationId: String) {
8585
applicationId
8686
publicKey
8787
}
88+
telegram {
89+
botToken
90+
secretToken
91+
botUsername
92+
}
93+
whatsApp {
94+
accessToken
95+
appSecret
96+
phoneNumberId
97+
verifyToken
98+
}
99+
googleChat {
100+
credentials
101+
projectId
102+
}
88103
}
89104
}
90105
personas {

0 commit comments

Comments
 (0)