@abtnode/schema 1.16.15-beta-e143b1cf → 1.16.15-beta-12f50442
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/lib/index.js +6 -0
- package/lib/schema.graphqls +6 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1655,6 +1655,11 @@ type ResponseGetTrafficInsights {
|
|
|
1655
1655
|
paging: Paging
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
|
+
type ResponseGetUsersCount {
|
|
1659
|
+
code: StatusCode
|
|
1660
|
+
count: Uint32
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1658
1663
|
type ResponseGetUsersCountPerRole {
|
|
1659
1664
|
code: StatusCode
|
|
1660
1665
|
counts: [KeyValue!]
|
|
@@ -2140,6 +2145,7 @@ type Query {
|
|
|
2140
2145
|
getInvitations(input: TeamInput): ResponseGetInvitations
|
|
2141
2146
|
getUsers(input: RequestUsersInput): ResponseUsers
|
|
2142
2147
|
getUser(input: RequestTeamUserInput): ResponseUser
|
|
2148
|
+
getUsersCount(input: TeamInput): ResponseGetUsersCount
|
|
2143
2149
|
getUsersCountPerRole(input: TeamInput): ResponseGetUsersCountPerRole
|
|
2144
2150
|
getOwner(input: TeamInput): ResponseUser
|
|
2145
2151
|
getPermissionsByRole(input: RequestTeamRoleInput): ResponsePermissions
|
package/lib/schema.graphqls
CHANGED
|
@@ -1655,6 +1655,11 @@ type ResponseGetTrafficInsights {
|
|
|
1655
1655
|
paging: Paging
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
|
+
type ResponseGetUsersCount {
|
|
1659
|
+
code: StatusCode
|
|
1660
|
+
count: Uint32
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1658
1663
|
type ResponseGetUsersCountPerRole {
|
|
1659
1664
|
code: StatusCode
|
|
1660
1665
|
counts: [KeyValue!]
|
|
@@ -2142,6 +2147,7 @@ type Query {
|
|
|
2142
2147
|
getInvitations(input: TeamInput): ResponseGetInvitations
|
|
2143
2148
|
getUsers(input: RequestUsersInput): ResponseUsers
|
|
2144
2149
|
getUser(input: RequestTeamUserInput): ResponseUser
|
|
2150
|
+
getUsersCount(input: TeamInput): ResponseGetUsersCount
|
|
2145
2151
|
getUsersCountPerRole(input: TeamInput): ResponseGetUsersCountPerRole
|
|
2146
2152
|
getOwner(input: TeamInput): ResponseUser
|
|
2147
2153
|
getPermissionsByRole(input: RequestTeamRoleInput): ResponsePermissions
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.15-beta-
|
|
6
|
+
"version": "1.16.15-beta-12f50442",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "48bda4b29eb31a70e0eb9cab0bce6e544960c7fd",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|