@abtnode/schema 1.16.20-beta-cf6dfce1 → 1.16.20-beta-148929e2

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
@@ -130,11 +130,14 @@ input RequestAddDomainAliasInput {
130
130
  type: String
131
131
  nftDid: String
132
132
  chainHost: String
133
+ inBlockletSetup: Boolean
133
134
  }
134
135
 
135
136
  input RequestAddLetsEncryptCertInput {
136
137
  domain: String
137
138
  did: String
139
+ siteId: String
140
+ inBlockletSetup: Boolean
138
141
  }
139
142
 
140
143
  input RequestAddNginxHttpsCertInput {
@@ -130,11 +130,14 @@ input RequestAddDomainAliasInput {
130
130
  type: String
131
131
  nftDid: String
132
132
  chainHost: String
133
+ inBlockletSetup: Boolean
133
134
  }
134
135
 
135
136
  input RequestAddLetsEncryptCertInput {
136
137
  domain: String
137
138
  did: String
139
+ siteId: String
140
+ inBlockletSetup: Boolean
138
141
  }
139
142
 
140
143
  input RequestAddNginxHttpsCertInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.20-beta-cf6dfce1",
6
+ "version": "1.16.20-beta-148929e2",
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": "bc2f0c9c5a39b124c7a7b64ec907527b3e8ccdf1",
16
+ "gitHead": "99e23380f73b63a8e63ce1fe8f75908194df5d80",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }