@abtnode/schema 1.16.52-beta-20250922-225859-f34775fa → 1.16.52-beta-20250924-135333-541024a8
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 +3 -1
- package/lib/schema.graphqls +2 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1065,6 +1065,8 @@ input RequestLaunchBlockletByLauncherInput {
|
|
|
1065
1065
|
type: String
|
|
1066
1066
|
storeUrl: String
|
|
1067
1067
|
autoStart: Boolean
|
|
1068
|
+
bindDomainCap: String
|
|
1069
|
+
domainNftDid: String
|
|
1068
1070
|
}
|
|
1069
1071
|
|
|
1070
1072
|
input RequestLaunchBlockletWithoutWalletInput {
|
|
@@ -4262,4 +4264,4 @@ type Query {
|
|
|
4262
4264
|
createOAuthClient(input: RequestOAuthClientInput): ResponseOAuthClient
|
|
4263
4265
|
updateOAuthClient(input: RequestOAuthClientInput): ResponseOAuthClient
|
|
4264
4266
|
deleteOAuthClient(input: RequestDeleteOAuthClientInput): GeneralResponse
|
|
4265
|
-
}`;
|
|
4267
|
+
}`;
|
package/lib/schema.graphqls
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.52-beta-
|
|
6
|
+
"version": "1.16.52-beta-20250924-135333-541024a8",
|
|
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": "
|
|
16
|
+
"gitHead": "49da2436236dcd95eac44d785d6d2847efd3c643",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|