@abtnode/types 1.17.8-beta-20260104-120132-cb5b1914 → 1.17.8-beta-20260108-021819-e099f0ca
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 +4 -0
- package/lib/type_pb.d.ts +1 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
|
@@ -162,6 +162,10 @@ export type TRequestConfigDidConnect = {
|
|
|
162
162
|
did: string;
|
|
163
163
|
didConnect: string;
|
|
164
164
|
};
|
|
165
|
+
export type TRequestConfigDidConnectActions = {
|
|
166
|
+
did: string;
|
|
167
|
+
actionConfig: string;
|
|
168
|
+
};
|
|
165
169
|
export type TRequestJoinFederatedLogin = {
|
|
166
170
|
did: string;
|
|
167
171
|
appUrl: 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.17.8-beta-
|
|
3
|
+
"version": "1.17.8-beta-20260108-021819-e099f0ca",
|
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"abtnode",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/ArcBlock/abt-node/issues"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "88c2e45e1c1d2d636bb240bf4d9c05dbabe7b5a8"
|
|
39
39
|
}
|