@abtnode/schema 1.16.25-beta-be3a37f4 → 1.16.25-beta-44800645
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 +14 -0
- package/lib/schema.graphqls +14 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -854,6 +854,12 @@ input RoutingRuleHeaderInput {
|
|
|
854
854
|
type: HeaderMatchType
|
|
855
855
|
}
|
|
856
856
|
|
|
857
|
+
input RoutingRuleResponseInput {
|
|
858
|
+
status: Uint32
|
|
859
|
+
contentType: String
|
|
860
|
+
body: String
|
|
861
|
+
}
|
|
862
|
+
|
|
857
863
|
input RoutingRuleToInput {
|
|
858
864
|
port: Uint32
|
|
859
865
|
type: BackendServiceType
|
|
@@ -863,6 +869,7 @@ input RoutingRuleToInput {
|
|
|
863
869
|
interfaceName: String
|
|
864
870
|
componentId: String
|
|
865
871
|
pageGroup: String
|
|
872
|
+
response: RoutingRuleResponseInput
|
|
866
873
|
}
|
|
867
874
|
|
|
868
875
|
input SessionConfigInput {
|
|
@@ -2134,6 +2141,12 @@ type RoutingRuleHeader {
|
|
|
2134
2141
|
type: HeaderMatchType
|
|
2135
2142
|
}
|
|
2136
2143
|
|
|
2144
|
+
type RoutingRuleResponse {
|
|
2145
|
+
status: Uint32
|
|
2146
|
+
contentType: String
|
|
2147
|
+
body: String
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2137
2150
|
type RoutingRuleTo {
|
|
2138
2151
|
port: Uint32
|
|
2139
2152
|
type: BackendServiceType
|
|
@@ -2143,6 +2156,7 @@ type RoutingRuleTo {
|
|
|
2143
2156
|
interfaceName: String
|
|
2144
2157
|
componentId: String
|
|
2145
2158
|
pageGroup: String
|
|
2159
|
+
response: RoutingRuleResponse
|
|
2146
2160
|
}
|
|
2147
2161
|
|
|
2148
2162
|
type RoutingSite {
|
package/lib/schema.graphqls
CHANGED
|
@@ -854,6 +854,12 @@ input RoutingRuleHeaderInput {
|
|
|
854
854
|
type: HeaderMatchType
|
|
855
855
|
}
|
|
856
856
|
|
|
857
|
+
input RoutingRuleResponseInput {
|
|
858
|
+
status: Uint32
|
|
859
|
+
contentType: String
|
|
860
|
+
body: String
|
|
861
|
+
}
|
|
862
|
+
|
|
857
863
|
input RoutingRuleToInput {
|
|
858
864
|
port: Uint32
|
|
859
865
|
type: BackendServiceType
|
|
@@ -863,6 +869,7 @@ input RoutingRuleToInput {
|
|
|
863
869
|
interfaceName: String
|
|
864
870
|
componentId: String
|
|
865
871
|
pageGroup: String
|
|
872
|
+
response: RoutingRuleResponseInput
|
|
866
873
|
}
|
|
867
874
|
|
|
868
875
|
input SessionConfigInput {
|
|
@@ -2134,6 +2141,12 @@ type RoutingRuleHeader {
|
|
|
2134
2141
|
type: HeaderMatchType
|
|
2135
2142
|
}
|
|
2136
2143
|
|
|
2144
|
+
type RoutingRuleResponse {
|
|
2145
|
+
status: Uint32
|
|
2146
|
+
contentType: String
|
|
2147
|
+
body: String
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2137
2150
|
type RoutingRuleTo {
|
|
2138
2151
|
port: Uint32
|
|
2139
2152
|
type: BackendServiceType
|
|
@@ -2143,6 +2156,7 @@ type RoutingRuleTo {
|
|
|
2143
2156
|
interfaceName: String
|
|
2144
2157
|
componentId: String
|
|
2145
2158
|
pageGroup: String
|
|
2159
|
+
response: RoutingRuleResponse
|
|
2146
2160
|
}
|
|
2147
2161
|
|
|
2148
2162
|
type RoutingSite {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.25-beta-
|
|
6
|
+
"version": "1.16.25-beta-44800645",
|
|
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": "
|
|
16
|
+
"gitHead": "1352ebbd41c052c8d369f95570e97b30ecb5f4f0",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|