-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate api-reports for lightspeed-common
Signed-off-by: Karthik <[email protected]>
- Loading branch information
1 parent
fbb89a2
commit 2159a29
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
workspaces/lightspeed/plugins/lightspeed-common/report.api.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## API Report File for "@red-hat-developer-hub/backstage-plugin-lightspeed-common" | ||
|
||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
```ts | ||
|
||
import { BasicPermission } from '@backstage/plugin-permission-common'; | ||
|
||
// @public | ||
export const lightspeedConversationsCreatePermission: BasicPermission; | ||
|
||
// @public | ||
export const lightspeedConversationsDeletePermission: BasicPermission; | ||
|
||
// @public | ||
export const lightspeedConversationsReadPermission: BasicPermission; | ||
|
||
// @public | ||
export const lightspeedPermissions: BasicPermission[]; | ||
|
||
``` |