@abtnode/types 1.16.34-beta-20241204-140321-4d75ca21 → 1.16.34-beta-20241205-145120-3a7aa096
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 +5 -2
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -153,6 +153,7 @@ export type TRequestJoinFederatedLogin = {
|
|
153
153
|
};
|
154
154
|
export type TRequestQuitFederatedLogin = {
|
155
155
|
did: string;
|
156
|
+
targetDid: string;
|
156
157
|
};
|
157
158
|
export type TRequestDisbandFederatedLogin = {
|
158
159
|
did: string;
|
@@ -162,9 +163,11 @@ export type TRequestAuditFederatedLogin = {
|
|
162
163
|
memberPid: string;
|
163
164
|
status: string;
|
164
165
|
};
|
165
|
-
export type
|
166
|
+
export type TRequestSyncMasterAuthorization = {
|
167
|
+
did: string;
|
168
|
+
};
|
169
|
+
export type TRequestSyncFederated = {
|
166
170
|
did: string;
|
167
|
-
autoLogin: boolean;
|
168
171
|
};
|
169
172
|
export type TRequestConfigNotification = {
|
170
173
|
did: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.34-beta-
|
3
|
+
"version": "1.16.34-beta-20241205-145120-3a7aa096",
|
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": "1162a42e8d2c5ed0330a51724685b2d554c50160"
|
40
40
|
}
|