@abtnode/types 1.16.18-beta-7aa6be5a → 1.16.18-beta-bb4ebacc
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 +2 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -787,6 +787,7 @@ export type TRequestProject = {
|
|
787
787
|
export type TRequestGetProjects = {
|
788
788
|
did: string,
|
789
789
|
paging?: type_pb.TPaging,
|
790
|
+
componentDid: string,
|
790
791
|
}
|
791
792
|
export type TResponseGetProjects = {
|
792
793
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
|
@@ -802,6 +803,7 @@ export type TRequestCreateProject = {
|
|
802
803
|
type: enum_pb.PublishTypeMap[keyof enum_pb.PublishTypeMap],
|
803
804
|
blockletDid: string,
|
804
805
|
blockletTitle: string,
|
806
|
+
componentDid: string,
|
805
807
|
}
|
806
808
|
export type TResponseProject = {
|
807
809
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.18-beta-
|
3
|
+
"version": "1.16.18-beta-bb4ebacc",
|
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": "aca7ff8eb508ecf586108b99a9e07ceab2a62430"
|
40
40
|
}
|