@abtnode/schema 1.6.26 → 1.6.29

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
@@ -36,7 +36,6 @@ input BlockletStateInterfaceInput {
36
36
  type: String
37
37
  name: String
38
38
  url: String
39
- authConfig: Any
40
39
  }
41
40
 
42
41
  input ConfigEntryInput {
@@ -127,7 +126,6 @@ input RequestAddNginxHttpsCertInput {
127
126
  name: String
128
127
  privateKey: String
129
128
  certificate: String
130
- public: Boolean
131
129
  }
132
130
 
133
131
  input RequestAddRoutingRuleInput {
@@ -414,7 +412,6 @@ input RequestUpdateChildBlockletsInput {
414
412
  input RequestUpdateNginxHttpsCertInput {
415
413
  id: String
416
414
  name: String
417
- public: Boolean
418
415
  }
419
416
 
420
417
  input RequestUpdatePermissionsForRoleInput {
@@ -703,7 +700,6 @@ type BlockletStateInterface {
703
700
  type: String
704
701
  name: String
705
702
  url: String
706
- authConfig: Any
707
703
  }
708
704
 
709
705
  type BlockletStats {
@@ -725,7 +721,6 @@ type Certificate {
725
721
  matchedSites: [MatchedSites!]
726
722
  createdAt: String
727
723
  updatedAt: String
728
- public: Boolean
729
724
  isProtected: Boolean
730
725
  source: String
731
726
  status: String
@@ -36,7 +36,6 @@ input BlockletStateInterfaceInput {
36
36
  type: String
37
37
  name: String
38
38
  url: String
39
- authConfig: Any
40
39
  }
41
40
 
42
41
  input ConfigEntryInput {
@@ -127,7 +126,6 @@ input RequestAddNginxHttpsCertInput {
127
126
  name: String
128
127
  privateKey: String
129
128
  certificate: String
130
- public: Boolean
131
129
  }
132
130
 
133
131
  input RequestAddRoutingRuleInput {
@@ -414,7 +412,6 @@ input RequestUpdateChildBlockletsInput {
414
412
  input RequestUpdateNginxHttpsCertInput {
415
413
  id: String
416
414
  name: String
417
- public: Boolean
418
415
  }
419
416
 
420
417
  input RequestUpdatePermissionsForRoleInput {
@@ -703,7 +700,6 @@ type BlockletStateInterface {
703
700
  type: String
704
701
  name: String
705
702
  url: String
706
- authConfig: Any
707
703
  }
708
704
 
709
705
  type BlockletStats {
@@ -725,7 +721,6 @@ type Certificate {
725
721
  matchedSites: [MatchedSites!]
726
722
  createdAt: String
727
723
  updatedAt: String
728
- public: Boolean
729
724
  isProtected: Boolean
730
725
  source: String
731
726
  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.29",
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": "0d02246307d364e952990b3e64b608dfefc80efe"
17
17
  }