@abtnode/schema 1.8.14 → 1.8.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
@@ -46,6 +46,7 @@ input ConfigEntryInput {
46
46
  validation: String
47
47
  secure: Boolean
48
48
  custom: Boolean
49
+ shared: Boolean
49
50
  }
50
51
 
51
52
  input HashFileInput {
@@ -329,7 +330,7 @@ input RequestInstallComponentInput {
329
330
  name: String
330
331
  title: String
331
332
  configs: [ConfigEntryInput!]
332
- downloadToken: String
333
+ downloadTokenList: [DownloadTokenInput!]
333
334
  }
334
335
 
335
336
  input RequestInstallFromVcInput {
@@ -477,7 +478,7 @@ input RequestVersionedBlockletInput {
477
478
  title: String
478
479
  description: String
479
480
  startImmediately: Boolean
480
- downloadToken: String
481
+ downloadTokenList: [DownloadTokenInput!]
481
482
  }
482
483
 
483
484
  input RequsetCreateInvitationInput {
@@ -595,6 +596,11 @@ input WebHookParamInput {
595
596
  type: String
596
597
  }
597
598
 
599
+ input DownloadTokenInput {
600
+ did: String
601
+ token: String
602
+ }
603
+
598
604
  type AccessKey {
599
605
  accessKeyId: String
600
606
  remark: String
@@ -864,6 +870,7 @@ type ConfigEntry {
864
870
  validation: String
865
871
  secure: Boolean
866
872
  custom: Boolean
873
+ shared: Boolean
867
874
  }
868
875
 
869
876
  type CreateAccessKey {
@@ -46,6 +46,7 @@ input ConfigEntryInput {
46
46
  validation: String
47
47
  secure: Boolean
48
48
  custom: Boolean
49
+ shared: Boolean
49
50
  }
50
51
 
51
52
  input HashFileInput {
@@ -329,7 +330,7 @@ input RequestInstallComponentInput {
329
330
  name: String
330
331
  title: String
331
332
  configs: [ConfigEntryInput!]
332
- downloadToken: String
333
+ downloadTokenList: [DownloadTokenInput!]
333
334
  }
334
335
 
335
336
  input RequestInstallFromVcInput {
@@ -477,7 +478,7 @@ input RequestVersionedBlockletInput {
477
478
  title: String
478
479
  description: String
479
480
  startImmediately: Boolean
480
- downloadToken: String
481
+ downloadTokenList: [DownloadTokenInput!]
481
482
  }
482
483
 
483
484
  input RequsetCreateInvitationInput {
@@ -595,6 +596,11 @@ input WebHookParamInput {
595
596
  type: String
596
597
  }
597
598
 
599
+ input DownloadTokenInput {
600
+ did: String
601
+ token: String
602
+ }
603
+
598
604
  type AccessKey {
599
605
  accessKeyId: String
600
606
  remark: String
@@ -864,6 +870,7 @@ type ConfigEntry {
864
870
  validation: String
865
871
  secure: Boolean
866
872
  custom: Boolean
873
+ shared: Boolean
867
874
  }
868
875
 
869
876
  type CreateAccessKey {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.14",
6
+ "version": "1.8.15",
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": "4b0cee41fd03d09301e2c35af46dd9e513473ef8",
16
+ "gitHead": "57106db1b559b906734df5b8eac7ce87cae72980",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }