@abtnode/types 1.16.29-beta-87e06e1c → 1.16.29-beta-112566d5
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 +7 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -144,6 +144,7 @@ export type TBlockletMeta = {
|
|
144
144
|
resources: string[],
|
145
145
|
resource?: TBlockletResource,
|
146
146
|
engine?: Record<string, any>,
|
147
|
+
owner?: TBlockletMetaOwner,
|
147
148
|
}
|
148
149
|
export type TSimpleBlockletMeta = {
|
149
150
|
did: string,
|
@@ -207,6 +208,12 @@ export type TBlockletMetaPerson = {
|
|
207
208
|
email: string,
|
208
209
|
url: string,
|
209
210
|
}
|
211
|
+
export type TBlockletMetaOwner = {
|
212
|
+
avatar: string,
|
213
|
+
did: string,
|
214
|
+
email: string,
|
215
|
+
fullname: string,
|
216
|
+
}
|
210
217
|
export type TBlockletDist = {
|
211
218
|
tarball: string,
|
212
219
|
integrity: string,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.29-beta-
|
3
|
+
"version": "1.16.29-beta-112566d5",
|
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": "
|
39
|
+
"gitHead": "4c6213560b79dc862b0b5e48b50f65c39de54aef"
|
40
40
|
}
|