fix(marketplace): close client contract gaps
This commit is contained in:
@@ -21,7 +21,7 @@ export type CodingPluginAcquisitionMode =
|
||||
| 'system_included'
|
||||
| 'user_acquired';
|
||||
|
||||
export type CodingPluginExecutionMode = 'synchronous' | 'accepted';
|
||||
export type CodingPluginExecutionMode = 'synchronous' | 'job';
|
||||
|
||||
export interface CodingPluginPackageProvenance {
|
||||
readonly source: 'bundled' | 'marketplace';
|
||||
|
||||
Reference in New Issue
Block a user