@halo-dev/api-client 0.0.40 → 0.0.41
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 +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4274,6 +4274,12 @@ interface PluginStatus {
|
|
|
4274
4274
|
* @memberof PluginStatus
|
|
4275
4275
|
*/
|
|
4276
4276
|
stylesheet?: string;
|
|
4277
|
+
/**
|
|
4278
|
+
*
|
|
4279
|
+
* @type {string}
|
|
4280
|
+
* @memberof PluginStatus
|
|
4281
|
+
*/
|
|
4282
|
+
logo?: string;
|
|
4277
4283
|
}
|
|
4278
4284
|
declare const PluginStatusPhaseEnum: {
|
|
4279
4285
|
readonly Created: "CREATED";
|