@abtnode/schema 1.16.8-beta-ca58a421 → 1.16.8-beta-81db8efa

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
@@ -210,6 +210,11 @@ input RequestConfigNavigationsInput {
210
210
  navigations: [ConfigNavigationInput!]
211
211
  }
212
212
 
213
+ input RequestConfigNotifiactionInput {
214
+ did: String
215
+ notification: String
216
+ }
217
+
213
218
  input RequestConfigOAuthInput {
214
219
  did: String
215
220
  oauth: String
@@ -934,6 +939,7 @@ type BlockletSettings {
934
939
  navigations: [ConfigNavigation!]
935
940
  oauth: Any
936
941
  trustedFactories: [TrustedFactory!]
942
+ notification: Any
937
943
  }
938
944
 
939
945
  type BlockletState {
@@ -1849,6 +1855,7 @@ type Mutation {
1849
1855
  configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
1850
1856
  configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
1851
1857
  configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
1858
+ configNotification(input: RequestConfigNotifiactionInput): ResponseBlocklet
1852
1859
  updateWhoCanAccess(input: RequestUpdateWhoCanAccessInput): ResponseBlocklet
1853
1860
  updateComponentTitle(input: RequestUpdateComponentTitleInput): ResponseBlocklet
1854
1861
  updateComponentMountPoint(input: RequestUpdateComponentMountPointInput): ResponseBlocklet
@@ -210,6 +210,11 @@ input RequestConfigNavigationsInput {
210
210
  navigations: [ConfigNavigationInput!]
211
211
  }
212
212
 
213
+ input RequestConfigNotifiactionInput {
214
+ did: String
215
+ notification: String
216
+ }
217
+
213
218
  input RequestConfigOAuthInput {
214
219
  did: String
215
220
  oauth: String
@@ -934,6 +939,7 @@ type BlockletSettings {
934
939
  navigations: [ConfigNavigation!]
935
940
  oauth: Any
936
941
  trustedFactories: [TrustedFactory!]
942
+ notification: Any
937
943
  }
938
944
 
939
945
  type BlockletState {
@@ -1851,6 +1857,7 @@ type Mutation {
1851
1857
  configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
1852
1858
  configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
1853
1859
  configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
1860
+ configNotification(input: RequestConfigNotifiactionInput): ResponseBlocklet
1854
1861
  updateWhoCanAccess(input: RequestUpdateWhoCanAccessInput): ResponseBlocklet
1855
1862
  updateComponentTitle(input: RequestUpdateComponentTitleInput): ResponseBlocklet
1856
1863
  updateComponentMountPoint(input: RequestUpdateComponentMountPointInput): ResponseBlocklet
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.8-beta-ca58a421",
6
+ "version": "1.16.8-beta-81db8efa",
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": "MIT",
16
- "gitHead": "d0f724c8082572a01b6e9287df6c3d0663ec9c57",
16
+ "gitHead": "8c4e3190de79a1fb2aaa14646255d938324cc5c2",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }