@pulumi/gitlab 6.5.0-alpha.1697089605 → 6.5.0-alpha.1697521564
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/getClusterAgents.d.ts +0 -6
- package/getClusterAgents.js.map +1 -1
- package/getGroupHooks.d.ts +0 -6
- package/getGroupHooks.js.map +1 -1
- package/getGroupMembership.d.ts +0 -6
- package/getGroupMembership.js.map +1 -1
- package/getGroupSubgroups.d.ts +0 -12
- package/getGroupSubgroups.js.map +1 -1
- package/getGroupVariables.d.ts +0 -12
- package/getGroupVariables.js.map +1 -1
- package/getProjectHooks.d.ts +0 -6
- package/getProjectHooks.js.map +1 -1
- package/getProjectIssues.d.ts +0 -42
- package/getProjectIssues.js.map +1 -1
- package/getProjectMilestones.d.ts +0 -18
- package/getProjectMilestones.js.map +1 -1
- package/getProjectVariables.d.ts +0 -12
- package/getProjectVariables.js.map +1 -1
- package/getProjects.d.ts +0 -24
- package/getProjects.js.map +1 -1
- package/getReleaseLinks.d.ts +0 -12
- package/getReleaseLinks.js.map +1 -1
- package/getRepositoryTree.d.ts +0 -6
- package/getRepositoryTree.js.map +1 -1
- package/getUserSshkeys.d.ts +0 -6
- package/getUserSshkeys.js.map +1 -1
- package/getUsers.d.ts +0 -6
- package/getUsers.js.map +1 -1
- package/package.json +1 -1
- package/projectIssueBoard.d.ts +6 -6
- package/types/input.d.ts +0 -9
- package/types/output.d.ts +0 -144
package/getClusterAgents.d.ts
CHANGED
|
@@ -23,9 +23,6 @@ export declare function getClusterAgents(args: GetClusterAgentsArgs, opts?: pulu
|
|
|
23
23
|
* A collection of arguments for invoking getClusterAgents.
|
|
24
24
|
*/
|
|
25
25
|
export interface GetClusterAgentsArgs {
|
|
26
|
-
/**
|
|
27
|
-
* The ID or full path of the project owned by the authenticated user.
|
|
28
|
-
*/
|
|
29
26
|
project: string;
|
|
30
27
|
}
|
|
31
28
|
/**
|
|
@@ -68,8 +65,5 @@ export declare function getClusterAgentsOutput(args: GetClusterAgentsOutputArgs,
|
|
|
68
65
|
* A collection of arguments for invoking getClusterAgents.
|
|
69
66
|
*/
|
|
70
67
|
export interface GetClusterAgentsOutputArgs {
|
|
71
|
-
/**
|
|
72
|
-
* The ID or full path of the project owned by the authenticated user.
|
|
73
|
-
*/
|
|
74
68
|
project: pulumi.Input<string>;
|
|
75
69
|
}
|
package/getClusterAgents.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getClusterAgents.js","sourceRoot":"","sources":["../getClusterAgents.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;
|
|
1
|
+
{"version":3,"file":"getClusterAgents.js","sourceRoot":"","sources":["../getClusterAgents.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AA0BD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
package/getGroupHooks.d.ts
CHANGED
|
@@ -10,9 +10,6 @@ export declare function getGroupHooks(args: GetGroupHooksArgs, opts?: pulumi.Inv
|
|
|
10
10
|
* A collection of arguments for invoking getGroupHooks.
|
|
11
11
|
*/
|
|
12
12
|
export interface GetGroupHooksArgs {
|
|
13
|
-
/**
|
|
14
|
-
* The ID or full path of the group.
|
|
15
|
-
*/
|
|
16
13
|
group: string;
|
|
17
14
|
}
|
|
18
15
|
/**
|
|
@@ -42,8 +39,5 @@ export declare function getGroupHooksOutput(args: GetGroupHooksOutputArgs, opts?
|
|
|
42
39
|
* A collection of arguments for invoking getGroupHooks.
|
|
43
40
|
*/
|
|
44
41
|
export interface GetGroupHooksOutputArgs {
|
|
45
|
-
/**
|
|
46
|
-
* The ID or full path of the group.
|
|
47
|
-
*/
|
|
48
42
|
group: pulumi.Input<string>;
|
|
49
43
|
}
|
package/getGroupHooks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroupHooks.js","sourceRoot":"","sources":["../getGroupHooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;
|
|
1
|
+
{"version":3,"file":"getGroupHooks.js","sourceRoot":"","sources":["../getGroupHooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AA0BD;;;;GAIG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
package/getGroupMembership.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export declare function getGroupMembership(args?: GetGroupMembershipArgs, opts?:
|
|
|
21
21
|
* A collection of arguments for invoking getGroupMembership.
|
|
22
22
|
*/
|
|
23
23
|
export interface GetGroupMembershipArgs {
|
|
24
|
-
/**
|
|
25
|
-
* Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
26
|
-
*/
|
|
27
24
|
accessLevel?: string;
|
|
28
25
|
/**
|
|
29
26
|
* The full path of the group.
|
|
@@ -88,9 +85,6 @@ export declare function getGroupMembershipOutput(args?: GetGroupMembershipOutput
|
|
|
88
85
|
* A collection of arguments for invoking getGroupMembership.
|
|
89
86
|
*/
|
|
90
87
|
export interface GetGroupMembershipOutputArgs {
|
|
91
|
-
/**
|
|
92
|
-
* Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
93
|
-
*/
|
|
94
88
|
accessLevel?: pulumi.Input<string>;
|
|
95
89
|
/**
|
|
96
90
|
* The full path of the group.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroupMembership.js","sourceRoot":"","sources":["../getGroupMembership.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC;
|
|
1
|
+
{"version":3,"file":"getGroupMembership.js","sourceRoot":"","sources":["../getGroupMembership.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC;AAkDD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
package/getGroupSubgroups.d.ts
CHANGED
|
@@ -26,9 +26,6 @@ export interface GetGroupSubgroupsArgs {
|
|
|
26
26
|
* Show all the groups you have access to.
|
|
27
27
|
*/
|
|
28
28
|
allAvailable?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* The ID of the group.
|
|
31
|
-
*/
|
|
32
29
|
groupId: number;
|
|
33
30
|
/**
|
|
34
31
|
* Limit to groups where current user has at least this access level.
|
|
@@ -54,9 +51,6 @@ export interface GetGroupSubgroupsArgs {
|
|
|
54
51
|
* Order groups in asc or desc order.
|
|
55
52
|
*/
|
|
56
53
|
sort?: string;
|
|
57
|
-
/**
|
|
58
|
-
* Include group statistics (administrators only).
|
|
59
|
-
*/
|
|
60
54
|
statistics?: boolean;
|
|
61
55
|
/**
|
|
62
56
|
* Include custom attributes in response (administrators only).
|
|
@@ -142,9 +136,6 @@ export interface GetGroupSubgroupsOutputArgs {
|
|
|
142
136
|
* Show all the groups you have access to.
|
|
143
137
|
*/
|
|
144
138
|
allAvailable?: pulumi.Input<boolean>;
|
|
145
|
-
/**
|
|
146
|
-
* The ID of the group.
|
|
147
|
-
*/
|
|
148
139
|
groupId: pulumi.Input<number>;
|
|
149
140
|
/**
|
|
150
141
|
* Limit to groups where current user has at least this access level.
|
|
@@ -170,9 +161,6 @@ export interface GetGroupSubgroupsOutputArgs {
|
|
|
170
161
|
* Order groups in asc or desc order.
|
|
171
162
|
*/
|
|
172
163
|
sort?: pulumi.Input<string>;
|
|
173
|
-
/**
|
|
174
|
-
* Include group statistics (administrators only).
|
|
175
|
-
*/
|
|
176
164
|
statistics?: pulumi.Input<boolean>;
|
|
177
165
|
/**
|
|
178
166
|
* Include custom attributes in response (administrators only).
|
package/getGroupSubgroups.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroupSubgroups.js","sourceRoot":"","sources":["../getGroupSubgroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8CAeC;
|
|
1
|
+
{"version":3,"file":"getGroupSubgroups.js","sourceRoot":"","sources":["../getGroupSubgroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8CAeC;AA+FD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
package/getGroupVariables.d.ts
CHANGED
|
@@ -25,13 +25,7 @@ export declare function getGroupVariables(args: GetGroupVariablesArgs, opts?: pu
|
|
|
25
25
|
* A collection of arguments for invoking getGroupVariables.
|
|
26
26
|
*/
|
|
27
27
|
export interface GetGroupVariablesArgs {
|
|
28
|
-
/**
|
|
29
|
-
* The environment scope of the variable. Defaults to all environment (`*`).
|
|
30
|
-
*/
|
|
31
28
|
environmentScope?: string;
|
|
32
|
-
/**
|
|
33
|
-
* The name or id of the group.
|
|
34
|
-
*/
|
|
35
29
|
group: string;
|
|
36
30
|
}
|
|
37
31
|
/**
|
|
@@ -80,12 +74,6 @@ export declare function getGroupVariablesOutput(args: GetGroupVariablesOutputArg
|
|
|
80
74
|
* A collection of arguments for invoking getGroupVariables.
|
|
81
75
|
*/
|
|
82
76
|
export interface GetGroupVariablesOutputArgs {
|
|
83
|
-
/**
|
|
84
|
-
* The environment scope of the variable. Defaults to all environment (`*`).
|
|
85
|
-
*/
|
|
86
77
|
environmentScope?: pulumi.Input<string>;
|
|
87
|
-
/**
|
|
88
|
-
* The name or id of the group.
|
|
89
|
-
*/
|
|
90
78
|
group: pulumi.Input<string>;
|
|
91
79
|
}
|
package/getGroupVariables.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroupVariables.js","sourceRoot":"","sources":["../getGroupVariables.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;
|
|
1
|
+
{"version":3,"file":"getGroupVariables.js","sourceRoot":"","sources":["../getGroupVariables.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AA+BD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
package/getProjectHooks.d.ts
CHANGED
|
@@ -24,9 +24,6 @@ export declare function getProjectHooks(args: GetProjectHooksArgs, opts?: pulumi
|
|
|
24
24
|
* A collection of arguments for invoking getProjectHooks.
|
|
25
25
|
*/
|
|
26
26
|
export interface GetProjectHooksArgs {
|
|
27
|
-
/**
|
|
28
|
-
* The name or id of the project.
|
|
29
|
-
*/
|
|
30
27
|
project: string;
|
|
31
28
|
}
|
|
32
29
|
/**
|
|
@@ -70,8 +67,5 @@ export declare function getProjectHooksOutput(args: GetProjectHooksOutputArgs, o
|
|
|
70
67
|
* A collection of arguments for invoking getProjectHooks.
|
|
71
68
|
*/
|
|
72
69
|
export interface GetProjectHooksOutputArgs {
|
|
73
|
-
/**
|
|
74
|
-
* The name or id of the project.
|
|
75
|
-
*/
|
|
76
70
|
project: pulumi.Input<string>;
|
|
77
71
|
}
|
package/getProjectHooks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectHooks.js","sourceRoot":"","sources":["../getProjectHooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;
|
|
1
|
+
{"version":3,"file":"getProjectHooks.js","sourceRoot":"","sources":["../getProjectHooks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA0BD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/getProjectIssues.d.ts
CHANGED
|
@@ -33,13 +33,7 @@ export interface GetProjectIssuesArgs {
|
|
|
33
33
|
* Return issues assigned to the given username. Similar to assignee*id and mutually exclusive with assignee*id. In GitLab CE, the assigneeUsername array should only contain a single value. Otherwise, an invalid parameter error is returned.
|
|
34
34
|
*/
|
|
35
35
|
assigneeUsername?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Return issues created by the given user id. Combine with scope=all or scope=assigned*to*me.
|
|
38
|
-
*/
|
|
39
36
|
authorId?: number;
|
|
40
|
-
/**
|
|
41
|
-
* Filter confidential or public issues.
|
|
42
|
-
*/
|
|
43
37
|
confidential?: boolean;
|
|
44
38
|
/**
|
|
45
39
|
* Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
|
|
@@ -49,21 +43,12 @@ export interface GetProjectIssuesArgs {
|
|
|
49
43
|
* Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
|
|
50
44
|
*/
|
|
51
45
|
createdBefore?: string;
|
|
52
|
-
/**
|
|
53
|
-
* Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next*month*and*previous*two_weeks.
|
|
54
|
-
*/
|
|
55
46
|
dueDate?: string;
|
|
56
47
|
/**
|
|
57
48
|
* Return only the issues having the given iid
|
|
58
49
|
*/
|
|
59
50
|
iids?: number[];
|
|
60
|
-
/**
|
|
61
|
-
* Filter to a given type of issue. Valid values are [issue incident testCase]. (Introduced in GitLab 13.12)
|
|
62
|
-
*/
|
|
63
51
|
issueType?: string;
|
|
64
|
-
/**
|
|
65
|
-
* Return issues with labels. Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
|
|
66
|
-
*/
|
|
67
52
|
labels?: string[];
|
|
68
53
|
/**
|
|
69
54
|
* The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
|
|
@@ -97,9 +82,6 @@ export interface GetProjectIssuesArgs {
|
|
|
97
82
|
* Return issues ordered by. Valid values are `createdAt`, `updatedAt`, `priority`, `dueDate`, `relativePosition`, `labelPriority`, `milestoneDue`, `popularity`, `weight`. Default is created_at
|
|
98
83
|
*/
|
|
99
84
|
orderBy?: string;
|
|
100
|
-
/**
|
|
101
|
-
* The name or id of the project.
|
|
102
|
-
*/
|
|
103
85
|
project: string;
|
|
104
86
|
/**
|
|
105
87
|
* Return issues for the given scope. Valid values are `createdByMe`, `assignedToMe`, `all`. Defaults to all.
|
|
@@ -121,9 +103,6 @@ export interface GetProjectIssuesArgs {
|
|
|
121
103
|
* Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
|
|
122
104
|
*/
|
|
123
105
|
updatedBefore?: string;
|
|
124
|
-
/**
|
|
125
|
-
* Return issues with the specified weight. None returns issues with no weight assigned. Any returns issues with a weight assigned.
|
|
126
|
-
*/
|
|
127
106
|
weight?: number;
|
|
128
107
|
/**
|
|
129
108
|
* If true, the response returns more details for each label in labels field: :name, :color, :description, :description*html, :text*color. Default is false. descriptionHtml was introduced in GitLab 12.7
|
|
@@ -280,13 +259,7 @@ export interface GetProjectIssuesOutputArgs {
|
|
|
280
259
|
* Return issues assigned to the given username. Similar to assignee*id and mutually exclusive with assignee*id. In GitLab CE, the assigneeUsername array should only contain a single value. Otherwise, an invalid parameter error is returned.
|
|
281
260
|
*/
|
|
282
261
|
assigneeUsername?: pulumi.Input<string>;
|
|
283
|
-
/**
|
|
284
|
-
* Return issues created by the given user id. Combine with scope=all or scope=assigned*to*me.
|
|
285
|
-
*/
|
|
286
262
|
authorId?: pulumi.Input<number>;
|
|
287
|
-
/**
|
|
288
|
-
* Filter confidential or public issues.
|
|
289
|
-
*/
|
|
290
263
|
confidential?: pulumi.Input<boolean>;
|
|
291
264
|
/**
|
|
292
265
|
* Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
|
|
@@ -296,21 +269,12 @@ export interface GetProjectIssuesOutputArgs {
|
|
|
296
269
|
* Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
|
|
297
270
|
*/
|
|
298
271
|
createdBefore?: pulumi.Input<string>;
|
|
299
|
-
/**
|
|
300
|
-
* Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next*month*and*previous*two_weeks.
|
|
301
|
-
*/
|
|
302
272
|
dueDate?: pulumi.Input<string>;
|
|
303
273
|
/**
|
|
304
274
|
* Return only the issues having the given iid
|
|
305
275
|
*/
|
|
306
276
|
iids?: pulumi.Input<pulumi.Input<number>[]>;
|
|
307
|
-
/**
|
|
308
|
-
* Filter to a given type of issue. Valid values are [issue incident testCase]. (Introduced in GitLab 13.12)
|
|
309
|
-
*/
|
|
310
277
|
issueType?: pulumi.Input<string>;
|
|
311
|
-
/**
|
|
312
|
-
* Return issues with labels. Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
|
|
313
|
-
*/
|
|
314
278
|
labels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
315
279
|
/**
|
|
316
280
|
* The milestone title. None lists all issues with no milestone. Any lists all issues that have an assigned milestone.
|
|
@@ -344,9 +308,6 @@ export interface GetProjectIssuesOutputArgs {
|
|
|
344
308
|
* Return issues ordered by. Valid values are `createdAt`, `updatedAt`, `priority`, `dueDate`, `relativePosition`, `labelPriority`, `milestoneDue`, `popularity`, `weight`. Default is created_at
|
|
345
309
|
*/
|
|
346
310
|
orderBy?: pulumi.Input<string>;
|
|
347
|
-
/**
|
|
348
|
-
* The name or id of the project.
|
|
349
|
-
*/
|
|
350
311
|
project: pulumi.Input<string>;
|
|
351
312
|
/**
|
|
352
313
|
* Return issues for the given scope. Valid values are `createdByMe`, `assignedToMe`, `all`. Defaults to all.
|
|
@@ -368,9 +329,6 @@ export interface GetProjectIssuesOutputArgs {
|
|
|
368
329
|
* Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
|
|
369
330
|
*/
|
|
370
331
|
updatedBefore?: pulumi.Input<string>;
|
|
371
|
-
/**
|
|
372
|
-
* Return issues with the specified weight. None returns issues with no weight assigned. Any returns issues with a weight assigned.
|
|
373
|
-
*/
|
|
374
332
|
weight?: pulumi.Input<number>;
|
|
375
333
|
/**
|
|
376
334
|
* If true, the response returns more details for each label in labels field: :name, :color, :description, :description*html, :text*color. Default is false. descriptionHtml was introduced in GitLab 12.7
|
package/getProjectIssues.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectIssues.js","sourceRoot":"","sources":["../getProjectIssues.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,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,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,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;AA/BD,4CA+BC;
|
|
1
|
+
{"version":3,"file":"getProjectIssues.js","sourceRoot":"","sources":["../getProjectIssues.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,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,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,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;AA/BD,4CA+BC;AAgND;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -29,21 +29,12 @@ export interface GetProjectMilestonesArgs {
|
|
|
29
29
|
* Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
|
|
30
30
|
*/
|
|
31
31
|
includeParentMilestones?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* The ID or URL-encoded path of the project owned by the authenticated user.
|
|
34
|
-
*/
|
|
35
32
|
project: string;
|
|
36
33
|
/**
|
|
37
34
|
* Return only milestones with a title or description matching the provided string.
|
|
38
35
|
*/
|
|
39
36
|
search?: string;
|
|
40
|
-
/**
|
|
41
|
-
* Return only `active` or `closed` milestones.
|
|
42
|
-
*/
|
|
43
37
|
state?: string;
|
|
44
|
-
/**
|
|
45
|
-
* Return only the milestones having the given `title`.
|
|
46
|
-
*/
|
|
47
38
|
title?: string;
|
|
48
39
|
}
|
|
49
40
|
/**
|
|
@@ -112,20 +103,11 @@ export interface GetProjectMilestonesOutputArgs {
|
|
|
112
103
|
* Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
|
|
113
104
|
*/
|
|
114
105
|
includeParentMilestones?: pulumi.Input<boolean>;
|
|
115
|
-
/**
|
|
116
|
-
* The ID or URL-encoded path of the project owned by the authenticated user.
|
|
117
|
-
*/
|
|
118
106
|
project: pulumi.Input<string>;
|
|
119
107
|
/**
|
|
120
108
|
* Return only milestones with a title or description matching the provided string.
|
|
121
109
|
*/
|
|
122
110
|
search?: pulumi.Input<string>;
|
|
123
|
-
/**
|
|
124
|
-
* Return only `active` or `closed` milestones.
|
|
125
|
-
*/
|
|
126
111
|
state?: pulumi.Input<string>;
|
|
127
|
-
/**
|
|
128
|
-
* Return only the milestones having the given `title`.
|
|
129
|
-
*/
|
|
130
112
|
title?: pulumi.Input<string>;
|
|
131
113
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectMilestones.js","sourceRoot":"","sources":["../getProjectMilestones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAE5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;
|
|
1
|
+
{"version":3,"file":"getProjectMilestones.js","sourceRoot":"","sources":["../getProjectMilestones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAE5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AA4DD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
|
package/getProjectVariables.d.ts
CHANGED
|
@@ -25,13 +25,7 @@ export declare function getProjectVariables(args: GetProjectVariablesArgs, opts?
|
|
|
25
25
|
* A collection of arguments for invoking getProjectVariables.
|
|
26
26
|
*/
|
|
27
27
|
export interface GetProjectVariablesArgs {
|
|
28
|
-
/**
|
|
29
|
-
* The environment scope of the variable. Defaults to all environment (`*`).
|
|
30
|
-
*/
|
|
31
28
|
environmentScope?: string;
|
|
32
|
-
/**
|
|
33
|
-
* The name or id of the project.
|
|
34
|
-
*/
|
|
35
29
|
project: string;
|
|
36
30
|
}
|
|
37
31
|
/**
|
|
@@ -80,12 +74,6 @@ export declare function getProjectVariablesOutput(args: GetProjectVariablesOutpu
|
|
|
80
74
|
* A collection of arguments for invoking getProjectVariables.
|
|
81
75
|
*/
|
|
82
76
|
export interface GetProjectVariablesOutputArgs {
|
|
83
|
-
/**
|
|
84
|
-
* The environment scope of the variable. Defaults to all environment (`*`).
|
|
85
|
-
*/
|
|
86
77
|
environmentScope?: pulumi.Input<string>;
|
|
87
|
-
/**
|
|
88
|
-
* The name or id of the project.
|
|
89
|
-
*/
|
|
90
78
|
project: pulumi.Input<string>;
|
|
91
79
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjectVariables.js","sourceRoot":"","sources":["../getProjectVariables.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;
|
|
1
|
+
{"version":3,"file":"getProjectVariables.js","sourceRoot":"","sources":["../getProjectVariables.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AA+BD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
package/getProjects.d.ts
CHANGED
|
@@ -35,13 +35,7 @@ export declare function getProjects(args?: GetProjectsArgs, opts?: pulumi.Invoke
|
|
|
35
35
|
* A collection of arguments for invoking getProjects.
|
|
36
36
|
*/
|
|
37
37
|
export interface GetProjectsArgs {
|
|
38
|
-
/**
|
|
39
|
-
* Limit by archived status.
|
|
40
|
-
*/
|
|
41
38
|
archived?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* The ID of the group owned by the authenticated user to look projects for within. Cannot be used with `minAccessLevel`, `withProgrammingLanguage` or `statistics`.
|
|
44
|
-
*/
|
|
45
39
|
groupId?: number;
|
|
46
40
|
/**
|
|
47
41
|
* Include projects in subgroups of this group. Default is `false`. Needs `groupId`.
|
|
@@ -91,17 +85,11 @@ export interface GetProjectsArgs {
|
|
|
91
85
|
* Limit by projects starred by the current user.
|
|
92
86
|
*/
|
|
93
87
|
starred?: boolean;
|
|
94
|
-
/**
|
|
95
|
-
* Include project statistics. Cannot be used with `groupId`.
|
|
96
|
-
*/
|
|
97
88
|
statistics?: boolean;
|
|
98
89
|
/**
|
|
99
90
|
* Limit by projects that have all of the given topics.
|
|
100
91
|
*/
|
|
101
92
|
topics?: string[];
|
|
102
|
-
/**
|
|
103
|
-
* Limit by visibility `public`, `internal`, or `private`.
|
|
104
|
-
*/
|
|
105
93
|
visibility?: string;
|
|
106
94
|
/**
|
|
107
95
|
* Include custom attributes in response *(admins only)*.
|
|
@@ -260,13 +248,7 @@ export declare function getProjectsOutput(args?: GetProjectsOutputArgs, opts?: p
|
|
|
260
248
|
* A collection of arguments for invoking getProjects.
|
|
261
249
|
*/
|
|
262
250
|
export interface GetProjectsOutputArgs {
|
|
263
|
-
/**
|
|
264
|
-
* Limit by archived status.
|
|
265
|
-
*/
|
|
266
251
|
archived?: pulumi.Input<boolean>;
|
|
267
|
-
/**
|
|
268
|
-
* The ID of the group owned by the authenticated user to look projects for within. Cannot be used with `minAccessLevel`, `withProgrammingLanguage` or `statistics`.
|
|
269
|
-
*/
|
|
270
252
|
groupId?: pulumi.Input<number>;
|
|
271
253
|
/**
|
|
272
254
|
* Include projects in subgroups of this group. Default is `false`. Needs `groupId`.
|
|
@@ -316,17 +298,11 @@ export interface GetProjectsOutputArgs {
|
|
|
316
298
|
* Limit by projects starred by the current user.
|
|
317
299
|
*/
|
|
318
300
|
starred?: pulumi.Input<boolean>;
|
|
319
|
-
/**
|
|
320
|
-
* Include project statistics. Cannot be used with `groupId`.
|
|
321
|
-
*/
|
|
322
301
|
statistics?: pulumi.Input<boolean>;
|
|
323
302
|
/**
|
|
324
303
|
* Limit by projects that have all of the given topics.
|
|
325
304
|
*/
|
|
326
305
|
topics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
327
|
-
/**
|
|
328
|
-
* Limit by visibility `public`, `internal`, or `private`.
|
|
329
|
-
*/
|
|
330
306
|
visibility?: pulumi.Input<string>;
|
|
331
307
|
/**
|
|
332
308
|
* Include custom attributes in response *(admins only)*.
|
package/getProjects.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AA5BD,kCA4BC;
|
|
1
|
+
{"version":3,"file":"getProjects.js","sourceRoot":"","sources":["../getProjects.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AA5BD,kCA4BC;AAyLD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/getReleaseLinks.d.ts
CHANGED
|
@@ -22,13 +22,7 @@ export declare function getReleaseLinks(args: GetReleaseLinksArgs, opts?: pulumi
|
|
|
22
22
|
* A collection of arguments for invoking getReleaseLinks.
|
|
23
23
|
*/
|
|
24
24
|
export interface GetReleaseLinksArgs {
|
|
25
|
-
/**
|
|
26
|
-
* The ID or full path to the project.
|
|
27
|
-
*/
|
|
28
25
|
project: string;
|
|
29
|
-
/**
|
|
30
|
-
* The tag associated with the Release.
|
|
31
|
-
*/
|
|
32
26
|
tagName: string;
|
|
33
27
|
}
|
|
34
28
|
/**
|
|
@@ -74,12 +68,6 @@ export declare function getReleaseLinksOutput(args: GetReleaseLinksOutputArgs, o
|
|
|
74
68
|
* A collection of arguments for invoking getReleaseLinks.
|
|
75
69
|
*/
|
|
76
70
|
export interface GetReleaseLinksOutputArgs {
|
|
77
|
-
/**
|
|
78
|
-
* The ID or full path to the project.
|
|
79
|
-
*/
|
|
80
71
|
project: pulumi.Input<string>;
|
|
81
|
-
/**
|
|
82
|
-
* The tag associated with the Release.
|
|
83
|
-
*/
|
|
84
72
|
tagName: pulumi.Input<string>;
|
|
85
73
|
}
|
package/getReleaseLinks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getReleaseLinks.js","sourceRoot":"","sources":["../getReleaseLinks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;
|
|
1
|
+
{"version":3,"file":"getReleaseLinks.js","sourceRoot":"","sources":["../getReleaseLinks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;AA+BD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/getRepositoryTree.d.ts
CHANGED
|
@@ -24,9 +24,6 @@ export declare function getRepositoryTree(args: GetRepositoryTreeArgs, opts?: pu
|
|
|
24
24
|
* A collection of arguments for invoking getRepositoryTree.
|
|
25
25
|
*/
|
|
26
26
|
export interface GetRepositoryTreeArgs {
|
|
27
|
-
/**
|
|
28
|
-
* The path inside repository. Used to get content of subdirectories.
|
|
29
|
-
*/
|
|
30
27
|
path?: string;
|
|
31
28
|
/**
|
|
32
29
|
* The ID or full path of the project owned by the authenticated user.
|
|
@@ -94,9 +91,6 @@ export declare function getRepositoryTreeOutput(args: GetRepositoryTreeOutputArg
|
|
|
94
91
|
* A collection of arguments for invoking getRepositoryTree.
|
|
95
92
|
*/
|
|
96
93
|
export interface GetRepositoryTreeOutputArgs {
|
|
97
|
-
/**
|
|
98
|
-
* The path inside repository. Used to get content of subdirectories.
|
|
99
|
-
*/
|
|
100
94
|
path?: pulumi.Input<string>;
|
|
101
95
|
/**
|
|
102
96
|
* The ID or full path of the project owned by the authenticated user.
|
package/getRepositoryTree.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepositoryTree.js","sourceRoot":"","sources":["../getRepositoryTree.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8CASC;
|
|
1
|
+
{"version":3,"file":"getRepositoryTree.js","sourceRoot":"","sources":["../getRepositoryTree.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8CASC;AAkDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
package/getUserSshkeys.d.ts
CHANGED
|
@@ -10,9 +10,6 @@ export declare function getUserSshkeys(args?: GetUserSshkeysArgs, opts?: pulumi.
|
|
|
10
10
|
* A collection of arguments for invoking getUserSshkeys.
|
|
11
11
|
*/
|
|
12
12
|
export interface GetUserSshkeysArgs {
|
|
13
|
-
/**
|
|
14
|
-
* ID of the user to get the SSH keys for.
|
|
15
|
-
*/
|
|
16
13
|
userId?: number;
|
|
17
14
|
/**
|
|
18
15
|
* Username of the user to get the SSH keys for.
|
|
@@ -50,9 +47,6 @@ export declare function getUserSshkeysOutput(args?: GetUserSshkeysOutputArgs, op
|
|
|
50
47
|
* A collection of arguments for invoking getUserSshkeys.
|
|
51
48
|
*/
|
|
52
49
|
export interface GetUserSshkeysOutputArgs {
|
|
53
|
-
/**
|
|
54
|
-
* ID of the user to get the SSH keys for.
|
|
55
|
-
*/
|
|
56
50
|
userId?: pulumi.Input<number>;
|
|
57
51
|
/**
|
|
58
52
|
* Username of the user to get the SSH keys for.
|
package/getUserSshkeys.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserSshkeys.js","sourceRoot":"","sources":["../getUserSshkeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;
|
|
1
|
+
{"version":3,"file":"getUserSshkeys.js","sourceRoot":"","sources":["../getUserSshkeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAkCD;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
package/getUsers.d.ts
CHANGED
|
@@ -50,9 +50,6 @@ export interface GetUsersArgs {
|
|
|
50
50
|
* Lookup users by external provider. (Requires administrator privileges)
|
|
51
51
|
*/
|
|
52
52
|
externProvider?: string;
|
|
53
|
-
/**
|
|
54
|
-
* Lookup users by external UID. (Requires administrator privileges)
|
|
55
|
-
*/
|
|
56
53
|
externUid?: string;
|
|
57
54
|
/**
|
|
58
55
|
* Order the users' list by `id`, `name`, `username`, `createdAt` or `updatedAt`. (Requires administrator privileges)
|
|
@@ -166,9 +163,6 @@ export interface GetUsersOutputArgs {
|
|
|
166
163
|
* Lookup users by external provider. (Requires administrator privileges)
|
|
167
164
|
*/
|
|
168
165
|
externProvider?: pulumi.Input<string>;
|
|
169
|
-
/**
|
|
170
|
-
* Lookup users by external UID. (Requires administrator privileges)
|
|
171
|
-
*/
|
|
172
166
|
externUid?: pulumi.Input<string>;
|
|
173
167
|
/**
|
|
174
168
|
* Order the users' list by `id`, `name`, `username`, `createdAt` or `updatedAt`. (Requires administrator privileges)
|
package/getUsers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4BAeC;
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4BAeC;AA0FD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
package/package.json
CHANGED
package/projectIssueBoard.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class ProjectIssueBoard extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
static isInstance(obj: any): obj is ProjectIssueBoard;
|
|
35
35
|
/**
|
|
36
|
-
* The assignee the
|
|
36
|
+
* The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
|
|
37
37
|
*/
|
|
38
38
|
readonly assigneeId: pulumi.Output<number | undefined>;
|
|
39
39
|
/**
|
|
@@ -45,7 +45,7 @@ export declare class ProjectIssueBoard extends pulumi.CustomResource {
|
|
|
45
45
|
*/
|
|
46
46
|
readonly lists: pulumi.Output<outputs.ProjectIssueBoardList[] | undefined>;
|
|
47
47
|
/**
|
|
48
|
-
* The milestone the
|
|
48
|
+
* The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
|
|
49
49
|
*/
|
|
50
50
|
readonly milestoneId: pulumi.Output<number | undefined>;
|
|
51
51
|
/**
|
|
@@ -74,7 +74,7 @@ export declare class ProjectIssueBoard extends pulumi.CustomResource {
|
|
|
74
74
|
*/
|
|
75
75
|
export interface ProjectIssueBoardState {
|
|
76
76
|
/**
|
|
77
|
-
* The assignee the
|
|
77
|
+
* The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
|
|
78
78
|
*/
|
|
79
79
|
assigneeId?: pulumi.Input<number>;
|
|
80
80
|
/**
|
|
@@ -86,7 +86,7 @@ export interface ProjectIssueBoardState {
|
|
|
86
86
|
*/
|
|
87
87
|
lists?: pulumi.Input<pulumi.Input<inputs.ProjectIssueBoardList>[]>;
|
|
88
88
|
/**
|
|
89
|
-
* The milestone the
|
|
89
|
+
* The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
|
|
90
90
|
*/
|
|
91
91
|
milestoneId?: pulumi.Input<number>;
|
|
92
92
|
/**
|
|
@@ -107,7 +107,7 @@ export interface ProjectIssueBoardState {
|
|
|
107
107
|
*/
|
|
108
108
|
export interface ProjectIssueBoardArgs {
|
|
109
109
|
/**
|
|
110
|
-
* The assignee the
|
|
110
|
+
* The ID of the assignee the list should be scoped to. Requires a GitLab EE license.
|
|
111
111
|
*/
|
|
112
112
|
assigneeId?: pulumi.Input<number>;
|
|
113
113
|
/**
|
|
@@ -119,7 +119,7 @@ export interface ProjectIssueBoardArgs {
|
|
|
119
119
|
*/
|
|
120
120
|
lists?: pulumi.Input<pulumi.Input<inputs.ProjectIssueBoardList>[]>;
|
|
121
121
|
/**
|
|
122
|
-
* The milestone the
|
|
122
|
+
* The ID of the milestone the list should be scoped to. Requires a GitLab EE license.
|
|
123
123
|
*/
|
|
124
124
|
milestoneId?: pulumi.Input<number>;
|
|
125
125
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -6,9 +6,6 @@ export interface BranchCommit {
|
|
|
6
6
|
committedDate?: pulumi.Input<string>;
|
|
7
7
|
committerEmail?: pulumi.Input<string>;
|
|
8
8
|
committerName?: pulumi.Input<string>;
|
|
9
|
-
/**
|
|
10
|
-
* The ID of this resource.
|
|
11
|
-
*/
|
|
12
9
|
id?: pulumi.Input<string>;
|
|
13
10
|
message?: pulumi.Input<string>;
|
|
14
11
|
parentIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -264,13 +261,7 @@ export interface ProjectTagCommit {
|
|
|
264
261
|
committedDate?: pulumi.Input<string>;
|
|
265
262
|
committerEmail?: pulumi.Input<string>;
|
|
266
263
|
committerName?: pulumi.Input<string>;
|
|
267
|
-
/**
|
|
268
|
-
* The ID of this resource.
|
|
269
|
-
*/
|
|
270
264
|
id?: pulumi.Input<string>;
|
|
271
|
-
/**
|
|
272
|
-
* The message of the annotated tag.
|
|
273
|
-
*/
|
|
274
265
|
message?: pulumi.Input<string>;
|
|
275
266
|
parentIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
276
267
|
shortId?: pulumi.Input<string>;
|
package/types/output.d.ts
CHANGED
|
@@ -6,9 +6,6 @@ export interface BranchCommit {
|
|
|
6
6
|
committedDate: string;
|
|
7
7
|
committerEmail: string;
|
|
8
8
|
committerName: string;
|
|
9
|
-
/**
|
|
10
|
-
* The ID of this resource.
|
|
11
|
-
*/
|
|
12
9
|
id: string;
|
|
13
10
|
message: string;
|
|
14
11
|
parentIds: string[];
|
|
@@ -76,9 +73,6 @@ export interface GetBranchCommit {
|
|
|
76
73
|
committedDate: string;
|
|
77
74
|
committerEmail: string;
|
|
78
75
|
committerName: string;
|
|
79
|
-
/**
|
|
80
|
-
* The ID of this resource.
|
|
81
|
-
*/
|
|
82
76
|
id: string;
|
|
83
77
|
message: string;
|
|
84
78
|
parentIds: string[];
|
|
@@ -90,9 +84,6 @@ export interface GetClusterAgentsClusterAgent {
|
|
|
90
84
|
createdAt: string;
|
|
91
85
|
createdByUserId: number;
|
|
92
86
|
name: string;
|
|
93
|
-
/**
|
|
94
|
-
* The ID or full path of the project owned by the authenticated user.
|
|
95
|
-
*/
|
|
96
87
|
project: string;
|
|
97
88
|
}
|
|
98
89
|
export interface GetGroupHooksHook {
|
|
@@ -100,9 +91,6 @@ export interface GetGroupHooksHook {
|
|
|
100
91
|
confidentialNoteEvents: boolean;
|
|
101
92
|
deploymentEvents: boolean;
|
|
102
93
|
enableSslVerification: boolean;
|
|
103
|
-
/**
|
|
104
|
-
* The ID or full path of the group.
|
|
105
|
-
*/
|
|
106
94
|
group: string;
|
|
107
95
|
groupId: number;
|
|
108
96
|
hookId: number;
|
|
@@ -121,15 +109,9 @@ export interface GetGroupHooksHook {
|
|
|
121
109
|
wikiPageEvents: boolean;
|
|
122
110
|
}
|
|
123
111
|
export interface GetGroupMembershipMember {
|
|
124
|
-
/**
|
|
125
|
-
* Only return members with the desired access level. Acceptable values are: `guest`, `reporter`, `developer`, `maintainer`, `owner`.
|
|
126
|
-
*/
|
|
127
112
|
accessLevel: string;
|
|
128
113
|
avatarUrl: string;
|
|
129
114
|
expiresAt: string;
|
|
130
|
-
/**
|
|
131
|
-
* The ID of this resource.
|
|
132
|
-
*/
|
|
133
115
|
id: number;
|
|
134
116
|
name: string;
|
|
135
117
|
state: string;
|
|
@@ -146,9 +128,6 @@ export interface GetGroupSubgroupsSubgroup {
|
|
|
146
128
|
fileTemplateProjectId: number;
|
|
147
129
|
fullName: string;
|
|
148
130
|
fullPath: string;
|
|
149
|
-
/**
|
|
150
|
-
* The ID of the group.
|
|
151
|
-
*/
|
|
152
131
|
groupId: number;
|
|
153
132
|
ipRestrictionRanges: string;
|
|
154
133
|
lfsEnabled: boolean;
|
|
@@ -160,9 +139,6 @@ export interface GetGroupSubgroupsSubgroup {
|
|
|
160
139
|
requestAccessEnabled: boolean;
|
|
161
140
|
requireTwoFactorAuthentication: boolean;
|
|
162
141
|
shareWithGroupLock: boolean;
|
|
163
|
-
/**
|
|
164
|
-
* Include group statistics (administrators only).
|
|
165
|
-
*/
|
|
166
142
|
statistics: {
|
|
167
143
|
[key: string]: string;
|
|
168
144
|
};
|
|
@@ -173,13 +149,7 @@ export interface GetGroupSubgroupsSubgroup {
|
|
|
173
149
|
wikiAccessLevel: string;
|
|
174
150
|
}
|
|
175
151
|
export interface GetGroupVariablesVariable {
|
|
176
|
-
/**
|
|
177
|
-
* The environment scope of the variable. Defaults to all environment (`*`).
|
|
178
|
-
*/
|
|
179
152
|
environmentScope: string;
|
|
180
|
-
/**
|
|
181
|
-
* The name or id of the group.
|
|
182
|
-
*/
|
|
183
153
|
group: string;
|
|
184
154
|
key: string;
|
|
185
155
|
masked: boolean;
|
|
@@ -208,9 +178,6 @@ export interface GetGroupsGroup {
|
|
|
208
178
|
export interface GetInstanceDeployKeysDeployKey {
|
|
209
179
|
createdAt: string;
|
|
210
180
|
fingerprint: string;
|
|
211
|
-
/**
|
|
212
|
-
* The ID of this resource.
|
|
213
|
-
*/
|
|
214
181
|
id: number;
|
|
215
182
|
key: string;
|
|
216
183
|
projectsWithWriteAccesses: outputs.GetInstanceDeployKeysDeployKeyProjectsWithWriteAccess[];
|
|
@@ -219,9 +186,6 @@ export interface GetInstanceDeployKeysDeployKey {
|
|
|
219
186
|
export interface GetInstanceDeployKeysDeployKeyProjectsWithWriteAccess {
|
|
220
187
|
createdAt: string;
|
|
221
188
|
description: string;
|
|
222
|
-
/**
|
|
223
|
-
* The ID of this resource.
|
|
224
|
-
*/
|
|
225
189
|
id: number;
|
|
226
190
|
name: string;
|
|
227
191
|
nameWithNamespace: string;
|
|
@@ -268,9 +232,6 @@ export interface GetProjectBranchesBranchCommit {
|
|
|
268
232
|
committedDate: string;
|
|
269
233
|
committerEmail: string;
|
|
270
234
|
committerName: string;
|
|
271
|
-
/**
|
|
272
|
-
* The ID of this resource.
|
|
273
|
-
*/
|
|
274
235
|
id: string;
|
|
275
236
|
message: string;
|
|
276
237
|
parentIds: string[];
|
|
@@ -301,9 +262,6 @@ export interface GetProjectHooksHook {
|
|
|
301
262
|
mergeRequestsEvents: boolean;
|
|
302
263
|
noteEvents: boolean;
|
|
303
264
|
pipelineEvents: boolean;
|
|
304
|
-
/**
|
|
305
|
-
* The name or id of the project.
|
|
306
|
-
*/
|
|
307
265
|
project: string;
|
|
308
266
|
projectId: number;
|
|
309
267
|
pushEvents: boolean;
|
|
@@ -320,24 +278,15 @@ export interface GetProjectIssueTaskCompletionStatus {
|
|
|
320
278
|
}
|
|
321
279
|
export interface GetProjectIssuesIssue {
|
|
322
280
|
assigneeIds: number[];
|
|
323
|
-
/**
|
|
324
|
-
* Return issues created by the given user id. Combine with scope=all or scope=assigned*to*me.
|
|
325
|
-
*/
|
|
326
281
|
authorId: number;
|
|
327
282
|
closedAt: string;
|
|
328
283
|
closedByUserId: number;
|
|
329
|
-
/**
|
|
330
|
-
* Filter confidential or public issues.
|
|
331
|
-
*/
|
|
332
284
|
confidential: boolean;
|
|
333
285
|
createdAt: string;
|
|
334
286
|
description: string;
|
|
335
287
|
discussionLocked: boolean;
|
|
336
288
|
discussionToResolve: string;
|
|
337
289
|
downvotes: number;
|
|
338
|
-
/**
|
|
339
|
-
* Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, next*month*and*previous*two_weeks.
|
|
340
|
-
*/
|
|
341
290
|
dueDate: string;
|
|
342
291
|
epicId: number;
|
|
343
292
|
epicIssueId: number;
|
|
@@ -347,13 +296,7 @@ export interface GetProjectIssuesIssue {
|
|
|
347
296
|
iid: number;
|
|
348
297
|
issueId: number;
|
|
349
298
|
issueLinkId: number;
|
|
350
|
-
/**
|
|
351
|
-
* Filter to a given type of issue. Valid values are [issue incident testCase]. (Introduced in GitLab 13.12)
|
|
352
|
-
*/
|
|
353
299
|
issueType: string;
|
|
354
|
-
/**
|
|
355
|
-
* Return issues with labels. Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.
|
|
356
|
-
*/
|
|
357
300
|
labels: string[];
|
|
358
301
|
links: {
|
|
359
302
|
[key: string]: string;
|
|
@@ -362,9 +305,6 @@ export interface GetProjectIssuesIssue {
|
|
|
362
305
|
mergeRequestsCount: number;
|
|
363
306
|
milestoneId: number;
|
|
364
307
|
movedToId: number;
|
|
365
|
-
/**
|
|
366
|
-
* The name or id of the project.
|
|
367
|
-
*/
|
|
368
308
|
project: string;
|
|
369
309
|
references: {
|
|
370
310
|
[key: string]: string;
|
|
@@ -379,9 +319,6 @@ export interface GetProjectIssuesIssue {
|
|
|
379
319
|
upvotes: number;
|
|
380
320
|
userNotesCount: number;
|
|
381
321
|
webUrl: string;
|
|
382
|
-
/**
|
|
383
|
-
* Return issues with the specified weight. None returns issues with no weight assigned. Any returns issues with a weight assigned.
|
|
384
|
-
*/
|
|
385
322
|
weight: number;
|
|
386
323
|
}
|
|
387
324
|
export interface GetProjectIssuesIssueTaskCompletionStatus {
|
|
@@ -392,9 +329,6 @@ export interface GetProjectMembershipMember {
|
|
|
392
329
|
accessLevel: string;
|
|
393
330
|
avatarUrl: string;
|
|
394
331
|
expiresAt: string;
|
|
395
|
-
/**
|
|
396
|
-
* The ID of this resource.
|
|
397
|
-
*/
|
|
398
332
|
id: number;
|
|
399
333
|
name: string;
|
|
400
334
|
state: string;
|
|
@@ -408,19 +342,10 @@ export interface GetProjectMilestonesMilestone {
|
|
|
408
342
|
expired: boolean;
|
|
409
343
|
iid: number;
|
|
410
344
|
milestoneId: number;
|
|
411
|
-
/**
|
|
412
|
-
* The ID or URL-encoded path of the project owned by the authenticated user.
|
|
413
|
-
*/
|
|
414
345
|
project: string;
|
|
415
346
|
projectId: number;
|
|
416
347
|
startDate: string;
|
|
417
|
-
/**
|
|
418
|
-
* Return only `active` or `closed` milestones.
|
|
419
|
-
*/
|
|
420
348
|
state: string;
|
|
421
|
-
/**
|
|
422
|
-
* Return only the milestones having the given `title`.
|
|
423
|
-
*/
|
|
424
349
|
title: string;
|
|
425
350
|
updatedAt: string;
|
|
426
351
|
webUrl: string;
|
|
@@ -440,9 +365,6 @@ export interface GetProjectProtectedBranchPushAccessLevel {
|
|
|
440
365
|
export interface GetProjectProtectedBranchesProtectedBranch {
|
|
441
366
|
allowForcePush: boolean;
|
|
442
367
|
codeOwnerApprovalRequired: boolean;
|
|
443
|
-
/**
|
|
444
|
-
* The ID of this resource.
|
|
445
|
-
*/
|
|
446
368
|
id: number;
|
|
447
369
|
mergeAccessLevels: outputs.GetProjectProtectedBranchesProtectedBranchMergeAccessLevel[];
|
|
448
370
|
name: string;
|
|
@@ -480,13 +402,7 @@ export interface GetProjectTagCommit {
|
|
|
480
402
|
committedDate: string;
|
|
481
403
|
committerEmail: string;
|
|
482
404
|
committerName: string;
|
|
483
|
-
/**
|
|
484
|
-
* The ID of this resource.
|
|
485
|
-
*/
|
|
486
405
|
id: string;
|
|
487
|
-
/**
|
|
488
|
-
* The message of the annotated tag.
|
|
489
|
-
*/
|
|
490
406
|
message: string;
|
|
491
407
|
parentIds: string[];
|
|
492
408
|
shortId: string;
|
|
@@ -511,9 +427,6 @@ export interface GetProjectTagsTagCommit {
|
|
|
511
427
|
committedDate: string;
|
|
512
428
|
committerEmail: string;
|
|
513
429
|
committerName: string;
|
|
514
|
-
/**
|
|
515
|
-
* The ID of this resource.
|
|
516
|
-
*/
|
|
517
430
|
id: string;
|
|
518
431
|
message: string;
|
|
519
432
|
parentIds: string[];
|
|
@@ -525,15 +438,9 @@ export interface GetProjectTagsTagRelease {
|
|
|
525
438
|
tagName: string;
|
|
526
439
|
}
|
|
527
440
|
export interface GetProjectVariablesVariable {
|
|
528
|
-
/**
|
|
529
|
-
* The environment scope of the variable. Defaults to all environment (`*`).
|
|
530
|
-
*/
|
|
531
441
|
environmentScope: string;
|
|
532
442
|
key: string;
|
|
533
443
|
masked: boolean;
|
|
534
|
-
/**
|
|
535
|
-
* The name or id of the project.
|
|
536
|
-
*/
|
|
537
444
|
project: string;
|
|
538
445
|
protected: boolean;
|
|
539
446
|
raw: boolean;
|
|
@@ -547,9 +454,6 @@ export interface GetProjectsProject {
|
|
|
547
454
|
allowMergeOnSkippedPipeline: boolean;
|
|
548
455
|
analyticsAccessLevel: string;
|
|
549
456
|
approvalsBeforeMerge: number;
|
|
550
|
-
/**
|
|
551
|
-
* Limit by archived status.
|
|
552
|
-
*/
|
|
553
457
|
archived: boolean;
|
|
554
458
|
autoCancelPendingPipelines: string;
|
|
555
459
|
autoDevopsDeployStrategy: string;
|
|
@@ -581,9 +485,6 @@ export interface GetProjectsProject {
|
|
|
581
485
|
forkingAccessLevel: string;
|
|
582
486
|
forksCount: number;
|
|
583
487
|
httpUrlToRepo: string;
|
|
584
|
-
/**
|
|
585
|
-
* The ID of this resource.
|
|
586
|
-
*/
|
|
587
488
|
id: number;
|
|
588
489
|
importError: string;
|
|
589
490
|
importStatus: string;
|
|
@@ -637,18 +538,12 @@ export interface GetProjectsProject {
|
|
|
637
538
|
squashCommitTemplate: string;
|
|
638
539
|
sshUrlToRepo: string;
|
|
639
540
|
starCount: number;
|
|
640
|
-
/**
|
|
641
|
-
* Include project statistics. Cannot be used with `groupId`.
|
|
642
|
-
*/
|
|
643
541
|
statistics: {
|
|
644
542
|
[key: string]: number;
|
|
645
543
|
};
|
|
646
544
|
suggestionCommitMessage: string;
|
|
647
545
|
tagLists: string[];
|
|
648
546
|
topics: string[];
|
|
649
|
-
/**
|
|
650
|
-
* Limit by visibility `public`, `internal`, or `private`.
|
|
651
|
-
*/
|
|
652
547
|
visibility: string;
|
|
653
548
|
webUrl: string;
|
|
654
549
|
wikiAccessLevel: string;
|
|
@@ -669,9 +564,6 @@ export interface GetProjectsProjectContainerExpirationPolicy {
|
|
|
669
564
|
}
|
|
670
565
|
export interface GetProjectsProjectForkedFromProject {
|
|
671
566
|
httpUrlToRepo: string;
|
|
672
|
-
/**
|
|
673
|
-
* The ID of this resource.
|
|
674
|
-
*/
|
|
675
567
|
id: number;
|
|
676
568
|
name: string;
|
|
677
569
|
nameWithNamespace: string;
|
|
@@ -681,9 +573,6 @@ export interface GetProjectsProjectForkedFromProject {
|
|
|
681
573
|
}
|
|
682
574
|
export interface GetProjectsProjectNamespace {
|
|
683
575
|
fullPath: string;
|
|
684
|
-
/**
|
|
685
|
-
* The ID of this resource.
|
|
686
|
-
*/
|
|
687
576
|
id: number;
|
|
688
577
|
kind: string;
|
|
689
578
|
name: string;
|
|
@@ -691,9 +580,6 @@ export interface GetProjectsProjectNamespace {
|
|
|
691
580
|
}
|
|
692
581
|
export interface GetProjectsProjectOwner {
|
|
693
582
|
avatarUrl: string;
|
|
694
|
-
/**
|
|
695
|
-
* The ID of this resource.
|
|
696
|
-
*/
|
|
697
583
|
id: number;
|
|
698
584
|
name: string;
|
|
699
585
|
state: string;
|
|
@@ -710,9 +596,6 @@ export interface GetProjectsProjectPermission {
|
|
|
710
596
|
}
|
|
711
597
|
export interface GetProjectsProjectSharedWithGroup {
|
|
712
598
|
groupAccessLevel: string;
|
|
713
|
-
/**
|
|
714
|
-
* The ID of the group owned by the authenticated user to look projects for within. Cannot be used with `minAccessLevel`, `withProgrammingLanguage` or `statistics`.
|
|
715
|
-
*/
|
|
716
599
|
groupId: number;
|
|
717
600
|
groupName: string;
|
|
718
601
|
}
|
|
@@ -723,26 +606,14 @@ export interface GetReleaseLinksReleaseLink {
|
|
|
723
606
|
linkId: number;
|
|
724
607
|
linkType: string;
|
|
725
608
|
name: string;
|
|
726
|
-
/**
|
|
727
|
-
* The ID or full path to the project.
|
|
728
|
-
*/
|
|
729
609
|
project: string;
|
|
730
|
-
/**
|
|
731
|
-
* The tag associated with the Release.
|
|
732
|
-
*/
|
|
733
610
|
tagName: string;
|
|
734
611
|
url: string;
|
|
735
612
|
}
|
|
736
613
|
export interface GetRepositoryTreeTree {
|
|
737
|
-
/**
|
|
738
|
-
* The ID of this resource.
|
|
739
|
-
*/
|
|
740
614
|
id: string;
|
|
741
615
|
mode: string;
|
|
742
616
|
name: string;
|
|
743
|
-
/**
|
|
744
|
-
* The path inside repository. Used to get content of subdirectories.
|
|
745
|
-
*/
|
|
746
617
|
path: string;
|
|
747
618
|
type: string;
|
|
748
619
|
}
|
|
@@ -752,9 +623,6 @@ export interface GetUserSshkeysKey {
|
|
|
752
623
|
key: string;
|
|
753
624
|
keyId: number;
|
|
754
625
|
title: string;
|
|
755
|
-
/**
|
|
756
|
-
* ID of the user to get the SSH keys for.
|
|
757
|
-
*/
|
|
758
626
|
userId: number;
|
|
759
627
|
}
|
|
760
628
|
export interface GetUsersUser {
|
|
@@ -766,14 +634,8 @@ export interface GetUsersUser {
|
|
|
766
634
|
createdAt: string;
|
|
767
635
|
currentSignInAt: string;
|
|
768
636
|
email: string;
|
|
769
|
-
/**
|
|
770
|
-
* Lookup users by external UID. (Requires administrator privileges)
|
|
771
|
-
*/
|
|
772
637
|
externUid: string;
|
|
773
638
|
external: boolean;
|
|
774
|
-
/**
|
|
775
|
-
* The ID of this resource.
|
|
776
|
-
*/
|
|
777
639
|
id: number;
|
|
778
640
|
isAdmin: boolean;
|
|
779
641
|
lastSignInAt: string;
|
|
@@ -987,13 +849,7 @@ export interface ProjectTagCommit {
|
|
|
987
849
|
committedDate: string;
|
|
988
850
|
committerEmail: string;
|
|
989
851
|
committerName: string;
|
|
990
|
-
/**
|
|
991
|
-
* The ID of this resource.
|
|
992
|
-
*/
|
|
993
852
|
id: string;
|
|
994
|
-
/**
|
|
995
|
-
* The message of the annotated tag.
|
|
996
|
-
*/
|
|
997
853
|
message: string;
|
|
998
854
|
parentIds: string[];
|
|
999
855
|
shortId: string;
|