@pulumi/github 4.7.0 → 4.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/actionsEnvironmentSecret.js +17 -16
- package/actionsEnvironmentSecret.js.map +1 -1
- package/actionsOrganizationPermissions.js +11 -10
- package/actionsOrganizationPermissions.js.map +1 -1
- package/actionsOrganizationSecret.d.ts +12 -0
- package/actionsOrganizationSecret.js +17 -16
- package/actionsOrganizationSecret.js.map +1 -1
- package/actionsOrganizationSecretRepositories.js +7 -6
- package/actionsOrganizationSecretRepositories.js.map +1 -1
- package/actionsRunnerGroup.js +21 -20
- package/actionsRunnerGroup.js.map +1 -1
- package/actionsSecret.js +15 -14
- package/actionsSecret.js.map +1 -1
- package/appInstallationRepository.js +9 -8
- package/appInstallationRepository.js.map +1 -1
- package/branch.js +17 -16
- package/branch.js.map +1 -1
- package/branchDefault.js +7 -6
- package/branchDefault.js.map +1 -1
- package/branchProtection.js +23 -22
- package/branchProtection.js.map +1 -1
- package/branchProtectionV3.js +19 -18
- package/branchProtectionV3.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +7 -7
- package/config/vars.js +44 -30
- package/config/vars.js.map +1 -1
- package/getActionsPublicKey.d.ts +10 -0
- package/getActionsPublicKey.js +5 -0
- package/getActionsPublicKey.js.map +1 -1
- package/getBranch.d.ts +14 -0
- package/getBranch.js +5 -0
- package/getBranch.js.map +1 -1
- package/getCollaborators.d.ts +18 -0
- package/getCollaborators.js +5 -0
- package/getCollaborators.js.map +1 -1
- package/getIpRanges.js +1 -0
- package/getIpRanges.js.map +1 -1
- package/getMembership.d.ts +14 -0
- package/getMembership.js +5 -0
- package/getMembership.js.map +1 -1
- package/getOrganization.d.ts +10 -0
- package/getOrganization.js +5 -0
- package/getOrganization.js.map +1 -1
- package/getOrganizationTeamSyncGroups.js +1 -0
- package/getOrganizationTeamSyncGroups.js.map +1 -1
- package/getOrganizationTeams.d.ts +10 -0
- package/getOrganizationTeams.js +5 -0
- package/getOrganizationTeams.js.map +1 -1
- package/getRelease.d.ts +26 -0
- package/getRelease.js +5 -0
- package/getRelease.js.map +1 -1
- package/getRepositories.d.ts +14 -0
- package/getRepositories.js +5 -0
- package/getRepositories.js.map +1 -1
- package/getRepository.d.ts +22 -0
- package/getRepository.js +5 -0
- package/getRepository.js.map +1 -1
- package/getRepositoryFile.d.ts +19 -0
- package/getRepositoryFile.js +5 -0
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryMilestone.d.ts +18 -0
- package/getRepositoryMilestone.js +5 -0
- package/getRepositoryMilestone.js.map +1 -1
- package/getRepositoryPullRequest.d.ts +18 -0
- package/getRepositoryPullRequest.js +5 -0
- package/getRepositoryPullRequest.js.map +1 -1
- package/getRepositoryPullRequests.d.ts +34 -0
- package/getRepositoryPullRequests.js +5 -0
- package/getRepositoryPullRequests.js.map +1 -1
- package/getTeam.d.ts +10 -0
- package/getTeam.js +5 -0
- package/getTeam.js.map +1 -1
- package/getUser.d.ts +10 -0
- package/getUser.js +5 -0
- package/getUser.js.map +1 -1
- package/getUsers.d.ts +10 -0
- package/getUsers.js +5 -0
- package/getUsers.js.map +1 -1
- package/index.js +65 -57
- package/index.js.map +1 -1
- package/issueLabel.js +15 -14
- package/issueLabel.js.map +1 -1
- package/membership.js +9 -8
- package/membership.js.map +1 -1
- package/organizationBlock.js +7 -6
- package/organizationBlock.js.map +1 -1
- package/organizationProject.js +11 -10
- package/organizationProject.js.map +1 -1
- package/organizationWebhook.js +13 -12
- package/organizationWebhook.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/projectCard.js +11 -10
- package/projectCard.js.map +1 -1
- package/projectColumn.js +11 -10
- package/projectColumn.js.map +1 -1
- package/provider.js +10 -9
- package/provider.js.map +1 -1
- package/repository.js +71 -70
- package/repository.js.map +1 -1
- package/repositoryAutolinkReference.js +11 -10
- package/repositoryAutolinkReference.js.map +1 -1
- package/repositoryCollaborator.js +13 -12
- package/repositoryCollaborator.js.map +1 -1
- package/repositoryDeployKey.js +13 -12
- package/repositoryDeployKey.js.map +1 -1
- package/repositoryEnvironment.js +13 -12
- package/repositoryEnvironment.js.map +1 -1
- package/repositoryFile.js +23 -22
- package/repositoryFile.js.map +1 -1
- package/repositoryMilestone.js +17 -16
- package/repositoryMilestone.js.map +1 -1
- package/repositoryProject.js +13 -12
- package/repositoryProject.js.map +1 -1
- package/repositoryPullRequest.js +35 -34
- package/repositoryPullRequest.js.map +1 -1
- package/repositoryWebhook.js +15 -14
- package/repositoryWebhook.js.map +1 -1
- package/team.d.ts +3 -3
- package/team.js +23 -22
- package/team.js.map +1 -1
- package/teamMembership.js +11 -10
- package/teamMembership.js.map +1 -1
- package/teamRepository.js +11 -10
- package/teamRepository.js.map +1 -1
- package/teamSyncGroupMapping.d.ts +0 -20
- package/teamSyncGroupMapping.js +9 -28
- package/teamSyncGroupMapping.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/output.d.ts +0 -5
- package/userGpgKey.js +9 -8
- package/userGpgKey.js.map +1 -1
- package/userInvitationAccepter.js +5 -4
- package/userInvitationAccepter.js.map +1 -1
- package/userSshKey.js +11 -10
- package/userSshKey.js.map +1 -1
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOrganizationTeamSyncGroups.js","sourceRoot":"","sources":["../getOrganizationTeamSyncGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getOrganizationTeamSyncGroups.js","sourceRoot":"","sources":["../getOrganizationTeamSyncGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,6BAA6B,CAAC,IAA2B;IACrE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sEAUC"}
|
|
@@ -53,3 +53,13 @@ export interface GetOrganizationTeamsResult {
|
|
|
53
53
|
*/
|
|
54
54
|
readonly teams: outputs.GetOrganizationTeamsTeam[];
|
|
55
55
|
}
|
|
56
|
+
export declare function getOrganizationTeamsOutput(args?: GetOrganizationTeamsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOrganizationTeamsResult>;
|
|
57
|
+
/**
|
|
58
|
+
* A collection of arguments for invoking getOrganizationTeams.
|
|
59
|
+
*/
|
|
60
|
+
export interface GetOrganizationTeamsOutputArgs {
|
|
61
|
+
/**
|
|
62
|
+
* Only return teams that are at the organization's root, i.e. no nested teams. Defaults to `false`.
|
|
63
|
+
*/
|
|
64
|
+
rootTeamsOnly?: pulumi.Input<boolean>;
|
|
65
|
+
}
|
package/getOrganizationTeams.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getOrganizationTeamsOutput = exports.getOrganizationTeams = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -42,4 +43,8 @@ function getOrganizationTeams(args, opts) {
|
|
|
42
43
|
}, opts);
|
|
43
44
|
}
|
|
44
45
|
exports.getOrganizationTeams = getOrganizationTeams;
|
|
46
|
+
function getOrganizationTeamsOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply(a => getOrganizationTeams(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.getOrganizationTeamsOutput = getOrganizationTeamsOutput;
|
|
45
50
|
//# sourceMappingURL=getOrganizationTeams.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOrganizationTeams.js","sourceRoot":"","sources":["../getOrganizationTeams.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getOrganizationTeams.js","sourceRoot":"","sources":["../getOrganizationTeams.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oDAYC;AA+BD,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
|
package/getRelease.d.ts
CHANGED
|
@@ -143,3 +143,29 @@ export interface GetReleaseResult {
|
|
|
143
143
|
*/
|
|
144
144
|
readonly zipballUrl: string;
|
|
145
145
|
}
|
|
146
|
+
export declare function getReleaseOutput(args: GetReleaseOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetReleaseResult>;
|
|
147
|
+
/**
|
|
148
|
+
* A collection of arguments for invoking getRelease.
|
|
149
|
+
*/
|
|
150
|
+
export interface GetReleaseOutputArgs {
|
|
151
|
+
/**
|
|
152
|
+
* Owner of the repository.
|
|
153
|
+
*/
|
|
154
|
+
owner: pulumi.Input<string>;
|
|
155
|
+
/**
|
|
156
|
+
* ID of the release to retrieve. Must be specified when `retrieveBy` = `id`.
|
|
157
|
+
*/
|
|
158
|
+
releaseId?: pulumi.Input<number>;
|
|
159
|
+
/**
|
|
160
|
+
* Tag of the release to retrieve. Must be specified when `retrieveBy` = `tag`.
|
|
161
|
+
*/
|
|
162
|
+
releaseTag?: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* Name of the repository to retrieve the release from.
|
|
165
|
+
*/
|
|
166
|
+
repository: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* Describes how to fetch the release. Valid values are `id`, `tag`, `latest`.
|
|
169
|
+
*/
|
|
170
|
+
retrieveBy: pulumi.Input<string>;
|
|
171
|
+
}
|
package/getRelease.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getReleaseOutput = exports.getRelease = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -66,4 +67,8 @@ function getRelease(args, opts) {
|
|
|
66
67
|
}, opts);
|
|
67
68
|
}
|
|
68
69
|
exports.getRelease = getRelease;
|
|
70
|
+
function getReleaseOutput(args, opts) {
|
|
71
|
+
return pulumi.output(args).apply(a => getRelease(a, opts));
|
|
72
|
+
}
|
|
73
|
+
exports.getReleaseOutput = getReleaseOutput;
|
|
69
74
|
//# sourceMappingURL=getRelease.js.map
|
package/getRelease.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRelease.js","sourceRoot":"","sources":["../getRelease.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRelease.js","sourceRoot":"","sources":["../getRelease.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gCAeC;AAqGD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
package/getRepositories.d.ts
CHANGED
|
@@ -43,3 +43,17 @@ export interface GetRepositoriesResult {
|
|
|
43
43
|
readonly query: string;
|
|
44
44
|
readonly sort?: string;
|
|
45
45
|
}
|
|
46
|
+
export declare function getRepositoriesOutput(args: GetRepositoriesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoriesResult>;
|
|
47
|
+
/**
|
|
48
|
+
* A collection of arguments for invoking getRepositories.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetRepositoriesOutputArgs {
|
|
51
|
+
/**
|
|
52
|
+
* Search query. See [documentation for the search syntax](https://help.github.com/articles/understanding-the-search-syntax/).
|
|
53
|
+
*/
|
|
54
|
+
query: pulumi.Input<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Sorts the repositories returned by the specified attribute. Valid values include `stars`, `fork`, and `updated`. Defaults to `updated`.
|
|
57
|
+
*/
|
|
58
|
+
sort?: pulumi.Input<string>;
|
|
59
|
+
}
|
package/getRepositories.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRepositoriesOutput = exports.getRepositories = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -34,4 +35,8 @@ function getRepositories(args, opts) {
|
|
|
34
35
|
}, opts);
|
|
35
36
|
}
|
|
36
37
|
exports.getRepositories = getRepositories;
|
|
38
|
+
function getRepositoriesOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply(a => getRepositories(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getRepositoriesOutput = getRepositoriesOutput;
|
|
37
42
|
//# sourceMappingURL=getRepositories.js.map
|
package/getRepositories.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepositories.js","sourceRoot":"","sources":["../getRepositories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRepositories.js","sourceRoot":"","sources":["../getRepositories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0CAYC;AA8BD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
package/getRepository.d.ts
CHANGED
|
@@ -146,3 +146,25 @@ export interface GetRepositoryResult {
|
|
|
146
146
|
*/
|
|
147
147
|
readonly visibility: string;
|
|
148
148
|
}
|
|
149
|
+
export declare function getRepositoryOutput(args?: GetRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoryResult>;
|
|
150
|
+
/**
|
|
151
|
+
* A collection of arguments for invoking getRepository.
|
|
152
|
+
*/
|
|
153
|
+
export interface GetRepositoryOutputArgs {
|
|
154
|
+
/**
|
|
155
|
+
* A description of the repository.
|
|
156
|
+
*/
|
|
157
|
+
description?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* Full name of the repository (in `org/name` format).
|
|
160
|
+
*/
|
|
161
|
+
fullName?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* URL of a page describing the project.
|
|
164
|
+
*/
|
|
165
|
+
homepageUrl?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* The name of the repository.
|
|
168
|
+
*/
|
|
169
|
+
name?: pulumi.Input<string>;
|
|
170
|
+
}
|
package/getRepository.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRepositoryOutput = exports.getRepository = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -34,4 +35,8 @@ function getRepository(args, opts) {
|
|
|
34
35
|
}, opts);
|
|
35
36
|
}
|
|
36
37
|
exports.getRepository = getRepository;
|
|
38
|
+
function getRepositoryOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply(a => getRepository(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getRepositoryOutput = getRepositoryOutput;
|
|
37
42
|
//# sourceMappingURL=getRepository.js.map
|
package/getRepository.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepository.js","sourceRoot":"","sources":["../getRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRepository.js","sourceRoot":"","sources":["../getRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,sCAeC;AAuID,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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"}
|
package/getRepositoryFile.d.ts
CHANGED
|
@@ -71,3 +71,22 @@ export interface GetRepositoryFileResult {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly sha: string;
|
|
73
73
|
}
|
|
74
|
+
export declare function getRepositoryFileOutput(args: GetRepositoryFileOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoryFileResult>;
|
|
75
|
+
/**
|
|
76
|
+
* A collection of arguments for invoking getRepositoryFile.
|
|
77
|
+
*/
|
|
78
|
+
export interface GetRepositoryFileOutputArgs {
|
|
79
|
+
/**
|
|
80
|
+
* Git branch (defaults to `main`).
|
|
81
|
+
* The branch must already exist, it will not be created if it does not already exist.
|
|
82
|
+
*/
|
|
83
|
+
branch?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The path of the file to manage.
|
|
86
|
+
*/
|
|
87
|
+
file: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The repository to create the file in.
|
|
90
|
+
*/
|
|
91
|
+
repository: pulumi.Input<string>;
|
|
92
|
+
}
|
package/getRepositoryFile.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRepositoryFileOutput = exports.getRepositoryFile = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -35,4 +36,8 @@ function getRepositoryFile(args, opts) {
|
|
|
35
36
|
}, opts);
|
|
36
37
|
}
|
|
37
38
|
exports.getRepositoryFile = getRepositoryFile;
|
|
39
|
+
function getRepositoryFileOutput(args, opts) {
|
|
40
|
+
return pulumi.output(args).apply(a => getRepositoryFile(a, opts));
|
|
41
|
+
}
|
|
42
|
+
exports.getRepositoryFileOutput = getRepositoryFileOutput;
|
|
38
43
|
//# sourceMappingURL=getRepositoryFile.js.map
|
package/getRepositoryFile.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepositoryFile.js","sourceRoot":"","sources":["../getRepositoryFile.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRepositoryFile.js","sourceRoot":"","sources":["../getRepositoryFile.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8CAaC;AA0DD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
|
|
@@ -61,3 +61,21 @@ export interface GetRepositoryMilestoneResult {
|
|
|
61
61
|
*/
|
|
62
62
|
readonly title: string;
|
|
63
63
|
}
|
|
64
|
+
export declare function getRepositoryMilestoneOutput(args: GetRepositoryMilestoneOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoryMilestoneResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getRepositoryMilestone.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetRepositoryMilestoneOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* The number of the milestone.
|
|
71
|
+
*/
|
|
72
|
+
number: pulumi.Input<number>;
|
|
73
|
+
/**
|
|
74
|
+
* Owner of the repository.
|
|
75
|
+
*/
|
|
76
|
+
owner: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* Name of the repository to retrieve the milestone from.
|
|
79
|
+
*/
|
|
80
|
+
repository: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRepositoryMilestoneOutput = exports.getRepositoryMilestone = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -34,4 +35,8 @@ function getRepositoryMilestone(args, opts) {
|
|
|
34
35
|
}, opts);
|
|
35
36
|
}
|
|
36
37
|
exports.getRepositoryMilestone = getRepositoryMilestone;
|
|
38
|
+
function getRepositoryMilestoneOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply(a => getRepositoryMilestone(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getRepositoryMilestoneOutput = getRepositoryMilestoneOutput;
|
|
37
42
|
//# sourceMappingURL=getRepositoryMilestone.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepositoryMilestone.js","sourceRoot":"","sources":["../getRepositoryMilestone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRepositoryMilestone.js","sourceRoot":"","sources":["../getRepositoryMilestone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wDAaC;AAiDD,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,oEAEC"}
|
|
@@ -101,3 +101,21 @@ export interface GetRepositoryPullRequestResult {
|
|
|
101
101
|
*/
|
|
102
102
|
readonly updatedAt: number;
|
|
103
103
|
}
|
|
104
|
+
export declare function getRepositoryPullRequestOutput(args: GetRepositoryPullRequestOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoryPullRequestResult>;
|
|
105
|
+
/**
|
|
106
|
+
* A collection of arguments for invoking getRepositoryPullRequest.
|
|
107
|
+
*/
|
|
108
|
+
export interface GetRepositoryPullRequestOutputArgs {
|
|
109
|
+
/**
|
|
110
|
+
* Name of the base repository to retrieve the Pull Request from.
|
|
111
|
+
*/
|
|
112
|
+
baseRepository: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The number of the Pull Request within the repository.
|
|
115
|
+
*/
|
|
116
|
+
number: pulumi.Input<number>;
|
|
117
|
+
/**
|
|
118
|
+
* Owner of the repository. If not provided, the provider's default owner is used.
|
|
119
|
+
*/
|
|
120
|
+
owner?: pulumi.Input<string>;
|
|
121
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRepositoryPullRequestOutput = exports.getRepositoryPullRequest = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -33,4 +34,8 @@ function getRepositoryPullRequest(args, opts) {
|
|
|
33
34
|
}, opts);
|
|
34
35
|
}
|
|
35
36
|
exports.getRepositoryPullRequest = getRepositoryPullRequest;
|
|
37
|
+
function getRepositoryPullRequestOutput(args, opts) {
|
|
38
|
+
return pulumi.output(args).apply(a => getRepositoryPullRequest(a, opts));
|
|
39
|
+
}
|
|
40
|
+
exports.getRepositoryPullRequestOutput = getRepositoryPullRequestOutput;
|
|
36
41
|
//# sourceMappingURL=getRepositoryPullRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepositoryPullRequest.js","sourceRoot":"","sources":["../getRepositoryPullRequest.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRepositoryPullRequest.js","sourceRoot":"","sources":["../getRepositoryPullRequest.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4DAaC;AA0FD,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,wEAEC"}
|
|
@@ -81,3 +81,37 @@ export interface GetRepositoryPullRequestsResult {
|
|
|
81
81
|
*/
|
|
82
82
|
readonly state?: string;
|
|
83
83
|
}
|
|
84
|
+
export declare function getRepositoryPullRequestsOutput(args: GetRepositoryPullRequestsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRepositoryPullRequestsResult>;
|
|
85
|
+
/**
|
|
86
|
+
* A collection of arguments for invoking getRepositoryPullRequests.
|
|
87
|
+
*/
|
|
88
|
+
export interface GetRepositoryPullRequestsOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* If set, filters Pull Requests by base branch name.
|
|
91
|
+
*/
|
|
92
|
+
baseRef?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Name of the base repository to retrieve the Pull Requests from.
|
|
95
|
+
*/
|
|
96
|
+
baseRepository: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* If set, filters Pull Requests by head user or head organization and branch name in the format of "user:ref-name" or "organization:ref-name". For example: "github:new-script-format" or "octocat:test-branch".
|
|
99
|
+
*/
|
|
100
|
+
headRef?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Owner of the repository. If not provided, the provider's default owner is used.
|
|
103
|
+
*/
|
|
104
|
+
owner?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* If set, indicates what to sort results by. Can be either "created", "updated", "popularity" (comment count) or "long-running" (age, filtering by pulls updated in the last month). Default: "created".
|
|
107
|
+
*/
|
|
108
|
+
sortBy?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* If set, controls the direction of the sort. Can be either "asc" or "desc". Default: "asc".
|
|
111
|
+
*/
|
|
112
|
+
sortDirection?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* If set, filters Pull Requests by state. Can be "open", "closed", or "all". Default: "open".
|
|
115
|
+
*/
|
|
116
|
+
state?: pulumi.Input<string>;
|
|
117
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRepositoryPullRequestsOutput = exports.getRepositoryPullRequests = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -40,4 +41,8 @@ function getRepositoryPullRequests(args, opts) {
|
|
|
40
41
|
}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getRepositoryPullRequests = getRepositoryPullRequests;
|
|
44
|
+
function getRepositoryPullRequestsOutput(args, opts) {
|
|
45
|
+
return pulumi.output(args).apply(a => getRepositoryPullRequests(a, opts));
|
|
46
|
+
}
|
|
47
|
+
exports.getRepositoryPullRequestsOutput = getRepositoryPullRequestsOutput;
|
|
43
48
|
//# sourceMappingURL=getRepositoryPullRequests.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepositoryPullRequests.js","sourceRoot":"","sources":["../getRepositoryPullRequests.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getRepositoryPullRequests.js","sourceRoot":"","sources":["../getRepositoryPullRequests.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,8DAiBC;AAkED,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"}
|
package/getTeam.d.ts
CHANGED
|
@@ -61,3 +61,13 @@ export interface GetTeamResult {
|
|
|
61
61
|
readonly repositories: string[];
|
|
62
62
|
readonly slug: string;
|
|
63
63
|
}
|
|
64
|
+
export declare function getTeamOutput(args: GetTeamOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTeamResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getTeam.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetTeamOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* The team slug.
|
|
71
|
+
*/
|
|
72
|
+
slug: pulumi.Input<string>;
|
|
73
|
+
}
|
package/getTeam.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getTeamOutput = exports.getTeam = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -30,4 +31,8 @@ function getTeam(args, opts) {
|
|
|
30
31
|
}, opts);
|
|
31
32
|
}
|
|
32
33
|
exports.getTeam = getTeam;
|
|
34
|
+
function getTeamOutput(args, opts) {
|
|
35
|
+
return pulumi.output(args).apply(a => getTeam(a, opts));
|
|
36
|
+
}
|
|
37
|
+
exports.getTeamOutput = getTeamOutput;
|
|
33
38
|
//# sourceMappingURL=getTeam.js.map
|
package/getTeam.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAmDD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
|
package/getUser.d.ts
CHANGED
|
@@ -116,3 +116,13 @@ export interface GetUserResult {
|
|
|
116
116
|
readonly updatedAt: string;
|
|
117
117
|
readonly username: string;
|
|
118
118
|
}
|
|
119
|
+
export declare function getUserOutput(args: GetUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUserResult>;
|
|
120
|
+
/**
|
|
121
|
+
* A collection of arguments for invoking getUser.
|
|
122
|
+
*/
|
|
123
|
+
export interface GetUserOutputArgs {
|
|
124
|
+
/**
|
|
125
|
+
* The username. Use an empty string `""` to retrieve information about the currently authenticated user.
|
|
126
|
+
*/
|
|
127
|
+
username: pulumi.Input<string>;
|
|
128
|
+
}
|
package/getUser.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getUserOutput = exports.getUser = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -37,4 +38,8 @@ function getUser(args, opts) {
|
|
|
37
38
|
}, opts);
|
|
38
39
|
}
|
|
39
40
|
exports.getUser = getUser;
|
|
41
|
+
function getUserOutput(args, opts) {
|
|
42
|
+
return pulumi.output(args).apply(a => getUser(a, opts));
|
|
43
|
+
}
|
|
44
|
+
exports.getUserOutput = getUserOutput;
|
|
40
45
|
//# sourceMappingURL=getUser.js.map
|
package/getUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAmGD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
|
package/getUsers.d.ts
CHANGED
|
@@ -53,3 +53,13 @@ export interface GetUsersResult {
|
|
|
53
53
|
readonly unknownLogins: string[];
|
|
54
54
|
readonly usernames: string[];
|
|
55
55
|
}
|
|
56
|
+
export declare function getUsersOutput(args: GetUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUsersResult>;
|
|
57
|
+
/**
|
|
58
|
+
* A collection of arguments for invoking getUsers.
|
|
59
|
+
*/
|
|
60
|
+
export interface GetUsersOutputArgs {
|
|
61
|
+
/**
|
|
62
|
+
* List of usernames.
|
|
63
|
+
*/
|
|
64
|
+
usernames: pulumi.Input<pulumi.Input<string>[]>;
|
|
65
|
+
}
|
package/getUsers.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getUsersOutput = exports.getUsers = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -38,4 +39,8 @@ function getUsers(args, opts) {
|
|
|
38
39
|
}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getUsers = getUsers;
|
|
42
|
+
function getUsersOutput(args, opts) {
|
|
43
|
+
return pulumi.output(args).apply(a => getUsers(a, opts));
|
|
44
|
+
}
|
|
45
|
+
exports.getUsersOutput = getUsersOutput;
|
|
41
46
|
//# sourceMappingURL=getUsers.js.map
|
package/getUsers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4BAWC;AAmCD,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
|