@abtnode/types 1.16.52-beta-20251005-235515-42ad5caf → 1.16.52-beta-20251008-091027-c46c73e3
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 +5 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
|
@@ -1505,12 +1505,17 @@ export type TRequestOAuthClient = {
|
|
|
1505
1505
|
export type TResponseOAuthClient = {
|
|
1506
1506
|
data?: type_pb.TOauthClient;
|
|
1507
1507
|
};
|
|
1508
|
+
export type TRequestGetOrgsOptions = {
|
|
1509
|
+
includeMembers: boolean;
|
|
1510
|
+
includePassports: boolean;
|
|
1511
|
+
};
|
|
1508
1512
|
export type TRequestGetOrgs = {
|
|
1509
1513
|
teamDid: string;
|
|
1510
1514
|
org?: type_pb.TOrg;
|
|
1511
1515
|
paging?: type_pb.TPaging;
|
|
1512
1516
|
type: enum_pb.OrgQueryTypeMap[keyof enum_pb.OrgQueryTypeMap];
|
|
1513
1517
|
userDid: string;
|
|
1518
|
+
options?: TRequestGetOrgsOptions;
|
|
1514
1519
|
};
|
|
1515
1520
|
export type TResponseGetOrgs = {
|
|
1516
1521
|
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.52-beta-
|
|
3
|
+
"version": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
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": "2a8d239f019aece938d909a495ff1c54ad0e87a9"
|
|
40
40
|
}
|