@abtnode/types 1.16.21-beta-bd0e2503 → 1.16.21-beta-445a8baa

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/type_pb.d.ts CHANGED
@@ -127,6 +127,7 @@ export type TBlockletMeta = {
127
127
  bundleName: string,
128
128
  navigation: Record<string, any>[],
129
129
  resources: string[],
130
+ resource?: TBlockletResource,
130
131
  }
131
132
  export type TSimpleBlockletMeta = {
132
133
  did: string,
@@ -889,3 +890,17 @@ export type TRelease = {
889
890
  createdAt: string,
890
891
  updatedAt: string,
891
892
  }
893
+ export type TBlockletResource = {
894
+ exportApi: string,
895
+ types: TBlockletResourceType[],
896
+ bundles: TBlockletResourceBundle[],
897
+ }
898
+ export type TBlockletResourceType = {
899
+ type: string,
900
+ description: string,
901
+ }
902
+ export type TBlockletResourceBundle = {
903
+ did: string,
904
+ type: string,
905
+ pb_public: boolean,
906
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.21-beta-bd0e2503",
3
+ "version": "1.16.21-beta-445a8baa",
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": "f4550e061b661cb67d7f1413ada51f3f6491f0b8"
39
+ "gitHead": "7a7ff8be7f424775c3bde0eead773d8e6177fa1a"
40
40
  }