@bbearai/core 0.9.12 → 0.9.13
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1435,7 +1435,7 @@ declare class BugBearClient {
|
|
|
1435
1435
|
* reopened issues include original bug context.
|
|
1436
1436
|
* @param mineOnly - If true (default), only returns the tester's own reports. If false, returns all project reports.
|
|
1437
1437
|
*/
|
|
1438
|
-
getIssues(category:
|
|
1438
|
+
getIssues(category: IssueCategory, mineOnly?: boolean): Promise<TesterIssue[]>;
|
|
1439
1439
|
/**
|
|
1440
1440
|
* Reopen a done issue that the tester believes isn't actually fixed.
|
|
1441
1441
|
* Transitions the report from a done status back to 'confirmed'.
|
package/dist/index.d.ts
CHANGED
|
@@ -1435,7 +1435,7 @@ declare class BugBearClient {
|
|
|
1435
1435
|
* reopened issues include original bug context.
|
|
1436
1436
|
* @param mineOnly - If true (default), only returns the tester's own reports. If false, returns all project reports.
|
|
1437
1437
|
*/
|
|
1438
|
-
getIssues(category:
|
|
1438
|
+
getIssues(category: IssueCategory, mineOnly?: boolean): Promise<TesterIssue[]>;
|
|
1439
1439
|
/**
|
|
1440
1440
|
* Reopen a done issue that the tester believes isn't actually fixed.
|
|
1441
1441
|
* Transitions the report from a done status back to 'confirmed'.
|