Skip to content

Commit a605ee0

Browse files
committed
updated
1 parent 21fd7c2 commit a605ee0

4 files changed

Lines changed: 2147 additions & 46944 deletions

File tree

sdk/constructive-sdk/schemas/admin.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ type Query {
4343
"""Read all values in the set after (below) this cursor."""
4444
after: Cursor
4545
): OrgGetSubordinatesConnection
46-
stepsAchieved(vlevel: String, vroleId: UUID): Boolean
4746
appPermissionsGetMask(ids: [UUID]): BitString
4847
orgPermissionsGetMask(ids: [UUID]): BitString
48+
stepsAchieved(vlevel: String, vroleId: UUID): Boolean
4949
appPermissionsGetMaskByNames(names: [String]): BitString
5050
orgPermissionsGetMaskByNames(names: [String]): BitString
5151

sdk/constructive-sdk/schemas/auth.graphql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,8 +1886,6 @@ enum UserOrderBy {
18861886
ID_DESC
18871887
USERNAME_ASC
18881888
USERNAME_DESC
1889-
SEARCH_TSV_ASC
1890-
SEARCH_TSV_DESC
18911889
CREATED_AT_ASC
18921890
CREATED_AT_DESC
18931891
UPDATED_AT_ASC
@@ -3253,7 +3251,6 @@ input UserInput {
32533251
username: String
32543252
displayName: String
32553253
profilePicture: ConstructiveInternalTypeImage
3256-
searchTsv: FullText
32573254
type: Int
32583255
createdAt: Datetime
32593256
updatedAt: Datetime
@@ -3653,7 +3650,6 @@ input UserPatch {
36533650
username: String
36543651
displayName: String
36553652
profilePicture: ConstructiveInternalTypeImage
3656-
searchTsv: FullText
36573653
type: Int
36583654
createdAt: Datetime
36593655
updatedAt: Datetime

0 commit comments

Comments
 (0)