@abtnode/schema 1.16.42-beta-20250403-230303-c167c6a1 → 1.16.42-beta-20250407-225010-b71aee89

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
@@ -136,9 +136,6 @@ input ConfigNavigationInput {
136
136
  role: String
137
137
  visible: Boolean
138
138
  from: String
139
- activeIcon: String
140
- color: String
141
- activeColor: String
142
139
  description: String
143
140
  }
144
141
 
@@ -1816,6 +1813,11 @@ type BlockletMigrateRecord {
1816
1813
  at: String
1817
1814
  }
1818
1815
 
1816
+ type BlockletPassport {
1817
+ passports: Uint32
1818
+ activePassports: Uint32
1819
+ }
1820
+
1819
1821
  type BlockletPayment {
1820
1822
  price: [BlockletPaymentPrice!]
1821
1823
  share: [BlockletPaymentShare!]
@@ -1902,6 +1904,7 @@ type BlockletSettings {
1902
1904
  autoCheckUpdate: AutoCheckUpdate
1903
1905
  autoBackup: AutoBackup
1904
1906
  invite: InviteSettings
1907
+ theme: Theme
1905
1908
  }
1906
1909
 
1907
1910
  type BlockletState {
@@ -1964,6 +1967,11 @@ type BlockletStore {
1964
1967
  scope: String
1965
1968
  }
1966
1969
 
1970
+ type BlockletUsers {
1971
+ users: Uint32
1972
+ approvedUsers: Uint32
1973
+ }
1974
+
1967
1975
  type BlockletVaultRecord {
1968
1976
  pk: String
1969
1977
  did: String
@@ -2063,9 +2071,6 @@ type ConfigNavigation {
2063
2071
  role: String
2064
2072
  visible: Boolean
2065
2073
  from: String
2066
- activeIcon: String
2067
- color: String
2068
- activeColor: String
2069
2074
  description: String
2070
2075
  }
2071
2076
 
@@ -2478,6 +2483,17 @@ type Paging {
2478
2483
  page: Uint32
2479
2484
  }
2480
2485
 
2486
+ type Palette {
2487
+ primary: PaletteColor
2488
+ }
2489
+
2490
+ type PaletteColor {
2491
+ main: String
2492
+ light: String
2493
+ dark: String
2494
+ contrastText: String
2495
+ }
2496
+
2481
2497
  type Passport {
2482
2498
  id: String
2483
2499
  name: String
@@ -2638,8 +2654,9 @@ type ResponseBlockletDiff {
2638
2654
  }
2639
2655
 
2640
2656
  type ResponseBlockletInfo {
2641
- users: Uint32
2642
- passports: Uint32
2657
+ user: BlockletUsers
2658
+ passport: BlockletPassport
2659
+ backup: Backup
2643
2660
  }
2644
2661
 
2645
2662
  type ResponseBlockletMeta {
@@ -3242,6 +3259,15 @@ type Tag {
3242
3259
  updatedAt: Uint32
3243
3260
  }
3244
3261
 
3262
+ type Theme {
3263
+ light: ThemeOptions
3264
+ dark: ThemeOptions
3265
+ }
3266
+
3267
+ type ThemeOptions {
3268
+ palette: Palette
3269
+ }
3270
+
3245
3271
  type TrafficInsight {
3246
3272
  did: String
3247
3273
  date: String
@@ -136,9 +136,6 @@ input ConfigNavigationInput {
136
136
  role: String
137
137
  visible: Boolean
138
138
  from: String
139
- activeIcon: String
140
- color: String
141
- activeColor: String
142
139
  description: String
143
140
  }
144
141
 
@@ -1816,6 +1813,11 @@ type BlockletMigrateRecord {
1816
1813
  at: String
1817
1814
  }
1818
1815
 
1816
+ type BlockletPassport {
1817
+ passports: Uint32
1818
+ activePassports: Uint32
1819
+ }
1820
+
1819
1821
  type BlockletPayment {
1820
1822
  price: [BlockletPaymentPrice!]
1821
1823
  share: [BlockletPaymentShare!]
@@ -1902,6 +1904,7 @@ type BlockletSettings {
1902
1904
  autoCheckUpdate: AutoCheckUpdate
1903
1905
  autoBackup: AutoBackup
1904
1906
  invite: InviteSettings
1907
+ theme: Theme
1905
1908
  }
1906
1909
 
1907
1910
  type BlockletState {
@@ -1964,6 +1967,11 @@ type BlockletStore {
1964
1967
  scope: String
1965
1968
  }
1966
1969
 
1970
+ type BlockletUsers {
1971
+ users: Uint32
1972
+ approvedUsers: Uint32
1973
+ }
1974
+
1967
1975
  type BlockletVaultRecord {
1968
1976
  pk: String
1969
1977
  did: String
@@ -2063,9 +2071,6 @@ type ConfigNavigation {
2063
2071
  role: String
2064
2072
  visible: Boolean
2065
2073
  from: String
2066
- activeIcon: String
2067
- color: String
2068
- activeColor: String
2069
2074
  description: String
2070
2075
  }
2071
2076
 
@@ -2478,6 +2483,17 @@ type Paging {
2478
2483
  page: Uint32
2479
2484
  }
2480
2485
 
2486
+ type Palette {
2487
+ primary: PaletteColor
2488
+ }
2489
+
2490
+ type PaletteColor {
2491
+ main: String
2492
+ light: String
2493
+ dark: String
2494
+ contrastText: String
2495
+ }
2496
+
2481
2497
  type Passport {
2482
2498
  id: String
2483
2499
  name: String
@@ -2638,8 +2654,9 @@ type ResponseBlockletDiff {
2638
2654
  }
2639
2655
 
2640
2656
  type ResponseBlockletInfo {
2641
- users: Uint32
2642
- passports: Uint32
2657
+ user: BlockletUsers
2658
+ passport: BlockletPassport
2659
+ backup: Backup
2643
2660
  }
2644
2661
 
2645
2662
  type ResponseBlockletMeta {
@@ -3242,6 +3259,15 @@ type Tag {
3242
3259
  updatedAt: Uint32
3243
3260
  }
3244
3261
 
3262
+ type Theme {
3263
+ light: ThemeOptions
3264
+ dark: ThemeOptions
3265
+ }
3266
+
3267
+ type ThemeOptions {
3268
+ palette: Palette
3269
+ }
3270
+
3245
3271
  type TrafficInsight {
3246
3272
  did: String
3247
3273
  date: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.42-beta-20250403-230303-c167c6a1",
6
+ "version": "1.16.42-beta-20250407-225010-b71aee89",
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": "34d6d981bb270af1d0ca59704715bfa82949a9fe",
16
+ "gitHead": "8c91236aa3147b1750939e24eef2f230d2b9055f",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }