@pulumi/gitlab 4.8.0 → 4.9.0
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/applicationSettings.d.ts +2936 -0
- package/applicationSettings.js +543 -0
- package/applicationSettings.js.map +1 -0
- package/branch.d.ts +3 -2
- package/branch.js +1 -1
- package/branch.js.map +1 -1
- package/branchProtection.d.ts +3 -8
- package/branchProtection.js +1 -7
- package/branchProtection.js.map +1 -1
- package/clusterAgent.d.ts +1 -1
- package/clusterAgent.js +1 -1
- package/clusterAgentToken.d.ts +2 -2
- package/clusterAgentToken.js +2 -2
- package/deployKey.d.ts +1 -1
- package/deployKey.js +1 -1
- package/deployKeyEnable.d.ts +1 -1
- package/deployKeyEnable.js +1 -1
- package/deployToken.d.ts +7 -9
- package/deployToken.js +4 -2
- package/deployToken.js.map +1 -1
- package/getBranch.d.ts +43 -1
- package/getBranch.js.map +1 -1
- package/getClusterAgent.d.ts +27 -0
- package/getClusterAgent.js.map +1 -1
- package/getClusterAgents.d.ts +13 -1
- package/getClusterAgents.js.map +1 -1
- package/getCurrentUser.d.ts +27 -0
- package/getGroup.d.ts +54 -0
- package/getGroup.js.map +1 -1
- package/getGroupHook.d.ts +123 -0
- package/getGroupHook.js +28 -0
- package/getGroupHook.js.map +1 -0
- package/getGroupHooks.d.ts +44 -0
- package/getGroupHooks.js +27 -0
- package/getGroupHooks.js.map +1 -0
- package/getGroupMembership.d.ts +31 -1
- package/getGroupMembership.js.map +1 -1
- package/getGroupVariable.d.ts +39 -0
- package/getGroupVariable.js.map +1 -1
- package/getGroupVariables.d.ts +22 -1
- package/getGroupVariables.js.map +1 -1
- package/getInstanceDeployKeys.d.ts +13 -1
- package/getInstanceDeployKeys.js.map +1 -1
- package/getInstanceVariable.d.ts +21 -0
- package/getInstanceVariable.js.map +1 -1
- package/getInstanceVariables.d.ts +4 -1
- package/getInstanceVariables.js.map +1 -1
- package/getProject.d.ts +188 -1
- package/getProject.js.map +1 -1
- package/getProjectHook.d.ts +134 -0
- package/getProjectHook.js +43 -0
- package/getProjectHook.js.map +1 -0
- package/getProjectHooks.d.ts +58 -0
- package/getProjectHooks.js +41 -0
- package/getProjectHooks.js.map +1 -0
- package/getProjectIssue.d.ts +131 -1
- package/getProjectIssue.js.map +1 -1
- package/getProjectIssues.d.ts +238 -1
- package/getProjectIssues.js.map +1 -1
- package/getProjectMembership.d.ts +96 -0
- package/getProjectMembership.js +47 -0
- package/getProjectMembership.js.map +1 -0
- package/getProjectMilestone.d.ts +51 -0
- package/getProjectMilestone.js.map +1 -1
- package/getProjectMilestones.d.ts +58 -1
- package/getProjectMilestones.js.map +1 -1
- package/getProjectProtectedBranch.d.ts +34 -1
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +13 -1
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectTag.d.ts +34 -1
- package/getProjectTag.js.map +1 -1
- package/getProjectTags.d.ts +40 -1
- package/getProjectTags.js.map +1 -1
- package/getProjectVariable.d.ts +39 -0
- package/getProjectVariable.js.map +1 -1
- package/getProjectVariables.d.ts +22 -1
- package/getProjectVariables.js.map +1 -1
- package/getProjects.d.ts +193 -1
- package/getProjects.js.map +1 -1
- package/getReleaseLink.d.ts +45 -0
- package/getReleaseLink.js.map +1 -1
- package/getReleaseLinks.d.ts +22 -1
- package/getReleaseLinks.js.map +1 -1
- package/getRepositoryFile.d.ts +54 -0
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryTree.d.ts +94 -0
- package/getRepositoryTree.js +44 -0
- package/getRepositoryTree.js.map +1 -0
- package/getUser.d.ts +108 -0
- package/getUser.js.map +1 -1
- package/getUsers.d.ts +85 -1
- package/getUsers.js.map +1 -1
- package/group.d.ts +5 -5
- package/group.js +4 -2
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +7 -12
- package/groupAccessToken.js +4 -2
- package/groupAccessToken.js.map +1 -1
- package/groupBadge.d.ts +5 -5
- package/groupBadge.js +1 -1
- package/groupCluster.d.ts +4 -4
- package/groupCluster.js +4 -2
- package/groupCluster.js.map +1 -1
- package/groupCustomAttribute.d.ts +1 -1
- package/groupCustomAttribute.js +1 -1
- package/groupHook.d.ts +317 -0
- package/groupHook.js +144 -0
- package/groupHook.js.map +1 -0
- package/groupLabel.d.ts +4 -7
- package/groupLabel.js +1 -1
- package/groupLabel.js.map +1 -1
- package/groupLdapLink.d.ts +10 -16
- package/groupLdapLink.js +1 -1
- package/groupLdapLink.js.map +1 -1
- package/groupMembership.d.ts +28 -7
- package/groupMembership.js +5 -1
- package/groupMembership.js.map +1 -1
- package/groupProjectFileTemplate.d.ts +15 -14
- package/groupProjectFileTemplate.js +3 -2
- package/groupProjectFileTemplate.js.map +1 -1
- package/groupSamlLink.d.ts +98 -0
- package/groupSamlLink.js +88 -0
- package/groupSamlLink.js.map +1 -0
- package/groupShareGroup.d.ts +4 -7
- package/groupShareGroup.js +1 -1
- package/groupShareGroup.js.map +1 -1
- package/groupVariable.d.ts +13 -22
- package/groupVariable.js +4 -2
- package/groupVariable.js.map +1 -1
- package/index.d.ts +298 -89
- package/index.js +311 -228
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +4 -4
- package/instanceCluster.js +4 -2
- package/instanceCluster.js.map +1 -1
- package/instanceVariable.d.ts +10 -16
- package/instanceVariable.js +4 -2
- package/instanceVariable.js.map +1 -1
- package/label.d.ts +4 -7
- package/label.js +1 -1
- package/label.js.map +1 -1
- package/managedLicense.d.ts +10 -10
- package/managedLicense.js +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/personalAccessToken.d.ts +7 -15
- package/personalAccessToken.js +4 -2
- package/personalAccessToken.js.map +1 -1
- package/pipelineSchedule.d.ts +1 -1
- package/pipelineSchedule.js +1 -1
- package/pipelineScheduleVariable.d.ts +1 -1
- package/pipelineScheduleVariable.js +1 -1
- package/pipelineTrigger.d.ts +1 -1
- package/pipelineTrigger.js +3 -1
- package/pipelineTrigger.js.map +1 -1
- package/project.d.ts +55 -72
- package/project.js +4 -2
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +10 -13
- package/projectAccessToken.js +4 -2
- package/projectAccessToken.js.map +1 -1
- package/projectApprovalRule.d.ts +4 -7
- package/projectApprovalRule.js +1 -1
- package/projectApprovalRule.js.map +1 -1
- package/projectBadge.d.ts +5 -5
- package/projectBadge.js +1 -1
- package/projectCluster.d.ts +4 -4
- package/projectCluster.js +4 -2
- package/projectCluster.js.map +1 -1
- package/projectCustomAttribute.d.ts +1 -1
- package/projectCustomAttribute.js +1 -1
- package/projectEnvironment.d.ts +3 -5
- package/projectEnvironment.js +1 -1
- package/projectEnvironment.js.map +1 -1
- package/projectFreezePeriod.d.ts +1 -1
- package/projectFreezePeriod.js +1 -1
- package/projectHook.d.ts +18 -2
- package/projectHook.js +9 -3
- package/projectHook.js.map +1 -1
- package/projectIssue.d.ts +28 -39
- package/projectIssue.js +1 -1
- package/projectIssue.js.map +1 -1
- package/projectIssueBoard.d.ts +189 -0
- package/projectIssueBoard.js +131 -0
- package/projectIssueBoard.js.map +1 -0
- package/projectLevelMrApprovals.d.ts +5 -8
- package/projectLevelMrApprovals.js +2 -2
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMembership.d.ts +4 -7
- package/projectMembership.js +1 -1
- package/projectMembership.js.map +1 -1
- package/projectMilestone.d.ts +1 -1
- package/projectMilestone.js +1 -1
- package/projectMirror.d.ts +1 -1
- package/projectMirror.js +4 -2
- package/projectMirror.js.map +1 -1
- package/projectProtectedEnvironment.d.ts +9 -2
- package/projectProtectedEnvironment.js +7 -1
- package/projectProtectedEnvironment.js.map +1 -1
- package/projectRunnerEnablement.d.ts +1 -1
- package/projectRunnerEnablement.js +1 -1
- package/projectShareGroup.d.ts +7 -13
- package/projectShareGroup.js +1 -1
- package/projectShareGroup.js.map +1 -1
- package/projectTag.d.ts +4 -3
- package/projectTag.js +2 -2
- package/projectTag.js.map +1 -1
- package/projectVariable.d.ts +13 -22
- package/projectVariable.js +4 -2
- package/projectVariable.js.map +1 -1
- package/releaseLink.d.ts +6 -11
- package/releaseLink.js +1 -1
- package/releaseLink.js.map +1 -1
- package/repositoryFile.d.ts +4 -7
- package/repositoryFile.js +1 -1
- package/repositoryFile.js.map +1 -1
- package/runner.d.ts +8 -8
- package/runner.js +4 -2
- package/runner.js.map +1 -1
- package/serviceExternalWiki.d.ts +3 -5
- package/serviceExternalWiki.js +1 -1
- package/serviceExternalWiki.js.map +1 -1
- package/serviceGithub.d.ts +4 -7
- package/serviceGithub.js +4 -2
- package/serviceGithub.js.map +1 -1
- package/serviceJira.d.ts +7 -13
- package/serviceJira.js +4 -2
- package/serviceJira.js.map +1 -1
- package/serviceMicrosoftTeams.d.ts +4 -7
- package/serviceMicrosoftTeams.js +1 -1
- package/serviceMicrosoftTeams.js.map +1 -1
- package/servicePipelinesEmail.d.ts +4 -7
- package/servicePipelinesEmail.js +1 -1
- package/servicePipelinesEmail.js.map +1 -1
- package/serviceSlack.d.ts +9 -11
- package/serviceSlack.js +1 -1
- package/serviceSlack.js.map +1 -1
- package/systemHook.d.ts +5 -8
- package/systemHook.js +5 -3
- package/systemHook.js.map +1 -1
- package/tagProtection.d.ts +1 -1
- package/tagProtection.js +1 -1
- package/topic.d.ts +5 -8
- package/topic.js +2 -2
- package/topic.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +137 -0
- package/types/output.d.ts +321 -1
- package/user.d.ts +11 -14
- package/user.js +5 -3
- package/user.js.map +1 -1
- package/userCustomAttribute.d.ts +1 -1
- package/userCustomAttribute.js +1 -1
- package/userGpgKey.d.ts +119 -0
- package/userGpgKey.js +101 -0
- package/userGpgKey.js.map +1 -0
- package/userSshKey.d.ts +4 -7
- package/userSshKey.js +1 -1
- package/userSshKey.js.map +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
package/index.d.ts
CHANGED
|
@@ -1,92 +1,301 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
63
|
-
export
|
|
64
|
-
export
|
|
65
|
-
export
|
|
66
|
-
export
|
|
67
|
-
export
|
|
68
|
-
export
|
|
69
|
-
export
|
|
70
|
-
export
|
|
71
|
-
export
|
|
72
|
-
export
|
|
73
|
-
export
|
|
74
|
-
export
|
|
75
|
-
export
|
|
76
|
-
export
|
|
77
|
-
export
|
|
78
|
-
export
|
|
79
|
-
export
|
|
80
|
-
export
|
|
81
|
-
export
|
|
82
|
-
export
|
|
83
|
-
export
|
|
84
|
-
export
|
|
85
|
-
export
|
|
86
|
-
export
|
|
87
|
-
export
|
|
88
|
-
export
|
|
89
|
-
export
|
|
1
|
+
export { ApplicationSettingsArgs, ApplicationSettingsState } from "./applicationSettings";
|
|
2
|
+
export declare type ApplicationSettings = import("./applicationSettings").ApplicationSettings;
|
|
3
|
+
export declare const ApplicationSettings: typeof import("./applicationSettings").ApplicationSettings;
|
|
4
|
+
export { BranchArgs, BranchState } from "./branch";
|
|
5
|
+
export declare type Branch = import("./branch").Branch;
|
|
6
|
+
export declare const Branch: typeof import("./branch").Branch;
|
|
7
|
+
export { BranchProtectionArgs, BranchProtectionState } from "./branchProtection";
|
|
8
|
+
export declare type BranchProtection = import("./branchProtection").BranchProtection;
|
|
9
|
+
export declare const BranchProtection: typeof import("./branchProtection").BranchProtection;
|
|
10
|
+
export { ClusterAgentArgs, ClusterAgentState } from "./clusterAgent";
|
|
11
|
+
export declare type ClusterAgent = import("./clusterAgent").ClusterAgent;
|
|
12
|
+
export declare const ClusterAgent: typeof import("./clusterAgent").ClusterAgent;
|
|
13
|
+
export { ClusterAgentTokenArgs, ClusterAgentTokenState } from "./clusterAgentToken";
|
|
14
|
+
export declare type ClusterAgentToken = import("./clusterAgentToken").ClusterAgentToken;
|
|
15
|
+
export declare const ClusterAgentToken: typeof import("./clusterAgentToken").ClusterAgentToken;
|
|
16
|
+
export { DeployKeyArgs, DeployKeyState } from "./deployKey";
|
|
17
|
+
export declare type DeployKey = import("./deployKey").DeployKey;
|
|
18
|
+
export declare const DeployKey: typeof import("./deployKey").DeployKey;
|
|
19
|
+
export { DeployKeyEnableArgs, DeployKeyEnableState } from "./deployKeyEnable";
|
|
20
|
+
export declare type DeployKeyEnable = import("./deployKeyEnable").DeployKeyEnable;
|
|
21
|
+
export declare const DeployKeyEnable: typeof import("./deployKeyEnable").DeployKeyEnable;
|
|
22
|
+
export { DeployTokenArgs, DeployTokenState } from "./deployToken";
|
|
23
|
+
export declare type DeployToken = import("./deployToken").DeployToken;
|
|
24
|
+
export declare const DeployToken: typeof import("./deployToken").DeployToken;
|
|
25
|
+
export { GetBranchArgs, GetBranchResult, GetBranchOutputArgs } from "./getBranch";
|
|
26
|
+
export declare const getBranch: typeof import("./getBranch").getBranch;
|
|
27
|
+
export declare const getBranchOutput: typeof import("./getBranch").getBranchOutput;
|
|
28
|
+
export { GetClusterAgentArgs, GetClusterAgentResult, GetClusterAgentOutputArgs } from "./getClusterAgent";
|
|
29
|
+
export declare const getClusterAgent: typeof import("./getClusterAgent").getClusterAgent;
|
|
30
|
+
export declare const getClusterAgentOutput: typeof import("./getClusterAgent").getClusterAgentOutput;
|
|
31
|
+
export { GetClusterAgentsArgs, GetClusterAgentsResult, GetClusterAgentsOutputArgs } from "./getClusterAgents";
|
|
32
|
+
export declare const getClusterAgents: typeof import("./getClusterAgents").getClusterAgents;
|
|
33
|
+
export declare const getClusterAgentsOutput: typeof import("./getClusterAgents").getClusterAgentsOutput;
|
|
34
|
+
export { GetCurrentUserResult } from "./getCurrentUser";
|
|
35
|
+
export declare const getCurrentUser: typeof import("./getCurrentUser").getCurrentUser;
|
|
36
|
+
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
|
|
37
|
+
export declare const getGroup: typeof import("./getGroup").getGroup;
|
|
38
|
+
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
|
|
39
|
+
export { GetGroupHookArgs, GetGroupHookResult, GetGroupHookOutputArgs } from "./getGroupHook";
|
|
40
|
+
export declare const getGroupHook: typeof import("./getGroupHook").getGroupHook;
|
|
41
|
+
export declare const getGroupHookOutput: typeof import("./getGroupHook").getGroupHookOutput;
|
|
42
|
+
export { GetGroupHooksArgs, GetGroupHooksResult, GetGroupHooksOutputArgs } from "./getGroupHooks";
|
|
43
|
+
export declare const getGroupHooks: typeof import("./getGroupHooks").getGroupHooks;
|
|
44
|
+
export declare const getGroupHooksOutput: typeof import("./getGroupHooks").getGroupHooksOutput;
|
|
45
|
+
export { GetGroupMembershipArgs, GetGroupMembershipResult, GetGroupMembershipOutputArgs } from "./getGroupMembership";
|
|
46
|
+
export declare const getGroupMembership: typeof import("./getGroupMembership").getGroupMembership;
|
|
47
|
+
export declare const getGroupMembershipOutput: typeof import("./getGroupMembership").getGroupMembershipOutput;
|
|
48
|
+
export { GetGroupVariableArgs, GetGroupVariableResult, GetGroupVariableOutputArgs } from "./getGroupVariable";
|
|
49
|
+
export declare const getGroupVariable: typeof import("./getGroupVariable").getGroupVariable;
|
|
50
|
+
export declare const getGroupVariableOutput: typeof import("./getGroupVariable").getGroupVariableOutput;
|
|
51
|
+
export { GetGroupVariablesArgs, GetGroupVariablesResult, GetGroupVariablesOutputArgs } from "./getGroupVariables";
|
|
52
|
+
export declare const getGroupVariables: typeof import("./getGroupVariables").getGroupVariables;
|
|
53
|
+
export declare const getGroupVariablesOutput: typeof import("./getGroupVariables").getGroupVariablesOutput;
|
|
54
|
+
export { GetInstanceDeployKeysArgs, GetInstanceDeployKeysResult, GetInstanceDeployKeysOutputArgs } from "./getInstanceDeployKeys";
|
|
55
|
+
export declare const getInstanceDeployKeys: typeof import("./getInstanceDeployKeys").getInstanceDeployKeys;
|
|
56
|
+
export declare const getInstanceDeployKeysOutput: typeof import("./getInstanceDeployKeys").getInstanceDeployKeysOutput;
|
|
57
|
+
export { GetInstanceVariableArgs, GetInstanceVariableResult, GetInstanceVariableOutputArgs } from "./getInstanceVariable";
|
|
58
|
+
export declare const getInstanceVariable: typeof import("./getInstanceVariable").getInstanceVariable;
|
|
59
|
+
export declare const getInstanceVariableOutput: typeof import("./getInstanceVariable").getInstanceVariableOutput;
|
|
60
|
+
export { GetInstanceVariablesResult } from "./getInstanceVariables";
|
|
61
|
+
export declare const getInstanceVariables: typeof import("./getInstanceVariables").getInstanceVariables;
|
|
62
|
+
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
|
|
63
|
+
export declare const getProject: typeof import("./getProject").getProject;
|
|
64
|
+
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
|
|
65
|
+
export { GetProjectHookArgs, GetProjectHookResult, GetProjectHookOutputArgs } from "./getProjectHook";
|
|
66
|
+
export declare const getProjectHook: typeof import("./getProjectHook").getProjectHook;
|
|
67
|
+
export declare const getProjectHookOutput: typeof import("./getProjectHook").getProjectHookOutput;
|
|
68
|
+
export { GetProjectHooksArgs, GetProjectHooksResult, GetProjectHooksOutputArgs } from "./getProjectHooks";
|
|
69
|
+
export declare const getProjectHooks: typeof import("./getProjectHooks").getProjectHooks;
|
|
70
|
+
export declare const getProjectHooksOutput: typeof import("./getProjectHooks").getProjectHooksOutput;
|
|
71
|
+
export { GetProjectIssueArgs, GetProjectIssueResult, GetProjectIssueOutputArgs } from "./getProjectIssue";
|
|
72
|
+
export declare const getProjectIssue: typeof import("./getProjectIssue").getProjectIssue;
|
|
73
|
+
export declare const getProjectIssueOutput: typeof import("./getProjectIssue").getProjectIssueOutput;
|
|
74
|
+
export { GetProjectIssuesArgs, GetProjectIssuesResult, GetProjectIssuesOutputArgs } from "./getProjectIssues";
|
|
75
|
+
export declare const getProjectIssues: typeof import("./getProjectIssues").getProjectIssues;
|
|
76
|
+
export declare const getProjectIssuesOutput: typeof import("./getProjectIssues").getProjectIssuesOutput;
|
|
77
|
+
export { GetProjectMembershipArgs, GetProjectMembershipResult, GetProjectMembershipOutputArgs } from "./getProjectMembership";
|
|
78
|
+
export declare const getProjectMembership: typeof import("./getProjectMembership").getProjectMembership;
|
|
79
|
+
export declare const getProjectMembershipOutput: typeof import("./getProjectMembership").getProjectMembershipOutput;
|
|
80
|
+
export { GetProjectMilestoneArgs, GetProjectMilestoneResult, GetProjectMilestoneOutputArgs } from "./getProjectMilestone";
|
|
81
|
+
export declare const getProjectMilestone: typeof import("./getProjectMilestone").getProjectMilestone;
|
|
82
|
+
export declare const getProjectMilestoneOutput: typeof import("./getProjectMilestone").getProjectMilestoneOutput;
|
|
83
|
+
export { GetProjectMilestonesArgs, GetProjectMilestonesResult, GetProjectMilestonesOutputArgs } from "./getProjectMilestones";
|
|
84
|
+
export declare const getProjectMilestones: typeof import("./getProjectMilestones").getProjectMilestones;
|
|
85
|
+
export declare const getProjectMilestonesOutput: typeof import("./getProjectMilestones").getProjectMilestonesOutput;
|
|
86
|
+
export { GetProjectProtectedBranchArgs, GetProjectProtectedBranchResult, GetProjectProtectedBranchOutputArgs } from "./getProjectProtectedBranch";
|
|
87
|
+
export declare const getProjectProtectedBranch: typeof import("./getProjectProtectedBranch").getProjectProtectedBranch;
|
|
88
|
+
export declare const getProjectProtectedBranchOutput: typeof import("./getProjectProtectedBranch").getProjectProtectedBranchOutput;
|
|
89
|
+
export { GetProjectProtectedBranchesArgs, GetProjectProtectedBranchesResult, GetProjectProtectedBranchesOutputArgs } from "./getProjectProtectedBranches";
|
|
90
|
+
export declare const getProjectProtectedBranches: typeof import("./getProjectProtectedBranches").getProjectProtectedBranches;
|
|
91
|
+
export declare const getProjectProtectedBranchesOutput: typeof import("./getProjectProtectedBranches").getProjectProtectedBranchesOutput;
|
|
92
|
+
export { GetProjectTagArgs, GetProjectTagResult, GetProjectTagOutputArgs } from "./getProjectTag";
|
|
93
|
+
export declare const getProjectTag: typeof import("./getProjectTag").getProjectTag;
|
|
94
|
+
export declare const getProjectTagOutput: typeof import("./getProjectTag").getProjectTagOutput;
|
|
95
|
+
export { GetProjectTagsArgs, GetProjectTagsResult, GetProjectTagsOutputArgs } from "./getProjectTags";
|
|
96
|
+
export declare const getProjectTags: typeof import("./getProjectTags").getProjectTags;
|
|
97
|
+
export declare const getProjectTagsOutput: typeof import("./getProjectTags").getProjectTagsOutput;
|
|
98
|
+
export { GetProjectVariableArgs, GetProjectVariableResult, GetProjectVariableOutputArgs } from "./getProjectVariable";
|
|
99
|
+
export declare const getProjectVariable: typeof import("./getProjectVariable").getProjectVariable;
|
|
100
|
+
export declare const getProjectVariableOutput: typeof import("./getProjectVariable").getProjectVariableOutput;
|
|
101
|
+
export { GetProjectVariablesArgs, GetProjectVariablesResult, GetProjectVariablesOutputArgs } from "./getProjectVariables";
|
|
102
|
+
export declare const getProjectVariables: typeof import("./getProjectVariables").getProjectVariables;
|
|
103
|
+
export declare const getProjectVariablesOutput: typeof import("./getProjectVariables").getProjectVariablesOutput;
|
|
104
|
+
export { GetProjectsArgs, GetProjectsResult, GetProjectsOutputArgs } from "./getProjects";
|
|
105
|
+
export declare const getProjects: typeof import("./getProjects").getProjects;
|
|
106
|
+
export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput;
|
|
107
|
+
export { GetReleaseLinkArgs, GetReleaseLinkResult, GetReleaseLinkOutputArgs } from "./getReleaseLink";
|
|
108
|
+
export declare const getReleaseLink: typeof import("./getReleaseLink").getReleaseLink;
|
|
109
|
+
export declare const getReleaseLinkOutput: typeof import("./getReleaseLink").getReleaseLinkOutput;
|
|
110
|
+
export { GetReleaseLinksArgs, GetReleaseLinksResult, GetReleaseLinksOutputArgs } from "./getReleaseLinks";
|
|
111
|
+
export declare const getReleaseLinks: typeof import("./getReleaseLinks").getReleaseLinks;
|
|
112
|
+
export declare const getReleaseLinksOutput: typeof import("./getReleaseLinks").getReleaseLinksOutput;
|
|
113
|
+
export { GetRepositoryFileArgs, GetRepositoryFileResult, GetRepositoryFileOutputArgs } from "./getRepositoryFile";
|
|
114
|
+
export declare const getRepositoryFile: typeof import("./getRepositoryFile").getRepositoryFile;
|
|
115
|
+
export declare const getRepositoryFileOutput: typeof import("./getRepositoryFile").getRepositoryFileOutput;
|
|
116
|
+
export { GetRepositoryTreeArgs, GetRepositoryTreeResult, GetRepositoryTreeOutputArgs } from "./getRepositoryTree";
|
|
117
|
+
export declare const getRepositoryTree: typeof import("./getRepositoryTree").getRepositoryTree;
|
|
118
|
+
export declare const getRepositoryTreeOutput: typeof import("./getRepositoryTree").getRepositoryTreeOutput;
|
|
119
|
+
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
|
|
120
|
+
export declare const getUser: typeof import("./getUser").getUser;
|
|
121
|
+
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
|
|
122
|
+
export { GetUsersArgs, GetUsersResult, GetUsersOutputArgs } from "./getUsers";
|
|
123
|
+
export declare const getUsers: typeof import("./getUsers").getUsers;
|
|
124
|
+
export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
|
|
125
|
+
export { GroupArgs, GroupState } from "./group";
|
|
126
|
+
export declare type Group = import("./group").Group;
|
|
127
|
+
export declare const Group: typeof import("./group").Group;
|
|
128
|
+
export { GroupAccessTokenArgs, GroupAccessTokenState } from "./groupAccessToken";
|
|
129
|
+
export declare type GroupAccessToken = import("./groupAccessToken").GroupAccessToken;
|
|
130
|
+
export declare const GroupAccessToken: typeof import("./groupAccessToken").GroupAccessToken;
|
|
131
|
+
export { GroupBadgeArgs, GroupBadgeState } from "./groupBadge";
|
|
132
|
+
export declare type GroupBadge = import("./groupBadge").GroupBadge;
|
|
133
|
+
export declare const GroupBadge: typeof import("./groupBadge").GroupBadge;
|
|
134
|
+
export { GroupClusterArgs, GroupClusterState } from "./groupCluster";
|
|
135
|
+
export declare type GroupCluster = import("./groupCluster").GroupCluster;
|
|
136
|
+
export declare const GroupCluster: typeof import("./groupCluster").GroupCluster;
|
|
137
|
+
export { GroupCustomAttributeArgs, GroupCustomAttributeState } from "./groupCustomAttribute";
|
|
138
|
+
export declare type GroupCustomAttribute = import("./groupCustomAttribute").GroupCustomAttribute;
|
|
139
|
+
export declare const GroupCustomAttribute: typeof import("./groupCustomAttribute").GroupCustomAttribute;
|
|
140
|
+
export { GroupHookArgs, GroupHookState } from "./groupHook";
|
|
141
|
+
export declare type GroupHook = import("./groupHook").GroupHook;
|
|
142
|
+
export declare const GroupHook: typeof import("./groupHook").GroupHook;
|
|
143
|
+
export { GroupLabelArgs, GroupLabelState } from "./groupLabel";
|
|
144
|
+
export declare type GroupLabel = import("./groupLabel").GroupLabel;
|
|
145
|
+
export declare const GroupLabel: typeof import("./groupLabel").GroupLabel;
|
|
146
|
+
export { GroupLdapLinkArgs, GroupLdapLinkState } from "./groupLdapLink";
|
|
147
|
+
export declare type GroupLdapLink = import("./groupLdapLink").GroupLdapLink;
|
|
148
|
+
export declare const GroupLdapLink: typeof import("./groupLdapLink").GroupLdapLink;
|
|
149
|
+
export { GroupMembershipArgs, GroupMembershipState } from "./groupMembership";
|
|
150
|
+
export declare type GroupMembership = import("./groupMembership").GroupMembership;
|
|
151
|
+
export declare const GroupMembership: typeof import("./groupMembership").GroupMembership;
|
|
152
|
+
export { GroupProjectFileTemplateArgs, GroupProjectFileTemplateState } from "./groupProjectFileTemplate";
|
|
153
|
+
export declare type GroupProjectFileTemplate = import("./groupProjectFileTemplate").GroupProjectFileTemplate;
|
|
154
|
+
export declare const GroupProjectFileTemplate: typeof import("./groupProjectFileTemplate").GroupProjectFileTemplate;
|
|
155
|
+
export { GroupSamlLinkArgs, GroupSamlLinkState } from "./groupSamlLink";
|
|
156
|
+
export declare type GroupSamlLink = import("./groupSamlLink").GroupSamlLink;
|
|
157
|
+
export declare const GroupSamlLink: typeof import("./groupSamlLink").GroupSamlLink;
|
|
158
|
+
export { GroupShareGroupArgs, GroupShareGroupState } from "./groupShareGroup";
|
|
159
|
+
export declare type GroupShareGroup = import("./groupShareGroup").GroupShareGroup;
|
|
160
|
+
export declare const GroupShareGroup: typeof import("./groupShareGroup").GroupShareGroup;
|
|
161
|
+
export { GroupVariableArgs, GroupVariableState } from "./groupVariable";
|
|
162
|
+
export declare type GroupVariable = import("./groupVariable").GroupVariable;
|
|
163
|
+
export declare const GroupVariable: typeof import("./groupVariable").GroupVariable;
|
|
164
|
+
export { InstanceClusterArgs, InstanceClusterState } from "./instanceCluster";
|
|
165
|
+
export declare type InstanceCluster = import("./instanceCluster").InstanceCluster;
|
|
166
|
+
export declare const InstanceCluster: typeof import("./instanceCluster").InstanceCluster;
|
|
167
|
+
export { InstanceVariableArgs, InstanceVariableState } from "./instanceVariable";
|
|
168
|
+
export declare type InstanceVariable = import("./instanceVariable").InstanceVariable;
|
|
169
|
+
export declare const InstanceVariable: typeof import("./instanceVariable").InstanceVariable;
|
|
170
|
+
export { LabelArgs, LabelState } from "./label";
|
|
171
|
+
export declare type Label = import("./label").Label;
|
|
172
|
+
export declare const Label: typeof import("./label").Label;
|
|
173
|
+
export { ManagedLicenseArgs, ManagedLicenseState } from "./managedLicense";
|
|
174
|
+
export declare type ManagedLicense = import("./managedLicense").ManagedLicense;
|
|
175
|
+
export declare const ManagedLicense: typeof import("./managedLicense").ManagedLicense;
|
|
176
|
+
export { PersonalAccessTokenArgs, PersonalAccessTokenState } from "./personalAccessToken";
|
|
177
|
+
export declare type PersonalAccessToken = import("./personalAccessToken").PersonalAccessToken;
|
|
178
|
+
export declare const PersonalAccessToken: typeof import("./personalAccessToken").PersonalAccessToken;
|
|
179
|
+
export { PipelineScheduleArgs, PipelineScheduleState } from "./pipelineSchedule";
|
|
180
|
+
export declare type PipelineSchedule = import("./pipelineSchedule").PipelineSchedule;
|
|
181
|
+
export declare const PipelineSchedule: typeof import("./pipelineSchedule").PipelineSchedule;
|
|
182
|
+
export { PipelineScheduleVariableArgs, PipelineScheduleVariableState } from "./pipelineScheduleVariable";
|
|
183
|
+
export declare type PipelineScheduleVariable = import("./pipelineScheduleVariable").PipelineScheduleVariable;
|
|
184
|
+
export declare const PipelineScheduleVariable: typeof import("./pipelineScheduleVariable").PipelineScheduleVariable;
|
|
185
|
+
export { PipelineTriggerArgs, PipelineTriggerState } from "./pipelineTrigger";
|
|
186
|
+
export declare type PipelineTrigger = import("./pipelineTrigger").PipelineTrigger;
|
|
187
|
+
export declare const PipelineTrigger: typeof import("./pipelineTrigger").PipelineTrigger;
|
|
188
|
+
export { ProjectArgs, ProjectState } from "./project";
|
|
189
|
+
export declare type Project = import("./project").Project;
|
|
190
|
+
export declare const Project: typeof import("./project").Project;
|
|
191
|
+
export { ProjectAccessTokenArgs, ProjectAccessTokenState } from "./projectAccessToken";
|
|
192
|
+
export declare type ProjectAccessToken = import("./projectAccessToken").ProjectAccessToken;
|
|
193
|
+
export declare const ProjectAccessToken: typeof import("./projectAccessToken").ProjectAccessToken;
|
|
194
|
+
export { ProjectApprovalRuleArgs, ProjectApprovalRuleState } from "./projectApprovalRule";
|
|
195
|
+
export declare type ProjectApprovalRule = import("./projectApprovalRule").ProjectApprovalRule;
|
|
196
|
+
export declare const ProjectApprovalRule: typeof import("./projectApprovalRule").ProjectApprovalRule;
|
|
197
|
+
export { ProjectBadgeArgs, ProjectBadgeState } from "./projectBadge";
|
|
198
|
+
export declare type ProjectBadge = import("./projectBadge").ProjectBadge;
|
|
199
|
+
export declare const ProjectBadge: typeof import("./projectBadge").ProjectBadge;
|
|
200
|
+
export { ProjectClusterArgs, ProjectClusterState } from "./projectCluster";
|
|
201
|
+
export declare type ProjectCluster = import("./projectCluster").ProjectCluster;
|
|
202
|
+
export declare const ProjectCluster: typeof import("./projectCluster").ProjectCluster;
|
|
203
|
+
export { ProjectCustomAttributeArgs, ProjectCustomAttributeState } from "./projectCustomAttribute";
|
|
204
|
+
export declare type ProjectCustomAttribute = import("./projectCustomAttribute").ProjectCustomAttribute;
|
|
205
|
+
export declare const ProjectCustomAttribute: typeof import("./projectCustomAttribute").ProjectCustomAttribute;
|
|
206
|
+
export { ProjectEnvironmentArgs, ProjectEnvironmentState } from "./projectEnvironment";
|
|
207
|
+
export declare type ProjectEnvironment = import("./projectEnvironment").ProjectEnvironment;
|
|
208
|
+
export declare const ProjectEnvironment: typeof import("./projectEnvironment").ProjectEnvironment;
|
|
209
|
+
export { ProjectFreezePeriodArgs, ProjectFreezePeriodState } from "./projectFreezePeriod";
|
|
210
|
+
export declare type ProjectFreezePeriod = import("./projectFreezePeriod").ProjectFreezePeriod;
|
|
211
|
+
export declare const ProjectFreezePeriod: typeof import("./projectFreezePeriod").ProjectFreezePeriod;
|
|
212
|
+
export { ProjectHookArgs, ProjectHookState } from "./projectHook";
|
|
213
|
+
export declare type ProjectHook = import("./projectHook").ProjectHook;
|
|
214
|
+
export declare const ProjectHook: typeof import("./projectHook").ProjectHook;
|
|
215
|
+
export { ProjectIssueArgs, ProjectIssueState } from "./projectIssue";
|
|
216
|
+
export declare type ProjectIssue = import("./projectIssue").ProjectIssue;
|
|
217
|
+
export declare const ProjectIssue: typeof import("./projectIssue").ProjectIssue;
|
|
218
|
+
export { ProjectIssueBoardArgs, ProjectIssueBoardState } from "./projectIssueBoard";
|
|
219
|
+
export declare type ProjectIssueBoard = import("./projectIssueBoard").ProjectIssueBoard;
|
|
220
|
+
export declare const ProjectIssueBoard: typeof import("./projectIssueBoard").ProjectIssueBoard;
|
|
221
|
+
export { ProjectLevelMrApprovalsArgs, ProjectLevelMrApprovalsState } from "./projectLevelMrApprovals";
|
|
222
|
+
export declare type ProjectLevelMrApprovals = import("./projectLevelMrApprovals").ProjectLevelMrApprovals;
|
|
223
|
+
export declare const ProjectLevelMrApprovals: typeof import("./projectLevelMrApprovals").ProjectLevelMrApprovals;
|
|
224
|
+
export { ProjectMembershipArgs, ProjectMembershipState } from "./projectMembership";
|
|
225
|
+
export declare type ProjectMembership = import("./projectMembership").ProjectMembership;
|
|
226
|
+
export declare const ProjectMembership: typeof import("./projectMembership").ProjectMembership;
|
|
227
|
+
export { ProjectMilestoneArgs, ProjectMilestoneState } from "./projectMilestone";
|
|
228
|
+
export declare type ProjectMilestone = import("./projectMilestone").ProjectMilestone;
|
|
229
|
+
export declare const ProjectMilestone: typeof import("./projectMilestone").ProjectMilestone;
|
|
230
|
+
export { ProjectMirrorArgs, ProjectMirrorState } from "./projectMirror";
|
|
231
|
+
export declare type ProjectMirror = import("./projectMirror").ProjectMirror;
|
|
232
|
+
export declare const ProjectMirror: typeof import("./projectMirror").ProjectMirror;
|
|
233
|
+
export { ProjectProtectedEnvironmentArgs, ProjectProtectedEnvironmentState } from "./projectProtectedEnvironment";
|
|
234
|
+
export declare type ProjectProtectedEnvironment = import("./projectProtectedEnvironment").ProjectProtectedEnvironment;
|
|
235
|
+
export declare const ProjectProtectedEnvironment: typeof import("./projectProtectedEnvironment").ProjectProtectedEnvironment;
|
|
236
|
+
export { ProjectRunnerEnablementArgs, ProjectRunnerEnablementState } from "./projectRunnerEnablement";
|
|
237
|
+
export declare type ProjectRunnerEnablement = import("./projectRunnerEnablement").ProjectRunnerEnablement;
|
|
238
|
+
export declare const ProjectRunnerEnablement: typeof import("./projectRunnerEnablement").ProjectRunnerEnablement;
|
|
239
|
+
export { ProjectShareGroupArgs, ProjectShareGroupState } from "./projectShareGroup";
|
|
240
|
+
export declare type ProjectShareGroup = import("./projectShareGroup").ProjectShareGroup;
|
|
241
|
+
export declare const ProjectShareGroup: typeof import("./projectShareGroup").ProjectShareGroup;
|
|
242
|
+
export { ProjectTagArgs, ProjectTagState } from "./projectTag";
|
|
243
|
+
export declare type ProjectTag = import("./projectTag").ProjectTag;
|
|
244
|
+
export declare const ProjectTag: typeof import("./projectTag").ProjectTag;
|
|
245
|
+
export { ProjectVariableArgs, ProjectVariableState } from "./projectVariable";
|
|
246
|
+
export declare type ProjectVariable = import("./projectVariable").ProjectVariable;
|
|
247
|
+
export declare const ProjectVariable: typeof import("./projectVariable").ProjectVariable;
|
|
248
|
+
export { ProviderArgs } from "./provider";
|
|
249
|
+
export declare type Provider = import("./provider").Provider;
|
|
250
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
251
|
+
export { ReleaseLinkArgs, ReleaseLinkState } from "./releaseLink";
|
|
252
|
+
export declare type ReleaseLink = import("./releaseLink").ReleaseLink;
|
|
253
|
+
export declare const ReleaseLink: typeof import("./releaseLink").ReleaseLink;
|
|
254
|
+
export { RepositoryFileArgs, RepositoryFileState } from "./repositoryFile";
|
|
255
|
+
export declare type RepositoryFile = import("./repositoryFile").RepositoryFile;
|
|
256
|
+
export declare const RepositoryFile: typeof import("./repositoryFile").RepositoryFile;
|
|
257
|
+
export { RunnerArgs, RunnerState } from "./runner";
|
|
258
|
+
export declare type Runner = import("./runner").Runner;
|
|
259
|
+
export declare const Runner: typeof import("./runner").Runner;
|
|
260
|
+
export { ServiceExternalWikiArgs, ServiceExternalWikiState } from "./serviceExternalWiki";
|
|
261
|
+
export declare type ServiceExternalWiki = import("./serviceExternalWiki").ServiceExternalWiki;
|
|
262
|
+
export declare const ServiceExternalWiki: typeof import("./serviceExternalWiki").ServiceExternalWiki;
|
|
263
|
+
export { ServiceGithubArgs, ServiceGithubState } from "./serviceGithub";
|
|
264
|
+
export declare type ServiceGithub = import("./serviceGithub").ServiceGithub;
|
|
265
|
+
export declare const ServiceGithub: typeof import("./serviceGithub").ServiceGithub;
|
|
266
|
+
export { ServiceJiraArgs, ServiceJiraState } from "./serviceJira";
|
|
267
|
+
export declare type ServiceJira = import("./serviceJira").ServiceJira;
|
|
268
|
+
export declare const ServiceJira: typeof import("./serviceJira").ServiceJira;
|
|
269
|
+
export { ServiceMicrosoftTeamsArgs, ServiceMicrosoftTeamsState } from "./serviceMicrosoftTeams";
|
|
270
|
+
export declare type ServiceMicrosoftTeams = import("./serviceMicrosoftTeams").ServiceMicrosoftTeams;
|
|
271
|
+
export declare const ServiceMicrosoftTeams: typeof import("./serviceMicrosoftTeams").ServiceMicrosoftTeams;
|
|
272
|
+
export { ServicePipelinesEmailArgs, ServicePipelinesEmailState } from "./servicePipelinesEmail";
|
|
273
|
+
export declare type ServicePipelinesEmail = import("./servicePipelinesEmail").ServicePipelinesEmail;
|
|
274
|
+
export declare const ServicePipelinesEmail: typeof import("./servicePipelinesEmail").ServicePipelinesEmail;
|
|
275
|
+
export { ServiceSlackArgs, ServiceSlackState } from "./serviceSlack";
|
|
276
|
+
export declare type ServiceSlack = import("./serviceSlack").ServiceSlack;
|
|
277
|
+
export declare const ServiceSlack: typeof import("./serviceSlack").ServiceSlack;
|
|
278
|
+
export { SystemHookArgs, SystemHookState } from "./systemHook";
|
|
279
|
+
export declare type SystemHook = import("./systemHook").SystemHook;
|
|
280
|
+
export declare const SystemHook: typeof import("./systemHook").SystemHook;
|
|
281
|
+
export { TagProtectionArgs, TagProtectionState } from "./tagProtection";
|
|
282
|
+
export declare type TagProtection = import("./tagProtection").TagProtection;
|
|
283
|
+
export declare const TagProtection: typeof import("./tagProtection").TagProtection;
|
|
284
|
+
export { TopicArgs, TopicState } from "./topic";
|
|
285
|
+
export declare type Topic = import("./topic").Topic;
|
|
286
|
+
export declare const Topic: typeof import("./topic").Topic;
|
|
287
|
+
export { UserArgs, UserState } from "./user";
|
|
288
|
+
export declare type User = import("./user").User;
|
|
289
|
+
export declare const User: typeof import("./user").User;
|
|
290
|
+
export { UserCustomAttributeArgs, UserCustomAttributeState } from "./userCustomAttribute";
|
|
291
|
+
export declare type UserCustomAttribute = import("./userCustomAttribute").UserCustomAttribute;
|
|
292
|
+
export declare const UserCustomAttribute: typeof import("./userCustomAttribute").UserCustomAttribute;
|
|
293
|
+
export { UserGpgKeyArgs, UserGpgKeyState } from "./userGpgKey";
|
|
294
|
+
export declare type UserGpgKey = import("./userGpgKey").UserGpgKey;
|
|
295
|
+
export declare const UserGpgKey: typeof import("./userGpgKey").UserGpgKey;
|
|
296
|
+
export { UserSshKeyArgs, UserSshKeyState } from "./userSshKey";
|
|
297
|
+
export declare type UserSshKey = import("./userSshKey").UserSshKey;
|
|
298
|
+
export declare const UserSshKey: typeof import("./userSshKey").UserSshKey;
|
|
90
299
|
import * as config from "./config";
|
|
91
300
|
import * as types from "./types";
|
|
92
301
|
export { config, types, };
|