@abtnode/types 1.16.40-beta-20250310-113951-17556f90 → 1.16.40-beta-20250312-140816-ad94b88b

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +7 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -442,6 +442,7 @@ export type TConfigNavigation = {
442
442
  activeIcon: string;
443
443
  color: string;
444
444
  activeColor: string;
445
+ description: string;
445
446
  };
446
447
  export type TEnvironment = {
447
448
  name: string;
@@ -763,6 +764,10 @@ export type TUserMetadataStatus = {
763
764
  duration: string;
764
765
  dateRange: number[];
765
766
  };
767
+ export type TUserPhoneInfo = {
768
+ country: string;
769
+ phoneNumber: string;
770
+ };
766
771
  export type TUserMetadata = {
767
772
  bio: string;
768
773
  location: string;
@@ -770,6 +775,7 @@ export type TUserMetadata = {
770
775
  cover: string;
771
776
  links: TUserMetadataLink[];
772
777
  status?: TUserMetadataStatus;
778
+ phone?: TUserPhoneInfo;
773
779
  };
774
780
  export type TUserInfo = {
775
781
  did: string;
@@ -1250,6 +1256,7 @@ export type TDockerRunKeyValuePair = {
1250
1256
  name: string;
1251
1257
  prefix: string;
1252
1258
  protocol: string;
1259
+ proxyBehavior: string;
1253
1260
  };
1254
1261
  export type TDockerEnvKeyValuePair = {
1255
1262
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.40-beta-20250310-113951-17556f90",
3
+ "version": "1.16.40-beta-20250312-140816-ad94b88b",
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": "172b2be783de6560a7858a7d55a37075e3a42f2d"
39
+ "gitHead": "81588276603bc87a36843eb502343bf9da9a0ce9"
40
40
  }