@pulumi/gitlab 9.12.0-alpha.1782457766 → 10.0.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/README.md +2 -2
- package/applicationSettings.d.ts +48 -18
- package/applicationSettings.d.ts.map +1 -1
- package/applicationSettings.js +8 -2
- package/applicationSettings.js.map +1 -1
- package/branchProtection.d.ts +48 -52
- package/branchProtection.d.ts.map +1 -1
- package/branchProtection.js +30 -24
- package/branchProtection.js.map +1 -1
- package/getGroup.d.ts +114 -2
- package/getGroup.d.ts.map +1 -1
- package/getGroup.js.map +1 -1
- package/getGroupHook.d.ts +40 -6
- package/getGroupHook.d.ts.map +1 -1
- package/getGroupHook.js.map +1 -1
- package/getGroupLabel.d.ts +125 -0
- package/getGroupLabel.d.ts.map +1 -0
- package/getGroupLabel.js +93 -0
- package/getGroupLabel.js.map +1 -0
- package/getGroupLabels.d.ts +74 -0
- package/getGroupLabels.d.ts.map +1 -0
- package/getGroupLabels.js +79 -0
- package/getGroupLabels.js.map +1 -0
- package/getGroupProtectedBranch.d.ts +82 -0
- package/getGroupProtectedBranch.d.ts.map +1 -0
- package/getGroupProtectedBranch.js +61 -0
- package/getGroupProtectedBranch.js.map +1 -0
- package/getGroupProtectedBranches.d.ts +54 -0
- package/getGroupProtectedBranches.d.ts.map +1 -0
- package/getGroupProtectedBranches.js +59 -0
- package/getGroupProtectedBranches.js.map +1 -0
- package/getProject.d.ts +355 -57
- package/getProject.d.ts.map +1 -1
- package/getProject.js +0 -6
- package/getProject.js.map +1 -1
- package/getProjectHook.d.ts +36 -6
- package/getProjectHook.d.ts.map +1 -1
- package/getProjectHook.js.map +1 -1
- package/getProjectMembership.d.ts +4 -40
- package/getProjectMembership.d.ts.map +1 -1
- package/getProjectMembership.js +0 -6
- package/getProjectMembership.js.map +1 -1
- package/getProjectProtectedBranch.d.ts +8 -21
- package/getProjectProtectedBranch.d.ts.map +1 -1
- package/getProjectProtectedBranch.js +0 -4
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +1 -10
- package/getProjectProtectedBranches.d.ts.map +1 -1
- package/getProjectProtectedBranches.js +0 -2
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectServiceAccount.d.ts +97 -0
- package/getProjectServiceAccount.d.ts.map +1 -0
- package/getProjectServiceAccount.js +89 -0
- package/getProjectServiceAccount.js.map +1 -0
- package/getProjects.d.ts +22 -10
- package/getProjects.d.ts.map +1 -1
- package/getProjects.js +2 -0
- package/getProjects.js.map +1 -1
- package/getSystemHook.d.ts +111 -0
- package/getSystemHook.d.ts.map +1 -0
- package/getSystemHook.js +81 -0
- package/getSystemHook.js.map +1 -0
- package/getSystemHooks.d.ts +50 -0
- package/getSystemHooks.d.ts.map +1 -0
- package/getSystemHooks.js +73 -0
- package/getSystemHooks.js.map +1 -0
- package/group.d.ts +12 -0
- package/group.d.ts.map +1 -1
- package/group.js +2 -0
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +3 -3
- package/groupBranchProtection.d.ts +185 -0
- package/groupBranchProtection.d.ts.map +1 -0
- package/groupBranchProtection.js +146 -0
- package/groupBranchProtection.js.map +1 -0
- package/groupCluster.d.ts +1 -1
- package/groupCluster.js +1 -1
- package/groupDeployToken.d.ts +3 -3
- package/groupHook.d.ts +75 -3
- package/groupHook.d.ts.map +1 -1
- package/groupHook.js +15 -1
- package/groupHook.js.map +1 -1
- package/{integrationHarbor.d.ts → groupIntegrationHarbor.d.ts} +39 -43
- package/groupIntegrationHarbor.d.ts.map +1 -0
- package/{integrationHarbor.js → groupIntegrationHarbor.js} +30 -34
- package/groupIntegrationHarbor.js.map +1 -0
- package/groupSamlLink.d.ts +3 -3
- package/groupSavedReply.d.ts +78 -0
- package/groupSavedReply.d.ts.map +1 -0
- package/{deployToken.js → groupSavedReply.js} +19 -45
- package/groupSavedReply.js.map +1 -0
- package/groupServiceAccount.d.ts +12 -0
- package/groupServiceAccount.d.ts.map +1 -1
- package/groupServiceAccount.js +2 -0
- package/groupServiceAccount.js.map +1 -1
- package/groupServiceAccountAccessToken.d.ts +3 -3
- package/index.d.ts +45 -48
- package/index.d.ts.map +1 -1
- package/index.js +67 -86
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +1 -1
- package/instanceCluster.js +1 -1
- package/integrationSlack.d.ts +0 -18
- package/integrationSlack.d.ts.map +1 -1
- package/integrationSlack.js +0 -2
- package/integrationSlack.js.map +1 -1
- package/memberRole.d.ts +3 -3
- package/package.json +2 -2
- package/personalAccessToken.d.ts +3 -3
- package/project.d.ts +36 -234
- package/project.d.ts.map +1 -1
- package/project.js +6 -26
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +3 -3
- package/projectCluster.d.ts +1 -1
- package/projectCluster.js +1 -1
- package/projectDeployToken.d.ts +3 -3
- package/projectHook.d.ts +103 -0
- package/projectHook.d.ts.map +1 -1
- package/projectHook.js +30 -1
- package/projectHook.js.map +1 -1
- package/projectIntegrationDatadog.d.ts +200 -0
- package/projectIntegrationDatadog.d.ts.map +1 -0
- package/{integrationGithub.js → projectIntegrationDatadog.js} +44 -45
- package/projectIntegrationDatadog.js.map +1 -0
- package/{integrationMicrosoftTeams.d.ts → projectIntegrationGoogleChat.d.ts} +35 -95
- package/projectIntegrationGoogleChat.d.ts.map +1 -0
- package/{integrationMicrosoftTeams.js → projectIntegrationGoogleChat.js} +12 -50
- package/projectIntegrationGoogleChat.js.map +1 -0
- package/projectIntegrationJira.d.ts +12 -12
- package/projectJobTokenScopes.d.ts +5 -21
- package/projectJobTokenScopes.d.ts.map +1 -1
- package/projectJobTokenScopes.js +6 -3
- package/projectJobTokenScopes.js.map +1 -1
- package/projectLabel.d.ts +12 -0
- package/projectLabel.d.ts.map +1 -1
- package/projectLabel.js +2 -0
- package/projectLabel.js.map +1 -1
- package/projectLevelMrApprovals.d.ts +21 -3
- package/projectLevelMrApprovals.d.ts.map +1 -1
- package/projectLevelMrApprovals.js +2 -0
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMergeRequestNote.d.ts +3 -3
- package/projectProtectedEnvironment.d.ts +4 -22
- package/projectProtectedEnvironment.d.ts.map +1 -1
- package/projectProtectedEnvironment.js +1 -3
- package/projectProtectedEnvironment.js.map +1 -1
- package/projectPushMirror.d.ts +12 -0
- package/projectPushMirror.d.ts.map +1 -1
- package/projectPushMirror.js +2 -0
- package/projectPushMirror.js.map +1 -1
- package/projectSavedReply.d.ts +78 -0
- package/projectSavedReply.d.ts.map +1 -0
- package/{label.js → projectSavedReply.js} +16 -24
- package/projectSavedReply.js.map +1 -0
- package/projectServiceAccount.d.ts +152 -0
- package/projectServiceAccount.d.ts.map +1 -0
- package/{integrationPipelinesEmail.js → projectServiceAccount.js} +42 -35
- package/projectServiceAccount.js.map +1 -0
- package/projectShareGroup.d.ts +2 -20
- package/projectShareGroup.d.ts.map +1 -1
- package/projectShareGroup.js +3 -2
- package/projectShareGroup.js.map +1 -1
- package/projectTargetBranchRule.d.ts +1 -1
- package/projectTargetBranchRule.js +1 -1
- package/systemHook.d.ts +50 -6
- package/systemHook.d.ts.map +1 -1
- package/systemHook.js +9 -1
- package/systemHook.js.map +1 -1
- package/types/input.d.ts +95 -249
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +1168 -168
- package/types/output.d.ts.map +1 -1
- package/userImpersonationToken.d.ts +3 -3
- package/userSavedReply.d.ts +66 -0
- package/userSavedReply.d.ts.map +1 -0
- package/userSavedReply.js +82 -0
- package/userSavedReply.js.map +1 -0
- package/deployToken.d.ts +0 -147
- package/deployToken.d.ts.map +0 -1
- package/deployToken.js.map +0 -1
- package/integrationCustomIssueTracker.d.ts +0 -142
- package/integrationCustomIssueTracker.d.ts.map +0 -1
- package/integrationCustomIssueTracker.js +0 -130
- package/integrationCustomIssueTracker.js.map +0 -1
- package/integrationEmailsOnPush.d.ts +0 -198
- package/integrationEmailsOnPush.d.ts.map +0 -1
- package/integrationEmailsOnPush.js +0 -137
- package/integrationEmailsOnPush.js.map +0 -1
- package/integrationExternalWiki.d.ts +0 -137
- package/integrationExternalWiki.d.ts.map +0 -1
- package/integrationExternalWiki.js +0 -126
- package/integrationExternalWiki.js.map +0 -1
- package/integrationGithub.d.ts +0 -156
- package/integrationGithub.d.ts.map +0 -1
- package/integrationGithub.js.map +0 -1
- package/integrationHarbor.d.ts.map +0 -1
- package/integrationHarbor.js.map +0 -1
- package/integrationJenkins.d.ts +0 -190
- package/integrationJenkins.d.ts.map +0 -1
- package/integrationJenkins.js +0 -138
- package/integrationJenkins.js.map +0 -1
- package/integrationJira.d.ts +0 -299
- package/integrationJira.d.ts.map +0 -1
- package/integrationJira.js +0 -159
- package/integrationJira.js.map +0 -1
- package/integrationMattermost.d.ts +0 -352
- package/integrationMattermost.d.ts.map +0 -1
- package/integrationMattermost.js +0 -163
- package/integrationMattermost.js.map +0 -1
- package/integrationMicrosoftTeams.d.ts.map +0 -1
- package/integrationMicrosoftTeams.js.map +0 -1
- package/integrationPipelinesEmail.d.ts +0 -123
- package/integrationPipelinesEmail.d.ts.map +0 -1
- package/integrationPipelinesEmail.js.map +0 -1
- package/integrationRedmine.d.ts +0 -136
- package/integrationRedmine.d.ts.map +0 -1
- package/integrationRedmine.js +0 -131
- package/integrationRedmine.js.map +0 -1
- package/integrationTelegram.d.ts +0 -253
- package/integrationTelegram.d.ts.map +0 -1
- package/integrationTelegram.js +0 -184
- package/integrationTelegram.js.map +0 -1
- package/label.d.ts +0 -108
- package/label.d.ts.map +0 -1
- package/label.js.map +0 -1
- package/projectMirror.d.ts +0 -166
- package/projectMirror.d.ts.map +0 -1
- package/projectMirror.js +0 -131
- package/projectMirror.js.map +0 -1
- package/runner.d.ts +0 -188
- package/runner.d.ts.map +0 -1
- package/runner.js +0 -122
- package/runner.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupIntegrationHarbor.js","sourceRoot":"","sources":["../groupIntegrationHarbor.ts"],"names":[],"mappings":"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"}
|
package/groupSamlLink.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export declare class GroupSamlLink extends pulumi.CustomResource {
|
|
|
56
56
|
*/
|
|
57
57
|
static isInstance(obj: any): obj is GroupSamlLink;
|
|
58
58
|
/**
|
|
59
|
-
* Access level for members of the SAML group. Valid values are: `guest`, `planner`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
59
|
+
* Access level for members of the SAML group. Valid values are: `minimal`, `guest`, `planner`, `reporter`, `securityManager`, `developer`, `maintainer`, `owner`.
|
|
60
60
|
*/
|
|
61
61
|
readonly accessLevel: pulumi.Output<string>;
|
|
62
62
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class GroupSamlLink extends pulumi.CustomResource {
|
|
|
85
85
|
*/
|
|
86
86
|
export interface GroupSamlLinkState {
|
|
87
87
|
/**
|
|
88
|
-
* Access level for members of the SAML group. Valid values are: `guest`, `planner`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
88
|
+
* Access level for members of the SAML group. Valid values are: `minimal`, `guest`, `planner`, `reporter`, `securityManager`, `developer`, `maintainer`, `owner`.
|
|
89
89
|
*/
|
|
90
90
|
accessLevel?: pulumi.Input<string | undefined>;
|
|
91
91
|
/**
|
|
@@ -106,7 +106,7 @@ export interface GroupSamlLinkState {
|
|
|
106
106
|
*/
|
|
107
107
|
export interface GroupSamlLinkArgs {
|
|
108
108
|
/**
|
|
109
|
-
* Access level for members of the SAML group. Valid values are: `guest`, `planner`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
109
|
+
* Access level for members of the SAML group. Valid values are: `minimal`, `guest`, `planner`, `reporter`, `securityManager`, `developer`, `maintainer`, `owner`.
|
|
110
110
|
*/
|
|
111
111
|
accessLevel: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The `gitlab.GroupSavedReply` resource manages a comment template (saved reply) shared across a group. Requires Premium or Ultimate.
|
|
4
|
+
*
|
|
5
|
+
* **Upstream API**: [GitLab GraphQL API docs](https://docs.gitlab.com/api/graphql/reference/#mutationgroupsavedreplycreate)
|
|
6
|
+
*/
|
|
7
|
+
export declare class GroupSavedReply extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing GroupSavedReply resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param state Any extra arguments used during the lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GroupSavedReplyState, opts?: pulumi.CustomResourceOptions): GroupSavedReply;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of GroupSavedReply. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is GroupSavedReply;
|
|
23
|
+
/**
|
|
24
|
+
* The content of the saved reply.
|
|
25
|
+
*/
|
|
26
|
+
readonly content: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* The ID or full path of the group.
|
|
29
|
+
*/
|
|
30
|
+
readonly group: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the saved reply.
|
|
33
|
+
*/
|
|
34
|
+
readonly name: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* Create a GroupSavedReply resource with the given unique name, arguments, and options.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resource.
|
|
39
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
40
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
41
|
+
*/
|
|
42
|
+
constructor(name: string, args: GroupSavedReplyArgs, opts?: pulumi.CustomResourceOptions);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Input properties used for looking up and filtering GroupSavedReply resources.
|
|
46
|
+
*/
|
|
47
|
+
export interface GroupSavedReplyState {
|
|
48
|
+
/**
|
|
49
|
+
* The content of the saved reply.
|
|
50
|
+
*/
|
|
51
|
+
content?: pulumi.Input<string | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* The ID or full path of the group.
|
|
54
|
+
*/
|
|
55
|
+
group?: pulumi.Input<string | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the saved reply.
|
|
58
|
+
*/
|
|
59
|
+
name?: pulumi.Input<string | undefined>;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* The set of arguments for constructing a GroupSavedReply resource.
|
|
63
|
+
*/
|
|
64
|
+
export interface GroupSavedReplyArgs {
|
|
65
|
+
/**
|
|
66
|
+
* The content of the saved reply.
|
|
67
|
+
*/
|
|
68
|
+
content: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The ID or full path of the group.
|
|
71
|
+
*/
|
|
72
|
+
group: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The name of the saved reply.
|
|
75
|
+
*/
|
|
76
|
+
name?: pulumi.Input<string | undefined>;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=groupSavedReply.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupSavedReply.d.ts","sourceRoot":"","sources":["../groupSavedReply.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;GAIG;AACH,qBAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,eAAe;IAOhJ;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,eAAe;IAO1D;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEpD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAwB3F;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3C"}
|
|
@@ -25,34 +25,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
return result;
|
|
26
26
|
};
|
|
27
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.
|
|
28
|
+
exports.GroupSavedReply = void 0;
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
* The `gitlab.
|
|
32
|
+
* The `gitlab.GroupSavedReply` resource manages a comment template (saved reply) shared across a group. Requires Premium or Ultimate.
|
|
33
33
|
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/deploy_tokens/)
|
|
37
|
-
*
|
|
38
|
-
* ## Import
|
|
39
|
-
*
|
|
40
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.DeployToken`. For example:
|
|
41
|
-
*
|
|
42
|
-
* Importing using the CLI is supported with the following syntax:
|
|
43
|
-
*
|
|
44
|
-
* GitLab deploy tokens can be imported using an id made up of `{type}:{type_id}:{deploy_token_id}`, where type is one of: project, group.
|
|
45
|
-
*
|
|
46
|
-
* ```sh
|
|
47
|
-
* $ pulumi import gitlab:index/deployToken:DeployToken group_token group:1:3
|
|
48
|
-
* $ pulumi import gitlab:index/deployToken:DeployToken project_token project:1:4
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* Note: the `token` resource attribute is not available for imported resources as this information cannot be read from the GitLab API.
|
|
34
|
+
* **Upstream API**: [GitLab GraphQL API docs](https://docs.gitlab.com/api/graphql/reference/#mutationgroupsavedreplycreate)
|
|
52
35
|
*/
|
|
53
|
-
class
|
|
36
|
+
class GroupSavedReply extends pulumi.CustomResource {
|
|
54
37
|
/**
|
|
55
|
-
* Get an existing
|
|
38
|
+
* Get an existing GroupSavedReply resource's state with the given name, ID, and optional extra
|
|
56
39
|
* properties used to qualify the lookup.
|
|
57
40
|
*
|
|
58
41
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -61,53 +44,44 @@ class DeployToken extends pulumi.CustomResource {
|
|
|
61
44
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
62
45
|
*/
|
|
63
46
|
static get(name, id, state, opts) {
|
|
64
|
-
return new
|
|
47
|
+
return new GroupSavedReply(name, state, { ...opts, id: id });
|
|
65
48
|
}
|
|
66
49
|
/** @internal */
|
|
67
|
-
static __pulumiType = 'gitlab:index/
|
|
50
|
+
static __pulumiType = 'gitlab:index/groupSavedReply:GroupSavedReply';
|
|
68
51
|
/**
|
|
69
|
-
* Returns true if the given object is an instance of
|
|
52
|
+
* Returns true if the given object is an instance of GroupSavedReply. This is designed to work even
|
|
70
53
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
71
54
|
*/
|
|
72
55
|
static isInstance(obj) {
|
|
73
56
|
if (obj === undefined || obj === null) {
|
|
74
57
|
return false;
|
|
75
58
|
}
|
|
76
|
-
return obj['__pulumiType'] ===
|
|
59
|
+
return obj['__pulumiType'] === GroupSavedReply.__pulumiType;
|
|
77
60
|
}
|
|
78
61
|
constructor(name, argsOrState, opts) {
|
|
79
62
|
let resourceInputs = {};
|
|
80
63
|
opts = opts || {};
|
|
81
64
|
if (opts.id) {
|
|
82
65
|
const state = argsOrState;
|
|
83
|
-
resourceInputs["
|
|
84
|
-
resourceInputs["expiresAt"] = state?.expiresAt;
|
|
66
|
+
resourceInputs["content"] = state?.content;
|
|
85
67
|
resourceInputs["group"] = state?.group;
|
|
86
68
|
resourceInputs["name"] = state?.name;
|
|
87
|
-
resourceInputs["project"] = state?.project;
|
|
88
|
-
resourceInputs["scopes"] = state?.scopes;
|
|
89
|
-
resourceInputs["token"] = state?.token;
|
|
90
|
-
resourceInputs["username"] = state?.username;
|
|
91
69
|
}
|
|
92
70
|
else {
|
|
93
71
|
const args = argsOrState;
|
|
94
|
-
if (args?.
|
|
95
|
-
throw new Error("Missing required property '
|
|
72
|
+
if (args?.content === undefined && !opts.urn) {
|
|
73
|
+
throw new Error("Missing required property 'content'");
|
|
74
|
+
}
|
|
75
|
+
if (args?.group === undefined && !opts.urn) {
|
|
76
|
+
throw new Error("Missing required property 'group'");
|
|
96
77
|
}
|
|
97
|
-
resourceInputs["
|
|
78
|
+
resourceInputs["content"] = args?.content;
|
|
98
79
|
resourceInputs["group"] = args?.group;
|
|
99
80
|
resourceInputs["name"] = args?.name;
|
|
100
|
-
resourceInputs["project"] = args?.project;
|
|
101
|
-
resourceInputs["scopes"] = args?.scopes;
|
|
102
|
-
resourceInputs["username"] = args?.username;
|
|
103
|
-
resourceInputs["deployTokenId"] = undefined /*out*/;
|
|
104
|
-
resourceInputs["token"] = undefined /*out*/;
|
|
105
81
|
}
|
|
106
82
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
107
|
-
|
|
108
|
-
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
109
|
-
super(DeployToken.__pulumiType, name, resourceInputs, opts);
|
|
83
|
+
super(GroupSavedReply.__pulumiType, name, resourceInputs, opts);
|
|
110
84
|
}
|
|
111
85
|
}
|
|
112
|
-
exports.
|
|
113
|
-
//# sourceMappingURL=
|
|
86
|
+
exports.GroupSavedReply = GroupSavedReply;
|
|
87
|
+
//# sourceMappingURL=groupSavedReply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groupSavedReply.js","sourceRoot":"","sources":["../groupSavedReply.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;GAIG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACtE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,8CAA8C,CAAC;IAErF;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AAvEL,0CAwEC"}
|
package/groupServiceAccount.d.ts
CHANGED
|
@@ -83,6 +83,10 @@ export declare class GroupServiceAccount extends pulumi.CustomResource {
|
|
|
83
83
|
* The service account id.
|
|
84
84
|
*/
|
|
85
85
|
readonly serviceAccountId: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* If set to `true`, skip waiting for the service account to be fully deleted. This is recommended for gitlab.com where deletion can take a while due to asynchronous processing. Defaults to `false`.
|
|
88
|
+
*/
|
|
89
|
+
readonly skipWaitForDeletion: pulumi.Output<boolean | undefined>;
|
|
86
90
|
readonly timeouts: pulumi.Output<outputs.GroupServiceAccountTimeouts | undefined>;
|
|
87
91
|
/**
|
|
88
92
|
* The username of the user. If not specified, it’s automatically generated.
|
|
@@ -117,6 +121,10 @@ export interface GroupServiceAccountState {
|
|
|
117
121
|
* The service account id.
|
|
118
122
|
*/
|
|
119
123
|
serviceAccountId?: pulumi.Input<string | undefined>;
|
|
124
|
+
/**
|
|
125
|
+
* If set to `true`, skip waiting for the service account to be fully deleted. This is recommended for gitlab.com where deletion can take a while due to asynchronous processing. Defaults to `false`.
|
|
126
|
+
*/
|
|
127
|
+
skipWaitForDeletion?: pulumi.Input<boolean | undefined>;
|
|
120
128
|
timeouts?: pulumi.Input<inputs.GroupServiceAccountTimeouts | undefined>;
|
|
121
129
|
/**
|
|
122
130
|
* The username of the user. If not specified, it’s automatically generated.
|
|
@@ -139,6 +147,10 @@ export interface GroupServiceAccountArgs {
|
|
|
139
147
|
* The name of the user. If not specified, the default Service account user name is used.
|
|
140
148
|
*/
|
|
141
149
|
name?: pulumi.Input<string | undefined>;
|
|
150
|
+
/**
|
|
151
|
+
* If set to `true`, skip waiting for the service account to be fully deleted. This is recommended for gitlab.com where deletion can take a while due to asynchronous processing. Defaults to `false`.
|
|
152
|
+
*/
|
|
153
|
+
skipWaitForDeletion?: pulumi.Input<boolean | undefined>;
|
|
142
154
|
timeouts?: pulumi.Input<inputs.GroupServiceAccountTimeouts | undefined>;
|
|
143
155
|
/**
|
|
144
156
|
* The username of the user. If not specified, it’s automatically generated.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupServiceAccount.d.ts","sourceRoot":"","sources":["../groupServiceAccount.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,qBAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,mBAAmB;IAOxJ;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,mBAAmB;IAO9D;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrD;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAgC,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxE,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IACjG;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAEpE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;
|
|
1
|
+
{"version":3,"file":"groupServiceAccount.d.ts","sourceRoot":"","sources":["../groupServiceAccount.ts"],"names":[],"mappings":"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"}
|
package/groupServiceAccount.js
CHANGED
|
@@ -112,6 +112,7 @@ class GroupServiceAccount extends pulumi.CustomResource {
|
|
|
112
112
|
resourceInputs["group"] = state?.group;
|
|
113
113
|
resourceInputs["name"] = state?.name;
|
|
114
114
|
resourceInputs["serviceAccountId"] = state?.serviceAccountId;
|
|
115
|
+
resourceInputs["skipWaitForDeletion"] = state?.skipWaitForDeletion;
|
|
115
116
|
resourceInputs["timeouts"] = state?.timeouts;
|
|
116
117
|
resourceInputs["username"] = state?.username;
|
|
117
118
|
}
|
|
@@ -123,6 +124,7 @@ class GroupServiceAccount extends pulumi.CustomResource {
|
|
|
123
124
|
resourceInputs["email"] = args?.email;
|
|
124
125
|
resourceInputs["group"] = args?.group;
|
|
125
126
|
resourceInputs["name"] = args?.name;
|
|
127
|
+
resourceInputs["skipWaitForDeletion"] = args?.skipWaitForDeletion;
|
|
126
128
|
resourceInputs["timeouts"] = args?.timeouts;
|
|
127
129
|
resourceInputs["username"] = args?.username;
|
|
128
130
|
resourceInputs["serviceAccountId"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"groupServiceAccount.js","sourceRoot":"","sources":["../groupServiceAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,sDAAsD,CAAC;IAE7F;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;
|
|
1
|
+
{"version":3,"file":"groupServiceAccount.js","sourceRoot":"","sources":["../groupServiceAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,sDAAsD,CAAC;IAE7F;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAoCD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAzFL,kDA0FC"}
|
|
@@ -137,7 +137,7 @@ export declare class GroupServiceAccountAccessToken extends pulumi.CustomResourc
|
|
|
137
137
|
*/
|
|
138
138
|
readonly userId: pulumi.Output<number>;
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Whether to validate if the expiration date is in the future.
|
|
141
141
|
*/
|
|
142
142
|
readonly validatePastExpirationDate: pulumi.Output<boolean>;
|
|
143
143
|
/**
|
|
@@ -194,7 +194,7 @@ export interface GroupServiceAccountAccessTokenState {
|
|
|
194
194
|
*/
|
|
195
195
|
userId?: pulumi.Input<number | undefined>;
|
|
196
196
|
/**
|
|
197
|
-
*
|
|
197
|
+
* Whether to validate if the expiration date is in the future.
|
|
198
198
|
*/
|
|
199
199
|
validatePastExpirationDate?: pulumi.Input<boolean | undefined>;
|
|
200
200
|
}
|
|
@@ -227,7 +227,7 @@ export interface GroupServiceAccountAccessTokenArgs {
|
|
|
227
227
|
*/
|
|
228
228
|
userId: pulumi.Input<number>;
|
|
229
229
|
/**
|
|
230
|
-
*
|
|
230
|
+
* Whether to validate if the expiration date is in the future.
|
|
231
231
|
*/
|
|
232
232
|
validatePastExpirationDate?: pulumi.Input<boolean | undefined>;
|
|
233
233
|
}
|
package/index.d.ts
CHANGED
|
@@ -28,9 +28,6 @@ export declare const DeployKey: typeof import("./deployKey").DeployKey;
|
|
|
28
28
|
export { DeployKeyEnableArgs, DeployKeyEnableState } from "./deployKeyEnable";
|
|
29
29
|
export type DeployKeyEnable = import("./deployKeyEnable").DeployKeyEnable;
|
|
30
30
|
export declare const DeployKeyEnable: typeof import("./deployKeyEnable").DeployKeyEnable;
|
|
31
|
-
export { DeployTokenArgs, DeployTokenState } from "./deployToken";
|
|
32
|
-
export type DeployToken = import("./deployToken").DeployToken;
|
|
33
|
-
export declare const DeployToken: typeof import("./deployToken").DeployToken;
|
|
34
31
|
export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
|
|
35
32
|
export declare const getApplication: typeof import("./getApplication").getApplication;
|
|
36
33
|
export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
|
|
@@ -70,9 +67,21 @@ export declare const getGroupHooksOutput: typeof import("./getGroupHooks").getGr
|
|
|
70
67
|
export { GetGroupIdsArgs, GetGroupIdsResult, GetGroupIdsOutputArgs } from "./getGroupIds";
|
|
71
68
|
export declare const getGroupIds: typeof import("./getGroupIds").getGroupIds;
|
|
72
69
|
export declare const getGroupIdsOutput: typeof import("./getGroupIds").getGroupIdsOutput;
|
|
70
|
+
export { GetGroupLabelArgs, GetGroupLabelResult, GetGroupLabelOutputArgs } from "./getGroupLabel";
|
|
71
|
+
export declare const getGroupLabel: typeof import("./getGroupLabel").getGroupLabel;
|
|
72
|
+
export declare const getGroupLabelOutput: typeof import("./getGroupLabel").getGroupLabelOutput;
|
|
73
|
+
export { GetGroupLabelsArgs, GetGroupLabelsResult, GetGroupLabelsOutputArgs } from "./getGroupLabels";
|
|
74
|
+
export declare const getGroupLabels: typeof import("./getGroupLabels").getGroupLabels;
|
|
75
|
+
export declare const getGroupLabelsOutput: typeof import("./getGroupLabels").getGroupLabelsOutput;
|
|
73
76
|
export { GetGroupMembershipArgs, GetGroupMembershipResult, GetGroupMembershipOutputArgs } from "./getGroupMembership";
|
|
74
77
|
export declare const getGroupMembership: typeof import("./getGroupMembership").getGroupMembership;
|
|
75
78
|
export declare const getGroupMembershipOutput: typeof import("./getGroupMembership").getGroupMembershipOutput;
|
|
79
|
+
export { GetGroupProtectedBranchArgs, GetGroupProtectedBranchResult, GetGroupProtectedBranchOutputArgs } from "./getGroupProtectedBranch";
|
|
80
|
+
export declare const getGroupProtectedBranch: typeof import("./getGroupProtectedBranch").getGroupProtectedBranch;
|
|
81
|
+
export declare const getGroupProtectedBranchOutput: typeof import("./getGroupProtectedBranch").getGroupProtectedBranchOutput;
|
|
82
|
+
export { GetGroupProtectedBranchesArgs, GetGroupProtectedBranchesResult, GetGroupProtectedBranchesOutputArgs } from "./getGroupProtectedBranches";
|
|
83
|
+
export declare const getGroupProtectedBranches: typeof import("./getGroupProtectedBranches").getGroupProtectedBranches;
|
|
84
|
+
export declare const getGroupProtectedBranchesOutput: typeof import("./getGroupProtectedBranches").getGroupProtectedBranchesOutput;
|
|
76
85
|
export { GetGroupProvisionedUsersArgs, GetGroupProvisionedUsersResult, GetGroupProvisionedUsersOutputArgs } from "./getGroupProvisionedUsers";
|
|
77
86
|
export declare const getGroupProvisionedUsers: typeof import("./getGroupProvisionedUsers").getGroupProvisionedUsers;
|
|
78
87
|
export declare const getGroupProvisionedUsersOutput: typeof import("./getGroupProvisionedUsers").getGroupProvisionedUsersOutput;
|
|
@@ -193,6 +202,9 @@ export declare const getProjectProtectedTagsOutput: typeof import("./getProjectP
|
|
|
193
202
|
export { GetProjectSecureFileArgs, GetProjectSecureFileResult, GetProjectSecureFileOutputArgs } from "./getProjectSecureFile";
|
|
194
203
|
export declare const getProjectSecureFile: typeof import("./getProjectSecureFile").getProjectSecureFile;
|
|
195
204
|
export declare const getProjectSecureFileOutput: typeof import("./getProjectSecureFile").getProjectSecureFileOutput;
|
|
205
|
+
export { GetProjectServiceAccountArgs, GetProjectServiceAccountResult, GetProjectServiceAccountOutputArgs } from "./getProjectServiceAccount";
|
|
206
|
+
export declare const getProjectServiceAccount: typeof import("./getProjectServiceAccount").getProjectServiceAccount;
|
|
207
|
+
export declare const getProjectServiceAccountOutput: typeof import("./getProjectServiceAccount").getProjectServiceAccountOutput;
|
|
196
208
|
export { GetProjectTagArgs, GetProjectTagResult, GetProjectTagOutputArgs } from "./getProjectTag";
|
|
197
209
|
export declare const getProjectTag: typeof import("./getProjectTag").getProjectTag;
|
|
198
210
|
export declare const getProjectTagOutput: typeof import("./getProjectTag").getProjectTagOutput;
|
|
@@ -238,6 +250,12 @@ export declare const getRunnersOutput: typeof import("./getRunners").getRunnersO
|
|
|
238
250
|
export { GetSecurityPolicyDocumentArgs, GetSecurityPolicyDocumentResult, GetSecurityPolicyDocumentOutputArgs } from "./getSecurityPolicyDocument";
|
|
239
251
|
export declare const getSecurityPolicyDocument: typeof import("./getSecurityPolicyDocument").getSecurityPolicyDocument;
|
|
240
252
|
export declare const getSecurityPolicyDocumentOutput: typeof import("./getSecurityPolicyDocument").getSecurityPolicyDocumentOutput;
|
|
253
|
+
export { GetSystemHookArgs, GetSystemHookResult, GetSystemHookOutputArgs } from "./getSystemHook";
|
|
254
|
+
export declare const getSystemHook: typeof import("./getSystemHook").getSystemHook;
|
|
255
|
+
export declare const getSystemHookOutput: typeof import("./getSystemHook").getSystemHookOutput;
|
|
256
|
+
export { GetSystemHooksResult } from "./getSystemHooks";
|
|
257
|
+
export declare const getSystemHooks: typeof import("./getSystemHooks").getSystemHooks;
|
|
258
|
+
export declare const getSystemHooksOutput: typeof import("./getSystemHooks").getSystemHooksOutput;
|
|
241
259
|
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
|
|
242
260
|
export declare const getUser: typeof import("./getUser").getUser;
|
|
243
261
|
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
|
|
@@ -259,6 +277,9 @@ export declare const GroupAccessToken: typeof import("./groupAccessToken").Group
|
|
|
259
277
|
export { GroupBadgeArgs, GroupBadgeState } from "./groupBadge";
|
|
260
278
|
export type GroupBadge = import("./groupBadge").GroupBadge;
|
|
261
279
|
export declare const GroupBadge: typeof import("./groupBadge").GroupBadge;
|
|
280
|
+
export { GroupBranchProtectionArgs, GroupBranchProtectionState } from "./groupBranchProtection";
|
|
281
|
+
export type GroupBranchProtection = import("./groupBranchProtection").GroupBranchProtection;
|
|
282
|
+
export declare const GroupBranchProtection: typeof import("./groupBranchProtection").GroupBranchProtection;
|
|
262
283
|
export { GroupClusterArgs, GroupClusterState } from "./groupCluster";
|
|
263
284
|
export type GroupCluster = import("./groupCluster").GroupCluster;
|
|
264
285
|
export declare const GroupCluster: typeof import("./groupCluster").GroupCluster;
|
|
@@ -277,6 +298,9 @@ export declare const GroupEpicBoard: typeof import("./groupEpicBoard").GroupEpic
|
|
|
277
298
|
export { GroupHookArgs, GroupHookState } from "./groupHook";
|
|
278
299
|
export type GroupHook = import("./groupHook").GroupHook;
|
|
279
300
|
export declare const GroupHook: typeof import("./groupHook").GroupHook;
|
|
301
|
+
export { GroupIntegrationHarborArgs, GroupIntegrationHarborState } from "./groupIntegrationHarbor";
|
|
302
|
+
export type GroupIntegrationHarbor = import("./groupIntegrationHarbor").GroupIntegrationHarbor;
|
|
303
|
+
export declare const GroupIntegrationHarbor: typeof import("./groupIntegrationHarbor").GroupIntegrationHarbor;
|
|
280
304
|
export { GroupIntegrationMattermostArgs, GroupIntegrationMattermostState } from "./groupIntegrationMattermost";
|
|
281
305
|
export type GroupIntegrationMattermost = import("./groupIntegrationMattermost").GroupIntegrationMattermost;
|
|
282
306
|
export declare const GroupIntegrationMattermost: typeof import("./groupIntegrationMattermost").GroupIntegrationMattermost;
|
|
@@ -307,6 +331,9 @@ export declare const GroupProtectedEnvironment: typeof import("./groupProtectedE
|
|
|
307
331
|
export { GroupSamlLinkArgs, GroupSamlLinkState } from "./groupSamlLink";
|
|
308
332
|
export type GroupSamlLink = import("./groupSamlLink").GroupSamlLink;
|
|
309
333
|
export declare const GroupSamlLink: typeof import("./groupSamlLink").GroupSamlLink;
|
|
334
|
+
export { GroupSavedReplyArgs, GroupSavedReplyState } from "./groupSavedReply";
|
|
335
|
+
export type GroupSavedReply = import("./groupSavedReply").GroupSavedReply;
|
|
336
|
+
export declare const GroupSavedReply: typeof import("./groupSavedReply").GroupSavedReply;
|
|
310
337
|
export { GroupSecurityPolicyAttachmentArgs, GroupSecurityPolicyAttachmentState } from "./groupSecurityPolicyAttachment";
|
|
311
338
|
export type GroupSecurityPolicyAttachment = import("./groupSecurityPolicyAttachment").GroupSecurityPolicyAttachment;
|
|
312
339
|
export declare const GroupSecurityPolicyAttachment: typeof import("./groupSecurityPolicyAttachment").GroupSecurityPolicyAttachment;
|
|
@@ -331,48 +358,9 @@ export declare const InstanceServiceAccount: typeof import("./instanceServiceAcc
|
|
|
331
358
|
export { InstanceVariableArgs, InstanceVariableState } from "./instanceVariable";
|
|
332
359
|
export type InstanceVariable = import("./instanceVariable").InstanceVariable;
|
|
333
360
|
export declare const InstanceVariable: typeof import("./instanceVariable").InstanceVariable;
|
|
334
|
-
export { IntegrationCustomIssueTrackerArgs, IntegrationCustomIssueTrackerState } from "./integrationCustomIssueTracker";
|
|
335
|
-
export type IntegrationCustomIssueTracker = import("./integrationCustomIssueTracker").IntegrationCustomIssueTracker;
|
|
336
|
-
export declare const IntegrationCustomIssueTracker: typeof import("./integrationCustomIssueTracker").IntegrationCustomIssueTracker;
|
|
337
|
-
export { IntegrationEmailsOnPushArgs, IntegrationEmailsOnPushState } from "./integrationEmailsOnPush";
|
|
338
|
-
export type IntegrationEmailsOnPush = import("./integrationEmailsOnPush").IntegrationEmailsOnPush;
|
|
339
|
-
export declare const IntegrationEmailsOnPush: typeof import("./integrationEmailsOnPush").IntegrationEmailsOnPush;
|
|
340
|
-
export { IntegrationExternalWikiArgs, IntegrationExternalWikiState } from "./integrationExternalWiki";
|
|
341
|
-
export type IntegrationExternalWiki = import("./integrationExternalWiki").IntegrationExternalWiki;
|
|
342
|
-
export declare const IntegrationExternalWiki: typeof import("./integrationExternalWiki").IntegrationExternalWiki;
|
|
343
|
-
export { IntegrationGithubArgs, IntegrationGithubState } from "./integrationGithub";
|
|
344
|
-
export type IntegrationGithub = import("./integrationGithub").IntegrationGithub;
|
|
345
|
-
export declare const IntegrationGithub: typeof import("./integrationGithub").IntegrationGithub;
|
|
346
|
-
export { IntegrationHarborArgs, IntegrationHarborState } from "./integrationHarbor";
|
|
347
|
-
export type IntegrationHarbor = import("./integrationHarbor").IntegrationHarbor;
|
|
348
|
-
export declare const IntegrationHarbor: typeof import("./integrationHarbor").IntegrationHarbor;
|
|
349
|
-
export { IntegrationJenkinsArgs, IntegrationJenkinsState } from "./integrationJenkins";
|
|
350
|
-
export type IntegrationJenkins = import("./integrationJenkins").IntegrationJenkins;
|
|
351
|
-
export declare const IntegrationJenkins: typeof import("./integrationJenkins").IntegrationJenkins;
|
|
352
|
-
export { IntegrationJiraArgs, IntegrationJiraState } from "./integrationJira";
|
|
353
|
-
export type IntegrationJira = import("./integrationJira").IntegrationJira;
|
|
354
|
-
export declare const IntegrationJira: typeof import("./integrationJira").IntegrationJira;
|
|
355
|
-
export { IntegrationMattermostArgs, IntegrationMattermostState } from "./integrationMattermost";
|
|
356
|
-
export type IntegrationMattermost = import("./integrationMattermost").IntegrationMattermost;
|
|
357
|
-
export declare const IntegrationMattermost: typeof import("./integrationMattermost").IntegrationMattermost;
|
|
358
|
-
export { IntegrationMicrosoftTeamsArgs, IntegrationMicrosoftTeamsState } from "./integrationMicrosoftTeams";
|
|
359
|
-
export type IntegrationMicrosoftTeams = import("./integrationMicrosoftTeams").IntegrationMicrosoftTeams;
|
|
360
|
-
export declare const IntegrationMicrosoftTeams: typeof import("./integrationMicrosoftTeams").IntegrationMicrosoftTeams;
|
|
361
|
-
export { IntegrationPipelinesEmailArgs, IntegrationPipelinesEmailState } from "./integrationPipelinesEmail";
|
|
362
|
-
export type IntegrationPipelinesEmail = import("./integrationPipelinesEmail").IntegrationPipelinesEmail;
|
|
363
|
-
export declare const IntegrationPipelinesEmail: typeof import("./integrationPipelinesEmail").IntegrationPipelinesEmail;
|
|
364
|
-
export { IntegrationRedmineArgs, IntegrationRedmineState } from "./integrationRedmine";
|
|
365
|
-
export type IntegrationRedmine = import("./integrationRedmine").IntegrationRedmine;
|
|
366
|
-
export declare const IntegrationRedmine: typeof import("./integrationRedmine").IntegrationRedmine;
|
|
367
361
|
export { IntegrationSlackArgs, IntegrationSlackState } from "./integrationSlack";
|
|
368
362
|
export type IntegrationSlack = import("./integrationSlack").IntegrationSlack;
|
|
369
363
|
export declare const IntegrationSlack: typeof import("./integrationSlack").IntegrationSlack;
|
|
370
|
-
export { IntegrationTelegramArgs, IntegrationTelegramState } from "./integrationTelegram";
|
|
371
|
-
export type IntegrationTelegram = import("./integrationTelegram").IntegrationTelegram;
|
|
372
|
-
export declare const IntegrationTelegram: typeof import("./integrationTelegram").IntegrationTelegram;
|
|
373
|
-
export { LabelArgs, LabelState } from "./label";
|
|
374
|
-
export type Label = import("./label").Label;
|
|
375
|
-
export declare const Label: typeof import("./label").Label;
|
|
376
364
|
export { MemberRoleArgs, MemberRoleState } from "./memberRole";
|
|
377
365
|
export type MemberRole = import("./memberRole").MemberRole;
|
|
378
366
|
export declare const MemberRole: typeof import("./memberRole").MemberRole;
|
|
@@ -439,6 +427,9 @@ export declare const ProjectHook: typeof import("./projectHook").ProjectHook;
|
|
|
439
427
|
export { ProjectIntegrationCustomIssueTrackerArgs, ProjectIntegrationCustomIssueTrackerState } from "./projectIntegrationCustomIssueTracker";
|
|
440
428
|
export type ProjectIntegrationCustomIssueTracker = import("./projectIntegrationCustomIssueTracker").ProjectIntegrationCustomIssueTracker;
|
|
441
429
|
export declare const ProjectIntegrationCustomIssueTracker: typeof import("./projectIntegrationCustomIssueTracker").ProjectIntegrationCustomIssueTracker;
|
|
430
|
+
export { ProjectIntegrationDatadogArgs, ProjectIntegrationDatadogState } from "./projectIntegrationDatadog";
|
|
431
|
+
export type ProjectIntegrationDatadog = import("./projectIntegrationDatadog").ProjectIntegrationDatadog;
|
|
432
|
+
export declare const ProjectIntegrationDatadog: typeof import("./projectIntegrationDatadog").ProjectIntegrationDatadog;
|
|
442
433
|
export { ProjectIntegrationEmailsOnPushArgs, ProjectIntegrationEmailsOnPushState } from "./projectIntegrationEmailsOnPush";
|
|
443
434
|
export type ProjectIntegrationEmailsOnPush = import("./projectIntegrationEmailsOnPush").ProjectIntegrationEmailsOnPush;
|
|
444
435
|
export declare const ProjectIntegrationEmailsOnPush: typeof import("./projectIntegrationEmailsOnPush").ProjectIntegrationEmailsOnPush;
|
|
@@ -448,6 +439,9 @@ export declare const ProjectIntegrationExternalWiki: typeof import("./projectInt
|
|
|
448
439
|
export { ProjectIntegrationGithubArgs, ProjectIntegrationGithubState } from "./projectIntegrationGithub";
|
|
449
440
|
export type ProjectIntegrationGithub = import("./projectIntegrationGithub").ProjectIntegrationGithub;
|
|
450
441
|
export declare const ProjectIntegrationGithub: typeof import("./projectIntegrationGithub").ProjectIntegrationGithub;
|
|
442
|
+
export { ProjectIntegrationGoogleChatArgs, ProjectIntegrationGoogleChatState } from "./projectIntegrationGoogleChat";
|
|
443
|
+
export type ProjectIntegrationGoogleChat = import("./projectIntegrationGoogleChat").ProjectIntegrationGoogleChat;
|
|
444
|
+
export declare const ProjectIntegrationGoogleChat: typeof import("./projectIntegrationGoogleChat").ProjectIntegrationGoogleChat;
|
|
451
445
|
export { ProjectIntegrationHarborArgs, ProjectIntegrationHarborState } from "./projectIntegrationHarbor";
|
|
452
446
|
export type ProjectIntegrationHarbor = import("./projectIntegrationHarbor").ProjectIntegrationHarbor;
|
|
453
447
|
export declare const ProjectIntegrationHarbor: typeof import("./projectIntegrationHarbor").ProjectIntegrationHarbor;
|
|
@@ -511,9 +505,6 @@ export declare const ProjectMergeRequestNote: typeof import("./projectMergeReque
|
|
|
511
505
|
export { ProjectMilestoneArgs, ProjectMilestoneState } from "./projectMilestone";
|
|
512
506
|
export type ProjectMilestone = import("./projectMilestone").ProjectMilestone;
|
|
513
507
|
export declare const ProjectMilestone: typeof import("./projectMilestone").ProjectMilestone;
|
|
514
|
-
export { ProjectMirrorArgs, ProjectMirrorState } from "./projectMirror";
|
|
515
|
-
export type ProjectMirror = import("./projectMirror").ProjectMirror;
|
|
516
|
-
export declare const ProjectMirror: typeof import("./projectMirror").ProjectMirror;
|
|
517
508
|
export { ProjectPackageDependencyProxyArgs, ProjectPackageDependencyProxyState } from "./projectPackageDependencyProxy";
|
|
518
509
|
export type ProjectPackageDependencyProxy = import("./projectPackageDependencyProxy").ProjectPackageDependencyProxy;
|
|
519
510
|
export declare const ProjectPackageDependencyProxy: typeof import("./projectPackageDependencyProxy").ProjectPackageDependencyProxy;
|
|
@@ -538,12 +529,18 @@ export declare const ProjectPushRules: typeof import("./projectPushRules").Proje
|
|
|
538
529
|
export { ProjectRunnerEnablementArgs, ProjectRunnerEnablementState } from "./projectRunnerEnablement";
|
|
539
530
|
export type ProjectRunnerEnablement = import("./projectRunnerEnablement").ProjectRunnerEnablement;
|
|
540
531
|
export declare const ProjectRunnerEnablement: typeof import("./projectRunnerEnablement").ProjectRunnerEnablement;
|
|
532
|
+
export { ProjectSavedReplyArgs, ProjectSavedReplyState } from "./projectSavedReply";
|
|
533
|
+
export type ProjectSavedReply = import("./projectSavedReply").ProjectSavedReply;
|
|
534
|
+
export declare const ProjectSavedReply: typeof import("./projectSavedReply").ProjectSavedReply;
|
|
541
535
|
export { ProjectSecureFileArgs, ProjectSecureFileState } from "./projectSecureFile";
|
|
542
536
|
export type ProjectSecureFile = import("./projectSecureFile").ProjectSecureFile;
|
|
543
537
|
export declare const ProjectSecureFile: typeof import("./projectSecureFile").ProjectSecureFile;
|
|
544
538
|
export { ProjectSecurityPolicyAttachmentArgs, ProjectSecurityPolicyAttachmentState } from "./projectSecurityPolicyAttachment";
|
|
545
539
|
export type ProjectSecurityPolicyAttachment = import("./projectSecurityPolicyAttachment").ProjectSecurityPolicyAttachment;
|
|
546
540
|
export declare const ProjectSecurityPolicyAttachment: typeof import("./projectSecurityPolicyAttachment").ProjectSecurityPolicyAttachment;
|
|
541
|
+
export { ProjectServiceAccountArgs, ProjectServiceAccountState } from "./projectServiceAccount";
|
|
542
|
+
export type ProjectServiceAccount = import("./projectServiceAccount").ProjectServiceAccount;
|
|
543
|
+
export declare const ProjectServiceAccount: typeof import("./projectServiceAccount").ProjectServiceAccount;
|
|
547
544
|
export { ProjectShareGroupArgs, ProjectShareGroupState } from "./projectShareGroup";
|
|
548
545
|
export type ProjectShareGroup = import("./projectShareGroup").ProjectShareGroup;
|
|
549
546
|
export declare const ProjectShareGroup: typeof import("./projectShareGroup").ProjectShareGroup;
|
|
@@ -569,9 +566,6 @@ export declare const ReleaseLink: typeof import("./releaseLink").ReleaseLink;
|
|
|
569
566
|
export { RepositoryFileArgs, RepositoryFileState } from "./repositoryFile";
|
|
570
567
|
export type RepositoryFile = import("./repositoryFile").RepositoryFile;
|
|
571
568
|
export declare const RepositoryFile: typeof import("./repositoryFile").RepositoryFile;
|
|
572
|
-
export { RunnerArgs, RunnerState } from "./runner";
|
|
573
|
-
export type Runner = import("./runner").Runner;
|
|
574
|
-
export declare const Runner: typeof import("./runner").Runner;
|
|
575
569
|
export { RunnerControllerArgs, RunnerControllerState } from "./runnerController";
|
|
576
570
|
export type RunnerController = import("./runnerController").RunnerController;
|
|
577
571
|
export declare const RunnerController: typeof import("./runnerController").RunnerController;
|
|
@@ -614,6 +608,9 @@ export declare const UserImpersonationToken: typeof import("./userImpersonationT
|
|
|
614
608
|
export { UserRunnerArgs, UserRunnerState } from "./userRunner";
|
|
615
609
|
export type UserRunner = import("./userRunner").UserRunner;
|
|
616
610
|
export declare const UserRunner: typeof import("./userRunner").UserRunner;
|
|
611
|
+
export { UserSavedReplyArgs, UserSavedReplyState } from "./userSavedReply";
|
|
612
|
+
export type UserSavedReply = import("./userSavedReply").UserSavedReply;
|
|
613
|
+
export declare const UserSavedReply: typeof import("./userSavedReply").UserSavedReply;
|
|
617
614
|
export { UserSshKeyArgs, UserSshKeyState } from "./userSshKey";
|
|
618
615
|
export type UserSshKey = import("./userSshKey").UserSshKey;
|
|
619
616
|
export declare const UserSshKey: typeof import("./userSshKey").UserSshKey;
|