@abtnode/types 1.16.52-beta-20250924-135333-541024a8 → 1.16.52-beta-20250930-134044-9b691563

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
@@ -1033,11 +1033,20 @@ export type TResponseClearCache = {
1033
1033
  export type TRequestTag = {
1034
1034
  teamDid: string;
1035
1035
  tag?: type_pb.TTag;
1036
+ moveTo: number;
1036
1037
  };
1037
1038
  export type TResponseTag = {
1038
1039
  code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
1039
1040
  tag?: type_pb.TTag;
1040
1041
  };
1042
+ export type TRequestTagging = {
1043
+ teamDid: string;
1044
+ tagging?: type_pb.TTagging;
1045
+ };
1046
+ export type TResponseTagging = {
1047
+ code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
1048
+ tagging: type_pb.TTagging[];
1049
+ };
1041
1050
  export type TRequestTags = {
1042
1051
  teamDid: string;
1043
1052
  paging?: type_pb.TPaging;
package/lib/type_pb.d.ts CHANGED
@@ -789,6 +789,17 @@ export type TTag = {
789
789
  color: string;
790
790
  createdAt: number;
791
791
  updatedAt: number;
792
+ slug: string;
793
+ type: string;
794
+ componentDid: string;
795
+ parentId: number;
796
+ createdBy: string;
797
+ updatedBy: string;
798
+ };
799
+ export type TTagging = {
800
+ tagId: number;
801
+ taggableType: string;
802
+ taggableIds: string[];
792
803
  };
793
804
  export type TTeam = {
794
805
  teamDid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.52-beta-20250924-135333-541024a8",
3
+ "version": "1.16.52-beta-20250930-134044-9b691563",
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": "49da2436236dcd95eac44d785d6d2847efd3c643"
39
+ "gitHead": "922d7f11acfdfafe4494f59add4884fe73954a0b"
40
40
  }