@droz-js/sdk 0.9.3 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/drozbase-ws.d.ts +20 -20
- package/src/drozbase.d.ts +20 -20
- package/src/sdks/drozbase.d.ts +61 -61
- package/src/sdks/drozbase.js +20 -20
package/package.json
CHANGED
package/src/drozbase-ws.d.ts
CHANGED
|
@@ -87,29 +87,29 @@ declare const DrozBaseWs_base: new () => {
|
|
|
87
87
|
usernames: Array<import("./sdks/drozbase").Scalars["String"]["input"]> | import("./sdks/drozbase").Scalars["String"]["input"];
|
|
88
88
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUsersQuery>;
|
|
89
89
|
getAllUsers(variables?: import("./sdks/drozbase").Exact<{
|
|
90
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
90
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
91
91
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
92
92
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetAllUsersQuery>;
|
|
93
93
|
getGroup(variables: import("./sdks/drozbase").Exact<{
|
|
94
94
|
groupName: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
95
95
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetGroupQuery>;
|
|
96
96
|
getAllGroups(variables?: import("./sdks/drozbase").Exact<{
|
|
97
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
97
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
98
98
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
99
99
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetAllGroupsQuery>;
|
|
100
100
|
getGroupUsers(variables: import("./sdks/drozbase").Exact<{
|
|
101
101
|
groupName: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
102
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
102
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
103
103
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
104
104
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetGroupUsersQuery>;
|
|
105
105
|
getGroupAdmins(variables: import("./sdks/drozbase").Exact<{
|
|
106
106
|
groupName: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
107
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
107
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
108
108
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
109
109
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetGroupAdminsQuery>;
|
|
110
110
|
getUserGroups(variables: import("./sdks/drozbase").Exact<{
|
|
111
111
|
username: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
112
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
112
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
113
113
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
114
114
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserGroupsQuery>;
|
|
115
115
|
usersCsv(variables?: import("./sdks/drozbase").Exact<{
|
|
@@ -180,7 +180,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
180
180
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
181
181
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetTrailQuery>;
|
|
182
182
|
getTrashBinItems(variables?: import("./sdks/drozbase").Exact<{
|
|
183
|
-
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
183
|
+
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
184
184
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetTrashBinItemsQuery>;
|
|
185
185
|
listSimilarItems(variables?: import("./sdks/drozbase").Exact<{
|
|
186
186
|
[key: string]: never;
|
|
@@ -214,12 +214,12 @@ declare const DrozBaseWs_base: new () => {
|
|
|
214
214
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseQuery>;
|
|
215
215
|
getCourses(variables: import("./sdks/drozbase").Exact<{
|
|
216
216
|
parent: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
217
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
217
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
218
218
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
219
219
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCoursesQuery>;
|
|
220
220
|
getCourseVersions(variables: import("./sdks/drozbase").Exact<{
|
|
221
221
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
222
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
222
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
223
223
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
224
224
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseVersionsQuery>;
|
|
225
225
|
getCourseChapter(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -240,12 +240,12 @@ declare const DrozBaseWs_base: new () => {
|
|
|
240
240
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseProgressInfoQuery>;
|
|
241
241
|
getCourseEnrolledUsers(variables: import("./sdks/drozbase").Exact<{
|
|
242
242
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
243
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
243
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
244
244
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
245
245
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseEnrolledUsersQuery>;
|
|
246
246
|
listEnrolledCourses(variables?: import("./sdks/drozbase").Exact<{
|
|
247
247
|
enrollmentStatus?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").EnrollmentStatus>;
|
|
248
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
248
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
249
249
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
250
250
|
}>, options?: unknown): Promise<import("./sdks/drozbase").ListEnrolledCoursesQuery>;
|
|
251
251
|
createCourse(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -352,12 +352,12 @@ declare const DrozBaseWs_base: new () => {
|
|
|
352
352
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetDocByFilterQuery>;
|
|
353
353
|
getDocs(variables: import("./sdks/drozbase").Exact<{
|
|
354
354
|
parent: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
355
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
355
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
356
356
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
357
357
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetDocsQuery>;
|
|
358
358
|
getDocVersions(variables: import("./sdks/drozbase").Exact<{
|
|
359
359
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
360
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
360
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
361
361
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
362
362
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetDocVersionsQuery>;
|
|
363
363
|
getDocContentAsMarkdown(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -585,7 +585,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
585
585
|
url: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
586
586
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetWebArticleQuery>;
|
|
587
587
|
getUserNotifications(variables?: import("./sdks/drozbase").Exact<{
|
|
588
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
588
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
589
589
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserNotificationsQuery>;
|
|
590
590
|
getUserEmailPreferences(variables?: import("./sdks/drozbase").Exact<{
|
|
591
591
|
[key: string]: never;
|
|
@@ -654,7 +654,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
654
654
|
queryPermissions(variables?: import("./sdks/drozbase").Exact<{
|
|
655
655
|
resource?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["ID"]["input"]>;
|
|
656
656
|
subject?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["ID"]["input"]>;
|
|
657
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
657
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
658
658
|
}>, options?: unknown): Promise<import("./sdks/drozbase").QueryPermissionsQuery>;
|
|
659
659
|
setPermission(variables: import("./sdks/drozbase").Exact<{
|
|
660
660
|
input: import("./sdks/drozbase").SetPermissionInput;
|
|
@@ -674,7 +674,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
674
674
|
typename?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["String"]["input"]>;
|
|
675
675
|
parent?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["String"]["input"]>;
|
|
676
676
|
filters?: import("./sdks/drozbase").InputMaybe<Array<import("./sdks/drozbase").ContentSearchFilterInput> | import("./sdks/drozbase").ContentSearchFilterInput>;
|
|
677
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
677
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
678
678
|
highlight?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Boolean"]["input"]>;
|
|
679
679
|
sorting?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").SearchSorting>;
|
|
680
680
|
}>, options?: unknown): Promise<import("./sdks/drozbase").SearchQuery>;
|
|
@@ -722,7 +722,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
722
722
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetSpacesQuery>;
|
|
723
723
|
listSpaceContents(variables: import("./sdks/drozbase").Exact<{
|
|
724
724
|
parent: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
725
|
-
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
725
|
+
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
726
726
|
}>, options?: unknown): Promise<import("./sdks/drozbase").ListSpaceContentsQuery>;
|
|
727
727
|
getSpaceSettings(variables: import("./sdks/drozbase").Exact<{
|
|
728
728
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
@@ -763,7 +763,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
763
763
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetFileQuery>;
|
|
764
764
|
getFiles(variables: import("./sdks/drozbase").Exact<{
|
|
765
765
|
parent: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
766
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
766
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
767
767
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
768
768
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetFilesQuery>;
|
|
769
769
|
convertStorageToHtml(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -788,7 +788,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
788
788
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
789
789
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetTaskQuery>;
|
|
790
790
|
getUserTasks(variables?: import("./sdks/drozbase").Exact<{
|
|
791
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
791
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
792
792
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
793
793
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserTasksQuery>;
|
|
794
794
|
leaveTask(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -801,14 +801,14 @@ declare const DrozBaseWs_base: new () => {
|
|
|
801
801
|
[key: string]: never;
|
|
802
802
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozbase").OnTasksSubscription>;
|
|
803
803
|
getUserDrafts(variables?: import("./sdks/drozbase").Exact<{
|
|
804
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
804
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
805
805
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
806
806
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserDraftsQuery>;
|
|
807
807
|
getUserPrefs(variables: import("./sdks/drozbase").Exact<{
|
|
808
808
|
scope: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
809
809
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserPrefsQuery>;
|
|
810
810
|
getUserFavorites(variables?: import("./sdks/drozbase").Exact<{
|
|
811
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
811
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
812
812
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
813
813
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserFavoritesQuery>;
|
|
814
814
|
isUserFavorite(variables: import("./sdks/drozbase").Exact<{
|
package/src/drozbase.d.ts
CHANGED
|
@@ -90,29 +90,29 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
90
90
|
usernames: Array<import("./sdks/drozbase").Scalars["String"]["input"]> | import("./sdks/drozbase").Scalars["String"]["input"];
|
|
91
91
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUsersQuery>;
|
|
92
92
|
getAllUsers(variables?: import("./sdks/drozbase").Exact<{
|
|
93
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
93
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
94
94
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
95
95
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetAllUsersQuery>;
|
|
96
96
|
getGroup(variables: import("./sdks/drozbase").Exact<{
|
|
97
97
|
groupName: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
98
98
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetGroupQuery>;
|
|
99
99
|
getAllGroups(variables?: import("./sdks/drozbase").Exact<{
|
|
100
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
100
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
101
101
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
102
102
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetAllGroupsQuery>;
|
|
103
103
|
getGroupUsers(variables: import("./sdks/drozbase").Exact<{
|
|
104
104
|
groupName: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
105
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
105
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
106
106
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
107
107
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetGroupUsersQuery>;
|
|
108
108
|
getGroupAdmins(variables: import("./sdks/drozbase").Exact<{
|
|
109
109
|
groupName: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
110
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
110
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
111
111
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
112
112
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetGroupAdminsQuery>;
|
|
113
113
|
getUserGroups(variables: import("./sdks/drozbase").Exact<{
|
|
114
114
|
username: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
115
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
115
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
116
116
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
117
117
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserGroupsQuery>;
|
|
118
118
|
usersCsv(variables?: import("./sdks/drozbase").Exact<{
|
|
@@ -183,7 +183,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
183
183
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
184
184
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetTrailQuery>;
|
|
185
185
|
getTrashBinItems(variables?: import("./sdks/drozbase").Exact<{
|
|
186
|
-
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
186
|
+
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
187
187
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetTrashBinItemsQuery>;
|
|
188
188
|
listSimilarItems(variables?: import("./sdks/drozbase").Exact<{
|
|
189
189
|
[key: string]: never;
|
|
@@ -217,12 +217,12 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
217
217
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseQuery>;
|
|
218
218
|
getCourses(variables: import("./sdks/drozbase").Exact<{
|
|
219
219
|
parent: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
220
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
220
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
221
221
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
222
222
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCoursesQuery>;
|
|
223
223
|
getCourseVersions(variables: import("./sdks/drozbase").Exact<{
|
|
224
224
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
225
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
225
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
226
226
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
227
227
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseVersionsQuery>;
|
|
228
228
|
getCourseChapter(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -243,12 +243,12 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
243
243
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseProgressInfoQuery>;
|
|
244
244
|
getCourseEnrolledUsers(variables: import("./sdks/drozbase").Exact<{
|
|
245
245
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
246
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
246
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
247
247
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
248
248
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetCourseEnrolledUsersQuery>;
|
|
249
249
|
listEnrolledCourses(variables?: import("./sdks/drozbase").Exact<{
|
|
250
250
|
enrollmentStatus?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").EnrollmentStatus>;
|
|
251
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
251
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
252
252
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
253
253
|
}>, options?: unknown): Promise<import("./sdks/drozbase").ListEnrolledCoursesQuery>;
|
|
254
254
|
createCourse(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -355,12 +355,12 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
355
355
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetDocByFilterQuery>;
|
|
356
356
|
getDocs(variables: import("./sdks/drozbase").Exact<{
|
|
357
357
|
parent: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
358
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
358
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
359
359
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
360
360
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetDocsQuery>;
|
|
361
361
|
getDocVersions(variables: import("./sdks/drozbase").Exact<{
|
|
362
362
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
363
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
363
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
364
364
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
365
365
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetDocVersionsQuery>;
|
|
366
366
|
getDocContentAsMarkdown(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -588,7 +588,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
588
588
|
url: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
589
589
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetWebArticleQuery>;
|
|
590
590
|
getUserNotifications(variables?: import("./sdks/drozbase").Exact<{
|
|
591
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
591
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
592
592
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserNotificationsQuery>;
|
|
593
593
|
getUserEmailPreferences(variables?: import("./sdks/drozbase").Exact<{
|
|
594
594
|
[key: string]: never;
|
|
@@ -657,7 +657,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
657
657
|
queryPermissions(variables?: import("./sdks/drozbase").Exact<{
|
|
658
658
|
resource?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["ID"]["input"]>;
|
|
659
659
|
subject?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["ID"]["input"]>;
|
|
660
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
660
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
661
661
|
}>, options?: unknown): Promise<import("./sdks/drozbase").QueryPermissionsQuery>;
|
|
662
662
|
setPermission(variables: import("./sdks/drozbase").Exact<{
|
|
663
663
|
input: import("./sdks/drozbase").SetPermissionInput;
|
|
@@ -677,7 +677,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
677
677
|
typename?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["String"]["input"]>;
|
|
678
678
|
parent?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["String"]["input"]>;
|
|
679
679
|
filters?: import("./sdks/drozbase").InputMaybe<Array<import("./sdks/drozbase").ContentSearchFilterInput> | import("./sdks/drozbase").ContentSearchFilterInput>;
|
|
680
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
680
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
681
681
|
highlight?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Boolean"]["input"]>;
|
|
682
682
|
sorting?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").SearchSorting>;
|
|
683
683
|
}>, options?: unknown): Promise<import("./sdks/drozbase").SearchQuery>;
|
|
@@ -725,7 +725,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
725
725
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetSpacesQuery>;
|
|
726
726
|
listSpaceContents(variables: import("./sdks/drozbase").Exact<{
|
|
727
727
|
parent: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
728
|
-
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
728
|
+
next?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
729
729
|
}>, options?: unknown): Promise<import("./sdks/drozbase").ListSpaceContentsQuery>;
|
|
730
730
|
getSpaceSettings(variables: import("./sdks/drozbase").Exact<{
|
|
731
731
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
@@ -766,7 +766,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
766
766
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetFileQuery>;
|
|
767
767
|
getFiles(variables: import("./sdks/drozbase").Exact<{
|
|
768
768
|
parent: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
769
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
769
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
770
770
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
771
771
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetFilesQuery>;
|
|
772
772
|
convertStorageToHtml(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -791,7 +791,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
791
791
|
id: import("./sdks/drozbase").Scalars["ID"]["input"];
|
|
792
792
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetTaskQuery>;
|
|
793
793
|
getUserTasks(variables?: import("./sdks/drozbase").Exact<{
|
|
794
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
794
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
795
795
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
796
796
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserTasksQuery>;
|
|
797
797
|
leaveTask(variables: import("./sdks/drozbase").Exact<{
|
|
@@ -804,14 +804,14 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
804
804
|
[key: string]: never;
|
|
805
805
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozbase").OnTasksSubscription>;
|
|
806
806
|
getUserDrafts(variables?: import("./sdks/drozbase").Exact<{
|
|
807
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
807
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
808
808
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
809
809
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserDraftsQuery>;
|
|
810
810
|
getUserPrefs(variables: import("./sdks/drozbase").Exact<{
|
|
811
811
|
scope: import("./sdks/drozbase").Scalars["String"]["input"];
|
|
812
812
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserPrefsQuery>;
|
|
813
813
|
getUserFavorites(variables?: import("./sdks/drozbase").Exact<{
|
|
814
|
-
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["
|
|
814
|
+
after?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Base64"]["input"]>;
|
|
815
815
|
limit?: import("./sdks/drozbase").InputMaybe<import("./sdks/drozbase").Scalars["Int"]["input"]>;
|
|
816
816
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetUserFavoritesQuery>;
|
|
817
817
|
isUserFavorite(variables: import("./sdks/drozbase").Exact<{
|
package/src/sdks/drozbase.d.ts
CHANGED
|
@@ -1949,11 +1949,11 @@ export type QueryAllAllowedContentTypesArgs = {
|
|
|
1949
1949
|
id: Scalars['ID']['input'];
|
|
1950
1950
|
};
|
|
1951
1951
|
export type QueryAllGroupsArgs = {
|
|
1952
|
-
after?: InputMaybe<Scalars['
|
|
1952
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
1953
1953
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1954
1954
|
};
|
|
1955
1955
|
export type QueryAllUsersArgs = {
|
|
1956
|
-
after?: InputMaybe<Scalars['
|
|
1956
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
1957
1957
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1958
1958
|
};
|
|
1959
1959
|
export type QueryApprovalFlowArgs = {
|
|
@@ -1973,7 +1973,7 @@ export type QueryCourseChapterArgs = {
|
|
|
1973
1973
|
id: Scalars['ID']['input'];
|
|
1974
1974
|
};
|
|
1975
1975
|
export type QueryCourseEnrolledUsersArgs = {
|
|
1976
|
-
after?: InputMaybe<Scalars['
|
|
1976
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
1977
1977
|
id: Scalars['ID']['input'];
|
|
1978
1978
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1979
1979
|
};
|
|
@@ -1991,12 +1991,12 @@ export type QueryCourseSettingsArgs = {
|
|
|
1991
1991
|
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1992
1992
|
};
|
|
1993
1993
|
export type QueryCourseVersionsArgs = {
|
|
1994
|
-
after?: InputMaybe<Scalars['
|
|
1994
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
1995
1995
|
id: Scalars['ID']['input'];
|
|
1996
1996
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
1997
1997
|
};
|
|
1998
1998
|
export type QueryCoursesArgs = {
|
|
1999
|
-
after?: InputMaybe<Scalars['
|
|
1999
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2000
2000
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2001
2001
|
parent: Scalars['ID']['input'];
|
|
2002
2002
|
};
|
|
@@ -2007,7 +2007,7 @@ export type QueryDiscussionArgs = {
|
|
|
2007
2007
|
id: Scalars['ID']['input'];
|
|
2008
2008
|
};
|
|
2009
2009
|
export type QueryDiscussionsArgs = {
|
|
2010
|
-
after?: InputMaybe<Scalars['
|
|
2010
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2011
2011
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2012
2012
|
parent: Scalars['ID']['input'];
|
|
2013
2013
|
};
|
|
@@ -2025,17 +2025,17 @@ export type QueryDocSettingsArgs = {
|
|
|
2025
2025
|
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2026
2026
|
};
|
|
2027
2027
|
export type QueryDocVersionsArgs = {
|
|
2028
|
-
after?: InputMaybe<Scalars['
|
|
2028
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2029
2029
|
id: Scalars['ID']['input'];
|
|
2030
2030
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2031
2031
|
};
|
|
2032
2032
|
export type QueryDocsArgs = {
|
|
2033
|
-
after?: InputMaybe<Scalars['
|
|
2033
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2034
2034
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2035
2035
|
parent: Scalars['ID']['input'];
|
|
2036
2036
|
};
|
|
2037
2037
|
export type QueryEnrolledCoursesArgs = {
|
|
2038
|
-
after?: InputMaybe<Scalars['
|
|
2038
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2039
2039
|
enrollmentStatus?: InputMaybe<EnrollmentStatus>;
|
|
2040
2040
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2041
2041
|
};
|
|
@@ -2049,7 +2049,7 @@ export type QueryFileArgs = {
|
|
|
2049
2049
|
id: Scalars['ID']['input'];
|
|
2050
2050
|
};
|
|
2051
2051
|
export type QueryFilesArgs = {
|
|
2052
|
-
after?: InputMaybe<Scalars['
|
|
2052
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2053
2053
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2054
2054
|
parent: Scalars['ID']['input'];
|
|
2055
2055
|
};
|
|
@@ -2119,12 +2119,12 @@ export type QueryGroupArgs = {
|
|
|
2119
2119
|
groupName: Scalars['String']['input'];
|
|
2120
2120
|
};
|
|
2121
2121
|
export type QueryGroupAdminsArgs = {
|
|
2122
|
-
after?: InputMaybe<Scalars['
|
|
2122
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2123
2123
|
groupName: Scalars['String']['input'];
|
|
2124
2124
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2125
2125
|
};
|
|
2126
2126
|
export type QueryGroupUsersArgs = {
|
|
2127
|
-
after?: InputMaybe<Scalars['
|
|
2127
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2128
2128
|
groupName: Scalars['String']['input'];
|
|
2129
2129
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2130
2130
|
};
|
|
@@ -2156,7 +2156,7 @@ export type QueryQueryByLabelsArgs = {
|
|
|
2156
2156
|
text: Scalars['String']['input'];
|
|
2157
2157
|
};
|
|
2158
2158
|
export type QueryQueryPermissionsArgs = {
|
|
2159
|
-
after?: InputMaybe<Scalars['
|
|
2159
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2160
2160
|
resource?: InputMaybe<Scalars['ID']['input']>;
|
|
2161
2161
|
subject?: InputMaybe<Scalars['ID']['input']>;
|
|
2162
2162
|
};
|
|
@@ -2195,7 +2195,7 @@ export type QueryRecordsArgs = {
|
|
|
2195
2195
|
ids: Array<Scalars['ID']['input']>;
|
|
2196
2196
|
};
|
|
2197
2197
|
export type QuerySearchArgs = {
|
|
2198
|
-
after?: InputMaybe<Scalars['
|
|
2198
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2199
2199
|
filters?: InputMaybe<Array<ContentSearchFilterInput>>;
|
|
2200
2200
|
highlight?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2201
2201
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -2232,7 +2232,7 @@ export type QuerySpaceAllowedContentTypesArgs = {
|
|
|
2232
2232
|
id: Scalars['ID']['input'];
|
|
2233
2233
|
};
|
|
2234
2234
|
export type QuerySpaceContentsArgs = {
|
|
2235
|
-
next?: InputMaybe<Scalars['
|
|
2235
|
+
next?: InputMaybe<Scalars['Base64']['input']>;
|
|
2236
2236
|
parent: Scalars['String']['input'];
|
|
2237
2237
|
};
|
|
2238
2238
|
export type QuerySpaceSettingsArgs = {
|
|
@@ -2254,7 +2254,7 @@ export type QueryTrailArgs = {
|
|
|
2254
2254
|
id: Scalars['ID']['input'];
|
|
2255
2255
|
};
|
|
2256
2256
|
export type QueryTrashBinItemsArgs = {
|
|
2257
|
-
next?: InputMaybe<Scalars['
|
|
2257
|
+
next?: InputMaybe<Scalars['Base64']['input']>;
|
|
2258
2258
|
};
|
|
2259
2259
|
export type QueryUserArgs = {
|
|
2260
2260
|
username: Scalars['String']['input'];
|
|
@@ -2263,23 +2263,23 @@ export type QueryUserByEmailArgs = {
|
|
|
2263
2263
|
email: Scalars['String']['input'];
|
|
2264
2264
|
};
|
|
2265
2265
|
export type QueryUserDraftsArgs = {
|
|
2266
|
-
after?: InputMaybe<Scalars['
|
|
2266
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2267
2267
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2268
2268
|
};
|
|
2269
2269
|
export type QueryUserFavoriteArgs = {
|
|
2270
2270
|
ref: Scalars['ID']['input'];
|
|
2271
2271
|
};
|
|
2272
2272
|
export type QueryUserFavoritesArgs = {
|
|
2273
|
-
after?: InputMaybe<Scalars['
|
|
2273
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2274
2274
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2275
2275
|
};
|
|
2276
2276
|
export type QueryUserGroupsArgs = {
|
|
2277
|
-
after?: InputMaybe<Scalars['
|
|
2277
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2278
2278
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2279
2279
|
username: Scalars['String']['input'];
|
|
2280
2280
|
};
|
|
2281
2281
|
export type QueryUserNotificationsArgs = {
|
|
2282
|
-
after?: InputMaybe<Scalars['
|
|
2282
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2283
2283
|
};
|
|
2284
2284
|
export type QueryUserPrefsArgs = {
|
|
2285
2285
|
scope: Scalars['String']['input'];
|
|
@@ -2288,7 +2288,7 @@ export type QueryUserQuizResponsesArgs = {
|
|
|
2288
2288
|
id: Scalars['ID']['input'];
|
|
2289
2289
|
};
|
|
2290
2290
|
export type QueryUserTasksArgs = {
|
|
2291
|
-
after?: InputMaybe<Scalars['
|
|
2291
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
2292
2292
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
2293
2293
|
};
|
|
2294
2294
|
export type QueryUsersArgs = {
|
|
@@ -3342,7 +3342,7 @@ export type GetUsersQuery = {
|
|
|
3342
3342
|
users?: Maybe<Array<Maybe<UserInfoFragment>>>;
|
|
3343
3343
|
};
|
|
3344
3344
|
export type GetAllUsersQueryVariables = Exact<{
|
|
3345
|
-
after?: InputMaybe<Scalars['
|
|
3345
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3346
3346
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3347
3347
|
}>;
|
|
3348
3348
|
export type GetAllUsersQuery = {
|
|
@@ -3358,7 +3358,7 @@ export type GetGroupQuery = {
|
|
|
3358
3358
|
group?: Maybe<GroupFragment>;
|
|
3359
3359
|
};
|
|
3360
3360
|
export type GetAllGroupsQueryVariables = Exact<{
|
|
3361
|
-
after?: InputMaybe<Scalars['
|
|
3361
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3362
3362
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3363
3363
|
}>;
|
|
3364
3364
|
export type GetAllGroupsQuery = {
|
|
@@ -3366,7 +3366,7 @@ export type GetAllGroupsQuery = {
|
|
|
3366
3366
|
};
|
|
3367
3367
|
export type GetGroupUsersQueryVariables = Exact<{
|
|
3368
3368
|
groupName: Scalars['String']['input'];
|
|
3369
|
-
after?: InputMaybe<Scalars['
|
|
3369
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3370
3370
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3371
3371
|
}>;
|
|
3372
3372
|
export type GetGroupUsersQuery = {
|
|
@@ -3377,7 +3377,7 @@ export type GetGroupUsersQuery = {
|
|
|
3377
3377
|
};
|
|
3378
3378
|
export type GetGroupAdminsQueryVariables = Exact<{
|
|
3379
3379
|
groupName: Scalars['String']['input'];
|
|
3380
|
-
after?: InputMaybe<Scalars['
|
|
3380
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3381
3381
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3382
3382
|
}>;
|
|
3383
3383
|
export type GetGroupAdminsQuery = {
|
|
@@ -3385,7 +3385,7 @@ export type GetGroupAdminsQuery = {
|
|
|
3385
3385
|
};
|
|
3386
3386
|
export type GetUserGroupsQueryVariables = Exact<{
|
|
3387
3387
|
username: Scalars['String']['input'];
|
|
3388
|
-
after?: InputMaybe<Scalars['
|
|
3388
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3389
3389
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3390
3390
|
}>;
|
|
3391
3391
|
export type GetUserGroupsQuery = {
|
|
@@ -3508,7 +3508,7 @@ export type GetTrailQuery = {
|
|
|
3508
3508
|
trail: Array<RecordFragment>;
|
|
3509
3509
|
};
|
|
3510
3510
|
export type GetTrashBinItemsQueryVariables = Exact<{
|
|
3511
|
-
next?: InputMaybe<Scalars['
|
|
3511
|
+
next?: InputMaybe<Scalars['Base64']['input']>;
|
|
3512
3512
|
}>;
|
|
3513
3513
|
export type GetTrashBinItemsQuery = {
|
|
3514
3514
|
trashBinItems?: Maybe<{
|
|
@@ -3615,7 +3615,7 @@ export type GetCourseQuery = {
|
|
|
3615
3615
|
};
|
|
3616
3616
|
export type GetCoursesQueryVariables = Exact<{
|
|
3617
3617
|
parent: Scalars['ID']['input'];
|
|
3618
|
-
after?: InputMaybe<Scalars['
|
|
3618
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3619
3619
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3620
3620
|
}>;
|
|
3621
3621
|
export type GetCoursesQuery = {
|
|
@@ -3626,7 +3626,7 @@ export type GetCoursesQuery = {
|
|
|
3626
3626
|
};
|
|
3627
3627
|
export type GetCourseVersionsQueryVariables = Exact<{
|
|
3628
3628
|
id: Scalars['ID']['input'];
|
|
3629
|
-
after?: InputMaybe<Scalars['
|
|
3629
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3630
3630
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3631
3631
|
}>;
|
|
3632
3632
|
export type GetCourseVersionsQuery = {
|
|
@@ -3678,7 +3678,7 @@ export type GetCourseProgressInfoQuery = {
|
|
|
3678
3678
|
};
|
|
3679
3679
|
export type GetCourseEnrolledUsersQueryVariables = Exact<{
|
|
3680
3680
|
id: Scalars['ID']['input'];
|
|
3681
|
-
after?: InputMaybe<Scalars['
|
|
3681
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3682
3682
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3683
3683
|
}>;
|
|
3684
3684
|
export type GetCourseEnrolledUsersQuery = {
|
|
@@ -3689,7 +3689,7 @@ export type GetCourseEnrolledUsersQuery = {
|
|
|
3689
3689
|
};
|
|
3690
3690
|
export type ListEnrolledCoursesQueryVariables = Exact<{
|
|
3691
3691
|
enrollmentStatus?: InputMaybe<EnrollmentStatus>;
|
|
3692
|
-
after?: InputMaybe<Scalars['
|
|
3692
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3693
3693
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3694
3694
|
}>;
|
|
3695
3695
|
export type ListEnrolledCoursesQuery = {
|
|
@@ -3959,7 +3959,7 @@ export type DocSettingsFragment = {
|
|
|
3959
3959
|
};
|
|
3960
3960
|
export type GetDocsQueryVariables = Exact<{
|
|
3961
3961
|
parent: Scalars['ID']['input'];
|
|
3962
|
-
after?: InputMaybe<Scalars['
|
|
3962
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3963
3963
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3964
3964
|
}>;
|
|
3965
3965
|
export type GetDocsQuery = {
|
|
@@ -3970,7 +3970,7 @@ export type GetDocsQuery = {
|
|
|
3970
3970
|
};
|
|
3971
3971
|
export type GetDocVersionsQueryVariables = Exact<{
|
|
3972
3972
|
id: Scalars['ID']['input'];
|
|
3973
|
-
after?: InputMaybe<Scalars['
|
|
3973
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
3974
3974
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
3975
3975
|
}>;
|
|
3976
3976
|
export type GetDocVersionsQuery = {
|
|
@@ -4488,7 +4488,7 @@ export type NotificationFragment = (Pick<Notification, 'id' | 'action' | 'conten
|
|
|
4488
4488
|
});
|
|
4489
4489
|
export type EmailPreferencesFragment = Pick<UserEmailPreferences, 'all' | 'releaseNotes' | 'updates' | 'tasks' | 'gamification' | 'discussions' | 'docReview' | 'locale'>;
|
|
4490
4490
|
export type GetUserNotificationsQueryVariables = Exact<{
|
|
4491
|
-
after?: InputMaybe<Scalars['
|
|
4491
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
4492
4492
|
}>;
|
|
4493
4493
|
export type GetUserNotificationsQuery = {
|
|
4494
4494
|
userNotifications?: Maybe<(Pick<NotificationConnection, 'count'> & {
|
|
@@ -4647,7 +4647,7 @@ export type GetPoliciesQuery = {
|
|
|
4647
4647
|
export type QueryPermissionsQueryVariables = Exact<{
|
|
4648
4648
|
resource?: InputMaybe<Scalars['ID']['input']>;
|
|
4649
4649
|
subject?: InputMaybe<Scalars['ID']['input']>;
|
|
4650
|
-
after?: InputMaybe<Scalars['
|
|
4650
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
4651
4651
|
}>;
|
|
4652
4652
|
export type QueryPermissionsQuery = {
|
|
4653
4653
|
queryPermissions: {
|
|
@@ -4718,7 +4718,7 @@ export type SearchQueryVariables = Exact<{
|
|
|
4718
4718
|
typename?: InputMaybe<Scalars['String']['input']>;
|
|
4719
4719
|
parent?: InputMaybe<Scalars['String']['input']>;
|
|
4720
4720
|
filters?: InputMaybe<Array<ContentSearchFilterInput> | ContentSearchFilterInput>;
|
|
4721
|
-
after?: InputMaybe<Scalars['
|
|
4721
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
4722
4722
|
highlight?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4723
4723
|
sorting?: InputMaybe<SearchSorting>;
|
|
4724
4724
|
}>;
|
|
@@ -4835,7 +4835,7 @@ export type GetSpacesQuery = {
|
|
|
4835
4835
|
};
|
|
4836
4836
|
export type ListSpaceContentsQueryVariables = Exact<{
|
|
4837
4837
|
parent: Scalars['String']['input'];
|
|
4838
|
-
next?: InputMaybe<Scalars['
|
|
4838
|
+
next?: InputMaybe<Scalars['Base64']['input']>;
|
|
4839
4839
|
}>;
|
|
4840
4840
|
export type ListSpaceContentsQuery = {
|
|
4841
4841
|
spaceContents?: Maybe<{
|
|
@@ -4918,7 +4918,7 @@ export type GetFileQuery = {
|
|
|
4918
4918
|
};
|
|
4919
4919
|
export type GetFilesQueryVariables = Exact<{
|
|
4920
4920
|
parent: Scalars['ID']['input'];
|
|
4921
|
-
after?: InputMaybe<Scalars['
|
|
4921
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
4922
4922
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
4923
4923
|
}>;
|
|
4924
4924
|
export type GetFilesQuery = {
|
|
@@ -4986,7 +4986,7 @@ export type GetTaskQuery = {
|
|
|
4986
4986
|
task?: Maybe<TaskFragment>;
|
|
4987
4987
|
};
|
|
4988
4988
|
export type GetUserTasksQueryVariables = Exact<{
|
|
4989
|
-
after?: InputMaybe<Scalars['
|
|
4989
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
4990
4990
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
4991
4991
|
}>;
|
|
4992
4992
|
export type GetUserTasksQuery = {
|
|
@@ -5014,7 +5014,7 @@ export type OnTasksSubscription = {
|
|
|
5014
5014
|
onTasks?: Maybe<TaskFragment>;
|
|
5015
5015
|
};
|
|
5016
5016
|
export type GetUserDraftsQueryVariables = Exact<{
|
|
5017
|
-
after?: InputMaybe<Scalars['
|
|
5017
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
5018
5018
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
5019
5019
|
}>;
|
|
5020
5020
|
export type GetUserDraftsQuery = {
|
|
@@ -5030,7 +5030,7 @@ export type GetUserPrefsQuery = (Pick<Query, 'userPrefs'> & {
|
|
|
5030
5030
|
globalUserPrefs: Query['userPrefs'];
|
|
5031
5031
|
});
|
|
5032
5032
|
export type GetUserFavoritesQueryVariables = Exact<{
|
|
5033
|
-
after?: InputMaybe<Scalars['
|
|
5033
|
+
after?: InputMaybe<Scalars['Base64']['input']>;
|
|
5034
5034
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
5035
5035
|
}>;
|
|
5036
5036
|
export type GetUserFavoritesQuery = {
|
|
@@ -5219,12 +5219,12 @@ export declare const GetMeDocument = "\n query getMe {\n me {\n ...user\n
|
|
|
5219
5219
|
export declare const GetUserDocument = "\n query getUser($username: String!) {\n user(username: $username) {\n ...userInfo\n }\n}\n \n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5220
5220
|
export declare const GetUserByEmailDocument = "\n query getUserByEmail($email: String!) {\n userByEmail(email: $email) {\n ...userInfo\n }\n}\n \n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5221
5221
|
export declare const GetUsersDocument = "\n query getUsers($usernames: [String!]!) {\n users(usernames: $usernames) {\n ...userInfo\n }\n}\n \n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5222
|
-
export declare const GetAllUsersDocument = "\n query getAllUsers($after:
|
|
5222
|
+
export declare const GetAllUsersDocument = "\n query getAllUsers($after: Base64, $limit: Int) {\n allUsers(after: $after, limit: $limit) {\n nodes {\n ...user\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment user on User {\n username\n name\n email\n picture\n status\n enabled\n bio\n department\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5223
5223
|
export declare const GetGroupDocument = "\n query getGroup($groupName: String!) {\n group(groupName: $groupName) {\n ...group\n }\n}\n \n fragment group on Group {\n groupName\n description\n precedence\n}\n ";
|
|
5224
|
-
export declare const GetAllGroupsDocument = "\n query getAllGroups($after:
|
|
5225
|
-
export declare const GetGroupUsersDocument = "\n query getGroupUsers($groupName: String!, $after:
|
|
5226
|
-
export declare const GetGroupAdminsDocument = "\n query getGroupAdmins($groupName: String!, $after:
|
|
5227
|
-
export declare const GetUserGroupsDocument = "\n query getUserGroups($username: String!, $after:
|
|
5224
|
+
export declare const GetAllGroupsDocument = "\n query getAllGroups($after: Base64, $limit: Int) {\n allGroups(after: $after, limit: $limit) {\n ...group\n }\n}\n \n fragment group on Group {\n groupName\n description\n precedence\n}\n ";
|
|
5225
|
+
export declare const GetGroupUsersDocument = "\n query getGroupUsers($groupName: String!, $after: Base64, $limit: Int) {\n groupUsers(groupName: $groupName, after: $after, limit: $limit) {\n nodes {\n ...user\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment user on User {\n username\n name\n email\n picture\n status\n enabled\n bio\n department\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5226
|
+
export declare const GetGroupAdminsDocument = "\n query getGroupAdmins($groupName: String!, $after: Base64, $limit: Int) {\n groupAdmins(groupName: $groupName, after: $after, limit: $limit) {\n ...userInfo\n }\n}\n \n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5227
|
+
export declare const GetUserGroupsDocument = "\n query getUserGroups($username: String!, $after: Base64, $limit: Int) {\n userGroups(username: $username, after: $after, limit: $limit) {\n ...group\n }\n}\n \n fragment group on Group {\n groupName\n description\n precedence\n}\n ";
|
|
5228
5228
|
export declare const UsersCsvDocument = "\n query usersCsv {\n usersCsv\n}\n ";
|
|
5229
5229
|
export declare const GenerateImpersonateTokenDocument = "\n mutation generateImpersonateToken($input: ImpersonateInput!) {\n generateImpersonateToken(input: $input)\n}\n ";
|
|
5230
5230
|
export declare const UpdateProfileDocument = "\n mutation updateProfile($input: UpdateProfileInput!) {\n updateProfile(input: $input) {\n ...user\n }\n}\n \n fragment user on User {\n username\n name\n email\n picture\n status\n enabled\n bio\n department\n}\n ";
|
|
@@ -5246,7 +5246,7 @@ export declare const GetRecordsDocument = "\n query getRecords($ids: [ID!]!,
|
|
|
5246
5246
|
export declare const GetRecordInfoDocument = "\n query getRecordInfo($id: ID!) {\n recordInfo(id: $id) {\n id\n slug\n title\n typename\n }\n}\n ";
|
|
5247
5247
|
export declare const GetRecordByOriginDocument = "\n query getRecordByOrigin($origin: String!, $identifier: String!, $typename: String) {\n recordByOrigin(origin: $origin, identifier: $identifier, typename: $typename) {\n ...recordWithParent\n }\n}\n \n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5248
5248
|
export declare const GetTrailDocument = "\n query getTrail($id: ID!) {\n trail(id: $id) {\n ...record\n }\n}\n \n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5249
|
-
export declare const GetTrashBinItemsDocument = "\n query getTrashBinItems($next:
|
|
5249
|
+
export declare const GetTrashBinItemsDocument = "\n query getTrashBinItems($next: Base64) {\n trashBinItems(next: $next) {\n pageInfo {\n ...pageInfo\n }\n nodes {\n ...recordWithParent\n }\n }\n}\n \n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5250
5250
|
export declare const ListSimilarItemsDocument = "\n query listSimilarItems {\n listSimilarItems {\n node {\n id\n title\n typename\n slug\n }\n nodes {\n similarity\n node {\n id\n title\n typename\n slug\n }\n }\n }\n}\n ";
|
|
5251
5251
|
export declare const FindSimilarItemsDocument = "\n query findSimilarItems($id: ID!) {\n findSimilarItems(id: $id) {\n similarity\n node {\n id\n title\n typename\n }\n }\n}\n ";
|
|
5252
5252
|
export declare const TriggerSimilarityCheckDocument = "\n mutation triggerSimilarityCheck {\n triggerSimilarityCheck\n}\n ";
|
|
@@ -5257,15 +5257,15 @@ export declare const ReindexDocument = "\n mutation reindex($input: ReindexIn
|
|
|
5257
5257
|
export declare const FullReindexDocument = "\n mutation fullReindex($input: FullReindexInput!) {\n fullReindex(input: $input)\n}\n ";
|
|
5258
5258
|
export declare const FullDumpDocument = "\n mutation fullDump {\n fullDump\n}\n ";
|
|
5259
5259
|
export declare const GetCourseDocument = "\n query getCourse($id: ID!) {\n trail(id: $id) {\n ...record\n }\n course(id: $id) {\n ... on Course {\n ...course\n isEligible\n }\n ... on CourseVersion {\n ...courseVersionWithApprovalFlow\n }\n }\n}\n \n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment course on Course {\n ...courseWithoutContent\n content\n}\n \n\n fragment courseWithoutContent on Course {\n id\n version\n typename\n title\n slug\n tags\n duration\n progress\n points\n enrollmentDate\n createdAt\n updatedAt\n ttl\n versionId\n thumbnailUrl\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment courseVersionWithApprovalFlow on CourseVersion {\n ...courseVersion\n approvalFlow {\n ...approvalFlowExecution\n }\n}\n \n\n fragment courseVersion on CourseVersion {\n ...courseVersionWithoutContent\n content\n}\n \n\n fragment courseVersionWithoutContent on CourseVersion {\n id\n version\n typename\n title\n slug\n tags\n duration\n createdAt\n updatedAt\n ttl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n status\n}\n \n\n fragment approvalFlowExecution on ApprovalFlowExecution {\n id\n status\n currentStepId\n flow {\n ...executableApprovalFlow\n }\n}\n \n\n fragment executableApprovalFlow on ExecutableApprovalFlow {\n id\n title\n steps {\n id\n status\n title\n approvers {\n ...subject\n }\n minimumApprovals\n approvals {\n ...userInfo\n }\n rejections {\n ...userInfo\n }\n autoProceedOnMinimumReached\n }\n}\n \n\n fragment subject on Subject {\n __typename\n ...userInfo\n ...group\n}\n \n\n fragment group on Group {\n groupName\n description\n precedence\n}\n ";
|
|
5260
|
-
export declare const GetCoursesDocument = "\n query getCourses($parent: ID!, $after:
|
|
5261
|
-
export declare const GetCourseVersionsDocument = "\n query getCourseVersions($id: ID!, $after:
|
|
5260
|
+
export declare const GetCoursesDocument = "\n query getCourses($parent: ID!, $after: Base64, $limit: Int) {\n courses(parent: $parent, after: $after, limit: $limit) {\n nodes {\n ...courseWithoutChapters\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment courseWithoutChapters on Course {\n id\n version\n typename\n title\n slug\n tags\n duration\n progress\n points\n enrollmentDate\n createdAt\n updatedAt\n ttl\n versionId\n thumbnailUrl\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5261
|
+
export declare const GetCourseVersionsDocument = "\n query getCourseVersions($id: ID!, $after: Base64, $limit: Int) {\n courseVersions(id: $id, after: $after, limit: $limit) {\n nodes {\n ...courseVersionWithoutContent\n diff {\n title\n content\n }\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment courseVersionWithoutContent on CourseVersion {\n id\n version\n typename\n title\n slug\n tags\n duration\n createdAt\n updatedAt\n ttl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n status\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5262
5262
|
export declare const GetCourseChapterDocument = "\n query getCourseChapter($id: ID!) {\n courseChapter(id: $id) {\n ...courseChapter\n }\n}\n \n fragment courseChapter on CourseChapter {\n ...courseChapterWithoutContent\n content\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5263
5263
|
export declare const GetCourseLessonDocument = "\n query getCourseLesson($id: ID!) {\n courseLesson(id: $id) {\n ...courseLesson\n }\n}\n \n fragment courseLesson on CourseLesson {\n ...courseLessonWithoutContent\n content\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n ";
|
|
5264
5264
|
export declare const GetCourseEntryDocument = "\n query getCourseEntry($id: ID!) {\n courseEntry(id: $id) {\n ...courseEntry\n }\n}\n \n fragment courseEntry on CourseEntry {\n ...courseLesson\n ...courseQuiz\n}\n \n\n fragment courseLesson on CourseLesson {\n ...courseLessonWithoutContent\n content\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuiz on Quiz {\n ...quiz\n completedDate\n}\n \n\n fragment quiz on Quiz {\n ...quizWithoutContent\n content\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5265
5265
|
export declare const GetCourseSettingsDocument = "\n query getCourseSettings($id: ID!, $scopes: [String!]) {\n courseSettings(id: $id, scopes: $scopes) {\n general {\n ...courseGeneralSettings\n prerequisiteCourses {\n ... on Course {\n ...courseWithoutChapters\n progressInfo {\n ...courseProgressInfo\n }\n }\n }\n }\n certificate {\n ...courseCertificateSettings\n }\n quiz {\n ...courseQuizSettings\n }\n }\n}\n \n fragment courseGeneralSettings on CourseGeneralSettings {\n blockNavigationForDuration\n allowFreeNavigation\n prerequisiteCoursesIds\n}\n \n\n fragment courseWithoutChapters on Course {\n id\n version\n typename\n title\n slug\n tags\n duration\n progress\n points\n enrollmentDate\n createdAt\n updatedAt\n ttl\n versionId\n thumbnailUrl\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseProgressInfo on CourseProgressInfo {\n progress\n isCompleted\n isApproved\n userPoints\n certificateKey\n certificateUrl\n courseHasCertificate\n}\n \n\n fragment courseCertificateSettings on CourseCertificateSettings {\n templateId\n templateUrl\n}\n \n\n fragment courseQuizSettings on CourseQuizSettings {\n retriesOnWrongAnswer\n showGradeAfterSubmission\n showQuestionPoints\n minimumPointsPercentageForApproval\n shuffleQuestions\n}\n ";
|
|
5266
5266
|
export declare const GetCourseProgressInfoDocument = "\n query getCourseProgressInfo($id: ID!) {\n courseProgressInfo(id: $id) {\n ...courseProgressInfo\n }\n}\n \n fragment courseProgressInfo on CourseProgressInfo {\n progress\n isCompleted\n isApproved\n userPoints\n certificateKey\n certificateUrl\n courseHasCertificate\n}\n ";
|
|
5267
|
-
export declare const GetCourseEnrolledUsersDocument = "\n query getCourseEnrolledUsers($id: ID!, $after:
|
|
5268
|
-
export declare const ListEnrolledCoursesDocument = "\n query listEnrolledCourses($enrollmentStatus: EnrollmentStatus, $after:
|
|
5267
|
+
export declare const GetCourseEnrolledUsersDocument = "\n query getCourseEnrolledUsers($id: ID!, $after: Base64, $limit: Int) {\n courseEnrolledUsers(id: $id, after: $after, limit: $limit) {\n nodes {\n ...courseUser\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment courseUser on CourseUser {\n user {\n ...userInfo\n }\n startedAt\n completedAt\n progressInfo {\n ...courseProgressInfo\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseProgressInfo on CourseProgressInfo {\n progress\n isCompleted\n isApproved\n userPoints\n certificateKey\n certificateUrl\n courseHasCertificate\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5268
|
+
export declare const ListEnrolledCoursesDocument = "\n query listEnrolledCourses($enrollmentStatus: EnrollmentStatus, $after: Base64, $limit: Int) {\n enrolledCourses(\n enrollmentStatus: $enrollmentStatus\n after: $after\n limit: $limit\n ) {\n nodes {\n ...courseUser\n course {\n ...courseWithoutChapters\n }\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment courseUser on CourseUser {\n user {\n ...userInfo\n }\n startedAt\n completedAt\n progressInfo {\n ...courseProgressInfo\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseProgressInfo on CourseProgressInfo {\n progress\n isCompleted\n isApproved\n userPoints\n certificateKey\n certificateUrl\n courseHasCertificate\n}\n \n\n fragment courseWithoutChapters on Course {\n id\n version\n typename\n title\n slug\n tags\n duration\n progress\n points\n enrollmentDate\n createdAt\n updatedAt\n ttl\n versionId\n thumbnailUrl\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5269
5269
|
export declare const CreateCourseDocument = "\n mutation createCourse($input: CreateCourseInput!) {\n createCourse(input: $input) {\n ...courseVersion\n }\n}\n \n fragment courseVersion on CourseVersion {\n ...courseVersionWithoutContent\n content\n}\n \n\n fragment courseVersionWithoutContent on CourseVersion {\n id\n version\n typename\n title\n slug\n tags\n duration\n createdAt\n updatedAt\n ttl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n status\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n ";
|
|
5270
5270
|
export declare const EditCourseDocument = "\n mutation editCourse($input: EditCourseInput!) {\n editCourse(input: $input) {\n ...courseVersion\n }\n}\n \n fragment courseVersion on CourseVersion {\n ...courseVersionWithoutContent\n content\n}\n \n\n fragment courseVersionWithoutContent on CourseVersion {\n id\n version\n typename\n title\n slug\n tags\n duration\n createdAt\n updatedAt\n ttl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n status\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n ";
|
|
5271
5271
|
export declare const UpdateCourseDocument = "\n mutation updateCourse($input: UpdateCourseInput!) {\n updateCourse(input: $input) {\n ...courseVersion\n }\n}\n \n fragment courseVersion on CourseVersion {\n ...courseVersionWithoutContent\n content\n}\n \n\n fragment courseVersionWithoutContent on CourseVersion {\n id\n version\n typename\n title\n slug\n tags\n duration\n createdAt\n updatedAt\n ttl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n status\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n ";
|
|
@@ -5300,8 +5300,8 @@ export declare const UpdateDiscussionDocument = "\n mutation updateDiscussion
|
|
|
5300
5300
|
export declare const RemoveDiscussionDocument = "\n mutation removeDiscussion($input: RemoveDiscussionInput!) {\n removeDiscussion(input: $input) {\n ...discussion\n }\n}\n \n fragment discussion on Discussion {\n id\n typename\n title\n content\n slug\n tags\n createdAt\n updatedAt\n replies\n edited\n parent\n authors {\n ...userInfo\n }\n reactions {\n ...reactions\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment reactions on ReactionsSummary {\n counts {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n total\n }\n mine\n}\n ";
|
|
5301
5301
|
export declare const GetDocDocument = "\n query getDoc($id: ID!) {\n trail(id: $id) {\n ...record\n }\n docSettings(id: $id, scopes: \"content\") {\n ...docSettings\n }\n doc(id: $id) {\n ...doc\n ...docVersion\n }\n}\n \n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment docSettings on DocSettings {\n content {\n ...docContentSettings\n }\n}\n \n\n fragment docContentSettings on DocContentSettings {\n daysAfterPublishToRequireReview\n dateToRequireReview\n}\n \n\n fragment doc on Doc {\n ...docWithoutContent\n content\n}\n \n\n fragment docWithoutContent on Doc {\n id\n version\n typename\n origin\n identifier\n prefixCode\n title\n slug\n tags\n entities\n createdAt\n updatedAt\n ttl\n thumbnailUrl\n toc\n showToc\n features\n references\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment docVersion on DocVersion {\n id\n typename\n prefixCode\n title\n slug\n content\n tags\n createdAt\n updatedAt\n ttl\n toc\n showToc\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n status\n parentSymlinks\n features\n references\n diff {\n title\n content\n }\n approvalFlow {\n ...approvalFlowExecution\n }\n}\n \n\n fragment approvalFlowExecution on ApprovalFlowExecution {\n id\n status\n currentStepId\n flow {\n ...executableApprovalFlow\n }\n}\n \n\n fragment executableApprovalFlow on ExecutableApprovalFlow {\n id\n title\n steps {\n id\n status\n title\n approvers {\n ...subject\n }\n minimumApprovals\n approvals {\n ...userInfo\n }\n rejections {\n ...userInfo\n }\n autoProceedOnMinimumReached\n }\n}\n \n\n fragment subject on Subject {\n __typename\n ...userInfo\n ...group\n}\n \n\n fragment group on Group {\n groupName\n description\n precedence\n}\n ";
|
|
5302
5302
|
export declare const GetDocByFilterDocument = "\n query getDocByFilter($filters: [ContentSearchFilterInput!]!) {\n docByFilter(filters: $filters) {\n ...doc\n }\n}\n \n fragment doc on Doc {\n ...docWithoutContent\n content\n}\n \n\n fragment docWithoutContent on Doc {\n id\n version\n typename\n origin\n identifier\n prefixCode\n title\n slug\n tags\n entities\n createdAt\n updatedAt\n ttl\n thumbnailUrl\n toc\n showToc\n features\n references\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5303
|
-
export declare const GetDocsDocument = "\n query getDocs($parent: ID!, $after:
|
|
5304
|
-
export declare const GetDocVersionsDocument = "\n query getDocVersions($id: ID!, $after:
|
|
5303
|
+
export declare const GetDocsDocument = "\n query getDocs($parent: ID!, $after: Base64, $limit: Int) {\n docs(parent: $parent, after: $after, limit: $limit) {\n nodes {\n ...doc\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment doc on Doc {\n ...docWithoutContent\n content\n}\n \n\n fragment docWithoutContent on Doc {\n id\n version\n typename\n origin\n identifier\n prefixCode\n title\n slug\n tags\n entities\n createdAt\n updatedAt\n ttl\n thumbnailUrl\n toc\n showToc\n features\n references\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5304
|
+
export declare const GetDocVersionsDocument = "\n query getDocVersions($id: ID!, $after: Base64, $limit: Int) {\n docVersions(id: $id, after: $after, limit: $limit) {\n nodes {\n ...docVersionWithoutContent\n diff {\n title\n content\n }\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment docVersionWithoutContent on DocVersion {\n id\n typename\n prefixCode\n title\n slug\n tags\n createdAt\n updatedAt\n ttl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n status\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5305
5305
|
export declare const GetDocContentAsMarkdownDocument = "\n query getDocContentAsMarkdown($id: ID!) {\n docContentAsMarkdown(id: $id)\n}\n ";
|
|
5306
5306
|
export declare const GetDocSettingsDocument = "\n query getDocSettings($id: ID!, $scopes: [String!]) {\n docSettings(id: $id, scopes: $scopes) {\n ...docSettings\n }\n}\n \n fragment docSettings on DocSettings {\n content {\n ...docContentSettings\n }\n}\n \n\n fragment docContentSettings on DocContentSettings {\n daysAfterPublishToRequireReview\n dateToRequireReview\n}\n ";
|
|
5307
5307
|
export declare const CompareDocsDocument = "\n query compareDocs($id1: ID!, $id2: ID!) {\n compareDocs(id1: $id1, id2: $id2) {\n diff1 {\n title\n content\n }\n diff2 {\n title\n content\n }\n }\n}\n ";
|
|
@@ -5373,7 +5373,7 @@ export declare const QueryByLabelsDocument = "\n query queryByLabels($text: S
|
|
|
5373
5373
|
export declare const GetGifsDocument = "\n query getGifs($query: String!, $limit: Int, $offset: Int) {\n gifs(query: $query, limit: $limit, offset: $offset) {\n id\n url\n }\n}\n ";
|
|
5374
5374
|
export declare const GetIconsDocument = "\n query getIcons($query: String!, $limit: Int, $offset: Int) {\n icons(query: $query, limit: $limit, offset: $offset) {\n id\n url\n }\n}\n ";
|
|
5375
5375
|
export declare const GetWebArticleDocument = "\n query getWebArticle($url: String!) {\n webArticle(url: $url) {\n id\n title\n content\n text\n }\n}\n ";
|
|
5376
|
-
export declare const GetUserNotificationsDocument = "\n query getUserNotifications($after:
|
|
5376
|
+
export declare const GetUserNotificationsDocument = "\n query getUserNotifications($after: Base64) {\n userNotifications(after: $after) {\n count\n nodes {\n ...notification\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment notification on Notification {\n id\n actor {\n ...userInfo\n }\n action\n ref {\n ...record\n }\n alternativeRef {\n ...record\n }\n content\n seen\n read\n createdAt\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5377
5377
|
export declare const GetUserEmailPreferencesDocument = "\n query getUserEmailPreferences {\n userEmailPreferences {\n ...emailPreferences\n }\n}\n \n fragment emailPreferences on UserEmailPreferences {\n all\n releaseNotes\n updates\n tasks\n gamification\n discussions\n docReview\n locale\n}\n ";
|
|
5378
5378
|
export declare const SetUserEmailPreferencesDocument = "\n mutation setUserEmailPreferences($input: SetUserEmailPreferencesInput!) {\n setUserEmailPreferences(input: $input) {\n ...emailPreferences\n }\n}\n \n fragment emailPreferences on UserEmailPreferences {\n all\n releaseNotes\n updates\n tasks\n gamification\n discussions\n docReview\n locale\n}\n ";
|
|
5379
5379
|
export declare const MarkAllNotificationsAsSeenDocument = "\n mutation markAllNotificationsAsSeen {\n markAllNotificationsAsSeen\n}\n ";
|
|
@@ -5394,12 +5394,12 @@ export declare const RecomputeGroupMappingsDocument = "\n mutation recomputeG
|
|
|
5394
5394
|
export declare const GetSubjectsDocument = "\n query getSubjects($resource: ID!, $typename: Typenames!, $grant: Grants!) {\n subjects(resource: $resource, typename: $typename, grant: $grant) {\n ...subject\n }\n}\n \n fragment subject on Subject {\n __typename\n ...userInfo\n ...group\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment group on Group {\n groupName\n description\n precedence\n}\n ";
|
|
5395
5395
|
export declare const GetPermissionsDocument = "\n query getPermissions($resource: ID!) {\n permissions(resource: $resource) {\n subject\n policies {\n typename\n grant\n resource\n }\n }\n}\n ";
|
|
5396
5396
|
export declare const GetPoliciesDocument = "\n query getPolicies($resource: ID!, $subject: ID, $useCache: Boolean) {\n policies(resource: $resource, subject: $subject, useCache: $useCache) {\n subject\n grant\n typename\n resource\n }\n}\n ";
|
|
5397
|
-
export declare const QueryPermissionsDocument = "\n query queryPermissions($resource: ID, $subject: ID, $after:
|
|
5397
|
+
export declare const QueryPermissionsDocument = "\n query queryPermissions($resource: ID, $subject: ID, $after: Base64) {\n queryPermissions(resource: $resource, subject: $subject, after: $after) {\n nodes {\n ...permission\n who {\n ...userInfo\n ...group\n }\n what {\n id\n title\n typename\n slug\n }\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment permission on Permission {\n resource\n subject\n policies\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment group on Group {\n groupName\n description\n precedence\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5398
5398
|
export declare const SetPermissionDocument = "\n mutation setPermission($input: SetPermissionInput!) {\n setPermission(input: $input) {\n ...permission\n }\n}\n \n fragment permission on Permission {\n resource\n subject\n policies\n}\n ";
|
|
5399
5399
|
export declare const RemovePermissionDocument = "\n mutation removePermission($input: RemovePermissionInput!) {\n removePermission(input: $input) {\n ...permission\n }\n}\n \n fragment permission on Permission {\n resource\n subject\n policies\n}\n ";
|
|
5400
5400
|
export declare const GetReactionsDocument = "\n query getReactions($resource: ID!, $withUsers: Boolean = false) {\n reactions(resource: $resource) {\n ...reactions\n subjects @include(if: $withUsers) {\n reaction\n user {\n ...userInfo\n }\n }\n }\n}\n \n fragment reactions on ReactionsSummary {\n counts {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n total\n }\n mine\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5401
5401
|
export declare const ToggleReactionDocument = "\n mutation toggleReaction($input: ToggleReactionInput!) {\n toggleReaction(input: $input) {\n ...reactions\n }\n}\n \n fragment reactions on ReactionsSummary {\n counts {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n total\n }\n mine\n}\n ";
|
|
5402
|
-
export declare const SearchDocument = "\n query search($query: String, $typename: String, $parent: String, $filters: [ContentSearchFilterInput!], $after:
|
|
5402
|
+
export declare const SearchDocument = "\n query search($query: String, $typename: String, $parent: String, $filters: [ContentSearchFilterInput!], $after: Base64, $highlight: Boolean, $sorting: SearchSorting) {\n systemTime\n search(\n query: $query\n typename: $typename\n parent: $parent\n filters: $filters\n after: $after\n highlight: $highlight\n sorting: $sorting\n ) {\n nodes {\n ...searchHit\n }\n pageInfo {\n ...pageInfo\n }\n facets {\n ...facets\n }\n stats {\n searchTime\n found\n outOf\n page\n perPage\n totalPages\n }\n }\n}\n \n fragment searchHit on ContentSearchHit {\n ...space\n ...storage\n ...doc\n ...course\n ...form\n}\n \n\n fragment space on Space {\n ...spaceWithoutContent\n content\n tags\n parent {\n ...record\n }\n}\n \n\n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n \n\n fragment doc on Doc {\n ...docWithoutContent\n content\n}\n \n\n fragment docWithoutContent on Doc {\n id\n version\n typename\n origin\n identifier\n prefixCode\n title\n slug\n tags\n entities\n createdAt\n updatedAt\n ttl\n thumbnailUrl\n toc\n showToc\n features\n references\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment course on Course {\n ...courseWithoutContent\n content\n}\n \n\n fragment courseWithoutContent on Course {\n id\n version\n typename\n title\n slug\n tags\n duration\n progress\n points\n enrollmentDate\n createdAt\n updatedAt\n ttl\n versionId\n thumbnailUrl\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment form on Form {\n ...formWithoutContent\n content\n}\n \n\n fragment formWithoutContent on Form {\n id\n version\n typename\n slug\n title\n tags\n titleTemplate\n createdAt\n updatedAt\n ttl\n thumbnailUrl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n sectionIds\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n \n\n fragment facets on ContentSearchFacet {\n ... on SearchResultsFacet {\n name\n values {\n value\n count\n }\n stats {\n min\n max\n }\n }\n ... on AuthorSearchResultsFacet {\n name\n values {\n value\n agent {\n username\n name\n picture\n }\n count\n }\n stats {\n min\n max\n }\n }\n ... on RecordSearchResultsFacet {\n name\n values {\n value\n record {\n id\n title\n slug\n typename\n }\n count\n }\n stats {\n min\n max\n }\n }\n}\n ";
|
|
5403
5403
|
export declare const SearchForFacetValuesDocument = "\n query searchForFacetValues($name: String!, $query: String, $filters: [ContentSearchFilterInput!]) {\n searchForFacetValues(name: $name, query: $query, filters: $filters) {\n name\n values {\n value\n count\n }\n stats {\n min\n max\n }\n }\n}\n ";
|
|
5404
5404
|
export declare const SearchForRelatedDocument = "\n query searchForRelated($resourceId: ID!) {\n searchForRelated(resourceId: $resourceId) {\n ...searchHit\n }\n}\n \n fragment searchHit on ContentSearchHit {\n ...space\n ...storage\n ...doc\n ...course\n ...form\n}\n \n\n fragment space on Space {\n ...spaceWithoutContent\n content\n tags\n parent {\n ...record\n }\n}\n \n\n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n \n\n fragment doc on Doc {\n ...docWithoutContent\n content\n}\n \n\n fragment docWithoutContent on Doc {\n id\n version\n typename\n origin\n identifier\n prefixCode\n title\n slug\n tags\n entities\n createdAt\n updatedAt\n ttl\n thumbnailUrl\n toc\n showToc\n features\n references\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment course on Course {\n ...courseWithoutContent\n content\n}\n \n\n fragment courseWithoutContent on Course {\n id\n version\n typename\n title\n slug\n tags\n duration\n progress\n points\n enrollmentDate\n createdAt\n updatedAt\n ttl\n versionId\n thumbnailUrl\n views\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n chapters {\n ...courseChapterWithoutContent\n }\n}\n \n\n fragment courseChapterWithoutContent on CourseChapter {\n typename\n id\n version\n title\n slug\n duration\n progress\n entries {\n ...courseLessonWithoutContent\n ...courseQuizWithoutContent\n }\n}\n \n\n fragment courseLessonWithoutContent on CourseLesson {\n typename\n id\n version\n title\n slug\n duration\n completedDate\n}\n \n\n fragment courseQuizWithoutContent on Quiz {\n ...quizWithoutContent\n completedDate\n}\n \n\n fragment quizWithoutContent on Quiz {\n id\n version\n typename\n slug\n title\n createdAt\n updatedAt\n duration\n points\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n}\n \n\n fragment form on Form {\n ...formWithoutContent\n content\n}\n \n\n fragment formWithoutContent on Form {\n id\n version\n typename\n slug\n title\n tags\n titleTemplate\n createdAt\n updatedAt\n ttl\n thumbnailUrl\n parent {\n ...record\n }\n authors {\n ...userInfo\n }\n sectionIds\n}\n ";
|
|
5405
5405
|
export declare const SearchTagsForResourceDocument = "\n query searchTagsForResource($resource: String!, $query: String) {\n searchTagsForResource(resource: $resource, query: $query) {\n disableNewTags\n tags {\n name\n stats {\n min\n max\n }\n values {\n value\n count\n }\n }\n }\n}\n ";
|
|
@@ -5413,7 +5413,7 @@ export declare const GetSecuritySettingsDocument = "\n query getSecuritySetti
|
|
|
5413
5413
|
export declare const SetSecuritySettingsDocument = "\n mutation setSecuritySettings($input: SecuritySettingsInput!) {\n setSecuritySettings(input: $input) {\n ...securitySettings\n }\n}\n \n fragment securitySettings on SecuritySettings {\n resetPermissionsInheritance\n}\n ";
|
|
5414
5414
|
export declare const GetSpaceDocument = "\n query getSpace($id: ID!) {\n trail(id: $id) {\n ...record\n }\n space(id: $id) {\n ...space\n spaces {\n ...spaceWithoutContent\n }\n }\n spaceSettings(id: $id, scopes: [\"content\", \"approvals\"]) {\n ...spaceSettings\n }\n}\n \n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment space on Space {\n ...spaceWithoutContent\n content\n tags\n parent {\n ...record\n }\n}\n \n\n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n \n\n fragment spaceSettings on SpaceSettings {\n content {\n ...spaceContentSettings\n }\n approvals {\n ...spaceApprovalSettings\n }\n}\n \n\n fragment spaceContentSettings on SpaceContentSettings {\n disableNewTags\n defaultSorting\n childSpacesOrder\n allowedContentTypes\n showParentOnlyChildren\n daysAfterPublishToRequireReview\n prefixCodes\n}\n \n\n fragment spaceApprovalSettings on SpaceApprovalSettings {\n approvalFlowsByTypename {\n Docs\n Courses\n Forms\n }\n}\n ";
|
|
5415
5415
|
export declare const GetSpacesDocument = "\n query getSpaces($parent: String!) {\n spaces(parent: $parent) {\n ...spaceWithoutContent\n }\n}\n \n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n ";
|
|
5416
|
-
export declare const ListSpaceContentsDocument = "\n query listSpaceContents($parent: String!, $next:
|
|
5416
|
+
export declare const ListSpaceContentsDocument = "\n query listSpaceContents($parent: String!, $next: Base64) {\n spaceContents(parent: $parent, next: $next) {\n nodes {\n ...record\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5417
5417
|
export declare const GetSpaceSettingsDocument = "\n query getSpaceSettings($id: ID!, $scopes: [String!]) {\n spaceSettings(id: $id, scopes: $scopes) {\n ...spaceSettings\n }\n}\n \n fragment spaceSettings on SpaceSettings {\n content {\n ...spaceContentSettings\n }\n approvals {\n ...spaceApprovalSettings\n }\n}\n \n\n fragment spaceContentSettings on SpaceContentSettings {\n disableNewTags\n defaultSorting\n childSpacesOrder\n allowedContentTypes\n showParentOnlyChildren\n daysAfterPublishToRequireReview\n prefixCodes\n}\n \n\n fragment spaceApprovalSettings on SpaceApprovalSettings {\n approvalFlowsByTypename {\n Docs\n Courses\n Forms\n }\n}\n ";
|
|
5418
5418
|
export declare const GetSpaceAllowedContentTypesDocument = "\n query getSpaceAllowedContentTypes($id: ID!) {\n spaceAllowedContentTypes(id: $id) {\n ...contentType\n }\n}\n \n fragment contentType on SpaceContentType {\n typename\n title\n isApp\n}\n ";
|
|
5419
5419
|
export declare const GetAllAllowedContentTypesDocument = "\n query getAllAllowedContentTypes($id: ID!) {\n allAllowedContentTypes(id: $id) {\n ...contentType\n }\n}\n \n fragment contentType on SpaceContentType {\n typename\n title\n isApp\n}\n ";
|
|
@@ -5426,7 +5426,7 @@ export declare const RemoveSpaceDocument = "\n mutation removeSpace($input: R
|
|
|
5426
5426
|
export declare const SetSpaceContentSettingsDocument = "\n mutation setSpaceContentSettings($input: SpaceContentSettingsInput!) {\n setSpaceContentSettings(input: $input) {\n ...spaceContentSettings\n }\n}\n \n fragment spaceContentSettings on SpaceContentSettings {\n disableNewTags\n defaultSorting\n childSpacesOrder\n allowedContentTypes\n showParentOnlyChildren\n daysAfterPublishToRequireReview\n prefixCodes\n}\n ";
|
|
5427
5427
|
export declare const SetSpaceApprovalsSettingsDocument = "\n mutation setSpaceApprovalsSettings($input: SpaceApprovalsSettingsInput!) {\n setSpaceApprovalsSettings(input: $input) {\n ...spaceApprovalSettings\n }\n}\n \n fragment spaceApprovalSettings on SpaceApprovalSettings {\n approvalFlowsByTypename {\n Docs\n Courses\n Forms\n }\n}\n ";
|
|
5428
5428
|
export declare const GetFileDocument = "\n query getFile($id: ID!) {\n trail(id: $id) {\n ...record\n }\n file(id: $id) {\n ...storage\n }\n}\n \n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n ";
|
|
5429
|
-
export declare const GetFilesDocument = "\n query getFiles($parent: ID!, $after:
|
|
5429
|
+
export declare const GetFilesDocument = "\n query getFiles($parent: ID!, $after: Base64, $limit: Int) {\n files(parent: $parent, after: $after, limit: $limit) {\n nodes {\n ...storage\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5430
5430
|
export declare const ConvertStorageToHtmlDocument = "\n mutation convertStorageToHtml($storageId: ID!) {\n convertStorageToHtml(storageId: $storageId)\n}\n ";
|
|
5431
5431
|
export declare const OnFileDocument = "\n subscription onFile($id: ID!) {\n onFile(id: $id) {\n ...storage\n }\n}\n \n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n ";
|
|
5432
5432
|
export declare const OnFilesDocument = "\n subscription onFiles($parent: ID!) {\n onFiles(parent: $parent) {\n ...storage\n }\n}\n \n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n ";
|
|
@@ -5434,13 +5434,13 @@ export declare const GetSystemInfoDocument = "\n query getSystemInfo {\n sys
|
|
|
5434
5434
|
export declare const GetSystemTimeDocument = "\n query getSystemTime {\n systemTime\n}\n ";
|
|
5435
5435
|
export declare const BootstrapDocument = "\n query bootstrap {\n session {\n ...session\n }\n systemInfo {\n ...systemInfo\n }\n organizationSettings(\n scopes: [info, content, reactions, typography, theme, security, usage, license]\n ) {\n info {\n ...organizationSettingsInfo\n }\n content {\n ...organizationSettingsContent\n }\n reactions {\n ...organizationSettingsReactions\n }\n typography {\n ...organizationSettingsTypography\n }\n theme {\n ...organizationSettingsTheme\n }\n security {\n ...organizationSettingsSecurity\n }\n license {\n ...organizationSettingsLicense\n }\n usage {\n ...organizationSettingsUsage\n }\n }\n apps {\n ...app\n }\n spaces(parent: \"ROOT\") {\n ...space\n }\n}\n \n fragment session on Session {\n token_use\n sub\n name\n email\n picture\n groups\n error {\n code\n message\n }\n}\n \n\n fragment systemInfo on SystemInfo {\n region\n stage\n version\n apiEndpoint\n graphqlEndpoint\n realtimeEndpoint\n authInfo {\n ...authInfo\n }\n}\n \n\n fragment authInfo on AuthInfo {\n loginUrl\n logoutUrl\n authenticationEndpoint\n cognitoConfig {\n region\n userPoolId\n userPoolWebClientId\n }\n}\n \n\n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n \n\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n \n\n fragment organizationSettingsReactions on OrganizationSettingsReactions {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n}\n \n\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n \n\n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n \n\n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n \n\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n \n\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n \n\n fragment app on App {\n typename\n enabled\n}\n \n\n fragment space on Space {\n ...spaceWithoutContent\n content\n tags\n parent {\n ...record\n }\n}\n \n\n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5436
5436
|
export declare const GetTaskDocument = "\n query getTask($id: ID!) {\n task(id: $id) {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5437
|
-
export declare const GetUserTasksDocument = "\n query getUserTasks($after:
|
|
5437
|
+
export declare const GetUserTasksDocument = "\n query getUserTasks($after: Base64, $limit: Int) {\n userTasks(after: $after, limit: $limit) {\n nodes {\n ...task\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5438
5438
|
export declare const LeaveTaskDocument = "\n mutation leaveTask($input: LeaveTaskInput!) {\n leaveTask(input: $input) {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5439
5439
|
export declare const RemoveTaskDocument = "\n mutation removeTask($input: RemoveTaskInput!) {\n removeTask(input: $input) {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5440
5440
|
export declare const OnTasksDocument = "\n subscription onTasks {\n onTasks {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5441
|
-
export declare const GetUserDraftsDocument = "\n query getUserDrafts($after:
|
|
5441
|
+
export declare const GetUserDraftsDocument = "\n query getUserDrafts($after: Base64, $limit: Int) {\n userDrafts(after: $after, limit: $limit) {\n nodes {\n ...recordWithParent\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5442
5442
|
export declare const GetUserPrefsDocument = "\n query getUserPrefs($scope: String!) {\n userPrefs(scope: $scope)\n globalUserPrefs: userPrefs(scope: \"GLOBAL\")\n}\n ";
|
|
5443
|
-
export declare const GetUserFavoritesDocument = "\n query getUserFavorites($after:
|
|
5443
|
+
export declare const GetUserFavoritesDocument = "\n query getUserFavorites($after: Base64, $limit: Int) {\n userFavorites(after: $after, limit: $limit) {\n nodes {\n ...recordWithParent\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5444
5444
|
export declare const IsUserFavoriteDocument = "\n query isUserFavorite($ref: ID!) {\n userFavorite(ref: $ref)\n}\n ";
|
|
5445
5445
|
export declare const SearchUsersDocument = "\n query searchUsers($query: String!) {\n searchUsers(query: $query) {\n ...userInfo\n }\n}\n \n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n ";
|
|
5446
5446
|
export declare const SetUserPrefsDocument = "\n mutation setUserPrefs($scope: String, $value: JSON) {\n setUserPrefs(scope: $scope, value: $value)\n}\n ";
|
package/src/sdks/drozbase.js
CHANGED
|
@@ -1550,7 +1550,7 @@ exports.GetUsersDocument = `
|
|
|
1550
1550
|
}
|
|
1551
1551
|
${exports.UserInfoFragmentDoc}`;
|
|
1552
1552
|
exports.GetAllUsersDocument = `
|
|
1553
|
-
query getAllUsers($after:
|
|
1553
|
+
query getAllUsers($after: Base64, $limit: Int) {
|
|
1554
1554
|
allUsers(after: $after, limit: $limit) {
|
|
1555
1555
|
nodes {
|
|
1556
1556
|
...user
|
|
@@ -1570,14 +1570,14 @@ exports.GetGroupDocument = `
|
|
|
1570
1570
|
}
|
|
1571
1571
|
${exports.GroupFragmentDoc}`;
|
|
1572
1572
|
exports.GetAllGroupsDocument = `
|
|
1573
|
-
query getAllGroups($after:
|
|
1573
|
+
query getAllGroups($after: Base64, $limit: Int) {
|
|
1574
1574
|
allGroups(after: $after, limit: $limit) {
|
|
1575
1575
|
...group
|
|
1576
1576
|
}
|
|
1577
1577
|
}
|
|
1578
1578
|
${exports.GroupFragmentDoc}`;
|
|
1579
1579
|
exports.GetGroupUsersDocument = `
|
|
1580
|
-
query getGroupUsers($groupName: String!, $after:
|
|
1580
|
+
query getGroupUsers($groupName: String!, $after: Base64, $limit: Int) {
|
|
1581
1581
|
groupUsers(groupName: $groupName, after: $after, limit: $limit) {
|
|
1582
1582
|
nodes {
|
|
1583
1583
|
...user
|
|
@@ -1590,14 +1590,14 @@ exports.GetGroupUsersDocument = `
|
|
|
1590
1590
|
${exports.UserFragmentDoc}
|
|
1591
1591
|
${exports.PageInfoFragmentDoc}`;
|
|
1592
1592
|
exports.GetGroupAdminsDocument = `
|
|
1593
|
-
query getGroupAdmins($groupName: String!, $after:
|
|
1593
|
+
query getGroupAdmins($groupName: String!, $after: Base64, $limit: Int) {
|
|
1594
1594
|
groupAdmins(groupName: $groupName, after: $after, limit: $limit) {
|
|
1595
1595
|
...userInfo
|
|
1596
1596
|
}
|
|
1597
1597
|
}
|
|
1598
1598
|
${exports.UserInfoFragmentDoc}`;
|
|
1599
1599
|
exports.GetUserGroupsDocument = `
|
|
1600
|
-
query getUserGroups($username: String!, $after:
|
|
1600
|
+
query getUserGroups($username: String!, $after: Base64, $limit: Int) {
|
|
1601
1601
|
userGroups(username: $username, after: $after, limit: $limit) {
|
|
1602
1602
|
...group
|
|
1603
1603
|
}
|
|
@@ -1739,7 +1739,7 @@ exports.GetTrailDocument = `
|
|
|
1739
1739
|
}
|
|
1740
1740
|
${exports.RecordFragmentDoc}`;
|
|
1741
1741
|
exports.GetTrashBinItemsDocument = `
|
|
1742
|
-
query getTrashBinItems($next:
|
|
1742
|
+
query getTrashBinItems($next: Base64) {
|
|
1743
1743
|
trashBinItems(next: $next) {
|
|
1744
1744
|
pageInfo {
|
|
1745
1745
|
...pageInfo
|
|
@@ -1857,7 +1857,7 @@ ${exports.ExecutableApprovalFlowFragmentDoc}
|
|
|
1857
1857
|
${exports.SubjectFragmentDoc}
|
|
1858
1858
|
${exports.GroupFragmentDoc}`;
|
|
1859
1859
|
exports.GetCoursesDocument = `
|
|
1860
|
-
query getCourses($parent: ID!, $after:
|
|
1860
|
+
query getCourses($parent: ID!, $after: Base64, $limit: Int) {
|
|
1861
1861
|
courses(parent: $parent, after: $after, limit: $limit) {
|
|
1862
1862
|
nodes {
|
|
1863
1863
|
...courseWithoutChapters
|
|
@@ -1872,7 +1872,7 @@ ${exports.RecordFragmentDoc}
|
|
|
1872
1872
|
${exports.UserInfoFragmentDoc}
|
|
1873
1873
|
${exports.PageInfoFragmentDoc}`;
|
|
1874
1874
|
exports.GetCourseVersionsDocument = `
|
|
1875
|
-
query getCourseVersions($id: ID!, $after:
|
|
1875
|
+
query getCourseVersions($id: ID!, $after: Base64, $limit: Int) {
|
|
1876
1876
|
courseVersions(id: $id, after: $after, limit: $limit) {
|
|
1877
1877
|
nodes {
|
|
1878
1878
|
...courseVersionWithoutContent
|
|
@@ -1966,7 +1966,7 @@ exports.GetCourseProgressInfoDocument = `
|
|
|
1966
1966
|
}
|
|
1967
1967
|
${exports.CourseProgressInfoFragmentDoc}`;
|
|
1968
1968
|
exports.GetCourseEnrolledUsersDocument = `
|
|
1969
|
-
query getCourseEnrolledUsers($id: ID!, $after:
|
|
1969
|
+
query getCourseEnrolledUsers($id: ID!, $after: Base64, $limit: Int) {
|
|
1970
1970
|
courseEnrolledUsers(id: $id, after: $after, limit: $limit) {
|
|
1971
1971
|
nodes {
|
|
1972
1972
|
...courseUser
|
|
@@ -1981,7 +1981,7 @@ ${exports.UserInfoFragmentDoc}
|
|
|
1981
1981
|
${exports.CourseProgressInfoFragmentDoc}
|
|
1982
1982
|
${exports.PageInfoFragmentDoc}`;
|
|
1983
1983
|
exports.ListEnrolledCoursesDocument = `
|
|
1984
|
-
query listEnrolledCourses($enrollmentStatus: EnrollmentStatus, $after:
|
|
1984
|
+
query listEnrolledCourses($enrollmentStatus: EnrollmentStatus, $after: Base64, $limit: Int) {
|
|
1985
1985
|
enrolledCourses(
|
|
1986
1986
|
enrollmentStatus: $enrollmentStatus
|
|
1987
1987
|
after: $after
|
|
@@ -2517,7 +2517,7 @@ ${exports.DocWithoutContentFragmentDoc}
|
|
|
2517
2517
|
${exports.RecordFragmentDoc}
|
|
2518
2518
|
${exports.UserInfoFragmentDoc}`;
|
|
2519
2519
|
exports.GetDocsDocument = `
|
|
2520
|
-
query getDocs($parent: ID!, $after:
|
|
2520
|
+
query getDocs($parent: ID!, $after: Base64, $limit: Int) {
|
|
2521
2521
|
docs(parent: $parent, after: $after, limit: $limit) {
|
|
2522
2522
|
nodes {
|
|
2523
2523
|
...doc
|
|
@@ -2533,7 +2533,7 @@ ${exports.RecordFragmentDoc}
|
|
|
2533
2533
|
${exports.UserInfoFragmentDoc}
|
|
2534
2534
|
${exports.PageInfoFragmentDoc}`;
|
|
2535
2535
|
exports.GetDocVersionsDocument = `
|
|
2536
|
-
query getDocVersions($id: ID!, $after:
|
|
2536
|
+
query getDocVersions($id: ID!, $after: Base64, $limit: Int) {
|
|
2537
2537
|
docVersions(id: $id, after: $after, limit: $limit) {
|
|
2538
2538
|
nodes {
|
|
2539
2539
|
...docVersionWithoutContent
|
|
@@ -3374,7 +3374,7 @@ exports.GetWebArticleDocument = `
|
|
|
3374
3374
|
}
|
|
3375
3375
|
`;
|
|
3376
3376
|
exports.GetUserNotificationsDocument = `
|
|
3377
|
-
query getUserNotifications($after:
|
|
3377
|
+
query getUserNotifications($after: Base64) {
|
|
3378
3378
|
userNotifications(after: $after) {
|
|
3379
3379
|
count
|
|
3380
3380
|
nodes {
|
|
@@ -3572,7 +3572,7 @@ exports.GetPoliciesDocument = `
|
|
|
3572
3572
|
}
|
|
3573
3573
|
`;
|
|
3574
3574
|
exports.QueryPermissionsDocument = `
|
|
3575
|
-
query queryPermissions($resource: ID, $subject: ID, $after:
|
|
3575
|
+
query queryPermissions($resource: ID, $subject: ID, $after: Base64) {
|
|
3576
3576
|
queryPermissions(resource: $resource, subject: $subject, after: $after) {
|
|
3577
3577
|
nodes {
|
|
3578
3578
|
...permission
|
|
@@ -3632,7 +3632,7 @@ exports.ToggleReactionDocument = `
|
|
|
3632
3632
|
}
|
|
3633
3633
|
${exports.ReactionsFragmentDoc}`;
|
|
3634
3634
|
exports.SearchDocument = `
|
|
3635
|
-
query search($query: String, $typename: String, $parent: String, $filters: [ContentSearchFilterInput!], $after:
|
|
3635
|
+
query search($query: String, $typename: String, $parent: String, $filters: [ContentSearchFilterInput!], $after: Base64, $highlight: Boolean, $sorting: SearchSorting) {
|
|
3636
3636
|
systemTime
|
|
3637
3637
|
search(
|
|
3638
3638
|
query: $query
|
|
@@ -3820,7 +3820,7 @@ exports.GetSpacesDocument = `
|
|
|
3820
3820
|
}
|
|
3821
3821
|
${exports.SpaceWithoutContentFragmentDoc}`;
|
|
3822
3822
|
exports.ListSpaceContentsDocument = `
|
|
3823
|
-
query listSpaceContents($parent: String!, $next:
|
|
3823
|
+
query listSpaceContents($parent: String!, $next: Base64) {
|
|
3824
3824
|
spaceContents(parent: $parent, next: $next) {
|
|
3825
3825
|
nodes {
|
|
3826
3826
|
...record
|
|
@@ -3931,7 +3931,7 @@ exports.GetFileDocument = `
|
|
|
3931
3931
|
${exports.RecordFragmentDoc}
|
|
3932
3932
|
${exports.StorageFragmentDoc}`;
|
|
3933
3933
|
exports.GetFilesDocument = `
|
|
3934
|
-
query getFiles($parent: ID!, $after:
|
|
3934
|
+
query getFiles($parent: ID!, $after: Base64, $limit: Int) {
|
|
3935
3935
|
files(parent: $parent, after: $after, limit: $limit) {
|
|
3936
3936
|
nodes {
|
|
3937
3937
|
...storage
|
|
@@ -4045,7 +4045,7 @@ ${exports.UserInfoFragmentDoc}
|
|
|
4045
4045
|
${exports.RecordWithParentFragmentDoc}
|
|
4046
4046
|
${exports.RecordFragmentDoc}`;
|
|
4047
4047
|
exports.GetUserTasksDocument = `
|
|
4048
|
-
query getUserTasks($after:
|
|
4048
|
+
query getUserTasks($after: Base64, $limit: Int) {
|
|
4049
4049
|
userTasks(after: $after, limit: $limit) {
|
|
4050
4050
|
nodes {
|
|
4051
4051
|
...task
|
|
@@ -4091,7 +4091,7 @@ ${exports.UserInfoFragmentDoc}
|
|
|
4091
4091
|
${exports.RecordWithParentFragmentDoc}
|
|
4092
4092
|
${exports.RecordFragmentDoc}`;
|
|
4093
4093
|
exports.GetUserDraftsDocument = `
|
|
4094
|
-
query getUserDrafts($after:
|
|
4094
|
+
query getUserDrafts($after: Base64, $limit: Int) {
|
|
4095
4095
|
userDrafts(after: $after, limit: $limit) {
|
|
4096
4096
|
nodes {
|
|
4097
4097
|
...recordWithParent
|
|
@@ -4111,7 +4111,7 @@ exports.GetUserPrefsDocument = `
|
|
|
4111
4111
|
}
|
|
4112
4112
|
`;
|
|
4113
4113
|
exports.GetUserFavoritesDocument = `
|
|
4114
|
-
query getUserFavorites($after:
|
|
4114
|
+
query getUserFavorites($after: Base64, $limit: Int) {
|
|
4115
4115
|
userFavorites(after: $after, limit: $limit) {
|
|
4116
4116
|
nodes {
|
|
4117
4117
|
...recordWithParent
|