@abtnode/types 1.16.40-beta-20250311-152346-f596c9a6 → 1.16.40-beta-20250313-033531-8d70107e
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/type_pb.d.ts +7 -0
- 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-
|
3
|
+
"version": "1.16.40-beta-20250313-033531-8d70107e",
|
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": "34bdd932f825070562a2124557d7198f4a3a9b91"
|
40
40
|
}
|