@abtnode/schema 1.6.14 → 1.6.15

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
@@ -116,6 +116,7 @@ input PermissionInput {
116
116
  input RequestAddDomainAliasInput {
117
117
  id: String
118
118
  domainAlias: String
119
+ force: Boolean
119
120
  }
120
121
 
121
122
  input RequestAddLetsEcryptCertInput {
@@ -116,6 +116,7 @@ input PermissionInput {
116
116
  input RequestAddDomainAliasInput {
117
117
  id: String
118
118
  domainAlias: String
119
+ force: Boolean
119
120
  }
120
121
 
121
122
  input RequestAddLetsEcryptCertInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.14",
6
+ "version": "1.6.15",
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": "0ae215d5cf1160631bdd9b64639c8fcf80eb2d5f"
16
+ "gitHead": "1b7b07da04387b1daa838b251a9388355009142d"
17
17
  }