@abtnode/schema 1.8.67-beta-f8b4c9ec → 1.8.67-beta-794a8082

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
@@ -313,6 +313,7 @@ input RequestFindCertificateByDomainInput {
313
313
 
314
314
  input RequestGatewayInput {
315
315
  requestLimit: RequestLimitInput
316
+ cacheEnabled: Boolean
316
317
  }
317
318
 
318
319
  input RequestGetAuditLogsInput {
@@ -1032,6 +1033,7 @@ type Fuel {
1032
1033
 
1033
1034
  type Gateway {
1034
1035
  requestLimit: RequestLimit
1036
+ cacheEnabled: Boolean
1035
1037
  }
1036
1038
 
1037
1039
  type GeneralResponse {
@@ -1111,6 +1113,7 @@ type NodeRouting {
1111
1113
  snapshotHash: String
1112
1114
  adminPath: String
1113
1115
  requestLimit: RequestLimit
1116
+ cacheEnabled: Boolean
1114
1117
  }
1115
1118
 
1116
1119
  type NodeState {
@@ -1327,6 +1330,7 @@ type ResponseFindCertificateByDomain {
1327
1330
  type ResponseGateway {
1328
1331
  code: StatusCode
1329
1332
  gateway: Gateway
1333
+ cacheEnabled: Boolean
1330
1334
  }
1331
1335
 
1332
1336
  type ResponseGetAuditLogs {
@@ -313,6 +313,7 @@ input RequestFindCertificateByDomainInput {
313
313
 
314
314
  input RequestGatewayInput {
315
315
  requestLimit: RequestLimitInput
316
+ cacheEnabled: Boolean
316
317
  }
317
318
 
318
319
  input RequestGetAuditLogsInput {
@@ -1032,6 +1033,7 @@ type Fuel {
1032
1033
 
1033
1034
  type Gateway {
1034
1035
  requestLimit: RequestLimit
1036
+ cacheEnabled: Boolean
1035
1037
  }
1036
1038
 
1037
1039
  type GeneralResponse {
@@ -1111,6 +1113,7 @@ type NodeRouting {
1111
1113
  snapshotHash: String
1112
1114
  adminPath: String
1113
1115
  requestLimit: RequestLimit
1116
+ cacheEnabled: Boolean
1114
1117
  }
1115
1118
 
1116
1119
  type NodeState {
@@ -1327,6 +1330,7 @@ type ResponseFindCertificateByDomain {
1327
1330
  type ResponseGateway {
1328
1331
  code: StatusCode
1329
1332
  gateway: Gateway
1333
+ cacheEnabled: Boolean
1330
1334
  }
1331
1335
 
1332
1336
  type ResponseGetAuditLogs {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.67-beta-f8b4c9ec",
6
+ "version": "1.8.67-beta-794a8082",
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": "MIT",
16
- "gitHead": "ebf19fcbc6d99fff0d214dc0680c4df81aa94d6d",
16
+ "gitHead": "f4ad32bea4d80b12971fb6bef941bdbe2af6a834",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }