@abtnode/schema 1.16.6-beta-9e9fec72 → 1.16.6-beta-7cbab489

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
@@ -654,6 +654,7 @@ input TrustedPassportMappingFromInput {
654
654
  input TrustedPassportMappingToInput {
655
655
  role: String
656
656
  ttl: String
657
+ ttlPolicy: String
657
658
  }
658
659
 
659
660
  input UserInfoInput {
@@ -1651,6 +1652,7 @@ type TrustedPassportMappingFrom {
1651
1652
  type TrustedPassportMappingTo {
1652
1653
  role: String
1653
1654
  ttl: String
1655
+ ttlPolicy: String
1654
1656
  }
1655
1657
 
1656
1658
  type UpdateList {
@@ -654,6 +654,7 @@ input TrustedPassportMappingFromInput {
654
654
  input TrustedPassportMappingToInput {
655
655
  role: String
656
656
  ttl: String
657
+ ttlPolicy: String
657
658
  }
658
659
 
659
660
  input UserInfoInput {
@@ -1651,6 +1652,7 @@ type TrustedPassportMappingFrom {
1651
1652
  type TrustedPassportMappingTo {
1652
1653
  role: String
1653
1654
  ttl: String
1655
+ ttlPolicy: String
1654
1656
  }
1655
1657
 
1656
1658
  type UpdateList {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.6-beta-9e9fec72",
6
+ "version": "1.16.6-beta-7cbab489",
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": "MIT",
16
- "gitHead": "a30731223bc19231bac0dea7bd0d01a3bbf8e84c",
16
+ "gitHead": "36b58c0651762472ac34ad880965c47510eb9768",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }