@snaptrude/plugin-core 0.7.0 → 0.7.1

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.
@@ -33,10 +33,9 @@ export abstract class PluginPresentationApi {
33
33
  public abstract import: PluginPresentationImportApi
34
34
  /**
35
35
  * Present-mode AI Inspiration image/video generation. See
36
- * {@linkcode PluginPresentationAIInspirationApi}. _(authored ahead — optional
37
- * until the host lands; the host implementation today is a stub.)_
36
+ * {@linkcode PluginPresentationAIInspirationApi}.
38
37
  */
39
- public aiInspiration?: PluginPresentationAIInspirationApi
38
+ public abstract aiInspiration: PluginPresentationAIInspirationApi
40
39
 
41
40
  constructor() {}
42
41
  }