@halo-dev/api-client 0.0.7 → 0.0.8
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/dist/index.d.ts +14 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1540,13 +1540,25 @@ interface ThemeSpec {
|
|
|
1540
1540
|
* @type {string}
|
|
1541
1541
|
* @memberof ThemeSpec
|
|
1542
1542
|
*/
|
|
1543
|
-
version
|
|
1543
|
+
version: string;
|
|
1544
1544
|
/**
|
|
1545
1545
|
*
|
|
1546
1546
|
* @type {string}
|
|
1547
1547
|
* @memberof ThemeSpec
|
|
1548
1548
|
*/
|
|
1549
|
-
require
|
|
1549
|
+
require: string;
|
|
1550
|
+
/**
|
|
1551
|
+
*
|
|
1552
|
+
* @type {string}
|
|
1553
|
+
* @memberof ThemeSpec
|
|
1554
|
+
*/
|
|
1555
|
+
settingName?: string;
|
|
1556
|
+
/**
|
|
1557
|
+
*
|
|
1558
|
+
* @type {string}
|
|
1559
|
+
* @memberof ThemeSpec
|
|
1560
|
+
*/
|
|
1561
|
+
configMapName?: string;
|
|
1550
1562
|
}
|
|
1551
1563
|
/**
|
|
1552
1564
|
*
|