@abtnode/schema 1.16.11-next-8a4df821 → 1.16.11-next-ca5f18b5

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
@@ -296,7 +296,7 @@ input RequestDeleteBlockletInput {
296
296
 
297
297
  input RequestDeleteBlockletSpaceGatewayInput {
298
298
  did: String
299
- url: String
299
+ spaceGatewayDid: String
300
300
  }
301
301
 
302
302
  input RequestDeleteComponentInput {
@@ -663,6 +663,7 @@ input SpaceGatewayInput {
663
663
  url: String
664
664
  protected: String
665
665
  endpoint: String
666
+ did: String
666
667
  }
667
668
 
668
669
  input TeamInput {
@@ -1724,6 +1725,7 @@ type SpaceGateway {
1724
1725
  url: String
1725
1726
  protected: String
1726
1727
  endpoint: String
1728
+ did: String
1727
1729
  }
1728
1730
 
1729
1731
  type TrustedFactory {
@@ -296,7 +296,7 @@ input RequestDeleteBlockletInput {
296
296
 
297
297
  input RequestDeleteBlockletSpaceGatewayInput {
298
298
  did: String
299
- url: String
299
+ spaceGatewayDid: String
300
300
  }
301
301
 
302
302
  input RequestDeleteComponentInput {
@@ -663,6 +663,7 @@ input SpaceGatewayInput {
663
663
  url: String
664
664
  protected: String
665
665
  endpoint: String
666
+ did: String
666
667
  }
667
668
 
668
669
  input TeamInput {
@@ -1724,6 +1725,7 @@ type SpaceGateway {
1724
1725
  url: String
1725
1726
  protected: String
1726
1727
  endpoint: String
1728
+ did: String
1727
1729
  }
1728
1730
 
1729
1731
  type TrustedFactory {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.11-next-8a4df821",
6
+ "version": "1.16.11-next-ca5f18b5",
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": "194300e66d207fd7d5e40f5e97fc58c4bdd9ffd7",
16
+ "gitHead": "d797d0177d585b66d17876c99c994fda4d812f37",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }