@abtnode/schema 1.7.8 → 1.7.11

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 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
  }`;
@@ -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.8",
6
+ "version": "1.7.11",
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": "ae75dd20b4750a31dc53c88b75ed1d95c8f15397"
16
+ "gitHead": "84e741e6b37e47d52bf834ce3ace8ed601d0896c"
17
17
  }