@abtnode/schema 1.6.26 → 1.6.27

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
@@ -127,7 +127,6 @@ input RequestAddNginxHttpsCertInput {
127
127
  name: String
128
128
  privateKey: String
129
129
  certificate: String
130
- public: Boolean
131
130
  }
132
131
 
133
132
  input RequestAddRoutingRuleInput {
@@ -414,7 +413,6 @@ input RequestUpdateChildBlockletsInput {
414
413
  input RequestUpdateNginxHttpsCertInput {
415
414
  id: String
416
415
  name: String
417
- public: Boolean
418
416
  }
419
417
 
420
418
  input RequestUpdatePermissionsForRoleInput {
@@ -725,7 +723,6 @@ type Certificate {
725
723
  matchedSites: [MatchedSites!]
726
724
  createdAt: String
727
725
  updatedAt: String
728
- public: Boolean
729
726
  isProtected: Boolean
730
727
  source: String
731
728
  status: String
@@ -127,7 +127,6 @@ input RequestAddNginxHttpsCertInput {
127
127
  name: String
128
128
  privateKey: String
129
129
  certificate: String
130
- public: Boolean
131
130
  }
132
131
 
133
132
  input RequestAddRoutingRuleInput {
@@ -414,7 +413,6 @@ input RequestUpdateChildBlockletsInput {
414
413
  input RequestUpdateNginxHttpsCertInput {
415
414
  id: String
416
415
  name: String
417
- public: Boolean
418
416
  }
419
417
 
420
418
  input RequestUpdatePermissionsForRoleInput {
@@ -725,7 +723,6 @@ type Certificate {
725
723
  matchedSites: [MatchedSites!]
726
724
  createdAt: String
727
725
  updatedAt: String
728
- public: Boolean
729
726
  isProtected: Boolean
730
727
  source: String
731
728
  status: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.26",
6
+ "version": "1.6.27",
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": "4e92f2af78718332882c7542fd475cc261903788"
16
+ "gitHead": "5ec2dbcfa7d9464c0430ea3112e4fe0fbab65414"
17
17
  }