@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -0
  2. 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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halo-dev/api-client",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "@halo-dev",