@abtnode/types 1.17.8-beta-20260119-102944-6ba93a16 → 1.17.8-beta-20260125-093329-64b43854

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
@@ -961,6 +961,7 @@ export type TRequestBlockletSettings = {
961
961
  gateway?: type_pb.TBlockletGateway;
962
962
  aigne?: type_pb.TAigneConfig;
963
963
  org?: type_pb.TOrgSettings;
964
+ subService?: type_pb.TSubServiceConfig;
964
965
  };
965
966
  export type TRequestGetLauncherSession = {
966
967
  launcherSessionId: string;
package/lib/type_pb.d.ts CHANGED
@@ -425,6 +425,7 @@ export type TBlockletSettings = {
425
425
  didConnect?: Record<string, any>;
426
426
  oauth?: Record<string, any>;
427
427
  actionConfig?: Record<string, any>;
428
+ subService?: TSubServiceConfig;
428
429
  };
429
430
  export type TBlockletMetaService = {
430
431
  name: string;
@@ -904,6 +905,7 @@ export type TUserInfo = {
904
905
  address?: TUserAddress;
905
906
  userSessionsCount: number;
906
907
  isFollowing: boolean;
908
+ name: string;
907
909
  };
908
910
  export type TUserProfile = {
909
911
  did: string;
@@ -1196,6 +1198,11 @@ export type TOrgSettings = {
1196
1198
  maxMemberPerOrg: number;
1197
1199
  maxOrgPerUser: number;
1198
1200
  };
1201
+ export type TSubServiceConfig = {
1202
+ enabled: boolean;
1203
+ domain: string;
1204
+ staticRoot: string;
1205
+ };
1199
1206
  export type TLoginEmailSettings = {
1200
1207
  enabled: boolean;
1201
1208
  requireVerified: boolean;
@@ -1571,6 +1578,7 @@ export type TOrg = {
1571
1578
  membersCount: number;
1572
1579
  passports: TPassport[];
1573
1580
  metadata?: Record<string, any>;
1581
+ avatar: string;
1574
1582
  };
1575
1583
  export type TUserOrg = {
1576
1584
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.17.8-beta-20260119-102944-6ba93a16",
3
+ "version": "1.17.8-beta-20260125-093329-64b43854",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/ArcBlock/abt-node/issues"
37
37
  },
38
- "gitHead": "52d0430ade8bad2dbc91251b6183d152116fee0f"
38
+ "gitHead": "241254785bda907be2296228869b4fc9c1679a6b"
39
39
  }