@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 CHANGED
@@ -151,19 +151,19 @@ export type TRequestConfigOAuth = {
151
151
  }
152
152
  export type TRequestJoinFederatedLogin = {
153
153
  did: string,
154
- appurl: string,
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
- memberpid: string,
161
+ memberPid: string,
162
162
  status: string,
163
163
  }
164
164
  export type TRequestConfigFederated = {
165
165
  did: string,
166
- autologin: boolean,
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
- appid: string,
761
- apppid: string,
760
+ appId: string,
761
+ appPid: string,
762
762
  delegation: string,
763
- ismaster: boolean,
763
+ isMaster: boolean,
764
+ autoLogin: boolean,
764
765
  }
765
766
  export type TFederatedConfigSite = {
766
- appid: string,
767
- apppid: string,
768
- aliasdid: string[],
769
- appname: string,
770
- appdescription: string,
771
- appurl: string,
772
- applogo: string,
773
- applogorect: string,
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
- serverid: string,
778
- serverversion: string,
779
+ serverId: string,
780
+ serverVersion: string,
779
781
  appliedAt: number,
780
782
  status: string,
781
- ismaster: boolean,
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-c2843ec5",
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": "968bfad93779a21dd1374eede3ac7d4d6d40822b"
39
+ "gitHead": "4a7be8e8a321f8be5b172c10c09c32af216a1c73"
40
40
  }