@abtnode/schema 1.8.63-beta-c51e554d → 1.8.63-beta-b0b23c2b

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
@@ -115,6 +115,7 @@ input RequestAddDomainAliasInput {
115
115
 
116
116
  input RequestAddLetsEncryptCertInput {
117
117
  domain: String
118
+ did: String
118
119
  }
119
120
 
120
121
  input RequestAddNginxHttpsCertInput {
@@ -302,6 +303,7 @@ input RequestEndSessionInput {
302
303
 
303
304
  input RequestFindCertificateByDomainInput {
304
305
  domain: String
306
+ did: String
305
307
  }
306
308
 
307
309
  input RequestGatewayInput {
@@ -115,6 +115,7 @@ input RequestAddDomainAliasInput {
115
115
 
116
116
  input RequestAddLetsEncryptCertInput {
117
117
  domain: String
118
+ did: String
118
119
  }
119
120
 
120
121
  input RequestAddNginxHttpsCertInput {
@@ -302,6 +303,7 @@ input RequestEndSessionInput {
302
303
 
303
304
  input RequestFindCertificateByDomainInput {
304
305
  domain: String
306
+ did: String
305
307
  }
306
308
 
307
309
  input RequestGatewayInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.63-beta-c51e554d",
6
+ "version": "1.8.63-beta-b0b23c2b",
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": "9913ed7968dfab63d6549201a5a98f9819fcfac6",
16
+ "gitHead": "4287f73180dacb1e158ed800b207166df89092ec",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }