@abtnode/schema 1.16.11-next-470e8c41 → 1.16.11
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 +5 -4
- package/lib/schema.graphqls +5 -4
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -211,7 +211,7 @@ input RequestConfigNavigationsInput {
|
|
|
211
211
|
navigations: [ConfigNavigationInput!]
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
input
|
|
214
|
+
input RequestConfigNotificationInput {
|
|
215
215
|
did: String
|
|
216
216
|
notification: String
|
|
217
217
|
}
|
|
@@ -790,6 +790,7 @@ type Backup {
|
|
|
790
790
|
strategy: Uint32
|
|
791
791
|
sourceUrl: String
|
|
792
792
|
target: String
|
|
793
|
+
targetName: String
|
|
793
794
|
targetUrl: String
|
|
794
795
|
createdAt: Uint32
|
|
795
796
|
updatedAt: Uint32
|
|
@@ -1893,7 +1894,7 @@ type Mutation {
|
|
|
1893
1894
|
configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
|
|
1894
1895
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
1895
1896
|
configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
|
|
1896
|
-
configNotification(input:
|
|
1897
|
+
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
1897
1898
|
updateWhoCanAccess(input: RequestUpdateWhoCanAccessInput): ResponseBlocklet
|
|
1898
1899
|
updateComponentTitle(input: RequestUpdateComponentTitleInput): ResponseBlocklet
|
|
1899
1900
|
updateComponentMountPoint(input: RequestUpdateComponentMountPointInput): ResponseBlocklet
|
|
@@ -1903,8 +1904,6 @@ type Mutation {
|
|
|
1903
1904
|
addBlockletSpaceGateway(input: RequestAddBlockletSpaceGatewayInput): GeneralResponse
|
|
1904
1905
|
deleteBlockletSpaceGateway(input: RequestDeleteBlockletSpaceGatewayInput): GeneralResponse
|
|
1905
1906
|
updateBlockletSpaceGateway(input: RequestUpdateBlockletSpaceGatewayInput): GeneralResponse
|
|
1906
|
-
getBlockletSpaceGateways(input: RequestBlockletInput): ResponseGetBlockletSpaceGateways
|
|
1907
|
-
getBlockletBackups(input: RequestGetBlockletBackupsInput): ResponseGetBlockletBackups
|
|
1908
1907
|
updateNodeInfo(input: NodeInfoInput): ResponseGetNodeInfo
|
|
1909
1908
|
updateNodeRouting(input: RequestNodeRoutingInput): ResponseGetNodeInfo
|
|
1910
1909
|
upgradeNodeVersion: ResponseUpgradeNodeVersion
|
|
@@ -2001,4 +2000,6 @@ type Query {
|
|
|
2001
2000
|
getPassportIssuances(input: RequestGetPassportIssuancesInput): ResponseGetPassportIssuances
|
|
2002
2001
|
getAuditLogs(input: RequestGetAuditLogsInput): ResponseGetAuditLogs
|
|
2003
2002
|
getLauncherSession(input: RequestGetLauncherSessionInput): ResponseGetLauncherSession
|
|
2003
|
+
getBlockletBackups(input: RequestGetBlockletBackupsInput): ResponseGetBlockletBackups
|
|
2004
|
+
getBlockletSpaceGateways(input: RequestBlockletInput): ResponseGetBlockletSpaceGateways
|
|
2004
2005
|
}`;
|
package/lib/schema.graphqls
CHANGED
|
@@ -211,7 +211,7 @@ input RequestConfigNavigationsInput {
|
|
|
211
211
|
navigations: [ConfigNavigationInput!]
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
input
|
|
214
|
+
input RequestConfigNotificationInput {
|
|
215
215
|
did: String
|
|
216
216
|
notification: String
|
|
217
217
|
}
|
|
@@ -790,6 +790,7 @@ type Backup {
|
|
|
790
790
|
strategy: Uint32
|
|
791
791
|
sourceUrl: String
|
|
792
792
|
target: String
|
|
793
|
+
targetName: String
|
|
793
794
|
targetUrl: String
|
|
794
795
|
createdAt: Uint32
|
|
795
796
|
updatedAt: Uint32
|
|
@@ -1895,7 +1896,7 @@ type Mutation {
|
|
|
1895
1896
|
configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
|
|
1896
1897
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
1897
1898
|
configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
|
|
1898
|
-
configNotification(input:
|
|
1899
|
+
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
1899
1900
|
updateWhoCanAccess(input: RequestUpdateWhoCanAccessInput): ResponseBlocklet
|
|
1900
1901
|
updateComponentTitle(input: RequestUpdateComponentTitleInput): ResponseBlocklet
|
|
1901
1902
|
updateComponentMountPoint(input: RequestUpdateComponentMountPointInput): ResponseBlocklet
|
|
@@ -1905,8 +1906,6 @@ type Mutation {
|
|
|
1905
1906
|
addBlockletSpaceGateway(input: RequestAddBlockletSpaceGatewayInput): GeneralResponse
|
|
1906
1907
|
deleteBlockletSpaceGateway(input: RequestDeleteBlockletSpaceGatewayInput): GeneralResponse
|
|
1907
1908
|
updateBlockletSpaceGateway(input: RequestUpdateBlockletSpaceGatewayInput): GeneralResponse
|
|
1908
|
-
getBlockletSpaceGateways(input: RequestBlockletInput): ResponseGetBlockletSpaceGateways
|
|
1909
|
-
getBlockletBackups(input: RequestGetBlockletBackupsInput): ResponseGetBlockletBackups
|
|
1910
1909
|
updateNodeInfo(input: NodeInfoInput): ResponseGetNodeInfo
|
|
1911
1910
|
updateNodeRouting(input: RequestNodeRoutingInput): ResponseGetNodeInfo
|
|
1912
1911
|
upgradeNodeVersion: ResponseUpgradeNodeVersion
|
|
@@ -2003,5 +2002,7 @@ type Query {
|
|
|
2003
2002
|
getPassportIssuances(input: RequestGetPassportIssuancesInput): ResponseGetPassportIssuances
|
|
2004
2003
|
getAuditLogs(input: RequestGetAuditLogsInput): ResponseGetAuditLogs
|
|
2005
2004
|
getLauncherSession(input: RequestGetLauncherSessionInput): ResponseGetLauncherSession
|
|
2005
|
+
getBlockletBackups(input: RequestGetBlockletBackupsInput): ResponseGetBlockletBackups
|
|
2006
|
+
getBlockletSpaceGateways(input: RequestBlockletInput): ResponseGetBlockletSpaceGateways
|
|
2006
2007
|
}
|
|
2007
2008
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.11
|
|
6
|
+
"version": "1.16.11",
|
|
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": "bf1a5bd70ed2ee7cd044c6b629c18bbc900f1598",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|