@abtnode/schema 1.17.3-beta-20251123-232619-53258789 → 1.17.3-beta-20251126-121502-d0926972

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
@@ -1493,6 +1493,8 @@ input RequestUpdateComponentsInput {
1493
1493
  input RequestUpdateNginxHttpsCertInput {
1494
1494
  id: String
1495
1495
  name: String
1496
+ certificate: String
1497
+ privateKey: String
1496
1498
  }
1497
1499
 
1498
1500
  input RequestUpdateOrgInput {
@@ -1493,6 +1493,8 @@ input RequestUpdateComponentsInput {
1493
1493
  input RequestUpdateNginxHttpsCertInput {
1494
1494
  id: String
1495
1495
  name: String
1496
+ certificate: String
1497
+ privateKey: String
1496
1498
  }
1497
1499
 
1498
1500
  input RequestUpdateOrgInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.3-beta-20251123-232619-53258789",
6
+ "version": "1.17.3-beta-20251126-121502-d0926972",
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": "d37497a49c982e82ba60249ed06c1b73f340b893",
16
+ "gitHead": "7039cacaad2a14a9573371e24e57cbbd6b6525c8",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }