@abtnode/schema 1.16.20-beta-e363262e → 1.16.20-beta-bb1cd034

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 CHANGED
@@ -603,6 +603,12 @@ input RequestRevokeUserPassportInput {
603
603
  passportId: String
604
604
  }
605
605
 
606
+ input RequestSendEmailInput {
607
+ did: String
608
+ receiver: String
609
+ email: String
610
+ }
611
+
606
612
  input RequestSendMsgInput {
607
613
  webhookId: String
608
614
  message: String
@@ -2267,6 +2273,7 @@ type Mutation {
2267
2273
  configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
2268
2274
  configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
2269
2275
  configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
2276
+ sendEmail(input: RequestSendEmailInput): GeneralResponse
2270
2277
  joinFederatedLogin(input: RequestJoinFederatedLoginInput): ResponseBlocklet
2271
2278
  quitFederatedLogin(input: RequestQuitFederatedLoginInput): ResponseBlocklet
2272
2279
  disbandFederatedLogin(input: RequestDisbandFederatedLoginInput): ResponseBlocklet
@@ -603,6 +603,12 @@ input RequestRevokeUserPassportInput {
603
603
  passportId: String
604
604
  }
605
605
 
606
+ input RequestSendEmailInput {
607
+ did: String
608
+ receiver: String
609
+ email: String
610
+ }
611
+
606
612
  input RequestSendMsgInput {
607
613
  webhookId: String
608
614
  message: String
@@ -2269,6 +2275,7 @@ type Mutation {
2269
2275
  configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
2270
2276
  configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
2271
2277
  configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
2278
+ sendEmail(input: RequestSendEmailInput): GeneralResponse
2272
2279
  joinFederatedLogin(input: RequestJoinFederatedLoginInput): ResponseBlocklet
2273
2280
  quitFederatedLogin(input: RequestQuitFederatedLoginInput): ResponseBlocklet
2274
2281
  disbandFederatedLogin(input: RequestDisbandFederatedLoginInput): ResponseBlocklet
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.20-beta-e363262e",
6
+ "version": "1.16.20-beta-bb1cd034",
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": "479cea04dd620d8194d6221b2594b6a0f390ba76",
16
+ "gitHead": "b000d880478911fbad7f5b197daf8a9065463ca8",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }