@blocklet/sdk 1.16.28-beta-23b06b63 → 1.16.28-beta-bfbab430
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.
|
@@ -206,6 +206,7 @@ const inputReceiverSchema = Joi.array().items(receiverSchema).single().required(
|
|
|
206
206
|
const optionSchema = Joi.object({
|
|
207
207
|
keepForOfflineUser: Joi.boolean(),
|
|
208
208
|
locale: Joi.string(),
|
|
209
|
+
channels: Joi.array().items(Joi.allow('app', 'email', 'push', 'webhook')).optional(),
|
|
209
210
|
})
|
|
210
211
|
.unknown()
|
|
211
212
|
.meta({ className: 'TSendOptions', unknownType: 'any' });
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.28-beta-
|
|
6
|
+
"version": "1.16.28-beta-bfbab430",
|
|
7
7
|
"description": "graphql client to read/write data on abt node",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"typings": "lib/index.d.ts",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@abtnode/client": "1.16.28-beta-
|
|
31
|
-
"@abtnode/constant": "1.16.28-beta-
|
|
30
|
+
"@abtnode/client": "1.16.28-beta-bfbab430",
|
|
31
|
+
"@abtnode/constant": "1.16.28-beta-bfbab430",
|
|
32
32
|
"@arcblock/did": "1.18.123",
|
|
33
33
|
"@arcblock/did-auth": "1.18.123",
|
|
34
34
|
"@arcblock/jwt": "1.18.123",
|
|
35
35
|
"@arcblock/ws": "1.18.123",
|
|
36
|
-
"@blocklet/constant": "1.16.28-beta-
|
|
37
|
-
"@blocklet/env": "1.16.28-beta-
|
|
38
|
-
"@blocklet/meta": "1.16.28-beta-
|
|
36
|
+
"@blocklet/constant": "1.16.28-beta-bfbab430",
|
|
37
|
+
"@blocklet/env": "1.16.28-beta-bfbab430",
|
|
38
|
+
"@blocklet/meta": "1.16.28-beta-bfbab430",
|
|
39
39
|
"@did-connect/authenticator": "^2.2.4",
|
|
40
40
|
"@did-connect/handler": "^2.2.4",
|
|
41
41
|
"@nedb/core": "^2.1.5",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"ts-node": "^10.9.1",
|
|
76
76
|
"typescript": "^5.0.4"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "f1fbf0752de46be00d1faa0d54eb7d28016e0bb9"
|
|
79
79
|
}
|