@pulumi/github 5.1.0 → 5.2.0-alpha.1673638210
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/actionsEnvironmentSecret.d.ts +99 -0
- package/actionsEnvironmentSecret.js +64 -22
- package/actionsEnvironmentSecret.js.map +1 -1
- package/actionsOrganizationPermissions.d.ts +72 -0
- package/actionsOrganizationPermissions.js +58 -22
- package/actionsOrganizationPermissions.js.map +1 -1
- package/actionsOrganizationSecret.d.ts +110 -0
- package/actionsOrganizationSecret.js +72 -22
- package/actionsOrganizationSecret.js.map +1 -1
- package/actionsOrganizationSecretRepositories.d.ts +47 -0
- package/actionsOrganizationSecretRepositories.js +51 -22
- package/actionsOrganizationSecretRepositories.js.map +1 -1
- package/actionsRepositoryPermissions.d.ts +119 -0
- package/actionsRepositoryPermissions.js +91 -0
- package/actionsRepositoryPermissions.js.map +1 -0
- package/actionsRunnerGroup.d.ts +88 -0
- package/actionsRunnerGroup.js +47 -22
- package/actionsRunnerGroup.js.map +1 -1
- package/actionsSecret.d.ts +70 -0
- package/actionsSecret.js +44 -22
- package/actionsSecret.js.map +1 -1
- package/appInstallationRepositories.d.ts +81 -0
- package/appInstallationRepositories.js +78 -0
- package/appInstallationRepositories.js.map +1 -0
- package/appInstallationRepository.d.ts +53 -0
- package/appInstallationRepository.js +57 -22
- package/appInstallationRepository.js.map +1 -1
- package/branch.d.ts +92 -0
- package/branch.js +60 -22
- package/branch.js.map +1 -1
- package/branchDefault.d.ts +53 -0
- package/branchDefault.js +57 -22
- package/branchDefault.js.map +1 -1
- package/branchProtection.d.ts +173 -3
- package/branchProtection.js +83 -22
- package/branchProtection.js.map +1 -1
- package/branchProtectionV3.d.ts +138 -0
- package/branchProtectionV3.js +88 -22
- package/branchProtectionV3.js.map +1 -1
- package/dependabotOrganizationSecret.js +22 -22
- package/dependabotOrganizationSecret.js.map +1 -1
- package/dependabotOrganizationSecretRepositories.js +22 -22
- package/dependabotOrganizationSecretRepositories.js.map +1 -1
- package/dependabotSecret.js +22 -22
- package/dependabotSecret.js.map +1 -1
- package/emuGroupMapping.d.ts +42 -0
- package/emuGroupMapping.js +46 -22
- package/emuGroupMapping.js.map +1 -1
- package/getActionsOrganizationRegistrationToken.d.ts +31 -0
- package/getActionsOrganizationRegistrationToken.js +25 -0
- package/getActionsOrganizationRegistrationToken.js.map +1 -0
- package/getActionsOrganizationSecrets.d.ts +15 -0
- package/getActionsOrganizationSecrets.js +13 -4
- package/getActionsOrganizationSecrets.js.map +1 -1
- package/getActionsPublicKey.d.ts +42 -0
- package/getActionsPublicKey.js +32 -5
- package/getActionsPublicKey.js.map +1 -1
- package/getActionsRegistrationToken.d.ts +67 -0
- package/getActionsRegistrationToken.js +47 -0
- package/getActionsRegistrationToken.js.map +1 -0
- package/getActionsSecrets.d.ts +46 -0
- package/getActionsSecrets.js +30 -5
- package/getActionsSecrets.js.map +1 -1
- package/getBranch.d.ts +51 -0
- package/getBranch.js +32 -5
- package/getBranch.js.map +1 -1
- package/getCollaborators.d.ts +51 -0
- package/getCollaborators.js +32 -5
- package/getCollaborators.js.map +1 -1
- package/getDependabotOrganizationSecrets.d.ts +15 -0
- package/getDependabotOrganizationSecrets.js +13 -4
- package/getDependabotOrganizationSecrets.js.map +1 -1
- package/getDependabotPublicKey.js +2 -5
- package/getDependabotPublicKey.js.map +1 -1
- package/getDependabotSecrets.d.ts +46 -0
- package/getDependabotSecrets.js +30 -5
- package/getDependabotSecrets.js.map +1 -1
- package/getExternalGroups.d.ts +17 -0
- package/getExternalGroups.js +15 -4
- package/getExternalGroups.js.map +1 -1
- package/getGithubApp.d.ts +43 -0
- package/getGithubApp.js +30 -5
- package/getGithubApp.js.map +1 -1
- package/getIpRanges.d.ts +84 -0
- package/getIpRanges.js +13 -4
- package/getIpRanges.js.map +1 -1
- package/getMembership.d.ts +58 -0
- package/getMembership.js +36 -5
- package/getMembership.js.map +1 -1
- package/getOrganization.d.ts +58 -0
- package/getOrganization.js +30 -5
- package/getOrganization.js.map +1 -1
- package/getOrganizationIpAllowList.d.ts +18 -0
- package/getOrganizationIpAllowList.js +15 -4
- package/getOrganizationIpAllowList.js.map +1 -1
- package/getOrganizationTeamSyncGroups.d.ts +15 -0
- package/getOrganizationTeamSyncGroups.js +13 -4
- package/getOrganizationTeamSyncGroups.js.map +1 -1
- package/getOrganizationTeams.d.ts +80 -0
- package/getOrganizationTeams.js +52 -5
- package/getOrganizationTeams.js.map +1 -1
- package/getOrganizationWebhooks.d.ts +18 -0
- package/getOrganizationWebhooks.js +15 -4
- package/getOrganizationWebhooks.js.map +1 -1
- package/getRef.d.ts +48 -0
- package/getRef.js +32 -5
- package/getRef.js.map +1 -1
- package/getRelease.d.ts +90 -0
- package/getRelease.js +8 -5
- package/getRelease.js.map +1 -1
- package/getRepositories.d.ts +70 -0
- package/getRepositories.js +40 -5
- package/getRepositories.js.map +1 -1
- package/getRepository.d.ts +141 -0
- package/getRepository.js +30 -5
- package/getRepository.js.map +1 -1
- package/getRepositoryBranches.d.ts +49 -0
- package/getRepositoryBranches.js +30 -5
- package/getRepositoryBranches.js.map +1 -1
- package/getRepositoryDeployKeys.d.ts +37 -0
- package/getRepositoryDeployKeys.js +30 -5
- package/getRepositoryDeployKeys.js.map +1 -1
- package/getRepositoryFile.d.ts +72 -0
- package/getRepositoryFile.js +36 -5
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryMilestone.d.ts +62 -0
- package/getRepositoryMilestone.js +34 -5
- package/getRepositoryMilestone.js.map +1 -1
- package/getRepositoryPullRequest.d.ts +90 -0
- package/getRepositoryPullRequest.js +32 -5
- package/getRepositoryPullRequest.js.map +1 -1
- package/getRepositoryPullRequests.d.ts +90 -0
- package/getRepositoryPullRequests.js +38 -5
- package/getRepositoryPullRequests.js.map +1 -1
- package/getRepositoryTeams.d.ts +46 -0
- package/getRepositoryTeams.js +30 -5
- package/getRepositoryTeams.js.map +1 -1
- package/getRepositoryWebhooks.d.ts +36 -0
- package/getRepositoryWebhooks.js +34 -5
- package/getRepositoryWebhooks.js.map +1 -1
- package/getTeam.d.ts +79 -0
- package/getTeam.js +32 -5
- package/getTeam.js.map +1 -1
- package/getTree.d.ts +69 -0
- package/getTree.js +50 -5
- package/getTree.js.map +1 -1
- package/getUser.d.ts +102 -0
- package/getUser.js +38 -5
- package/getUser.js.map +1 -1
- package/getUsers.d.ts +55 -0
- package/getUsers.js +42 -5
- package/getUsers.js.map +1 -1
- package/index.d.ts +64 -44
- package/index.js +33 -3
- package/index.js.map +1 -1
- package/issue.d.ts +117 -6
- package/issue.js +85 -22
- package/issue.js.map +1 -1
- package/issueLabel.d.ts +64 -0
- package/issueLabel.js +44 -22
- package/issueLabel.js.map +1 -1
- package/membership.d.ts +49 -0
- package/membership.js +49 -21
- package/membership.js.map +1 -1
- package/organizationBlock.d.ts +21 -0
- package/organizationBlock.js +31 -19
- package/organizationBlock.js.map +1 -1
- package/organizationProject.d.ts +36 -0
- package/organizationProject.js +32 -20
- package/organizationProject.js.map +1 -1
- package/organizationSecurityManager.d.ts +67 -0
- package/organizationSecurityManager.js +71 -0
- package/organizationSecurityManager.js.map +1 -0
- package/organizationSettings.d.ts +274 -3
- package/organizationSettings.js +68 -22
- package/organizationSettings.js.map +1 -1
- package/organizationWebhook.d.ts +63 -0
- package/organizationWebhook.js +52 -22
- package/organizationWebhook.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/projectCard.d.ts +87 -0
- package/projectCard.js +73 -22
- package/projectCard.js.map +1 -1
- package/projectColumn.d.ts +31 -0
- package/projectColumn.js +35 -22
- package/projectColumn.js.map +1 -1
- package/provider.js +10 -10
- package/provider.js.map +1 -1
- package/release.d.ts +194 -0
- package/release.js +121 -0
- package/release.js.map +1 -0
- package/repository.d.ts +391 -3
- package/repository.js +70 -22
- package/repository.js.map +1 -1
- package/repositoryAutolinkReference.d.ts +45 -12
- package/repositoryAutolinkReference.js +52 -22
- package/repositoryAutolinkReference.js.map +1 -1
- package/repositoryCollaborator.d.ts +90 -0
- package/repositoryCollaborator.js +64 -22
- package/repositoryCollaborator.js.map +1 -1
- package/repositoryDeployKey.d.ts +71 -0
- package/repositoryDeployKey.js +57 -22
- package/repositoryDeployKey.js.map +1 -1
- package/repositoryEnvironment.d.ts +61 -0
- package/repositoryEnvironment.js +56 -22
- package/repositoryEnvironment.js.map +1 -1
- package/repositoryFile.d.ts +68 -34
- package/repositoryFile.js +59 -22
- package/repositoryFile.js.map +1 -1
- package/repositoryMilestone.d.ts +81 -3
- package/repositoryMilestone.js +49 -22
- package/repositoryMilestone.js.map +1 -1
- package/repositoryProject.d.ts +52 -0
- package/repositoryProject.js +41 -22
- package/repositoryProject.js.map +1 -1
- package/repositoryPullRequest.d.ts +127 -4
- package/repositoryPullRequest.js +40 -22
- package/repositoryPullRequest.js.map +1 -1
- package/repositoryTagProtection.d.ts +41 -0
- package/repositoryTagProtection.js +45 -22
- package/repositoryTagProtection.js.map +1 -1
- package/repositoryWebhook.d.ts +79 -0
- package/repositoryWebhook.js +59 -22
- package/repositoryWebhook.js.map +1 -1
- package/team.d.ts +100 -0
- package/team.js +49 -22
- package/team.js.map +1 -1
- package/teamMembers.d.ts +58 -0
- package/teamMembers.js +62 -22
- package/teamMembers.js.map +1 -1
- package/teamMembership.d.ts +67 -0
- package/teamMembership.js +59 -22
- package/teamMembership.js.map +1 -1
- package/teamRepository.d.ts +59 -3
- package/teamRepository.js +57 -22
- package/teamRepository.js.map +1 -1
- package/teamSettings.d.ts +119 -0
- package/teamSettings.js +99 -0
- package/teamSettings.js.map +1 -0
- package/teamSyncGroupMapping.d.ts +36 -0
- package/teamSyncGroupMapping.js +36 -21
- package/teamSyncGroupMapping.js.map +1 -1
- package/types/input.d.ts +206 -0
- package/types/output.d.ts +498 -0
- package/userGpgKey.d.ts +39 -0
- package/userGpgKey.js +42 -21
- package/userGpgKey.js.map +1 -1
- package/userInvitationAccepter.d.ts +30 -0
- package/userInvitationAccepter.js +38 -17
- package/userInvitationAccepter.js.map +1 -1
- package/userSshKey.d.ts +50 -0
- package/userSshKey.js +48 -22
- package/userSshKey.js.map +1 -1
package/getUser.d.ts
CHANGED
|
@@ -1,45 +1,147 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to retrieve information about a GitHub user.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as github from "@pulumi/github";
|
|
10
|
+
*
|
|
11
|
+
* const example = github.getUser({
|
|
12
|
+
* username: "example",
|
|
13
|
+
* });
|
|
14
|
+
* const current = github.getUser({
|
|
15
|
+
* username: "",
|
|
16
|
+
* });
|
|
17
|
+
* export const currentGithubLogin = current.then(current => current.login);
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
2
20
|
export declare function getUser(args: GetUserArgs, opts?: pulumi.InvokeOptions): Promise<GetUserResult>;
|
|
3
21
|
/**
|
|
4
22
|
* A collection of arguments for invoking getUser.
|
|
5
23
|
*/
|
|
6
24
|
export interface GetUserArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The username. Use an empty string `""` to retrieve information about the currently authenticated user.
|
|
27
|
+
*/
|
|
7
28
|
username: string;
|
|
8
29
|
}
|
|
9
30
|
/**
|
|
10
31
|
* A collection of values returned by getUser.
|
|
11
32
|
*/
|
|
12
33
|
export interface GetUserResult {
|
|
34
|
+
/**
|
|
35
|
+
* the user's avatar URL.
|
|
36
|
+
*/
|
|
13
37
|
readonly avatarUrl: string;
|
|
38
|
+
/**
|
|
39
|
+
* the user's bio.
|
|
40
|
+
*/
|
|
14
41
|
readonly bio: string;
|
|
42
|
+
/**
|
|
43
|
+
* the user's blog location.
|
|
44
|
+
*/
|
|
15
45
|
readonly blog: string;
|
|
46
|
+
/**
|
|
47
|
+
* the user's company name.
|
|
48
|
+
*/
|
|
16
49
|
readonly company: string;
|
|
50
|
+
/**
|
|
51
|
+
* the creation date.
|
|
52
|
+
*/
|
|
17
53
|
readonly createdAt: string;
|
|
54
|
+
/**
|
|
55
|
+
* the user's email.
|
|
56
|
+
*/
|
|
18
57
|
readonly email: string;
|
|
58
|
+
/**
|
|
59
|
+
* the number of followers.
|
|
60
|
+
*/
|
|
19
61
|
readonly followers: number;
|
|
62
|
+
/**
|
|
63
|
+
* the number of following users.
|
|
64
|
+
*/
|
|
20
65
|
readonly following: number;
|
|
66
|
+
/**
|
|
67
|
+
* list of user's GPG keys.
|
|
68
|
+
*/
|
|
21
69
|
readonly gpgKeys: string[];
|
|
70
|
+
/**
|
|
71
|
+
* the user's gravatar ID.
|
|
72
|
+
*/
|
|
22
73
|
readonly gravatarId: string;
|
|
23
74
|
/**
|
|
24
75
|
* The provider-assigned unique ID for this managed resource.
|
|
25
76
|
*/
|
|
26
77
|
readonly id: string;
|
|
78
|
+
/**
|
|
79
|
+
* the user's location.
|
|
80
|
+
*/
|
|
27
81
|
readonly location: string;
|
|
82
|
+
/**
|
|
83
|
+
* the user's login.
|
|
84
|
+
*/
|
|
28
85
|
readonly login: string;
|
|
86
|
+
/**
|
|
87
|
+
* the user's full name.
|
|
88
|
+
*/
|
|
29
89
|
readonly name: string;
|
|
90
|
+
/**
|
|
91
|
+
* the Node ID of the user.
|
|
92
|
+
*/
|
|
30
93
|
readonly nodeId: string;
|
|
94
|
+
/**
|
|
95
|
+
* the number of public gists.
|
|
96
|
+
*/
|
|
31
97
|
readonly publicGists: number;
|
|
98
|
+
/**
|
|
99
|
+
* the number of public repositories.
|
|
100
|
+
*/
|
|
32
101
|
readonly publicRepos: number;
|
|
102
|
+
/**
|
|
103
|
+
* whether the user is a GitHub admin.
|
|
104
|
+
*/
|
|
33
105
|
readonly siteAdmin: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* list of user's SSH keys.
|
|
108
|
+
*/
|
|
34
109
|
readonly sshKeys: string[];
|
|
110
|
+
/**
|
|
111
|
+
* the suspended date if the user is suspended.
|
|
112
|
+
*/
|
|
35
113
|
readonly suspendedAt: string;
|
|
114
|
+
/**
|
|
115
|
+
* the update date.
|
|
116
|
+
*/
|
|
36
117
|
readonly updatedAt: string;
|
|
37
118
|
readonly username: string;
|
|
38
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* Use this data source to retrieve information about a GitHub user.
|
|
122
|
+
*
|
|
123
|
+
* ## Example Usage
|
|
124
|
+
*
|
|
125
|
+
* ```typescript
|
|
126
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
127
|
+
* import * as github from "@pulumi/github";
|
|
128
|
+
*
|
|
129
|
+
* const example = github.getUser({
|
|
130
|
+
* username: "example",
|
|
131
|
+
* });
|
|
132
|
+
* const current = github.getUser({
|
|
133
|
+
* username: "",
|
|
134
|
+
* });
|
|
135
|
+
* export const currentGithubLogin = current.then(current => current.login);
|
|
136
|
+
* ```
|
|
137
|
+
*/
|
|
39
138
|
export declare function getUserOutput(args: GetUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUserResult>;
|
|
40
139
|
/**
|
|
41
140
|
* A collection of arguments for invoking getUser.
|
|
42
141
|
*/
|
|
43
142
|
export interface GetUserOutputArgs {
|
|
143
|
+
/**
|
|
144
|
+
* The username. Use an empty string `""` to retrieve information about the currently authenticated user.
|
|
145
|
+
*/
|
|
44
146
|
username: pulumi.Input<string>;
|
|
45
147
|
}
|
package/getUser.js
CHANGED
|
@@ -5,18 +5,51 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getUserOutput = exports.getUser = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve information about a GitHub user.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as github from "@pulumi/github";
|
|
16
|
+
*
|
|
17
|
+
* const example = github.getUser({
|
|
18
|
+
* username: "example",
|
|
19
|
+
* });
|
|
20
|
+
* const current = github.getUser({
|
|
21
|
+
* username: "",
|
|
22
|
+
* });
|
|
23
|
+
* export const currentGithubLogin = current.then(current => current.login);
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
8
26
|
function getUser(args, opts) {
|
|
9
|
-
|
|
10
|
-
opts = {};
|
|
11
|
-
}
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
28
|
return pulumi.runtime.invoke("github:index/getUser:getUser", {
|
|
14
29
|
"username": args.username,
|
|
15
30
|
}, opts);
|
|
16
31
|
}
|
|
17
32
|
exports.getUser = getUser;
|
|
33
|
+
/**
|
|
34
|
+
* Use this data source to retrieve information about a GitHub user.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as github from "@pulumi/github";
|
|
41
|
+
*
|
|
42
|
+
* const example = github.getUser({
|
|
43
|
+
* username: "example",
|
|
44
|
+
* });
|
|
45
|
+
* const current = github.getUser({
|
|
46
|
+
* username: "",
|
|
47
|
+
* });
|
|
48
|
+
* export const currentGithubLogin = current.then(current => current.login);
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
18
51
|
function getUserOutput(args, opts) {
|
|
19
|
-
return pulumi.output(args).apply(a => getUser(a, opts));
|
|
52
|
+
return pulumi.output(args).apply((a) => getUser(a, opts));
|
|
20
53
|
}
|
|
21
54
|
exports.getUserOutput = getUserOutput;
|
|
22
55
|
//# 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;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAsGD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
package/getUsers.d.ts
CHANGED
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to retrieve information about multiple GitHub users at once.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as github from "@pulumi/github";
|
|
10
|
+
*
|
|
11
|
+
* const example = github.getUsers({
|
|
12
|
+
* usernames: [
|
|
13
|
+
* "example1",
|
|
14
|
+
* "example2",
|
|
15
|
+
* "example3",
|
|
16
|
+
* ],
|
|
17
|
+
* });
|
|
18
|
+
* export const validUsers = example.then(example => example.logins);
|
|
19
|
+
* export const invalidUsers = example.then(example => example.unknownLogins);
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
2
22
|
export declare function getUsers(args: GetUsersArgs, opts?: pulumi.InvokeOptions): Promise<GetUsersResult>;
|
|
3
23
|
/**
|
|
4
24
|
* A collection of arguments for invoking getUsers.
|
|
5
25
|
*/
|
|
6
26
|
export interface GetUsersArgs {
|
|
27
|
+
/**
|
|
28
|
+
* List of usernames.
|
|
29
|
+
*/
|
|
7
30
|
usernames: string[];
|
|
8
31
|
}
|
|
9
32
|
/**
|
|
@@ -14,15 +37,47 @@ export interface GetUsersResult {
|
|
|
14
37
|
* The provider-assigned unique ID for this managed resource.
|
|
15
38
|
*/
|
|
16
39
|
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* list of logins of users that could be found.
|
|
42
|
+
*/
|
|
17
43
|
readonly logins: string[];
|
|
44
|
+
/**
|
|
45
|
+
* list of Node IDs of users that could be found.
|
|
46
|
+
*/
|
|
18
47
|
readonly nodeIds: string[];
|
|
48
|
+
/**
|
|
49
|
+
* list of logins without matching user.
|
|
50
|
+
*/
|
|
19
51
|
readonly unknownLogins: string[];
|
|
20
52
|
readonly usernames: string[];
|
|
21
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* Use this data source to retrieve information about multiple GitHub users at once.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as github from "@pulumi/github";
|
|
62
|
+
*
|
|
63
|
+
* const example = github.getUsers({
|
|
64
|
+
* usernames: [
|
|
65
|
+
* "example1",
|
|
66
|
+
* "example2",
|
|
67
|
+
* "example3",
|
|
68
|
+
* ],
|
|
69
|
+
* });
|
|
70
|
+
* export const validUsers = example.then(example => example.logins);
|
|
71
|
+
* export const invalidUsers = example.then(example => example.unknownLogins);
|
|
72
|
+
* ```
|
|
73
|
+
*/
|
|
22
74
|
export declare function getUsersOutput(args: GetUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUsersResult>;
|
|
23
75
|
/**
|
|
24
76
|
* A collection of arguments for invoking getUsers.
|
|
25
77
|
*/
|
|
26
78
|
export interface GetUsersOutputArgs {
|
|
79
|
+
/**
|
|
80
|
+
* List of usernames.
|
|
81
|
+
*/
|
|
27
82
|
usernames: pulumi.Input<pulumi.Input<string>[]>;
|
|
28
83
|
}
|
package/getUsers.js
CHANGED
|
@@ -5,18 +5,55 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getUsersOutput = exports.getUsers = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve information about multiple GitHub users at once.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as github from "@pulumi/github";
|
|
16
|
+
*
|
|
17
|
+
* const example = github.getUsers({
|
|
18
|
+
* usernames: [
|
|
19
|
+
* "example1",
|
|
20
|
+
* "example2",
|
|
21
|
+
* "example3",
|
|
22
|
+
* ],
|
|
23
|
+
* });
|
|
24
|
+
* export const validUsers = example.then(example => example.logins);
|
|
25
|
+
* export const invalidUsers = example.then(example => example.unknownLogins);
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
8
28
|
function getUsers(args, opts) {
|
|
9
|
-
|
|
10
|
-
opts = {};
|
|
11
|
-
}
|
|
12
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
30
|
return pulumi.runtime.invoke("github:index/getUsers:getUsers", {
|
|
14
31
|
"usernames": args.usernames,
|
|
15
32
|
}, opts);
|
|
16
33
|
}
|
|
17
34
|
exports.getUsers = getUsers;
|
|
35
|
+
/**
|
|
36
|
+
* Use this data source to retrieve information about multiple GitHub users at once.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as github from "@pulumi/github";
|
|
43
|
+
*
|
|
44
|
+
* const example = github.getUsers({
|
|
45
|
+
* usernames: [
|
|
46
|
+
* "example1",
|
|
47
|
+
* "example2",
|
|
48
|
+
* "example3",
|
|
49
|
+
* ],
|
|
50
|
+
* });
|
|
51
|
+
* export const validUsers = example.then(example => example.logins);
|
|
52
|
+
* export const invalidUsers = example.then(example => example.unknownLogins);
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
18
55
|
function getUsersOutput(args, opts) {
|
|
19
|
-
return pulumi.output(args).apply(a => getUsers(a, opts));
|
|
56
|
+
return pulumi.output(args).apply((a) => getUsers(a, opts));
|
|
20
57
|
}
|
|
21
58
|
exports.getUsersOutput = getUsersOutput;
|
|
22
59
|
//# 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;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAkCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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/index.d.ts
CHANGED
|
@@ -1,53 +1,64 @@
|
|
|
1
1
|
export { ActionsEnvironmentSecretArgs, ActionsEnvironmentSecretState } from "./actionsEnvironmentSecret";
|
|
2
|
-
export
|
|
2
|
+
export type ActionsEnvironmentSecret = import("./actionsEnvironmentSecret").ActionsEnvironmentSecret;
|
|
3
3
|
export declare const ActionsEnvironmentSecret: typeof import("./actionsEnvironmentSecret").ActionsEnvironmentSecret;
|
|
4
4
|
export { ActionsOrganizationPermissionsArgs, ActionsOrganizationPermissionsState } from "./actionsOrganizationPermissions";
|
|
5
|
-
export
|
|
5
|
+
export type ActionsOrganizationPermissions = import("./actionsOrganizationPermissions").ActionsOrganizationPermissions;
|
|
6
6
|
export declare const ActionsOrganizationPermissions: typeof import("./actionsOrganizationPermissions").ActionsOrganizationPermissions;
|
|
7
7
|
export { ActionsOrganizationSecretArgs, ActionsOrganizationSecretState } from "./actionsOrganizationSecret";
|
|
8
|
-
export
|
|
8
|
+
export type ActionsOrganizationSecret = import("./actionsOrganizationSecret").ActionsOrganizationSecret;
|
|
9
9
|
export declare const ActionsOrganizationSecret: typeof import("./actionsOrganizationSecret").ActionsOrganizationSecret;
|
|
10
10
|
export { ActionsOrganizationSecretRepositoriesArgs, ActionsOrganizationSecretRepositoriesState } from "./actionsOrganizationSecretRepositories";
|
|
11
|
-
export
|
|
11
|
+
export type ActionsOrganizationSecretRepositories = import("./actionsOrganizationSecretRepositories").ActionsOrganizationSecretRepositories;
|
|
12
12
|
export declare const ActionsOrganizationSecretRepositories: typeof import("./actionsOrganizationSecretRepositories").ActionsOrganizationSecretRepositories;
|
|
13
|
+
export { ActionsRepositoryPermissionsArgs, ActionsRepositoryPermissionsState } from "./actionsRepositoryPermissions";
|
|
14
|
+
export type ActionsRepositoryPermissions = import("./actionsRepositoryPermissions").ActionsRepositoryPermissions;
|
|
15
|
+
export declare const ActionsRepositoryPermissions: typeof import("./actionsRepositoryPermissions").ActionsRepositoryPermissions;
|
|
13
16
|
export { ActionsRunnerGroupArgs, ActionsRunnerGroupState } from "./actionsRunnerGroup";
|
|
14
|
-
export
|
|
17
|
+
export type ActionsRunnerGroup = import("./actionsRunnerGroup").ActionsRunnerGroup;
|
|
15
18
|
export declare const ActionsRunnerGroup: typeof import("./actionsRunnerGroup").ActionsRunnerGroup;
|
|
16
19
|
export { ActionsSecretArgs, ActionsSecretState } from "./actionsSecret";
|
|
17
|
-
export
|
|
20
|
+
export type ActionsSecret = import("./actionsSecret").ActionsSecret;
|
|
18
21
|
export declare const ActionsSecret: typeof import("./actionsSecret").ActionsSecret;
|
|
22
|
+
export { AppInstallationRepositoriesArgs, AppInstallationRepositoriesState } from "./appInstallationRepositories";
|
|
23
|
+
export type AppInstallationRepositories = import("./appInstallationRepositories").AppInstallationRepositories;
|
|
24
|
+
export declare const AppInstallationRepositories: typeof import("./appInstallationRepositories").AppInstallationRepositories;
|
|
19
25
|
export { AppInstallationRepositoryArgs, AppInstallationRepositoryState } from "./appInstallationRepository";
|
|
20
|
-
export
|
|
26
|
+
export type AppInstallationRepository = import("./appInstallationRepository").AppInstallationRepository;
|
|
21
27
|
export declare const AppInstallationRepository: typeof import("./appInstallationRepository").AppInstallationRepository;
|
|
22
28
|
export { BranchArgs, BranchState } from "./branch";
|
|
23
|
-
export
|
|
29
|
+
export type Branch = import("./branch").Branch;
|
|
24
30
|
export declare const Branch: typeof import("./branch").Branch;
|
|
25
31
|
export { BranchDefaultArgs, BranchDefaultState } from "./branchDefault";
|
|
26
|
-
export
|
|
32
|
+
export type BranchDefault = import("./branchDefault").BranchDefault;
|
|
27
33
|
export declare const BranchDefault: typeof import("./branchDefault").BranchDefault;
|
|
28
34
|
export { BranchProtectionArgs, BranchProtectionState } from "./branchProtection";
|
|
29
|
-
export
|
|
35
|
+
export type BranchProtection = import("./branchProtection").BranchProtection;
|
|
30
36
|
export declare const BranchProtection: typeof import("./branchProtection").BranchProtection;
|
|
31
37
|
export { BranchProtectionV3Args, BranchProtectionV3State } from "./branchProtectionV3";
|
|
32
|
-
export
|
|
38
|
+
export type BranchProtectionV3 = import("./branchProtectionV3").BranchProtectionV3;
|
|
33
39
|
export declare const BranchProtectionV3: typeof import("./branchProtectionV3").BranchProtectionV3;
|
|
34
40
|
export { DependabotOrganizationSecretArgs, DependabotOrganizationSecretState } from "./dependabotOrganizationSecret";
|
|
35
|
-
export
|
|
41
|
+
export type DependabotOrganizationSecret = import("./dependabotOrganizationSecret").DependabotOrganizationSecret;
|
|
36
42
|
export declare const DependabotOrganizationSecret: typeof import("./dependabotOrganizationSecret").DependabotOrganizationSecret;
|
|
37
43
|
export { DependabotOrganizationSecretRepositoriesArgs, DependabotOrganizationSecretRepositoriesState } from "./dependabotOrganizationSecretRepositories";
|
|
38
|
-
export
|
|
44
|
+
export type DependabotOrganizationSecretRepositories = import("./dependabotOrganizationSecretRepositories").DependabotOrganizationSecretRepositories;
|
|
39
45
|
export declare const DependabotOrganizationSecretRepositories: typeof import("./dependabotOrganizationSecretRepositories").DependabotOrganizationSecretRepositories;
|
|
40
46
|
export { DependabotSecretArgs, DependabotSecretState } from "./dependabotSecret";
|
|
41
|
-
export
|
|
47
|
+
export type DependabotSecret = import("./dependabotSecret").DependabotSecret;
|
|
42
48
|
export declare const DependabotSecret: typeof import("./dependabotSecret").DependabotSecret;
|
|
43
49
|
export { EmuGroupMappingArgs, EmuGroupMappingState } from "./emuGroupMapping";
|
|
44
|
-
export
|
|
50
|
+
export type EmuGroupMapping = import("./emuGroupMapping").EmuGroupMapping;
|
|
45
51
|
export declare const EmuGroupMapping: typeof import("./emuGroupMapping").EmuGroupMapping;
|
|
52
|
+
export { GetActionsOrganizationRegistrationTokenResult } from "./getActionsOrganizationRegistrationToken";
|
|
53
|
+
export declare const getActionsOrganizationRegistrationToken: typeof import("./getActionsOrganizationRegistrationToken").getActionsOrganizationRegistrationToken;
|
|
46
54
|
export { GetActionsOrganizationSecretsResult } from "./getActionsOrganizationSecrets";
|
|
47
55
|
export declare const getActionsOrganizationSecrets: typeof import("./getActionsOrganizationSecrets").getActionsOrganizationSecrets;
|
|
48
56
|
export { GetActionsPublicKeyArgs, GetActionsPublicKeyResult, GetActionsPublicKeyOutputArgs } from "./getActionsPublicKey";
|
|
49
57
|
export declare const getActionsPublicKey: typeof import("./getActionsPublicKey").getActionsPublicKey;
|
|
50
58
|
export declare const getActionsPublicKeyOutput: typeof import("./getActionsPublicKey").getActionsPublicKeyOutput;
|
|
59
|
+
export { GetActionsRegistrationTokenArgs, GetActionsRegistrationTokenResult, GetActionsRegistrationTokenOutputArgs } from "./getActionsRegistrationToken";
|
|
60
|
+
export declare const getActionsRegistrationToken: typeof import("./getActionsRegistrationToken").getActionsRegistrationToken;
|
|
61
|
+
export declare const getActionsRegistrationTokenOutput: typeof import("./getActionsRegistrationToken").getActionsRegistrationTokenOutput;
|
|
51
62
|
export { GetActionsSecretsArgs, GetActionsSecretsResult, GetActionsSecretsOutputArgs } from "./getActionsSecrets";
|
|
52
63
|
export declare const getActionsSecrets: typeof import("./getActionsSecrets").getActionsSecrets;
|
|
53
64
|
export declare const getActionsSecretsOutput: typeof import("./getActionsSecrets").getActionsSecretsOutput;
|
|
@@ -136,91 +147,100 @@ export { GetUsersArgs, GetUsersResult, GetUsersOutputArgs } from "./getUsers";
|
|
|
136
147
|
export declare const getUsers: typeof import("./getUsers").getUsers;
|
|
137
148
|
export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
|
|
138
149
|
export { IssueArgs, IssueState } from "./issue";
|
|
139
|
-
export
|
|
150
|
+
export type Issue = import("./issue").Issue;
|
|
140
151
|
export declare const Issue: typeof import("./issue").Issue;
|
|
141
152
|
export { IssueLabelArgs, IssueLabelState } from "./issueLabel";
|
|
142
|
-
export
|
|
153
|
+
export type IssueLabel = import("./issueLabel").IssueLabel;
|
|
143
154
|
export declare const IssueLabel: typeof import("./issueLabel").IssueLabel;
|
|
144
155
|
export { MembershipArgs, MembershipState } from "./membership";
|
|
145
|
-
export
|
|
156
|
+
export type Membership = import("./membership").Membership;
|
|
146
157
|
export declare const Membership: typeof import("./membership").Membership;
|
|
147
158
|
export { OrganizationBlockArgs, OrganizationBlockState } from "./organizationBlock";
|
|
148
|
-
export
|
|
159
|
+
export type OrganizationBlock = import("./organizationBlock").OrganizationBlock;
|
|
149
160
|
export declare const OrganizationBlock: typeof import("./organizationBlock").OrganizationBlock;
|
|
150
161
|
export { OrganizationProjectArgs, OrganizationProjectState } from "./organizationProject";
|
|
151
|
-
export
|
|
162
|
+
export type OrganizationProject = import("./organizationProject").OrganizationProject;
|
|
152
163
|
export declare const OrganizationProject: typeof import("./organizationProject").OrganizationProject;
|
|
164
|
+
export { OrganizationSecurityManagerArgs, OrganizationSecurityManagerState } from "./organizationSecurityManager";
|
|
165
|
+
export type OrganizationSecurityManager = import("./organizationSecurityManager").OrganizationSecurityManager;
|
|
166
|
+
export declare const OrganizationSecurityManager: typeof import("./organizationSecurityManager").OrganizationSecurityManager;
|
|
153
167
|
export { OrganizationSettingsArgs, OrganizationSettingsState } from "./organizationSettings";
|
|
154
|
-
export
|
|
168
|
+
export type OrganizationSettings = import("./organizationSettings").OrganizationSettings;
|
|
155
169
|
export declare const OrganizationSettings: typeof import("./organizationSettings").OrganizationSettings;
|
|
156
170
|
export { OrganizationWebhookArgs, OrganizationWebhookState } from "./organizationWebhook";
|
|
157
|
-
export
|
|
171
|
+
export type OrganizationWebhook = import("./organizationWebhook").OrganizationWebhook;
|
|
158
172
|
export declare const OrganizationWebhook: typeof import("./organizationWebhook").OrganizationWebhook;
|
|
159
173
|
export { ProjectCardArgs, ProjectCardState } from "./projectCard";
|
|
160
|
-
export
|
|
174
|
+
export type ProjectCard = import("./projectCard").ProjectCard;
|
|
161
175
|
export declare const ProjectCard: typeof import("./projectCard").ProjectCard;
|
|
162
176
|
export { ProjectColumnArgs, ProjectColumnState } from "./projectColumn";
|
|
163
|
-
export
|
|
177
|
+
export type ProjectColumn = import("./projectColumn").ProjectColumn;
|
|
164
178
|
export declare const ProjectColumn: typeof import("./projectColumn").ProjectColumn;
|
|
165
179
|
export { ProviderArgs } from "./provider";
|
|
166
|
-
export
|
|
180
|
+
export type Provider = import("./provider").Provider;
|
|
167
181
|
export declare const Provider: typeof import("./provider").Provider;
|
|
182
|
+
export { ReleaseArgs, ReleaseState } from "./release";
|
|
183
|
+
export type Release = import("./release").Release;
|
|
184
|
+
export declare const Release: typeof import("./release").Release;
|
|
168
185
|
export { RepositoryArgs, RepositoryState } from "./repository";
|
|
169
|
-
export
|
|
186
|
+
export type Repository = import("./repository").Repository;
|
|
170
187
|
export declare const Repository: typeof import("./repository").Repository;
|
|
171
188
|
export { RepositoryAutolinkReferenceArgs, RepositoryAutolinkReferenceState } from "./repositoryAutolinkReference";
|
|
172
|
-
export
|
|
189
|
+
export type RepositoryAutolinkReference = import("./repositoryAutolinkReference").RepositoryAutolinkReference;
|
|
173
190
|
export declare const RepositoryAutolinkReference: typeof import("./repositoryAutolinkReference").RepositoryAutolinkReference;
|
|
174
191
|
export { RepositoryCollaboratorArgs, RepositoryCollaboratorState } from "./repositoryCollaborator";
|
|
175
|
-
export
|
|
192
|
+
export type RepositoryCollaborator = import("./repositoryCollaborator").RepositoryCollaborator;
|
|
176
193
|
export declare const RepositoryCollaborator: typeof import("./repositoryCollaborator").RepositoryCollaborator;
|
|
177
194
|
export { RepositoryDeployKeyArgs, RepositoryDeployKeyState } from "./repositoryDeployKey";
|
|
178
|
-
export
|
|
195
|
+
export type RepositoryDeployKey = import("./repositoryDeployKey").RepositoryDeployKey;
|
|
179
196
|
export declare const RepositoryDeployKey: typeof import("./repositoryDeployKey").RepositoryDeployKey;
|
|
180
197
|
export { RepositoryEnvironmentArgs, RepositoryEnvironmentState } from "./repositoryEnvironment";
|
|
181
|
-
export
|
|
198
|
+
export type RepositoryEnvironment = import("./repositoryEnvironment").RepositoryEnvironment;
|
|
182
199
|
export declare const RepositoryEnvironment: typeof import("./repositoryEnvironment").RepositoryEnvironment;
|
|
183
200
|
export { RepositoryFileArgs, RepositoryFileState } from "./repositoryFile";
|
|
184
|
-
export
|
|
201
|
+
export type RepositoryFile = import("./repositoryFile").RepositoryFile;
|
|
185
202
|
export declare const RepositoryFile: typeof import("./repositoryFile").RepositoryFile;
|
|
186
203
|
export { RepositoryMilestoneArgs, RepositoryMilestoneState } from "./repositoryMilestone";
|
|
187
|
-
export
|
|
204
|
+
export type RepositoryMilestone = import("./repositoryMilestone").RepositoryMilestone;
|
|
188
205
|
export declare const RepositoryMilestone: typeof import("./repositoryMilestone").RepositoryMilestone;
|
|
189
206
|
export { RepositoryProjectArgs, RepositoryProjectState } from "./repositoryProject";
|
|
190
|
-
export
|
|
207
|
+
export type RepositoryProject = import("./repositoryProject").RepositoryProject;
|
|
191
208
|
export declare const RepositoryProject: typeof import("./repositoryProject").RepositoryProject;
|
|
192
209
|
export { RepositoryPullRequestArgs, RepositoryPullRequestState } from "./repositoryPullRequest";
|
|
193
|
-
export
|
|
210
|
+
export type RepositoryPullRequest = import("./repositoryPullRequest").RepositoryPullRequest;
|
|
194
211
|
export declare const RepositoryPullRequest: typeof import("./repositoryPullRequest").RepositoryPullRequest;
|
|
195
212
|
export { RepositoryTagProtectionArgs, RepositoryTagProtectionState } from "./repositoryTagProtection";
|
|
196
|
-
export
|
|
213
|
+
export type RepositoryTagProtection = import("./repositoryTagProtection").RepositoryTagProtection;
|
|
197
214
|
export declare const RepositoryTagProtection: typeof import("./repositoryTagProtection").RepositoryTagProtection;
|
|
198
215
|
export { RepositoryWebhookArgs, RepositoryWebhookState } from "./repositoryWebhook";
|
|
199
|
-
export
|
|
216
|
+
export type RepositoryWebhook = import("./repositoryWebhook").RepositoryWebhook;
|
|
200
217
|
export declare const RepositoryWebhook: typeof import("./repositoryWebhook").RepositoryWebhook;
|
|
201
218
|
export { TeamArgs, TeamState } from "./team";
|
|
202
|
-
export
|
|
219
|
+
export type Team = import("./team").Team;
|
|
203
220
|
export declare const Team: typeof import("./team").Team;
|
|
204
221
|
export { TeamMembersArgs, TeamMembersState } from "./teamMembers";
|
|
205
|
-
export
|
|
222
|
+
export type TeamMembers = import("./teamMembers").TeamMembers;
|
|
206
223
|
export declare const TeamMembers: typeof import("./teamMembers").TeamMembers;
|
|
207
224
|
export { TeamMembershipArgs, TeamMembershipState } from "./teamMembership";
|
|
208
|
-
export
|
|
225
|
+
export type TeamMembership = import("./teamMembership").TeamMembership;
|
|
209
226
|
export declare const TeamMembership: typeof import("./teamMembership").TeamMembership;
|
|
210
227
|
export { TeamRepositoryArgs, TeamRepositoryState } from "./teamRepository";
|
|
211
|
-
export
|
|
228
|
+
export type TeamRepository = import("./teamRepository").TeamRepository;
|
|
212
229
|
export declare const TeamRepository: typeof import("./teamRepository").TeamRepository;
|
|
230
|
+
export { TeamSettingsArgs, TeamSettingsState } from "./teamSettings";
|
|
231
|
+
export type TeamSettings = import("./teamSettings").TeamSettings;
|
|
232
|
+
export declare const TeamSettings: typeof import("./teamSettings").TeamSettings;
|
|
213
233
|
export { TeamSyncGroupMappingArgs, TeamSyncGroupMappingState } from "./teamSyncGroupMapping";
|
|
214
|
-
export
|
|
234
|
+
export type TeamSyncGroupMapping = import("./teamSyncGroupMapping").TeamSyncGroupMapping;
|
|
215
235
|
export declare const TeamSyncGroupMapping: typeof import("./teamSyncGroupMapping").TeamSyncGroupMapping;
|
|
216
236
|
export { UserGpgKeyArgs, UserGpgKeyState } from "./userGpgKey";
|
|
217
|
-
export
|
|
237
|
+
export type UserGpgKey = import("./userGpgKey").UserGpgKey;
|
|
218
238
|
export declare const UserGpgKey: typeof import("./userGpgKey").UserGpgKey;
|
|
219
239
|
export { UserInvitationAccepterArgs, UserInvitationAccepterState } from "./userInvitationAccepter";
|
|
220
|
-
export
|
|
240
|
+
export type UserInvitationAccepter = import("./userInvitationAccepter").UserInvitationAccepter;
|
|
221
241
|
export declare const UserInvitationAccepter: typeof import("./userInvitationAccepter").UserInvitationAccepter;
|
|
222
242
|
export { UserSshKeyArgs, UserSshKeyState } from "./userSshKey";
|
|
223
|
-
export
|
|
243
|
+
export type UserSshKey = import("./userSshKey").UserSshKey;
|
|
224
244
|
export declare const UserSshKey: typeof import("./userSshKey").UserSshKey;
|
|
225
245
|
import * as config from "./config";
|
|
226
246
|
import * as types from "./types";
|