@abtnode/schema 1.16.29-beta-88bdefe8 → 1.16.29-beta-db5c4ed6
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
|
@@ -393,6 +393,7 @@ input RequestDeleteBlockletStoreInput {
|
|
|
393
393
|
teamDid: String
|
|
394
394
|
url: String
|
|
395
395
|
projectId: String
|
|
396
|
+
scope: String
|
|
396
397
|
}
|
|
397
398
|
|
|
398
399
|
input RequestDeleteComponentInput {
|
|
@@ -453,6 +454,7 @@ input RequestDisconnectFromStoreInput {
|
|
|
453
454
|
did: String
|
|
454
455
|
storeId: String
|
|
455
456
|
projectId: String
|
|
457
|
+
storeScope: String
|
|
456
458
|
}
|
|
457
459
|
|
|
458
460
|
input RequestEndSessionInput {
|
|
@@ -2711,4 +2713,4 @@ type Query {
|
|
|
2711
2713
|
getReleases(input: RequestGetReleasesInput): ResponseGetReleases
|
|
2712
2714
|
getRelease(input: RequestReleaseInput): ResponseGetRelease
|
|
2713
2715
|
getSelectedResources(input: RequestGetSelectedResourcesInput): ResponseGetSelectedResources
|
|
2714
|
-
}`;
|
|
2716
|
+
}`;
|
package/lib/schema.graphqls
CHANGED
|
@@ -393,6 +393,7 @@ input RequestDeleteBlockletStoreInput {
|
|
|
393
393
|
teamDid: String
|
|
394
394
|
url: String
|
|
395
395
|
projectId: String
|
|
396
|
+
scope: String
|
|
396
397
|
}
|
|
397
398
|
|
|
398
399
|
input RequestDeleteComponentInput {
|
|
@@ -453,6 +454,7 @@ input RequestDisconnectFromStoreInput {
|
|
|
453
454
|
did: String
|
|
454
455
|
storeId: String
|
|
455
456
|
projectId: String
|
|
457
|
+
storeScope: String
|
|
456
458
|
}
|
|
457
459
|
|
|
458
460
|
input RequestEndSessionInput {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.29-beta-
|
|
6
|
+
"version": "1.16.29-beta-db5c4ed6",
|
|
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": "b15f6442fd30f217c08c7f892dce5d38e340ea28",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|