[linguist-backend]: update changeset and update api-report
Signed-off-by: Thomas Camargo <camargothomas@gmail.com>
This commit is contained in:
@@ -3,3 +3,7 @@
|
||||
---
|
||||
|
||||
Allow kind to be configurable
|
||||
|
||||
```ts
|
||||
return createRouter({ schedule: schedule, kind: ['Component'] }, { ...env });
|
||||
```
|
||||
|
||||
@@ -34,6 +34,7 @@ export class LinguistBackendApi {
|
||||
age?: HumanDuration,
|
||||
batchSize?: number,
|
||||
useSourceLocation?: boolean,
|
||||
kind?: string[],
|
||||
);
|
||||
// (undocumented)
|
||||
getEntityLanguages(entityRef: string): Promise<Languages>;
|
||||
@@ -79,6 +80,8 @@ export interface PluginOptions {
|
||||
// (undocumented)
|
||||
batchSize?: number;
|
||||
// (undocumented)
|
||||
kind?: string[];
|
||||
// (undocumented)
|
||||
schedule?: TaskScheduleDefinition;
|
||||
// (undocumented)
|
||||
useSourceLocation?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user