@abtnode/types 1.16.14-beta-c2843ec5 → 1.16.14-beta-be739405
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 -3
- package/lib/type_pb.d.ts +16 -14
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -151,19 +151,19 @@ export type TRequestConfigOAuth = {
|
|
151
151
|
}
|
152
152
|
export type TRequestJoinFederatedLogin = {
|
153
153
|
did: string,
|
154
|
-
|
154
|
+
appUrl: string,
|
155
155
|
}
|
156
156
|
export type TRequestQuitFederatedLogin = {
|
157
157
|
did: string,
|
158
158
|
}
|
159
159
|
export type TRequestAuditFederatedLogin = {
|
160
160
|
did: string,
|
161
|
-
|
161
|
+
memberPid: string,
|
162
162
|
status: string,
|
163
163
|
}
|
164
164
|
export type TRequestConfigFederated = {
|
165
165
|
did: string,
|
166
|
-
|
166
|
+
autoLogin: boolean,
|
167
167
|
}
|
168
168
|
export type TRequestConfigNotification = {
|
169
169
|
did: string,
|
package/lib/type_pb.d.ts
CHANGED
@@ -757,28 +757,30 @@ export type TSessionConfig = {
|
|
757
757
|
ttl: number,
|
758
758
|
}
|
759
759
|
export type TFederatedConfigDetail = {
|
760
|
-
|
761
|
-
|
760
|
+
appId: string,
|
761
|
+
appPid: string,
|
762
762
|
delegation: string,
|
763
|
-
|
763
|
+
isMaster: boolean,
|
764
|
+
autoLogin: boolean,
|
764
765
|
}
|
765
766
|
export type TFederatedConfigSite = {
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
767
|
+
appId: string,
|
768
|
+
appPid: string,
|
769
|
+
aliasDid: string[],
|
770
|
+
appName: string,
|
771
|
+
appDescription: string,
|
772
|
+
appUrl: string,
|
773
|
+
aliasDomain: string[],
|
774
|
+
appLogo: string,
|
775
|
+
appLogoRect: string,
|
774
776
|
did: string,
|
775
777
|
pk: string,
|
776
778
|
version: string,
|
777
|
-
|
778
|
-
|
779
|
+
serverId: string,
|
780
|
+
serverVersion: string,
|
779
781
|
appliedAt: number,
|
780
782
|
status: string,
|
781
|
-
|
783
|
+
isMaster: boolean,
|
782
784
|
}
|
783
785
|
export type TFederatedConfig = {
|
784
786
|
config?: TFederatedConfigDetail,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.14-beta-
|
3
|
+
"version": "1.16.14-beta-be739405",
|
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": "4a7be8e8a321f8be5b172c10c09c32af216a1c73"
|
40
40
|
}
|