@abtnode/schema 1.16.28 → 1.16.29-beta-0070353c
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 +4 -0
- package/lib/schema.graphqls +4 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -32,6 +32,7 @@ input BlockletStoreInput {
|
|
|
32
32
|
cdnUrl: String
|
|
33
33
|
protected: Boolean
|
|
34
34
|
id: String
|
|
35
|
+
scope: String
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
input ConfigEntryInput {
|
|
@@ -141,6 +142,7 @@ input RequestAddBlockletSpaceGatewayInput {
|
|
|
141
142
|
input RequestAddBlockletStoreInput {
|
|
142
143
|
teamDid: String
|
|
143
144
|
url: String
|
|
145
|
+
scope: String
|
|
144
146
|
}
|
|
145
147
|
|
|
146
148
|
input RequestAddDomainAliasInput {
|
|
@@ -1368,6 +1370,7 @@ type BlockletStore {
|
|
|
1368
1370
|
cdnUrl: String
|
|
1369
1371
|
protected: Boolean
|
|
1370
1372
|
id: String
|
|
1373
|
+
scope: String
|
|
1371
1374
|
}
|
|
1372
1375
|
|
|
1373
1376
|
type BooleanResponse {
|
|
@@ -1487,6 +1490,7 @@ type ConnectedStore {
|
|
|
1487
1490
|
developerDid: String
|
|
1488
1491
|
developerEmail: String
|
|
1489
1492
|
developerName: String
|
|
1493
|
+
scope: String
|
|
1490
1494
|
}
|
|
1491
1495
|
|
|
1492
1496
|
type CreateAccessKey {
|
package/lib/schema.graphqls
CHANGED
|
@@ -32,6 +32,7 @@ input BlockletStoreInput {
|
|
|
32
32
|
cdnUrl: String
|
|
33
33
|
protected: Boolean
|
|
34
34
|
id: String
|
|
35
|
+
scope: String
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
input ConfigEntryInput {
|
|
@@ -141,6 +142,7 @@ input RequestAddBlockletSpaceGatewayInput {
|
|
|
141
142
|
input RequestAddBlockletStoreInput {
|
|
142
143
|
teamDid: String
|
|
143
144
|
url: String
|
|
145
|
+
scope: String
|
|
144
146
|
}
|
|
145
147
|
|
|
146
148
|
input RequestAddDomainAliasInput {
|
|
@@ -1368,6 +1370,7 @@ type BlockletStore {
|
|
|
1368
1370
|
cdnUrl: String
|
|
1369
1371
|
protected: Boolean
|
|
1370
1372
|
id: String
|
|
1373
|
+
scope: String
|
|
1371
1374
|
}
|
|
1372
1375
|
|
|
1373
1376
|
type BooleanResponse {
|
|
@@ -1487,6 +1490,7 @@ type ConnectedStore {
|
|
|
1487
1490
|
developerDid: String
|
|
1488
1491
|
developerEmail: String
|
|
1489
1492
|
developerName: String
|
|
1493
|
+
scope: String
|
|
1490
1494
|
}
|
|
1491
1495
|
|
|
1492
1496
|
type CreateAccessKey {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.29-beta-0070353c",
|
|
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": "7e3562be3a8af477749420cc022938a1059484d4",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|