@abtnode/schema 1.16.4 → 1.16.5-beta-1472da21

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
@@ -664,6 +664,7 @@ input UserQueryInput {
664
664
  role: String
665
665
  approved: Boolean
666
666
  search: String
667
+ connectedDid: String
667
668
  }
668
669
 
669
670
  input UserSortInput {
@@ -1855,4 +1856,4 @@ type Query {
1855
1856
  getPermissionsByRole(input: RequestTeamRoleInput): ResponsePermissions
1856
1857
  getPassportIssuances(input: RequestGetPassportIssuancesInput): ResponseGetPassportIssuances
1857
1858
  getAuditLogs(input: RequestGetAuditLogsInput): ResponseGetAuditLogs
1858
- }`;
1859
+ }`;
@@ -664,6 +664,7 @@ input UserQueryInput {
664
664
  role: String
665
665
  approved: Boolean
666
666
  search: String
667
+ connectedDid: String
667
668
  }
668
669
 
669
670
  input UserSortInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.4",
6
+ "version": "1.16.5-beta-1472da21",
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": "MIT",
16
- "gitHead": "8d1062af0f4e4f491b6a7205c9d6542328ca6b20",
16
+ "gitHead": "98f7daa18747660f044ef1c736b1b58bdefa6925",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }