@abtnode/types 1.16.42 → 1.16.43-beta-20250420-132156-d732158a
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 +0 -6
- package/lib/type_pb.d.ts +1 -17
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -737,12 +737,6 @@ export type TRequestUpdateUserExtra = {
|
|
737
737
|
remark: string;
|
738
738
|
extra: string;
|
739
739
|
};
|
740
|
-
export type TRequestUpdateUserProfile = {
|
741
|
-
teamDid: string;
|
742
|
-
did: string;
|
743
|
-
remark: string;
|
744
|
-
locale: string;
|
745
|
-
};
|
746
740
|
export type TRequestUpdateUserAddress = {
|
747
741
|
teamDid: string;
|
748
742
|
did: string;
|
package/lib/type_pb.d.ts
CHANGED
@@ -385,22 +385,6 @@ export type TSimpleBlockletState = {
|
|
385
385
|
mountPoint: string;
|
386
386
|
deletedAt: number;
|
387
387
|
};
|
388
|
-
export type TPaletteColor = {
|
389
|
-
main: string;
|
390
|
-
light: string;
|
391
|
-
dark: string;
|
392
|
-
contrastText: string;
|
393
|
-
};
|
394
|
-
export type TPalette = {
|
395
|
-
primary?: TPaletteColor;
|
396
|
-
};
|
397
|
-
export type TThemeOptions = {
|
398
|
-
palette?: TPalette;
|
399
|
-
};
|
400
|
-
export type TTheme = {
|
401
|
-
light?: TThemeOptions;
|
402
|
-
dark?: TThemeOptions;
|
403
|
-
};
|
404
388
|
export type TBlockletSettings = {
|
405
389
|
initialized: boolean;
|
406
390
|
enablePassportIssuance: boolean;
|
@@ -419,7 +403,7 @@ export type TBlockletSettings = {
|
|
419
403
|
autoCheckUpdate?: TAutoCheckUpdate;
|
420
404
|
autoBackup?: TAutoBackup;
|
421
405
|
invite?: TInviteSettings;
|
422
|
-
theme?:
|
406
|
+
theme?: Record<string, any>;
|
423
407
|
};
|
424
408
|
export type TBlockletMetaService = {
|
425
409
|
name: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.
|
3
|
+
"version": "1.16.43-beta-20250420-132156-d732158a",
|
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": "f66c266e63a7da8438133b3a4fa9a398b0bd58ed"
|
40
40
|
}
|