@abtnode/schema 1.16.14-beta-3127f514 → 1.16.14-beta-5ac0c68b

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/index.js CHANGED
@@ -1201,6 +1201,7 @@ type FederatedConfigDetail {
1201
1201
  appPid: String
1202
1202
  delegation: String
1203
1203
  isMaster: Boolean
1204
+ autoLogin: Boolean
1204
1205
  }
1205
1206
 
1206
1207
  type FederatedConfigSite {
@@ -1210,6 +1211,7 @@ type FederatedConfigSite {
1210
1211
  appName: String
1211
1212
  appDescription: String
1212
1213
  appUrl: String
1214
+ aliasDomain: [String!]
1213
1215
  appLogo: String
1214
1216
  appLogoRect: String
1215
1217
  did: String
@@ -1201,6 +1201,7 @@ type FederatedConfigDetail {
1201
1201
  appPid: String
1202
1202
  delegation: String
1203
1203
  isMaster: Boolean
1204
+ autoLogin: Boolean
1204
1205
  }
1205
1206
 
1206
1207
  type FederatedConfigSite {
@@ -1210,6 +1211,7 @@ type FederatedConfigSite {
1210
1211
  appName: String
1211
1212
  appDescription: String
1212
1213
  appUrl: String
1214
+ aliasDomain: [String!]
1213
1215
  appLogo: String
1214
1216
  appLogoRect: String
1215
1217
  did: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.14-beta-3127f514",
6
+ "version": "1.16.14-beta-5ac0c68b",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "cb397b94b752e71dfc0ba2c4ad08628cf03ce396",
16
+ "gitHead": "f38cb0f87e1eac8e5acf0106561972f4cc1207e8",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }