@abtnode/schema 1.7.8 → 1.7.9
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 +2 -0
- package/lib/schema.graphqls +2 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -680,6 +680,7 @@ type BlockletSettings {
|
|
|
680
680
|
enablePassportIssuance: Boolean
|
|
681
681
|
trustedPassports: [TrustedPassport!]
|
|
682
682
|
whoCanAccess: String
|
|
683
|
+
owner: WalletInfo
|
|
683
684
|
}
|
|
684
685
|
|
|
685
686
|
type BlockletState {
|
|
@@ -1507,6 +1508,7 @@ type Query {
|
|
|
1507
1508
|
getInvitations(input: TeamInput): ResponseGetInvitations
|
|
1508
1509
|
getUsers(input: TeamInput): ResponseUsers
|
|
1509
1510
|
getUser(input: RequestTeamUserInput): ResponseUser
|
|
1511
|
+
getOwner(input: TeamInput): ResponseUser
|
|
1510
1512
|
getPermissionsByRole(input: RequestTeamRoleInput): ResponsePermissions
|
|
1511
1513
|
getPassportIssuances(input: RequestGetPassportIssuancesInput): ResponseGetPassportIssuances
|
|
1512
1514
|
}`;
|
package/lib/schema.graphqls
CHANGED
|
@@ -680,6 +680,7 @@ type BlockletSettings {
|
|
|
680
680
|
enablePassportIssuance: Boolean
|
|
681
681
|
trustedPassports: [TrustedPassport!]
|
|
682
682
|
whoCanAccess: String
|
|
683
|
+
owner: WalletInfo
|
|
683
684
|
}
|
|
684
685
|
|
|
685
686
|
type BlockletState {
|
|
@@ -1509,6 +1510,7 @@ type Query {
|
|
|
1509
1510
|
getInvitations(input: TeamInput): ResponseGetInvitations
|
|
1510
1511
|
getUsers(input: TeamInput): ResponseUsers
|
|
1511
1512
|
getUser(input: RequestTeamUserInput): ResponseUser
|
|
1513
|
+
getOwner(input: TeamInput): ResponseUser
|
|
1512
1514
|
getPermissionsByRole(input: RequestTeamRoleInput): ResponsePermissions
|
|
1513
1515
|
getPassportIssuances(input: RequestGetPassportIssuancesInput): ResponseGetPassportIssuances
|
|
1514
1516
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.7.
|
|
6
|
+
"version": "1.7.9",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "285f4fedd41fcb8e1814ce5d8250ac10616e67e0"
|
|
17
17
|
}
|