@abtnode/schema 1.16.43-beta-20250419-231352-c78ac93d → 1.16.43-beta-20250422-042711-c40bec75

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/index.js CHANGED
@@ -1965,7 +1965,7 @@ type BlockletSettings {
1965
1965
  autoCheckUpdate: AutoCheckUpdate
1966
1966
  autoBackup: AutoBackup
1967
1967
  invite: InviteSettings
1968
- theme: Theme
1968
+ theme: Any
1969
1969
  }
1970
1970
 
1971
1971
  type BlockletState {
@@ -2554,17 +2554,6 @@ type Paging {
2554
2554
  page: Uint32
2555
2555
  }
2556
2556
 
2557
- type Palette {
2558
- primary: PaletteColor
2559
- }
2560
-
2561
- type PaletteColor {
2562
- main: String
2563
- light: String
2564
- dark: String
2565
- contrastText: String
2566
- }
2567
-
2568
2557
  type Passport {
2569
2558
  id: String
2570
2559
  name: String
@@ -3351,15 +3340,6 @@ type Tag {
3351
3340
  updatedAt: Uint32
3352
3341
  }
3353
3342
 
3354
- type Theme {
3355
- light: ThemeOptions
3356
- dark: ThemeOptions
3357
- }
3358
-
3359
- type ThemeOptions {
3360
- palette: Palette
3361
- }
3362
-
3363
3343
  type TrafficInsight {
3364
3344
  did: String
3365
3345
  date: String
@@ -1965,7 +1965,7 @@ type BlockletSettings {
1965
1965
  autoCheckUpdate: AutoCheckUpdate
1966
1966
  autoBackup: AutoBackup
1967
1967
  invite: InviteSettings
1968
- theme: Theme
1968
+ theme: Any
1969
1969
  }
1970
1970
 
1971
1971
  type BlockletState {
@@ -2554,17 +2554,6 @@ type Paging {
2554
2554
  page: Uint32
2555
2555
  }
2556
2556
 
2557
- type Palette {
2558
- primary: PaletteColor
2559
- }
2560
-
2561
- type PaletteColor {
2562
- main: String
2563
- light: String
2564
- dark: String
2565
- contrastText: String
2566
- }
2567
-
2568
2557
  type Passport {
2569
2558
  id: String
2570
2559
  name: String
@@ -3351,15 +3340,6 @@ type Tag {
3351
3340
  updatedAt: Uint32
3352
3341
  }
3353
3342
 
3354
- type Theme {
3355
- light: ThemeOptions
3356
- dark: ThemeOptions
3357
- }
3358
-
3359
- type ThemeOptions {
3360
- palette: Palette
3361
- }
3362
-
3363
3343
  type TrafficInsight {
3364
3344
  did: String
3365
3345
  date: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.43-beta-20250419-231352-c78ac93d",
6
+ "version": "1.16.43-beta-20250422-042711-c40bec75",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "207acad34e8ccf318cd7539c1ac717cee7951b53",
16
+ "gitHead": "836a400c1f953f421a8e95dc9a32ba883ac2586d",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }