@abtnode/schema 1.16.39-beta-20250215-130252-43410928 → 1.16.39-beta-20250218-132815-6baaf20e
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 +8 -0
- package/lib/schema.graphqls +8 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -275,6 +275,10 @@ input ProxyPolicyInput {
|
|
275
275
|
realIpHeader: String
|
276
276
|
}
|
277
277
|
|
278
|
+
input RequestAbortBlockletBackupInput {
|
279
|
+
appPid: String
|
280
|
+
}
|
281
|
+
|
278
282
|
input RequestAddBlockletAccessPolicyInput {
|
279
283
|
did: String
|
280
284
|
data: BlockletAccessPolicyInput
|
@@ -2172,6 +2176,9 @@ type NotificationReceiver {
|
|
2172
2176
|
emailSendFailedReason: String
|
2173
2177
|
emailSendRecord: [NotificationSendRecord!]
|
2174
2178
|
webhook: Any
|
2179
|
+
email: String
|
2180
|
+
webhookUrls: String
|
2181
|
+
deviceId: String
|
2175
2182
|
}
|
2176
2183
|
|
2177
2184
|
type NotificationSendRecord {
|
@@ -3155,6 +3162,7 @@ type Mutation {
|
|
3155
3162
|
updateComponentTitle(input: RequestUpdateComponentTitleInput): ResponseBlocklet
|
3156
3163
|
updateComponentMountPoint(input: RequestUpdateComponentMountPointInput): ResponseBlocklet
|
3157
3164
|
backupBlocklet(input: RequestBackupBlockletInput): GeneralResponse
|
3165
|
+
abortBlockletBackup(input: RequestAbortBlockletBackupInput): GeneralResponse
|
3158
3166
|
restoreBlocklet(input: RequestRestoreBlockletInput): GeneralResponse
|
3159
3167
|
migrateApplicationToStructV2(input: RequestMigrateApplicationToStructV2Input): GeneralResponse
|
3160
3168
|
addBlockletSpaceGateway(input: RequestAddBlockletSpaceGatewayInput): GeneralResponse
|
package/lib/schema.graphqls
CHANGED
@@ -275,6 +275,10 @@ input ProxyPolicyInput {
|
|
275
275
|
realIpHeader: String
|
276
276
|
}
|
277
277
|
|
278
|
+
input RequestAbortBlockletBackupInput {
|
279
|
+
appPid: String
|
280
|
+
}
|
281
|
+
|
278
282
|
input RequestAddBlockletAccessPolicyInput {
|
279
283
|
did: String
|
280
284
|
data: BlockletAccessPolicyInput
|
@@ -2172,6 +2176,9 @@ type NotificationReceiver {
|
|
2172
2176
|
emailSendFailedReason: String
|
2173
2177
|
emailSendRecord: [NotificationSendRecord!]
|
2174
2178
|
webhook: Any
|
2179
|
+
email: String
|
2180
|
+
webhookUrls: String
|
2181
|
+
deviceId: String
|
2175
2182
|
}
|
2176
2183
|
|
2177
2184
|
type NotificationSendRecord {
|
@@ -3157,6 +3164,7 @@ type Mutation {
|
|
3157
3164
|
updateComponentTitle(input: RequestUpdateComponentTitleInput): ResponseBlocklet
|
3158
3165
|
updateComponentMountPoint(input: RequestUpdateComponentMountPointInput): ResponseBlocklet
|
3159
3166
|
backupBlocklet(input: RequestBackupBlockletInput): GeneralResponse
|
3167
|
+
abortBlockletBackup(input: RequestAbortBlockletBackupInput): GeneralResponse
|
3160
3168
|
restoreBlocklet(input: RequestRestoreBlockletInput): GeneralResponse
|
3161
3169
|
migrateApplicationToStructV2(input: RequestMigrateApplicationToStructV2Input): GeneralResponse
|
3162
3170
|
addBlockletSpaceGateway(input: RequestAddBlockletSpaceGatewayInput): GeneralResponse
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.16.39-beta-
|
6
|
+
"version": "1.16.39-beta-20250218-132815-6baaf20e",
|
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": "731bfe1a4ad07e92bd9e28fa1627648fbf485326",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|