@abtnode/schema 1.5.13 → 1.15.17

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
@@ -479,6 +479,7 @@ input RoutingRuleToInput {
479
479
  url: String
480
480
  redirectCode: Int32
481
481
  interfaceName: String
482
+ realDid: String
482
483
  }
483
484
 
484
485
  input TeamInput {
@@ -1183,6 +1184,7 @@ type RoutingRuleTo {
1183
1184
  url: String
1184
1185
  redirectCode: Int32
1185
1186
  interfaceName: String
1187
+ realDid: String
1186
1188
  }
1187
1189
 
1188
1190
  type RoutingSite {
@@ -479,6 +479,7 @@ input RoutingRuleToInput {
479
479
  url: String
480
480
  redirectCode: Int32
481
481
  interfaceName: String
482
+ realDid: String
482
483
  }
483
484
 
484
485
  input TeamInput {
@@ -1183,6 +1184,7 @@ type RoutingRuleTo {
1183
1184
  url: String
1184
1185
  redirectCode: Int32
1185
1186
  interfaceName: String
1187
+ realDid: String
1186
1188
  }
1187
1189
 
1188
1190
  type RoutingSite {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.5.13",
6
+ "version": "1.15.17",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,5 +13,5 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "MIT",
16
- "gitHead": "abb145ffccdab4a9496a9e8a4dbc617306e17b84"
16
+ "gitHead": "22715c3ea74d0230f3413162a17f491614b6735a"
17
17
  }