@@ -33,8 +33,8 @@ export const createGitlabIssueAction: (options: {
|
||||
projectId: number;
|
||||
labels?: string | undefined;
|
||||
description?: string | undefined;
|
||||
token?: string | undefined;
|
||||
weight?: number | undefined;
|
||||
token?: string | undefined;
|
||||
assignees?: number[] | undefined;
|
||||
createdAt?: string | undefined;
|
||||
confidential?: boolean | undefined;
|
||||
@@ -61,8 +61,8 @@ export const createGitlabProjectAccessTokenAction: (options: {
|
||||
projectId: string | number;
|
||||
name?: string | undefined;
|
||||
token?: string | undefined;
|
||||
expiresAt?: string | undefined;
|
||||
scopes?: string[] | undefined;
|
||||
expiresAt?: string | undefined;
|
||||
accessLevel?: number | undefined;
|
||||
},
|
||||
{
|
||||
@@ -78,8 +78,8 @@ export const createGitlabProjectDeployTokenAction: (options: {
|
||||
name: string;
|
||||
repoUrl: string;
|
||||
projectId: string | number;
|
||||
token?: string | undefined;
|
||||
username?: string | undefined;
|
||||
token?: string | undefined;
|
||||
scopes?: string[] | undefined;
|
||||
},
|
||||
{
|
||||
@@ -149,8 +149,8 @@ export function createPublishGitlabAction(options: {
|
||||
squash_option?:
|
||||
| 'always'
|
||||
| 'never'
|
||||
| 'default_on'
|
||||
| 'default_off'
|
||||
| 'default_on'
|
||||
| undefined;
|
||||
topics?: string[] | undefined;
|
||||
visibility?: 'internal' | 'private' | 'public' | undefined;
|
||||
@@ -228,8 +228,8 @@ export const editGitlabIssueAction: (options: {
|
||||
title?: string | undefined;
|
||||
labels?: string | undefined;
|
||||
description?: string | undefined;
|
||||
token?: string | undefined;
|
||||
weight?: number | undefined;
|
||||
token?: string | undefined;
|
||||
assignees?: number[] | undefined;
|
||||
addLabels?: string | undefined;
|
||||
confidential?: boolean | undefined;
|
||||
|
||||
@@ -145,8 +145,8 @@ export function createFetchCatalogEntityAction(options: {
|
||||
entityRefs?: string[] | undefined;
|
||||
},
|
||||
{
|
||||
entity?: any;
|
||||
entities?: any[] | undefined;
|
||||
entity?: any;
|
||||
}
|
||||
>;
|
||||
|
||||
|
||||
@@ -397,11 +397,11 @@ export const repoPickerValidation: (
|
||||
export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2<
|
||||
string,
|
||||
{
|
||||
allowedOwners?: string[] | undefined;
|
||||
allowedHosts?: string[] | undefined;
|
||||
allowedOrganizations?: string[] | undefined;
|
||||
allowedOwners?: string[] | undefined;
|
||||
allowedProjects?: string[] | undefined;
|
||||
allowedRepos?: string[] | undefined;
|
||||
allowedHosts?: string[] | undefined;
|
||||
requestUserCredentials?:
|
||||
| {
|
||||
secretsKey: string;
|
||||
@@ -409,8 +409,8 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2<
|
||||
| {
|
||||
azure?: string[] | undefined;
|
||||
github?: string[] | undefined;
|
||||
bitbucket?: string[] | undefined;
|
||||
gitlab?: string[] | undefined;
|
||||
bitbucket?: string[] | undefined;
|
||||
gerrit?: string[] | undefined;
|
||||
gitea?: string[] | undefined;
|
||||
}
|
||||
@@ -424,11 +424,11 @@ export const RepoUrlPickerFieldExtension: FieldExtensionComponent_2<
|
||||
export const RepoUrlPickerFieldSchema: FieldSchema<
|
||||
string,
|
||||
{
|
||||
allowedOwners?: string[] | undefined;
|
||||
allowedHosts?: string[] | undefined;
|
||||
allowedOrganizations?: string[] | undefined;
|
||||
allowedOwners?: string[] | undefined;
|
||||
allowedProjects?: string[] | undefined;
|
||||
allowedRepos?: string[] | undefined;
|
||||
allowedHosts?: string[] | undefined;
|
||||
requestUserCredentials?:
|
||||
| {
|
||||
secretsKey: string;
|
||||
@@ -436,8 +436,8 @@ export const RepoUrlPickerFieldSchema: FieldSchema<
|
||||
| {
|
||||
azure?: string[] | undefined;
|
||||
github?: string[] | undefined;
|
||||
bitbucket?: string[] | undefined;
|
||||
gitlab?: string[] | undefined;
|
||||
bitbucket?: string[] | undefined;
|
||||
gerrit?: string[] | undefined;
|
||||
gitea?: string[] | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user