@blocklet/sdk 1.16.15 → 1.16.16-beta-d8a9fb09

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.
@@ -42,6 +42,7 @@ interface AuthService {
42
42
  issuePassportToUser(args: OmitTeamDid<Client.RequestIssuePassportToUserInput>): Promise<Client.ResponseUser>;
43
43
  enableUserPassport(args: OmitTeamDid<Client.RequestRevokeUserPassportInput>): Promise<Client.ResponseUser>;
44
44
  revokeUserPassport(args: OmitTeamDid<Client.RequestRevokeUserPassportInput>): Promise<Client.ResponseUser>;
45
+ removeUserPassport(args: OmitTeamDid<Client.RequestRevokeUserPassportInput>): Promise<Client.GeneralResponse>;
45
46
  getPermissionsByRole(role: string): Promise<Client.ResponsePermissions>;
46
47
  getRoles(): Promise<Client.ResponseRoles>;
47
48
  createRole(args: OmitTeamDid<Client.RequestCreateRoleInput>): Promise<Client.ResponseRole>;
@@ -99,6 +99,7 @@ class AuthService {
99
99
  'issuePassportToUser',
100
100
  'revokeUserPassport',
101
101
  'enableUserPassport',
102
+ 'removeUserPassport',
102
103
  // 'getPassportIssuances',
103
104
  // 'createPassportIssuance',
104
105
  // 'deletePassportIssuance',
package/lib/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const version = "1.16.15";
1
+ declare const version = "1.16.16";
2
2
  export { version };
3
3
  declare const _default: {
4
4
  version: string;
package/lib/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- const version = '1.16.15';
4
+ const version = '1.16.16';
5
5
  exports.version = version;
6
6
  exports.default = { version };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.15",
6
+ "version": "1.16.16-beta-d8a9fb09",
7
7
  "description": "graphql client to read/write data on abt node",
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
@@ -26,15 +26,15 @@
26
26
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@abtnode/client": "1.16.15",
30
- "@abtnode/constant": "1.16.15",
29
+ "@abtnode/client": "1.16.16-beta-d8a9fb09",
30
+ "@abtnode/constant": "1.16.16-beta-d8a9fb09",
31
31
  "@arcblock/did": "1.18.89",
32
32
  "@arcblock/did-auth": "1.18.89",
33
33
  "@arcblock/jwt": "1.18.89",
34
34
  "@arcblock/ws": "1.18.89",
35
- "@blocklet/constant": "1.16.15",
36
- "@blocklet/env": "1.16.15",
37
- "@blocklet/meta": "1.16.15",
35
+ "@blocklet/constant": "1.16.16-beta-d8a9fb09",
36
+ "@blocklet/env": "1.16.16-beta-d8a9fb09",
37
+ "@blocklet/meta": "1.16.16-beta-d8a9fb09",
38
38
  "@did-connect/authenticator": "^2.2.0",
39
39
  "@did-connect/handler": "^2.2.0",
40
40
  "@nedb/core": "^2.1.5",
@@ -74,5 +74,5 @@
74
74
  "ts-node": "^10.9.1",
75
75
  "typescript": "^5.0.4"
76
76
  },
77
- "gitHead": "643adb67bfc0b33f4db0be1b75000324c8e5a248"
77
+ "gitHead": "a03d8972fd0fafe810369efa89b03ccd0647dce5"
78
78
  }