@abtnode/types 1.16.16-beta-740ea329 → 1.16.16-beta-d6c5ed65
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/rpc_pb.d.ts +3 -0
- package/lib/type_pb.d.ts +1 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -156,6 +156,9 @@ export type TRequestJoinFederatedLogin = {
|
|
156
156
|
export type TRequestQuitFederatedLogin = {
|
157
157
|
did: string,
|
158
158
|
}
|
159
|
+
export type TRequestDisbandFederatedLogin = {
|
160
|
+
did: string,
|
161
|
+
}
|
159
162
|
export type TRequestAuditFederatedLogin = {
|
160
163
|
did: string,
|
161
164
|
memberPid: string,
|
package/lib/type_pb.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.16-beta-
|
3
|
+
"version": "1.16.16-beta-d6c5ed65",
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
5
5
|
"keywords": [
|
6
6
|
"abtnode",
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"bugs": {
|
37
37
|
"url": "https://github.com/ArcBlock/abt-node/issues"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "16f5632a7b86283381fa49acc4d2553c65cd2aa3"
|
40
40
|
}
|