@abtnode/types 1.16.11-next-a9ab0bad → 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/rpc_pb.d.ts CHANGED
@@ -658,7 +658,7 @@ export type TRequestAddBlockletSpaceGateway = {
658
658
  }
659
659
  export type TRequestDeleteBlockletSpaceGateway = {
660
660
  did: string,
661
- url: string,
661
+ spacegatewaydid: string,
662
662
  }
663
663
  export type TRequestUpdateBlockletSpaceGateway = {
664
664
  did: string,
package/lib/type_pb.d.ts CHANGED
@@ -731,6 +731,7 @@ export type TSpaceGateway = {
731
731
  url: string,
732
732
  pb_protected: string,
733
733
  endpoint: string,
734
+ did: string,
734
735
  }
735
736
  export type TBackup = {
736
737
  appPid: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.11-next-a9ab0bad",
3
+ "version": "1.16.11-next-ca5f18b5",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "55bb74175d9c30db5157e911cb88a226a307d734"
39
+ "gitHead": "d797d0177d585b66d17876c99c994fda4d812f37"
40
40
  }