Merge branch 'master' into af/add-readme-card-azure-devops

Signed-off-by: alissonfabiano <56898864+alissonfabiano@users.noreply.github.com>
This commit is contained in:
alissonfabiano
2022-08-19 11:08:42 +01:00
committed by GitHub
736 changed files with 12075 additions and 5398 deletions
+1 -43
View File
@@ -3,8 +3,6 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// Warning: (ae-missing-release-tag) "BuildResult" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export enum BuildResult {
Canceled = 32,
@@ -14,8 +12,6 @@ export enum BuildResult {
Succeeded = 2,
}
// Warning: (ae-missing-release-tag) "BuildRun" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type BuildRun = {
id?: number;
@@ -30,15 +26,11 @@ export type BuildRun = {
uniqueName?: string;
};
// Warning: (ae-missing-release-tag) "BuildRunOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type BuildRunOptions = {
top?: number;
};
// Warning: (ae-missing-release-tag) "BuildStatus" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export enum BuildStatus {
All = 47,
@@ -50,8 +42,6 @@ export enum BuildStatus {
Postponed = 8,
}
// Warning: (ae-missing-release-tag) "CreatedBy" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface CreatedBy {
// (undocumented)
@@ -68,8 +58,6 @@ export interface CreatedBy {
uniqueName?: string;
}
// Warning: (ae-missing-release-tag) "DashboardPullRequest" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface DashboardPullRequest {
// (undocumented)
@@ -98,8 +86,6 @@ export interface DashboardPullRequest {
title?: string;
}
// Warning: (ae-missing-release-tag) "GitTag" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type GitTag = {
objectId?: string;
@@ -110,8 +96,6 @@ export type GitTag = {
commitLink: string;
};
// Warning: (ae-missing-release-tag) "Policy" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface Policy {
// (undocumented)
@@ -126,9 +110,7 @@ export interface Policy {
type: PolicyType;
}
// Warning: (ae-missing-release-tag) "PolicyEvaluationStatus" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public
// @public (undocumented)
export enum PolicyEvaluationStatus {
Approved = 2,
Broken = 5,
@@ -138,8 +120,6 @@ export enum PolicyEvaluationStatus {
Running = 1,
}
// Warning: (ae-missing-release-tag) "PolicyType" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export enum PolicyType {
// (undocumented)
@@ -156,8 +136,6 @@ export enum PolicyType {
Status = 'Status',
}
// Warning: (ae-missing-release-tag) "PolicyTypeId" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export enum PolicyTypeId {
Build = '0609b952-1397-4640-95ec-e00a01b2c241',
@@ -168,8 +146,6 @@ export enum PolicyTypeId {
Status = 'cbdc66da-9728-4af8-aada-9a5a32e4a226',
}
// Warning: (ae-missing-release-tag) "Project" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type Project = {
id?: string;
@@ -177,8 +153,6 @@ export type Project = {
description?: string;
};
// Warning: (ae-missing-release-tag) "PullRequest" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type PullRequest = {
pullRequestId?: number;
@@ -194,16 +168,12 @@ export type PullRequest = {
link: string;
};
// Warning: (ae-missing-release-tag) "PullRequestOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type PullRequestOptions = {
top: number;
status: PullRequestStatus;
};
// Warning: (ae-missing-release-tag) "PullRequestStatus" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export enum PullRequestStatus {
Abandoned = 2,
@@ -213,8 +183,6 @@ export enum PullRequestStatus {
NotSet = 0,
}
// Warning: (ae-missing-release-tag) "PullRequestVoteStatus" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export enum PullRequestVoteStatus {
// (undocumented)
@@ -265,15 +233,11 @@ export type RepoBuild = {
uniqueName?: string;
};
// Warning: (ae-missing-release-tag) "RepoBuildOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type RepoBuildOptions = {
top?: number;
};
// Warning: (ae-missing-release-tag) "Repository" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface Repository {
// (undocumented)
@@ -284,8 +248,6 @@ export interface Repository {
url?: string;
}
// Warning: (ae-missing-release-tag) "Reviewer" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface Reviewer {
// (undocumented)
@@ -304,8 +266,6 @@ export interface Reviewer {
voteStatus: PullRequestVoteStatus;
}
// Warning: (ae-missing-release-tag) "Team" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface Team {
// (undocumented)
@@ -320,8 +280,6 @@ export interface Team {
projectName?: string;
}
// Warning: (ae-missing-release-tag) "TeamMember" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface TeamMember {
// (undocumented)
+25
View File
@@ -14,6 +14,7 @@
* limitations under the License.
*/
/** @public */
export enum BuildResult {
/**
* No result
@@ -37,6 +38,7 @@ export enum BuildResult {
Canceled = 32,
}
/** @public */
export enum BuildStatus {
/**
* No status.
@@ -68,6 +70,7 @@ export enum BuildStatus {
All = 47,
}
/** @public */
export type RepoBuild = {
id?: number;
title: string;
@@ -81,10 +84,12 @@ export type RepoBuild = {
uniqueName?: string;
};
/** @public */
export type RepoBuildOptions = {
top?: number;
};
/** @public */
export enum PullRequestStatus {
/**
* Status not set. Default state.
@@ -108,6 +113,7 @@ export enum PullRequestStatus {
All = 4,
}
/** @public */
export type GitTag = {
objectId?: string;
peeledObjectId?: string;
@@ -117,6 +123,7 @@ export type GitTag = {
commitLink: string;
};
/** @public */
export type PullRequest = {
pullRequestId?: number;
repoName?: string;
@@ -131,11 +138,13 @@ export type PullRequest = {
link: string;
};
/** @public */
export type PullRequestOptions = {
top: number;
status: PullRequestStatus;
};
/** @public */
export interface DashboardPullRequest {
pullRequestId?: number;
title?: string;
@@ -151,6 +160,7 @@ export interface DashboardPullRequest {
link?: string;
}
/** @public */
export interface Reviewer {
id?: string;
displayName?: string;
@@ -161,6 +171,7 @@ export interface Reviewer {
voteStatus: PullRequestVoteStatus;
}
/** @public */
export interface Policy {
id?: number;
type: PolicyType;
@@ -169,6 +180,7 @@ export interface Policy {
link?: string;
}
/** @public */
export interface CreatedBy {
id?: string;
displayName?: string;
@@ -178,12 +190,14 @@ export interface CreatedBy {
teamNames?: string[];
}
/** @public */
export interface Repository {
id?: string;
name?: string;
url?: string;
}
/** @public */
export interface Team {
id?: string;
name?: string;
@@ -192,16 +206,19 @@ export interface Team {
members?: string[];
}
/** @public */
export interface ReadmeConfig {
project: string;
repo: string;
}
/** @public */
export interface Readme {
url: string;
content: string;
}
/** @public */
export interface TeamMember {
id?: string;
displayName?: string;
@@ -212,6 +229,7 @@ export interface TeamMember {
/**
* Status of a policy which is running against a specific pull request.
*/
/** @public */
export enum PolicyEvaluationStatus {
/**
* The policy is either queued to run, or is waiting for some event before progressing.
@@ -239,6 +257,7 @@ export enum PolicyEvaluationStatus {
Broken = 5,
}
/** @public */
export enum PolicyType {
Build = 'Build',
Status = 'Status',
@@ -248,6 +267,7 @@ export enum PolicyType {
MergeStrategy = 'MergeStrategy',
}
/** @public */
export enum PolicyTypeId {
/**
* This policy will require a successful build has been performed before updating protected refs.
@@ -275,6 +295,7 @@ export enum PolicyTypeId {
MergeStrategy = 'fa4e907d-c16b-4a4c-9dfa-4916e5d171ab',
}
/** @public */
export enum PullRequestVoteStatus {
Approved = 10,
ApprovedWithSuggestions = 5,
@@ -282,6 +303,8 @@ export enum PullRequestVoteStatus {
WaitingForAuthor = -5,
Rejected = -10,
}
/** @public */
export type BuildRun = {
id?: number;
title: string;
@@ -295,10 +318,12 @@ export type BuildRun = {
uniqueName?: string;
};
/** @public */
export type BuildRunOptions = {
top?: number;
};
/** @public */
export type Project = {
id?: string;
name?: string;