@abtnode/schema 1.16.43-beta-20250502-005537-bb1702b6 → 1.16.43-beta-20250507-124320-c405ab23

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
@@ -63,6 +63,11 @@ input BlockletAccessPolicyQueryInput {
63
63
  search: String
64
64
  }
65
65
 
66
+ input BlockletDistInput {
67
+ tarball: String
68
+ integrity: String
69
+ }
70
+
66
71
  input BlockletDockerInput {
67
72
  dockerImage: String
68
73
  dockerArgs: [DockerRunKeyValuePairInput!]
@@ -924,6 +929,7 @@ input RequestInstallComponentInput {
924
929
  downloadTokenList: [DownloadTokenInput!]
925
930
  skipNavigation: Boolean
926
931
  onlyRequired: Boolean
932
+ dist: BlockletDistInput
927
933
  }
928
934
 
929
935
  input RequestIsDidDomainInput {
@@ -63,6 +63,11 @@ input BlockletAccessPolicyQueryInput {
63
63
  search: String
64
64
  }
65
65
 
66
+ input BlockletDistInput {
67
+ tarball: String
68
+ integrity: String
69
+ }
70
+
66
71
  input BlockletDockerInput {
67
72
  dockerImage: String
68
73
  dockerArgs: [DockerRunKeyValuePairInput!]
@@ -924,6 +929,7 @@ input RequestInstallComponentInput {
924
929
  downloadTokenList: [DownloadTokenInput!]
925
930
  skipNavigation: Boolean
926
931
  onlyRequired: Boolean
932
+ dist: BlockletDistInput
927
933
  }
928
934
 
929
935
  input RequestIsDidDomainInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.43-beta-20250502-005537-bb1702b6",
6
+ "version": "1.16.43-beta-20250507-124320-c405ab23",
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": "16768b0c0ce5cbbe2acd1b96cf89fb88283bf99c",
16
+ "gitHead": "4e5087dfaa52788676f313d23bfdd3ac68d63503",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }