Add config example, changeset and API reports
Signed-off-by: Jake Smith <jakemgsmith@gmail.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
959e6ecc5a
commit
37fba1d8ec
@@ -250,6 +250,8 @@ export type BitbucketCloudIntegrationConfig = {
|
||||
username?: string;
|
||||
appPassword?: string;
|
||||
token?: string;
|
||||
clientId?: string;
|
||||
clientSecret?: string;
|
||||
commitSigningKey?: string;
|
||||
};
|
||||
|
||||
@@ -450,12 +452,18 @@ export function getBitbucketCloudFileFetchUrl(
|
||||
config: BitbucketCloudIntegrationConfig,
|
||||
): string;
|
||||
|
||||
// @public
|
||||
export function getBitbucketCloudOAuthToken(
|
||||
clientId: string,
|
||||
clientSecret: string,
|
||||
): Promise<string>;
|
||||
|
||||
// @public
|
||||
export function getBitbucketCloudRequestOptions(
|
||||
config: BitbucketCloudIntegrationConfig,
|
||||
): {
|
||||
): Promise<{
|
||||
headers: Record<string, string>;
|
||||
};
|
||||
}>;
|
||||
|
||||
// @public @deprecated
|
||||
export function getBitbucketDefaultBranch(
|
||||
|
||||
Reference in New Issue
Block a user