@pulumi/gitlab 4.7.0-alpha.1648237737 → 4.7.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/branch.d.ts +3 -1
- package/branch.js +3 -1
- package/branch.js.map +1 -1
- package/branchProtection.d.ts +42 -6
- package/branchProtection.js +18 -8
- package/branchProtection.js.map +1 -1
- package/deployKey.d.ts +11 -4
- package/deployKey.js +5 -1
- package/deployKey.js.map +1 -1
- package/deployKeyEnable.d.ts +2 -2
- package/deployKeyEnable.js +2 -2
- package/deployToken.d.ts +24 -6
- package/deployToken.js +17 -1
- package/deployToken.js.map +1 -1
- package/getBranch.d.ts +3 -43
- package/getBranch.js +3 -1
- package/getBranch.js.map +1 -1
- package/getGroup.d.ts +3 -53
- package/getGroup.js +2 -2
- package/getGroup.js.map +1 -1
- package/getGroupMembership.d.ts +2 -32
- package/getGroupMembership.js +2 -2
- package/getGroupMembership.js.map +1 -1
- package/getInstanceDeployKeys.d.ts +46 -0
- package/getInstanceDeployKeys.js +42 -0
- package/getInstanceDeployKeys.js.map +1 -0
- package/getProject.d.ts +32 -88
- package/getProject.js +4 -1
- package/getProject.js.map +1 -1
- package/getProjectIssue.d.ts +91 -0
- package/getProjectIssue.js +44 -0
- package/getProjectIssue.js.map +1 -0
- package/getProjectIssues.d.ts +122 -0
- package/getProjectIssues.js +67 -0
- package/getProjectIssues.js.map +1 -0
- package/getProjectProtectedBranch.d.ts +3 -34
- package/getProjectProtectedBranch.js +3 -1
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +3 -13
- package/getProjectProtectedBranches.js +3 -1
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectTag.d.ts +52 -0
- package/getProjectTag.js +41 -0
- package/getProjectTag.js.map +1 -0
- package/getProjectTags.d.ts +53 -0
- package/getProjectTags.js +42 -0
- package/getProjectTags.js.map +1 -0
- package/getProjects.d.ts +5 -195
- package/getProjects.js +5 -3
- package/getProjects.js.map +1 -1
- package/getRepositoryFile.d.ts +57 -0
- package/getRepositoryFile.js +42 -0
- package/getRepositoryFile.js.map +1 -0
- package/getUser.d.ts +4 -101
- package/getUser.js +4 -2
- package/getUser.js.map +1 -1
- package/getUsers.d.ts +6 -86
- package/getUsers.js +6 -2
- package/getUsers.js.map +1 -1
- package/group.d.ts +53 -38
- package/group.js +7 -2
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +15 -6
- package/groupAccessToken.js +5 -1
- package/groupAccessToken.js.map +1 -1
- package/groupBadge.d.ts +7 -7
- package/groupBadge.js +3 -3
- package/groupCluster.d.ts +8 -6
- package/groupCluster.js +5 -3
- package/groupCluster.js.map +1 -1
- package/groupCustomAttribute.d.ts +3 -1
- package/groupCustomAttribute.js +3 -1
- package/groupCustomAttribute.js.map +1 -1
- package/groupLabel.d.ts +9 -6
- package/groupLabel.js +3 -3
- package/groupLabel.js.map +1 -1
- package/groupLdapLink.d.ts +15 -7
- package/groupLdapLink.js +3 -1
- package/groupLdapLink.js.map +1 -1
- package/groupMembership.d.ts +11 -4
- package/groupMembership.js +5 -1
- package/groupMembership.js.map +1 -1
- package/groupShareGroup.d.ts +9 -4
- package/groupShareGroup.js +3 -1
- package/groupShareGroup.js.map +1 -1
- package/groupVariable.d.ts +27 -15
- package/groupVariable.js +3 -3
- package/groupVariable.js.map +1 -1
- package/index.d.ts +11 -0
- package/index.js +31 -0
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +8 -6
- package/instanceCluster.js +5 -3
- package/instanceCluster.js.map +1 -1
- package/instanceVariable.d.ts +18 -12
- package/instanceVariable.js +3 -3
- package/instanceVariable.js.map +1 -1
- package/label.d.ts +17 -6
- package/label.js +11 -3
- package/label.js.map +1 -1
- package/managedLicense.d.ts +14 -7
- package/managedLicense.js +5 -4
- package/managedLicense.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pipelineSchedule.d.ts +3 -3
- package/pipelineSchedule.js +3 -3
- package/pipelineScheduleVariable.d.ts +3 -1
- package/pipelineScheduleVariable.js +3 -1
- package/pipelineScheduleVariable.js.map +1 -1
- package/pipelineTrigger.d.ts +3 -1
- package/pipelineTrigger.js +3 -1
- package/pipelineTrigger.js.map +1 -1
- package/project.d.ts +372 -26
- package/project.js +59 -1
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +20 -8
- package/projectAccessToken.js +13 -1
- package/projectAccessToken.js.map +1 -1
- package/projectApprovalRule.d.ts +19 -2
- package/projectApprovalRule.js +6 -2
- package/projectApprovalRule.js.map +1 -1
- package/projectBadge.d.ts +7 -7
- package/projectBadge.js +3 -3
- package/projectCluster.d.ts +8 -6
- package/projectCluster.js +5 -3
- package/projectCluster.js.map +1 -1
- package/projectCustomAttribute.d.ts +3 -1
- package/projectCustomAttribute.js +3 -1
- package/projectCustomAttribute.js.map +1 -1
- package/projectEnvironment.d.ts +147 -0
- package/projectEnvironment.js +95 -0
- package/projectEnvironment.js.map +1 -0
- package/projectFreezePeriod.d.ts +3 -1
- package/projectFreezePeriod.js +3 -1
- package/projectFreezePeriod.js.map +1 -1
- package/projectHook.d.ts +16 -6
- package/projectHook.js +13 -3
- package/projectHook.js.map +1 -1
- package/projectIssue.d.ts +526 -0
- package/projectIssue.js +163 -0
- package/projectIssue.js.map +1 -0
- package/projectLevelMrApprovals.d.ts +11 -5
- package/projectLevelMrApprovals.js +5 -2
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMembership.d.ts +11 -4
- package/projectMembership.js +5 -1
- package/projectMembership.js.map +1 -1
- package/projectMirror.d.ts +4 -5
- package/projectMirror.js +4 -5
- package/projectMirror.js.map +1 -1
- package/projectProtectedEnvironment.d.ts +127 -0
- package/projectProtectedEnvironment.js +116 -0
- package/projectProtectedEnvironment.js.map +1 -0
- package/projectShareGroup.d.ts +15 -7
- package/projectShareGroup.js +3 -1
- package/projectShareGroup.js.map +1 -1
- package/projectTag.d.ts +149 -0
- package/projectTag.js +101 -0
- package/projectTag.js.map +1 -0
- package/projectVariable.d.ts +16 -16
- package/projectVariable.js +4 -7
- package/projectVariable.js.map +1 -1
- package/repositoryFile.d.ts +67 -8
- package/repositoryFile.js +14 -0
- package/repositoryFile.js.map +1 -1
- package/serviceGithub.d.ts +10 -5
- package/serviceGithub.js +4 -2
- package/serviceGithub.js.map +1 -1
- package/serviceJira.d.ts +15 -7
- package/serviceJira.js +3 -1
- package/serviceJira.js.map +1 -1
- package/serviceMicrosoftTeams.d.ts +9 -4
- package/serviceMicrosoftTeams.js +3 -1
- package/serviceMicrosoftTeams.js.map +1 -1
- package/servicePipelinesEmail.d.ts +9 -4
- package/servicePipelinesEmail.js +3 -1
- package/servicePipelinesEmail.js.map +1 -1
- package/serviceSlack.d.ts +13 -9
- package/serviceSlack.js +3 -1
- package/serviceSlack.js.map +1 -1
- package/systemHook.d.ts +165 -0
- package/systemHook.js +100 -0
- package/systemHook.js.map +1 -0
- package/tagProtection.d.ts +3 -1
- package/tagProtection.js +3 -1
- package/tagProtection.js.map +1 -1
- package/topic.d.ts +57 -25
- package/topic.js +10 -16
- package/topic.js.map +1 -1
- package/types/input.d.ts +42 -60
- package/types/output.d.ts +197 -102
- package/user.d.ts +18 -12
- package/user.js +6 -3
- package/user.js.map +1 -1
- package/userCustomAttribute.d.ts +3 -1
- package/userCustomAttribute.js +3 -1
- package/userCustomAttribute.js.map +1 -1
- package/userSshKey.d.ts +7 -4
- package/userSshKey.js +1 -1
- package/userSshKey.js.map +1 -1
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* The `gitlab.getProjectIssues` data source allows to retrieve details about issues in a project.
|
|
5
|
+
*
|
|
6
|
+
* **Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/issues.html)
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
13
|
+
*
|
|
14
|
+
* const foo = gitlab.getProject({
|
|
15
|
+
* id: "foo/bar/baz",
|
|
16
|
+
* });
|
|
17
|
+
* const allWithFoo = foo.then(foo => gitlab.getProjectIssues({
|
|
18
|
+
* project: foo.id,
|
|
19
|
+
* search: "foo",
|
|
20
|
+
* }));
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function getProjectIssues(args: GetProjectIssuesArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectIssuesResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getProjectIssues.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetProjectIssuesArgs {
|
|
28
|
+
assigneeId?: number;
|
|
29
|
+
assigneeUsername?: string;
|
|
30
|
+
authorId?: number;
|
|
31
|
+
confidential?: boolean;
|
|
32
|
+
createdAfter?: string;
|
|
33
|
+
createdBefore?: string;
|
|
34
|
+
dueDate?: string;
|
|
35
|
+
iids?: number[];
|
|
36
|
+
issueType?: string;
|
|
37
|
+
labels?: string[];
|
|
38
|
+
milestone?: string;
|
|
39
|
+
myReactionEmoji?: string;
|
|
40
|
+
notAssigneeIds?: number[];
|
|
41
|
+
notAuthorIds?: number[];
|
|
42
|
+
notLabels?: string[];
|
|
43
|
+
notMilestones?: string[];
|
|
44
|
+
notMyReactionEmojis?: string[];
|
|
45
|
+
orderBy?: string;
|
|
46
|
+
project: string;
|
|
47
|
+
scope?: string;
|
|
48
|
+
search?: string;
|
|
49
|
+
sort?: string;
|
|
50
|
+
updatedAfter?: string;
|
|
51
|
+
updatedBefore?: string;
|
|
52
|
+
weight?: number;
|
|
53
|
+
withLabelsDetails?: boolean;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* A collection of values returned by getProjectIssues.
|
|
57
|
+
*/
|
|
58
|
+
export interface GetProjectIssuesResult {
|
|
59
|
+
readonly assigneeId?: number;
|
|
60
|
+
readonly assigneeUsername?: string;
|
|
61
|
+
readonly authorId?: number;
|
|
62
|
+
readonly confidential?: boolean;
|
|
63
|
+
readonly createdAfter?: string;
|
|
64
|
+
readonly createdBefore?: string;
|
|
65
|
+
readonly dueDate?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The provider-assigned unique ID for this managed resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly id: string;
|
|
70
|
+
readonly iids?: number[];
|
|
71
|
+
readonly issueType?: string;
|
|
72
|
+
readonly issues: outputs.GetProjectIssuesIssue[];
|
|
73
|
+
readonly labels?: string[];
|
|
74
|
+
readonly milestone?: string;
|
|
75
|
+
readonly myReactionEmoji?: string;
|
|
76
|
+
readonly notAssigneeIds?: number[];
|
|
77
|
+
readonly notAuthorIds?: number[];
|
|
78
|
+
readonly notLabels?: string[];
|
|
79
|
+
readonly notMilestones?: string[];
|
|
80
|
+
readonly notMyReactionEmojis?: string[];
|
|
81
|
+
readonly orderBy?: string;
|
|
82
|
+
readonly project: string;
|
|
83
|
+
readonly scope?: string;
|
|
84
|
+
readonly search?: string;
|
|
85
|
+
readonly sort?: string;
|
|
86
|
+
readonly updatedAfter?: string;
|
|
87
|
+
readonly updatedBefore?: string;
|
|
88
|
+
readonly weight?: number;
|
|
89
|
+
readonly withLabelsDetails?: boolean;
|
|
90
|
+
}
|
|
91
|
+
export declare function getProjectIssuesOutput(args: GetProjectIssuesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectIssuesResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking getProjectIssues.
|
|
94
|
+
*/
|
|
95
|
+
export interface GetProjectIssuesOutputArgs {
|
|
96
|
+
assigneeId?: pulumi.Input<number>;
|
|
97
|
+
assigneeUsername?: pulumi.Input<string>;
|
|
98
|
+
authorId?: pulumi.Input<number>;
|
|
99
|
+
confidential?: pulumi.Input<boolean>;
|
|
100
|
+
createdAfter?: pulumi.Input<string>;
|
|
101
|
+
createdBefore?: pulumi.Input<string>;
|
|
102
|
+
dueDate?: pulumi.Input<string>;
|
|
103
|
+
iids?: pulumi.Input<pulumi.Input<number>[]>;
|
|
104
|
+
issueType?: pulumi.Input<string>;
|
|
105
|
+
labels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
106
|
+
milestone?: pulumi.Input<string>;
|
|
107
|
+
myReactionEmoji?: pulumi.Input<string>;
|
|
108
|
+
notAssigneeIds?: pulumi.Input<pulumi.Input<number>[]>;
|
|
109
|
+
notAuthorIds?: pulumi.Input<pulumi.Input<number>[]>;
|
|
110
|
+
notLabels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
111
|
+
notMilestones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
112
|
+
notMyReactionEmojis?: pulumi.Input<pulumi.Input<string>[]>;
|
|
113
|
+
orderBy?: pulumi.Input<string>;
|
|
114
|
+
project: pulumi.Input<string>;
|
|
115
|
+
scope?: pulumi.Input<string>;
|
|
116
|
+
search?: pulumi.Input<string>;
|
|
117
|
+
sort?: pulumi.Input<string>;
|
|
118
|
+
updatedAfter?: pulumi.Input<string>;
|
|
119
|
+
updatedBefore?: pulumi.Input<string>;
|
|
120
|
+
weight?: pulumi.Input<number>;
|
|
121
|
+
withLabelsDetails?: pulumi.Input<boolean>;
|
|
122
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getProjectIssuesOutput = exports.getProjectIssues = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The `gitlab.getProjectIssues` data source allows to retrieve details about issues in a project.
|
|
10
|
+
*
|
|
11
|
+
* **Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/issues.html)
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
18
|
+
*
|
|
19
|
+
* const foo = gitlab.getProject({
|
|
20
|
+
* id: "foo/bar/baz",
|
|
21
|
+
* });
|
|
22
|
+
* const allWithFoo = foo.then(foo => gitlab.getProjectIssues({
|
|
23
|
+
* project: foo.id,
|
|
24
|
+
* search: "foo",
|
|
25
|
+
* }));
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function getProjectIssues(args, opts) {
|
|
29
|
+
if (!opts) {
|
|
30
|
+
opts = {};
|
|
31
|
+
}
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
33
|
+
return pulumi.runtime.invoke("gitlab:index/getProjectIssues:getProjectIssues", {
|
|
34
|
+
"assigneeId": args.assigneeId,
|
|
35
|
+
"assigneeUsername": args.assigneeUsername,
|
|
36
|
+
"authorId": args.authorId,
|
|
37
|
+
"confidential": args.confidential,
|
|
38
|
+
"createdAfter": args.createdAfter,
|
|
39
|
+
"createdBefore": args.createdBefore,
|
|
40
|
+
"dueDate": args.dueDate,
|
|
41
|
+
"iids": args.iids,
|
|
42
|
+
"issueType": args.issueType,
|
|
43
|
+
"labels": args.labels,
|
|
44
|
+
"milestone": args.milestone,
|
|
45
|
+
"myReactionEmoji": args.myReactionEmoji,
|
|
46
|
+
"notAssigneeIds": args.notAssigneeIds,
|
|
47
|
+
"notAuthorIds": args.notAuthorIds,
|
|
48
|
+
"notLabels": args.notLabels,
|
|
49
|
+
"notMilestones": args.notMilestones,
|
|
50
|
+
"notMyReactionEmojis": args.notMyReactionEmojis,
|
|
51
|
+
"orderBy": args.orderBy,
|
|
52
|
+
"project": args.project,
|
|
53
|
+
"scope": args.scope,
|
|
54
|
+
"search": args.search,
|
|
55
|
+
"sort": args.sort,
|
|
56
|
+
"updatedAfter": args.updatedAfter,
|
|
57
|
+
"updatedBefore": args.updatedBefore,
|
|
58
|
+
"weight": args.weight,
|
|
59
|
+
"withLabelsDetails": args.withLabelsDetails,
|
|
60
|
+
}, opts);
|
|
61
|
+
}
|
|
62
|
+
exports.getProjectIssues = getProjectIssues;
|
|
63
|
+
function getProjectIssuesOutput(args, opts) {
|
|
64
|
+
return pulumi.output(args).apply(a => getProjectIssues(a, opts));
|
|
65
|
+
}
|
|
66
|
+
exports.getProjectIssuesOutput = getProjectIssuesOutput;
|
|
67
|
+
//# sourceMappingURL=getProjectIssues.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getProjectIssues.js","sourceRoot":"","sources":["../getProjectIssues.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlCD,4CAkCC;AAuED,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* The `gitlabProtectedBranch` data source allows details of a protected branch to be retrieved by its name and the project it belongs to.
|
|
5
|
+
*
|
|
6
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/protected_branches.html#get-a-single-protected-branch-or-wildcard-protected-branch)
|
|
5
7
|
*
|
|
6
8
|
* ## Example Usage
|
|
7
9
|
*
|
|
@@ -20,46 +22,19 @@ export declare function getProjectProtectedBranch(args: GetProjectProtectedBranc
|
|
|
20
22
|
* A collection of arguments for invoking getProjectProtectedBranch.
|
|
21
23
|
*/
|
|
22
24
|
export interface GetProjectProtectedBranchArgs {
|
|
23
|
-
/**
|
|
24
|
-
* The name of the protected branch.
|
|
25
|
-
*/
|
|
26
25
|
name: string;
|
|
27
|
-
/**
|
|
28
|
-
* The integer or path with namespace that uniquely identifies the project.
|
|
29
|
-
*/
|
|
30
26
|
projectId: string;
|
|
31
27
|
}
|
|
32
28
|
/**
|
|
33
29
|
* A collection of values returned by getProjectProtectedBranch.
|
|
34
30
|
*/
|
|
35
31
|
export interface GetProjectProtectedBranchResult {
|
|
36
|
-
/**
|
|
37
|
-
* Whether force push is allowed.
|
|
38
|
-
*/
|
|
39
32
|
readonly allowForcePush: boolean;
|
|
40
|
-
/**
|
|
41
|
-
* Reject code pushes that change files listed in the CODEOWNERS file.
|
|
42
|
-
*/
|
|
43
33
|
readonly codeOwnerApprovalRequired: boolean;
|
|
44
|
-
/**
|
|
45
|
-
* The ID of this resource.
|
|
46
|
-
*/
|
|
47
34
|
readonly id: number;
|
|
48
|
-
/**
|
|
49
|
-
* Describes which access levels, users, or groups are allowed to perform the action.
|
|
50
|
-
*/
|
|
51
35
|
readonly mergeAccessLevels: outputs.GetProjectProtectedBranchMergeAccessLevel[];
|
|
52
|
-
/**
|
|
53
|
-
* The name of the protected branch.
|
|
54
|
-
*/
|
|
55
36
|
readonly name: string;
|
|
56
|
-
/**
|
|
57
|
-
* The integer or path with namespace that uniquely identifies the project.
|
|
58
|
-
*/
|
|
59
37
|
readonly projectId: string;
|
|
60
|
-
/**
|
|
61
|
-
* Describes which access levels, users, or groups are allowed to perform the action.
|
|
62
|
-
*/
|
|
63
38
|
readonly pushAccessLevels: outputs.GetProjectProtectedBranchPushAccessLevel[];
|
|
64
39
|
}
|
|
65
40
|
export declare function getProjectProtectedBranchOutput(args: GetProjectProtectedBranchOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectProtectedBranchResult>;
|
|
@@ -67,12 +42,6 @@ export declare function getProjectProtectedBranchOutput(args: GetProjectProtecte
|
|
|
67
42
|
* A collection of arguments for invoking getProjectProtectedBranch.
|
|
68
43
|
*/
|
|
69
44
|
export interface GetProjectProtectedBranchOutputArgs {
|
|
70
|
-
/**
|
|
71
|
-
* The name of the protected branch.
|
|
72
|
-
*/
|
|
73
45
|
name: pulumi.Input<string>;
|
|
74
|
-
/**
|
|
75
|
-
* The integer or path with namespace that uniquely identifies the project.
|
|
76
|
-
*/
|
|
77
46
|
projectId: pulumi.Input<string>;
|
|
78
47
|
}
|
|
@@ -6,7 +6,9 @@ exports.getProjectProtectedBranchOutput = exports.getProjectProtectedBranch = vo
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The `gitlabProtectedBranch` data source allows details of a protected branch to be retrieved by its name and the project it belongs to.
|
|
10
|
+
*
|
|
11
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/protected_branches.html#get-a-single-protected-branch-or-wildcard-protected-branch)
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
12
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectProtectedBranch.js","sourceRoot":"","sources":["../getProjectProtectedBranch.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProjectProtectedBranch.js","sourceRoot":"","sources":["../getProjectProtectedBranch.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC;AAuBD,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,0EAEC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* The `gitlabProtectedBranches` data source allows details of the protected branches of a given project.
|
|
5
|
+
*
|
|
6
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/protected_branches.html#list-protected-branches)
|
|
5
7
|
*
|
|
6
8
|
* ## Example Usage
|
|
7
9
|
*
|
|
@@ -19,9 +21,6 @@ export declare function getProjectProtectedBranches(args: GetProjectProtectedBra
|
|
|
19
21
|
* A collection of arguments for invoking getProjectProtectedBranches.
|
|
20
22
|
*/
|
|
21
23
|
export interface GetProjectProtectedBranchesArgs {
|
|
22
|
-
/**
|
|
23
|
-
* The integer or path with namespace that uniquely identifies the project.
|
|
24
|
-
*/
|
|
25
24
|
projectId: string;
|
|
26
25
|
}
|
|
27
26
|
/**
|
|
@@ -32,13 +31,7 @@ export interface GetProjectProtectedBranchesResult {
|
|
|
32
31
|
* The provider-assigned unique ID for this managed resource.
|
|
33
32
|
*/
|
|
34
33
|
readonly id: string;
|
|
35
|
-
/**
|
|
36
|
-
* The integer or path with namespace that uniquely identifies the project.
|
|
37
|
-
*/
|
|
38
34
|
readonly projectId: string;
|
|
39
|
-
/**
|
|
40
|
-
* A list of protected branches, as defined below.
|
|
41
|
-
*/
|
|
42
35
|
readonly protectedBranches: outputs.GetProjectProtectedBranchesProtectedBranch[];
|
|
43
36
|
}
|
|
44
37
|
export declare function getProjectProtectedBranchesOutput(args: GetProjectProtectedBranchesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectProtectedBranchesResult>;
|
|
@@ -46,8 +39,5 @@ export declare function getProjectProtectedBranchesOutput(args: GetProjectProtec
|
|
|
46
39
|
* A collection of arguments for invoking getProjectProtectedBranches.
|
|
47
40
|
*/
|
|
48
41
|
export interface GetProjectProtectedBranchesOutputArgs {
|
|
49
|
-
/**
|
|
50
|
-
* The integer or path with namespace that uniquely identifies the project.
|
|
51
|
-
*/
|
|
52
42
|
projectId: pulumi.Input<string>;
|
|
53
43
|
}
|
|
@@ -6,7 +6,9 @@ exports.getProjectProtectedBranchesOutput = exports.getProjectProtectedBranches
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The `gitlabProtectedBranches` data source allows details of the protected branches of a given project.
|
|
10
|
+
*
|
|
11
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/protected_branches.html#list-protected-branches)
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
12
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectProtectedBranches.js","sourceRoot":"","sources":["../getProjectProtectedBranches.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getProjectProtectedBranches.js","sourceRoot":"","sources":["../getProjectProtectedBranches.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kEASC;AAqBD,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,8EAEC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* The `gitlab.ProjectTag` data source allows details of a project tag to be retrieved by its name.
|
|
5
|
+
*
|
|
6
|
+
* **Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/tags.html)
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
13
|
+
*
|
|
14
|
+
* // By project full path
|
|
15
|
+
* const foo = pulumi.output(gitlab.getProjectTag({
|
|
16
|
+
* name: "example",
|
|
17
|
+
* project: "foo/bar",
|
|
18
|
+
* }));
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getProjectTag(args: GetProjectTagArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectTagResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getProjectTag.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetProjectTagArgs {
|
|
26
|
+
name: string;
|
|
27
|
+
project: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getProjectTag.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetProjectTagResult {
|
|
33
|
+
readonly commits: outputs.GetProjectTagCommit[];
|
|
34
|
+
/**
|
|
35
|
+
* The provider-assigned unique ID for this managed resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly id: string;
|
|
38
|
+
readonly message: string;
|
|
39
|
+
readonly name: string;
|
|
40
|
+
readonly project: string;
|
|
41
|
+
readonly protected: boolean;
|
|
42
|
+
readonly releases: outputs.GetProjectTagRelease[];
|
|
43
|
+
readonly target: string;
|
|
44
|
+
}
|
|
45
|
+
export declare function getProjectTagOutput(args: GetProjectTagOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectTagResult>;
|
|
46
|
+
/**
|
|
47
|
+
* A collection of arguments for invoking getProjectTag.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetProjectTagOutputArgs {
|
|
50
|
+
name: pulumi.Input<string>;
|
|
51
|
+
project: pulumi.Input<string>;
|
|
52
|
+
}
|
package/getProjectTag.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getProjectTagOutput = exports.getProjectTag = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The `gitlab.ProjectTag` data source allows details of a project tag to be retrieved by its name.
|
|
10
|
+
*
|
|
11
|
+
* **Upstream API**: [GitLab API docs](https://docs.gitlab.com/ee/api/tags.html)
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
18
|
+
*
|
|
19
|
+
* // By project full path
|
|
20
|
+
* const foo = pulumi.output(gitlab.getProjectTag({
|
|
21
|
+
* name: "example",
|
|
22
|
+
* project: "foo/bar",
|
|
23
|
+
* }));
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
function getProjectTag(args, opts) {
|
|
27
|
+
if (!opts) {
|
|
28
|
+
opts = {};
|
|
29
|
+
}
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
31
|
+
return pulumi.runtime.invoke("gitlab:index/getProjectTag:getProjectTag", {
|
|
32
|
+
"name": args.name,
|
|
33
|
+
"project": args.project,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getProjectTag = getProjectTag;
|
|
37
|
+
function getProjectTagOutput(args, opts) {
|
|
38
|
+
return pulumi.output(args).apply(a => getProjectTag(a, opts));
|
|
39
|
+
}
|
|
40
|
+
exports.getProjectTagOutput = getProjectTagOutput;
|
|
41
|
+
//# sourceMappingURL=getProjectTag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getProjectTag.js","sourceRoot":"","sources":["../getProjectTag.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AA2BD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* The `gitlab.getProjectTags` data source allows details of project tags to be retrieved by some search criteria.
|
|
5
|
+
*
|
|
6
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/tags.html#list-project-repository-tags)
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
13
|
+
*
|
|
14
|
+
* // By project full path
|
|
15
|
+
* const example = pulumi.output(gitlab.getProjectTags({
|
|
16
|
+
* project: "foo/bar",
|
|
17
|
+
* }));
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getProjectTags(args: GetProjectTagsArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectTagsResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getProjectTags.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetProjectTagsArgs {
|
|
25
|
+
orderBy?: string;
|
|
26
|
+
project: string;
|
|
27
|
+
search?: string;
|
|
28
|
+
sort?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getProjectTags.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetProjectTagsResult {
|
|
34
|
+
/**
|
|
35
|
+
* The provider-assigned unique ID for this managed resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly id: string;
|
|
38
|
+
readonly orderBy?: string;
|
|
39
|
+
readonly project: string;
|
|
40
|
+
readonly search?: string;
|
|
41
|
+
readonly sort?: string;
|
|
42
|
+
readonly tags: outputs.GetProjectTagsTag[];
|
|
43
|
+
}
|
|
44
|
+
export declare function getProjectTagsOutput(args: GetProjectTagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectTagsResult>;
|
|
45
|
+
/**
|
|
46
|
+
* A collection of arguments for invoking getProjectTags.
|
|
47
|
+
*/
|
|
48
|
+
export interface GetProjectTagsOutputArgs {
|
|
49
|
+
orderBy?: pulumi.Input<string>;
|
|
50
|
+
project: pulumi.Input<string>;
|
|
51
|
+
search?: pulumi.Input<string>;
|
|
52
|
+
sort?: pulumi.Input<string>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getProjectTagsOutput = exports.getProjectTags = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The `gitlab.getProjectTags` data source allows details of project tags to be retrieved by some search criteria.
|
|
10
|
+
*
|
|
11
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/tags.html#list-project-repository-tags)
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
18
|
+
*
|
|
19
|
+
* // By project full path
|
|
20
|
+
* const example = pulumi.output(gitlab.getProjectTags({
|
|
21
|
+
* project: "foo/bar",
|
|
22
|
+
* }));
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getProjectTags(args, opts) {
|
|
26
|
+
if (!opts) {
|
|
27
|
+
opts = {};
|
|
28
|
+
}
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
30
|
+
return pulumi.runtime.invoke("gitlab:index/getProjectTags:getProjectTags", {
|
|
31
|
+
"orderBy": args.orderBy,
|
|
32
|
+
"project": args.project,
|
|
33
|
+
"search": args.search,
|
|
34
|
+
"sort": args.sort,
|
|
35
|
+
}, opts);
|
|
36
|
+
}
|
|
37
|
+
exports.getProjectTags = getProjectTags;
|
|
38
|
+
function getProjectTagsOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply(a => getProjectTags(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getProjectTagsOutput = getProjectTagsOutput;
|
|
42
|
+
//# sourceMappingURL=getProjectTags.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getProjectTags.js","sourceRoot":"","sources":["../getProjectTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wCAYC;AA2BD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
|