@pulumi/github 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actionsEnvironmentSecret.js +4 -2
- package/actionsEnvironmentSecret.js.map +1 -1
- package/actionsOrganizationPermissions.d.ts +2 -1
- package/actionsOrganizationPermissions.js.map +1 -1
- package/actionsOrganizationSecret.js +4 -2
- package/actionsOrganizationSecret.js.map +1 -1
- package/actionsSecret.js +4 -2
- package/actionsSecret.js.map +1 -1
- package/branchProtection.d.ts +2 -1
- package/branchProtection.js.map +1 -1
- package/branchProtectionV3.d.ts +2 -1
- package/branchProtectionV3.js.map +1 -1
- package/config/vars.d.ts +1 -1
- package/config/vars.js.map +1 -1
- package/dependabotOrganizationSecret.js +4 -2
- package/dependabotOrganizationSecret.js.map +1 -1
- package/dependabotSecret.js +4 -2
- package/dependabotSecret.js.map +1 -1
- package/getActionsOrganizationSecrets.d.ts +1 -1
- package/getActionsOrganizationSecrets.js.map +1 -1
- package/getActionsSecrets.d.ts +1 -1
- package/getActionsSecrets.js.map +1 -1
- package/getCollaborators.d.ts +1 -1
- package/getCollaborators.js.map +1 -1
- package/getDependabotOrganizationSecrets.d.ts +13 -0
- package/getDependabotOrganizationSecrets.js +16 -0
- package/getDependabotOrganizationSecrets.js.map +1 -0
- package/getDependabotSecrets.d.ts +30 -0
- package/getDependabotSecrets.js +24 -0
- package/getDependabotSecrets.js.map +1 -0
- package/getExternalGroups.d.ts +1 -1
- package/getExternalGroups.js.map +1 -1
- package/getGithubApp.d.ts +28 -0
- package/getGithubApp.js +22 -0
- package/getGithubApp.js.map +1 -0
- package/getMembership.d.ts +1 -0
- package/getMembership.js.map +1 -1
- package/getOrganizationIpAllowList.d.ts +13 -0
- package/getOrganizationIpAllowList.js +16 -0
- package/getOrganizationIpAllowList.js.map +1 -0
- package/getOrganizationTeamSyncGroups.d.ts +1 -1
- package/getOrganizationTeamSyncGroups.js.map +1 -1
- package/getOrganizationTeams.d.ts +7 -1
- package/getOrganizationTeams.js +2 -0
- package/getOrganizationTeams.js.map +1 -1
- package/getOrganizationWebhooks.d.ts +13 -0
- package/getOrganizationWebhooks.js +16 -0
- package/getOrganizationWebhooks.js.map +1 -0
- package/getRelease.d.ts +2 -0
- package/getRelease.js.map +1 -1
- package/getRepository.d.ts +1 -4
- package/getRepository.js +0 -1
- package/getRepository.js.map +1 -1
- package/getRepositoryBranches.d.ts +33 -0
- package/getRepositoryBranches.js +24 -0
- package/getRepositoryBranches.js.map +1 -0
- package/getRepositoryDeployKeys.d.ts +27 -0
- package/getRepositoryDeployKeys.js +22 -0
- package/getRepositoryDeployKeys.js.map +1 -0
- package/getRepositoryPullRequests.d.ts +1 -1
- package/getRepositoryPullRequests.js.map +1 -1
- package/getRepositoryTeams.d.ts +1 -1
- package/getRepositoryTeams.js.map +1 -1
- package/getRepositoryWebhooks.d.ts +27 -0
- package/getRepositoryWebhooks.js +22 -0
- package/getRepositoryWebhooks.js.map +1 -0
- package/getTree.d.ts +1 -1
- package/getTree.js.map +1 -1
- package/index.d.ts +224 -68
- package/index.js +229 -171
- package/index.js.map +1 -1
- package/organizationSettings.d.ts +123 -0
- package/organizationSettings.js +102 -0
- package/organizationSettings.js.map +1 -0
- package/organizationWebhook.d.ts +2 -1
- package/organizationWebhook.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.d.ts +1 -1
- package/provider.js.map +1 -1
- package/repository.d.ts +5 -1
- package/repository.js +2 -0
- package/repository.js.map +1 -1
- package/repositoryAutolinkReference.d.ts +15 -0
- package/repositoryAutolinkReference.js +2 -0
- package/repositoryAutolinkReference.js.map +1 -1
- package/repositoryEnvironment.d.ts +2 -1
- package/repositoryEnvironment.js.map +1 -1
- package/repositoryFile.d.ts +14 -8
- package/repositoryFile.js.map +1 -1
- package/repositoryWebhook.d.ts +2 -1
- package/repositoryWebhook.js.map +1 -1
- package/teamMembers.d.ts +2 -1
- package/teamMembers.js.map +1 -1
- package/teamSyncGroupMapping.d.ts +2 -1
- package/teamSyncGroupMapping.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +2 -1
- package/types/output.d.ts +57 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
package/index.d.ts
CHANGED
|
@@ -1,71 +1,227 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
63
|
-
export
|
|
64
|
-
export
|
|
65
|
-
export
|
|
66
|
-
export
|
|
67
|
-
export
|
|
68
|
-
export
|
|
1
|
+
export { ActionsEnvironmentSecretArgs, ActionsEnvironmentSecretState } from "./actionsEnvironmentSecret";
|
|
2
|
+
export declare type ActionsEnvironmentSecret = import("./actionsEnvironmentSecret").ActionsEnvironmentSecret;
|
|
3
|
+
export declare const ActionsEnvironmentSecret: typeof import("./actionsEnvironmentSecret").ActionsEnvironmentSecret;
|
|
4
|
+
export { ActionsOrganizationPermissionsArgs, ActionsOrganizationPermissionsState } from "./actionsOrganizationPermissions";
|
|
5
|
+
export declare type ActionsOrganizationPermissions = import("./actionsOrganizationPermissions").ActionsOrganizationPermissions;
|
|
6
|
+
export declare const ActionsOrganizationPermissions: typeof import("./actionsOrganizationPermissions").ActionsOrganizationPermissions;
|
|
7
|
+
export { ActionsOrganizationSecretArgs, ActionsOrganizationSecretState } from "./actionsOrganizationSecret";
|
|
8
|
+
export declare type ActionsOrganizationSecret = import("./actionsOrganizationSecret").ActionsOrganizationSecret;
|
|
9
|
+
export declare const ActionsOrganizationSecret: typeof import("./actionsOrganizationSecret").ActionsOrganizationSecret;
|
|
10
|
+
export { ActionsOrganizationSecretRepositoriesArgs, ActionsOrganizationSecretRepositoriesState } from "./actionsOrganizationSecretRepositories";
|
|
11
|
+
export declare type ActionsOrganizationSecretRepositories = import("./actionsOrganizationSecretRepositories").ActionsOrganizationSecretRepositories;
|
|
12
|
+
export declare const ActionsOrganizationSecretRepositories: typeof import("./actionsOrganizationSecretRepositories").ActionsOrganizationSecretRepositories;
|
|
13
|
+
export { ActionsRunnerGroupArgs, ActionsRunnerGroupState } from "./actionsRunnerGroup";
|
|
14
|
+
export declare type ActionsRunnerGroup = import("./actionsRunnerGroup").ActionsRunnerGroup;
|
|
15
|
+
export declare const ActionsRunnerGroup: typeof import("./actionsRunnerGroup").ActionsRunnerGroup;
|
|
16
|
+
export { ActionsSecretArgs, ActionsSecretState } from "./actionsSecret";
|
|
17
|
+
export declare type ActionsSecret = import("./actionsSecret").ActionsSecret;
|
|
18
|
+
export declare const ActionsSecret: typeof import("./actionsSecret").ActionsSecret;
|
|
19
|
+
export { AppInstallationRepositoryArgs, AppInstallationRepositoryState } from "./appInstallationRepository";
|
|
20
|
+
export declare type AppInstallationRepository = import("./appInstallationRepository").AppInstallationRepository;
|
|
21
|
+
export declare const AppInstallationRepository: typeof import("./appInstallationRepository").AppInstallationRepository;
|
|
22
|
+
export { BranchArgs, BranchState } from "./branch";
|
|
23
|
+
export declare type Branch = import("./branch").Branch;
|
|
24
|
+
export declare const Branch: typeof import("./branch").Branch;
|
|
25
|
+
export { BranchDefaultArgs, BranchDefaultState } from "./branchDefault";
|
|
26
|
+
export declare type BranchDefault = import("./branchDefault").BranchDefault;
|
|
27
|
+
export declare const BranchDefault: typeof import("./branchDefault").BranchDefault;
|
|
28
|
+
export { BranchProtectionArgs, BranchProtectionState } from "./branchProtection";
|
|
29
|
+
export declare type BranchProtection = import("./branchProtection").BranchProtection;
|
|
30
|
+
export declare const BranchProtection: typeof import("./branchProtection").BranchProtection;
|
|
31
|
+
export { BranchProtectionV3Args, BranchProtectionV3State } from "./branchProtectionV3";
|
|
32
|
+
export declare type BranchProtectionV3 = import("./branchProtectionV3").BranchProtectionV3;
|
|
33
|
+
export declare const BranchProtectionV3: typeof import("./branchProtectionV3").BranchProtectionV3;
|
|
34
|
+
export { DependabotOrganizationSecretArgs, DependabotOrganizationSecretState } from "./dependabotOrganizationSecret";
|
|
35
|
+
export declare type DependabotOrganizationSecret = import("./dependabotOrganizationSecret").DependabotOrganizationSecret;
|
|
36
|
+
export declare const DependabotOrganizationSecret: typeof import("./dependabotOrganizationSecret").DependabotOrganizationSecret;
|
|
37
|
+
export { DependabotOrganizationSecretRepositoriesArgs, DependabotOrganizationSecretRepositoriesState } from "./dependabotOrganizationSecretRepositories";
|
|
38
|
+
export declare type DependabotOrganizationSecretRepositories = import("./dependabotOrganizationSecretRepositories").DependabotOrganizationSecretRepositories;
|
|
39
|
+
export declare const DependabotOrganizationSecretRepositories: typeof import("./dependabotOrganizationSecretRepositories").DependabotOrganizationSecretRepositories;
|
|
40
|
+
export { DependabotSecretArgs, DependabotSecretState } from "./dependabotSecret";
|
|
41
|
+
export declare type DependabotSecret = import("./dependabotSecret").DependabotSecret;
|
|
42
|
+
export declare const DependabotSecret: typeof import("./dependabotSecret").DependabotSecret;
|
|
43
|
+
export { EmuGroupMappingArgs, EmuGroupMappingState } from "./emuGroupMapping";
|
|
44
|
+
export declare type EmuGroupMapping = import("./emuGroupMapping").EmuGroupMapping;
|
|
45
|
+
export declare const EmuGroupMapping: typeof import("./emuGroupMapping").EmuGroupMapping;
|
|
46
|
+
export { GetActionsOrganizationSecretsResult } from "./getActionsOrganizationSecrets";
|
|
47
|
+
export declare const getActionsOrganizationSecrets: typeof import("./getActionsOrganizationSecrets").getActionsOrganizationSecrets;
|
|
48
|
+
export { GetActionsPublicKeyArgs, GetActionsPublicKeyResult, GetActionsPublicKeyOutputArgs } from "./getActionsPublicKey";
|
|
49
|
+
export declare const getActionsPublicKey: typeof import("./getActionsPublicKey").getActionsPublicKey;
|
|
50
|
+
export declare const getActionsPublicKeyOutput: typeof import("./getActionsPublicKey").getActionsPublicKeyOutput;
|
|
51
|
+
export { GetActionsSecretsArgs, GetActionsSecretsResult, GetActionsSecretsOutputArgs } from "./getActionsSecrets";
|
|
52
|
+
export declare const getActionsSecrets: typeof import("./getActionsSecrets").getActionsSecrets;
|
|
53
|
+
export declare const getActionsSecretsOutput: typeof import("./getActionsSecrets").getActionsSecretsOutput;
|
|
54
|
+
export { GetBranchArgs, GetBranchResult, GetBranchOutputArgs } from "./getBranch";
|
|
55
|
+
export declare const getBranch: typeof import("./getBranch").getBranch;
|
|
56
|
+
export declare const getBranchOutput: typeof import("./getBranch").getBranchOutput;
|
|
57
|
+
export { GetCollaboratorsArgs, GetCollaboratorsResult, GetCollaboratorsOutputArgs } from "./getCollaborators";
|
|
58
|
+
export declare const getCollaborators: typeof import("./getCollaborators").getCollaborators;
|
|
59
|
+
export declare const getCollaboratorsOutput: typeof import("./getCollaborators").getCollaboratorsOutput;
|
|
60
|
+
export { GetDependabotOrganizationSecretsResult } from "./getDependabotOrganizationSecrets";
|
|
61
|
+
export declare const getDependabotOrganizationSecrets: typeof import("./getDependabotOrganizationSecrets").getDependabotOrganizationSecrets;
|
|
62
|
+
export { GetDependabotPublicKeyArgs, GetDependabotPublicKeyResult, GetDependabotPublicKeyOutputArgs } from "./getDependabotPublicKey";
|
|
63
|
+
export declare const getDependabotPublicKey: typeof import("./getDependabotPublicKey").getDependabotPublicKey;
|
|
64
|
+
export declare const getDependabotPublicKeyOutput: typeof import("./getDependabotPublicKey").getDependabotPublicKeyOutput;
|
|
65
|
+
export { GetDependabotSecretsArgs, GetDependabotSecretsResult, GetDependabotSecretsOutputArgs } from "./getDependabotSecrets";
|
|
66
|
+
export declare const getDependabotSecrets: typeof import("./getDependabotSecrets").getDependabotSecrets;
|
|
67
|
+
export declare const getDependabotSecretsOutput: typeof import("./getDependabotSecrets").getDependabotSecretsOutput;
|
|
68
|
+
export { GetExternalGroupsResult } from "./getExternalGroups";
|
|
69
|
+
export declare const getExternalGroups: typeof import("./getExternalGroups").getExternalGroups;
|
|
70
|
+
export { GetGithubAppArgs, GetGithubAppResult, GetGithubAppOutputArgs } from "./getGithubApp";
|
|
71
|
+
export declare const getGithubApp: typeof import("./getGithubApp").getGithubApp;
|
|
72
|
+
export declare const getGithubAppOutput: typeof import("./getGithubApp").getGithubAppOutput;
|
|
73
|
+
export { GetIpRangesResult } from "./getIpRanges";
|
|
74
|
+
export declare const getIpRanges: typeof import("./getIpRanges").getIpRanges;
|
|
75
|
+
export { GetMembershipArgs, GetMembershipResult, GetMembershipOutputArgs } from "./getMembership";
|
|
76
|
+
export declare const getMembership: typeof import("./getMembership").getMembership;
|
|
77
|
+
export declare const getMembershipOutput: typeof import("./getMembership").getMembershipOutput;
|
|
78
|
+
export { GetOrganizationArgs, GetOrganizationResult, GetOrganizationOutputArgs } from "./getOrganization";
|
|
79
|
+
export declare const getOrganization: typeof import("./getOrganization").getOrganization;
|
|
80
|
+
export declare const getOrganizationOutput: typeof import("./getOrganization").getOrganizationOutput;
|
|
81
|
+
export { GetOrganizationIpAllowListResult } from "./getOrganizationIpAllowList";
|
|
82
|
+
export declare const getOrganizationIpAllowList: typeof import("./getOrganizationIpAllowList").getOrganizationIpAllowList;
|
|
83
|
+
export { GetOrganizationTeamSyncGroupsResult } from "./getOrganizationTeamSyncGroups";
|
|
84
|
+
export declare const getOrganizationTeamSyncGroups: typeof import("./getOrganizationTeamSyncGroups").getOrganizationTeamSyncGroups;
|
|
85
|
+
export { GetOrganizationTeamsArgs, GetOrganizationTeamsResult, GetOrganizationTeamsOutputArgs } from "./getOrganizationTeams";
|
|
86
|
+
export declare const getOrganizationTeams: typeof import("./getOrganizationTeams").getOrganizationTeams;
|
|
87
|
+
export declare const getOrganizationTeamsOutput: typeof import("./getOrganizationTeams").getOrganizationTeamsOutput;
|
|
88
|
+
export { GetOrganizationWebhooksResult } from "./getOrganizationWebhooks";
|
|
89
|
+
export declare const getOrganizationWebhooks: typeof import("./getOrganizationWebhooks").getOrganizationWebhooks;
|
|
90
|
+
export { GetRefArgs, GetRefResult, GetRefOutputArgs } from "./getRef";
|
|
91
|
+
export declare const getRef: typeof import("./getRef").getRef;
|
|
92
|
+
export declare const getRefOutput: typeof import("./getRef").getRefOutput;
|
|
93
|
+
export { GetReleaseArgs, GetReleaseResult, GetReleaseOutputArgs } from "./getRelease";
|
|
94
|
+
export declare const getRelease: typeof import("./getRelease").getRelease;
|
|
95
|
+
export declare const getReleaseOutput: typeof import("./getRelease").getReleaseOutput;
|
|
96
|
+
export { GetRepositoriesArgs, GetRepositoriesResult, GetRepositoriesOutputArgs } from "./getRepositories";
|
|
97
|
+
export declare const getRepositories: typeof import("./getRepositories").getRepositories;
|
|
98
|
+
export declare const getRepositoriesOutput: typeof import("./getRepositories").getRepositoriesOutput;
|
|
99
|
+
export { GetRepositoryArgs, GetRepositoryResult, GetRepositoryOutputArgs } from "./getRepository";
|
|
100
|
+
export declare const getRepository: typeof import("./getRepository").getRepository;
|
|
101
|
+
export declare const getRepositoryOutput: typeof import("./getRepository").getRepositoryOutput;
|
|
102
|
+
export { GetRepositoryBranchesArgs, GetRepositoryBranchesResult, GetRepositoryBranchesOutputArgs } from "./getRepositoryBranches";
|
|
103
|
+
export declare const getRepositoryBranches: typeof import("./getRepositoryBranches").getRepositoryBranches;
|
|
104
|
+
export declare const getRepositoryBranchesOutput: typeof import("./getRepositoryBranches").getRepositoryBranchesOutput;
|
|
105
|
+
export { GetRepositoryDeployKeysArgs, GetRepositoryDeployKeysResult, GetRepositoryDeployKeysOutputArgs } from "./getRepositoryDeployKeys";
|
|
106
|
+
export declare const getRepositoryDeployKeys: typeof import("./getRepositoryDeployKeys").getRepositoryDeployKeys;
|
|
107
|
+
export declare const getRepositoryDeployKeysOutput: typeof import("./getRepositoryDeployKeys").getRepositoryDeployKeysOutput;
|
|
108
|
+
export { GetRepositoryFileArgs, GetRepositoryFileResult, GetRepositoryFileOutputArgs } from "./getRepositoryFile";
|
|
109
|
+
export declare const getRepositoryFile: typeof import("./getRepositoryFile").getRepositoryFile;
|
|
110
|
+
export declare const getRepositoryFileOutput: typeof import("./getRepositoryFile").getRepositoryFileOutput;
|
|
111
|
+
export { GetRepositoryMilestoneArgs, GetRepositoryMilestoneResult, GetRepositoryMilestoneOutputArgs } from "./getRepositoryMilestone";
|
|
112
|
+
export declare const getRepositoryMilestone: typeof import("./getRepositoryMilestone").getRepositoryMilestone;
|
|
113
|
+
export declare const getRepositoryMilestoneOutput: typeof import("./getRepositoryMilestone").getRepositoryMilestoneOutput;
|
|
114
|
+
export { GetRepositoryPullRequestArgs, GetRepositoryPullRequestResult, GetRepositoryPullRequestOutputArgs } from "./getRepositoryPullRequest";
|
|
115
|
+
export declare const getRepositoryPullRequest: typeof import("./getRepositoryPullRequest").getRepositoryPullRequest;
|
|
116
|
+
export declare const getRepositoryPullRequestOutput: typeof import("./getRepositoryPullRequest").getRepositoryPullRequestOutput;
|
|
117
|
+
export { GetRepositoryPullRequestsArgs, GetRepositoryPullRequestsResult, GetRepositoryPullRequestsOutputArgs } from "./getRepositoryPullRequests";
|
|
118
|
+
export declare const getRepositoryPullRequests: typeof import("./getRepositoryPullRequests").getRepositoryPullRequests;
|
|
119
|
+
export declare const getRepositoryPullRequestsOutput: typeof import("./getRepositoryPullRequests").getRepositoryPullRequestsOutput;
|
|
120
|
+
export { GetRepositoryTeamsArgs, GetRepositoryTeamsResult, GetRepositoryTeamsOutputArgs } from "./getRepositoryTeams";
|
|
121
|
+
export declare const getRepositoryTeams: typeof import("./getRepositoryTeams").getRepositoryTeams;
|
|
122
|
+
export declare const getRepositoryTeamsOutput: typeof import("./getRepositoryTeams").getRepositoryTeamsOutput;
|
|
123
|
+
export { GetRepositoryWebhooksArgs, GetRepositoryWebhooksResult, GetRepositoryWebhooksOutputArgs } from "./getRepositoryWebhooks";
|
|
124
|
+
export declare const getRepositoryWebhooks: typeof import("./getRepositoryWebhooks").getRepositoryWebhooks;
|
|
125
|
+
export declare const getRepositoryWebhooksOutput: typeof import("./getRepositoryWebhooks").getRepositoryWebhooksOutput;
|
|
126
|
+
export { GetTeamArgs, GetTeamResult, GetTeamOutputArgs } from "./getTeam";
|
|
127
|
+
export declare const getTeam: typeof import("./getTeam").getTeam;
|
|
128
|
+
export declare const getTeamOutput: typeof import("./getTeam").getTeamOutput;
|
|
129
|
+
export { GetTreeArgs, GetTreeResult, GetTreeOutputArgs } from "./getTree";
|
|
130
|
+
export declare const getTree: typeof import("./getTree").getTree;
|
|
131
|
+
export declare const getTreeOutput: typeof import("./getTree").getTreeOutput;
|
|
132
|
+
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
|
|
133
|
+
export declare const getUser: typeof import("./getUser").getUser;
|
|
134
|
+
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
|
|
135
|
+
export { GetUsersArgs, GetUsersResult, GetUsersOutputArgs } from "./getUsers";
|
|
136
|
+
export declare const getUsers: typeof import("./getUsers").getUsers;
|
|
137
|
+
export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
|
|
138
|
+
export { IssueArgs, IssueState } from "./issue";
|
|
139
|
+
export declare type Issue = import("./issue").Issue;
|
|
140
|
+
export declare const Issue: typeof import("./issue").Issue;
|
|
141
|
+
export { IssueLabelArgs, IssueLabelState } from "./issueLabel";
|
|
142
|
+
export declare type IssueLabel = import("./issueLabel").IssueLabel;
|
|
143
|
+
export declare const IssueLabel: typeof import("./issueLabel").IssueLabel;
|
|
144
|
+
export { MembershipArgs, MembershipState } from "./membership";
|
|
145
|
+
export declare type Membership = import("./membership").Membership;
|
|
146
|
+
export declare const Membership: typeof import("./membership").Membership;
|
|
147
|
+
export { OrganizationBlockArgs, OrganizationBlockState } from "./organizationBlock";
|
|
148
|
+
export declare type OrganizationBlock = import("./organizationBlock").OrganizationBlock;
|
|
149
|
+
export declare const OrganizationBlock: typeof import("./organizationBlock").OrganizationBlock;
|
|
150
|
+
export { OrganizationProjectArgs, OrganizationProjectState } from "./organizationProject";
|
|
151
|
+
export declare type OrganizationProject = import("./organizationProject").OrganizationProject;
|
|
152
|
+
export declare const OrganizationProject: typeof import("./organizationProject").OrganizationProject;
|
|
153
|
+
export { OrganizationSettingsArgs, OrganizationSettingsState } from "./organizationSettings";
|
|
154
|
+
export declare type OrganizationSettings = import("./organizationSettings").OrganizationSettings;
|
|
155
|
+
export declare const OrganizationSettings: typeof import("./organizationSettings").OrganizationSettings;
|
|
156
|
+
export { OrganizationWebhookArgs, OrganizationWebhookState } from "./organizationWebhook";
|
|
157
|
+
export declare type OrganizationWebhook = import("./organizationWebhook").OrganizationWebhook;
|
|
158
|
+
export declare const OrganizationWebhook: typeof import("./organizationWebhook").OrganizationWebhook;
|
|
159
|
+
export { ProjectCardArgs, ProjectCardState } from "./projectCard";
|
|
160
|
+
export declare type ProjectCard = import("./projectCard").ProjectCard;
|
|
161
|
+
export declare const ProjectCard: typeof import("./projectCard").ProjectCard;
|
|
162
|
+
export { ProjectColumnArgs, ProjectColumnState } from "./projectColumn";
|
|
163
|
+
export declare type ProjectColumn = import("./projectColumn").ProjectColumn;
|
|
164
|
+
export declare const ProjectColumn: typeof import("./projectColumn").ProjectColumn;
|
|
165
|
+
export { ProviderArgs } from "./provider";
|
|
166
|
+
export declare type Provider = import("./provider").Provider;
|
|
167
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
168
|
+
export { RepositoryArgs, RepositoryState } from "./repository";
|
|
169
|
+
export declare type Repository = import("./repository").Repository;
|
|
170
|
+
export declare const Repository: typeof import("./repository").Repository;
|
|
171
|
+
export { RepositoryAutolinkReferenceArgs, RepositoryAutolinkReferenceState } from "./repositoryAutolinkReference";
|
|
172
|
+
export declare type RepositoryAutolinkReference = import("./repositoryAutolinkReference").RepositoryAutolinkReference;
|
|
173
|
+
export declare const RepositoryAutolinkReference: typeof import("./repositoryAutolinkReference").RepositoryAutolinkReference;
|
|
174
|
+
export { RepositoryCollaboratorArgs, RepositoryCollaboratorState } from "./repositoryCollaborator";
|
|
175
|
+
export declare type RepositoryCollaborator = import("./repositoryCollaborator").RepositoryCollaborator;
|
|
176
|
+
export declare const RepositoryCollaborator: typeof import("./repositoryCollaborator").RepositoryCollaborator;
|
|
177
|
+
export { RepositoryDeployKeyArgs, RepositoryDeployKeyState } from "./repositoryDeployKey";
|
|
178
|
+
export declare type RepositoryDeployKey = import("./repositoryDeployKey").RepositoryDeployKey;
|
|
179
|
+
export declare const RepositoryDeployKey: typeof import("./repositoryDeployKey").RepositoryDeployKey;
|
|
180
|
+
export { RepositoryEnvironmentArgs, RepositoryEnvironmentState } from "./repositoryEnvironment";
|
|
181
|
+
export declare type RepositoryEnvironment = import("./repositoryEnvironment").RepositoryEnvironment;
|
|
182
|
+
export declare const RepositoryEnvironment: typeof import("./repositoryEnvironment").RepositoryEnvironment;
|
|
183
|
+
export { RepositoryFileArgs, RepositoryFileState } from "./repositoryFile";
|
|
184
|
+
export declare type RepositoryFile = import("./repositoryFile").RepositoryFile;
|
|
185
|
+
export declare const RepositoryFile: typeof import("./repositoryFile").RepositoryFile;
|
|
186
|
+
export { RepositoryMilestoneArgs, RepositoryMilestoneState } from "./repositoryMilestone";
|
|
187
|
+
export declare type RepositoryMilestone = import("./repositoryMilestone").RepositoryMilestone;
|
|
188
|
+
export declare const RepositoryMilestone: typeof import("./repositoryMilestone").RepositoryMilestone;
|
|
189
|
+
export { RepositoryProjectArgs, RepositoryProjectState } from "./repositoryProject";
|
|
190
|
+
export declare type RepositoryProject = import("./repositoryProject").RepositoryProject;
|
|
191
|
+
export declare const RepositoryProject: typeof import("./repositoryProject").RepositoryProject;
|
|
192
|
+
export { RepositoryPullRequestArgs, RepositoryPullRequestState } from "./repositoryPullRequest";
|
|
193
|
+
export declare type RepositoryPullRequest = import("./repositoryPullRequest").RepositoryPullRequest;
|
|
194
|
+
export declare const RepositoryPullRequest: typeof import("./repositoryPullRequest").RepositoryPullRequest;
|
|
195
|
+
export { RepositoryTagProtectionArgs, RepositoryTagProtectionState } from "./repositoryTagProtection";
|
|
196
|
+
export declare type RepositoryTagProtection = import("./repositoryTagProtection").RepositoryTagProtection;
|
|
197
|
+
export declare const RepositoryTagProtection: typeof import("./repositoryTagProtection").RepositoryTagProtection;
|
|
198
|
+
export { RepositoryWebhookArgs, RepositoryWebhookState } from "./repositoryWebhook";
|
|
199
|
+
export declare type RepositoryWebhook = import("./repositoryWebhook").RepositoryWebhook;
|
|
200
|
+
export declare const RepositoryWebhook: typeof import("./repositoryWebhook").RepositoryWebhook;
|
|
201
|
+
export { TeamArgs, TeamState } from "./team";
|
|
202
|
+
export declare type Team = import("./team").Team;
|
|
203
|
+
export declare const Team: typeof import("./team").Team;
|
|
204
|
+
export { TeamMembersArgs, TeamMembersState } from "./teamMembers";
|
|
205
|
+
export declare type TeamMembers = import("./teamMembers").TeamMembers;
|
|
206
|
+
export declare const TeamMembers: typeof import("./teamMembers").TeamMembers;
|
|
207
|
+
export { TeamMembershipArgs, TeamMembershipState } from "./teamMembership";
|
|
208
|
+
export declare type TeamMembership = import("./teamMembership").TeamMembership;
|
|
209
|
+
export declare const TeamMembership: typeof import("./teamMembership").TeamMembership;
|
|
210
|
+
export { TeamRepositoryArgs, TeamRepositoryState } from "./teamRepository";
|
|
211
|
+
export declare type TeamRepository = import("./teamRepository").TeamRepository;
|
|
212
|
+
export declare const TeamRepository: typeof import("./teamRepository").TeamRepository;
|
|
213
|
+
export { TeamSyncGroupMappingArgs, TeamSyncGroupMappingState } from "./teamSyncGroupMapping";
|
|
214
|
+
export declare type TeamSyncGroupMapping = import("./teamSyncGroupMapping").TeamSyncGroupMapping;
|
|
215
|
+
export declare const TeamSyncGroupMapping: typeof import("./teamSyncGroupMapping").TeamSyncGroupMapping;
|
|
216
|
+
export { UserGpgKeyArgs, UserGpgKeyState } from "./userGpgKey";
|
|
217
|
+
export declare type UserGpgKey = import("./userGpgKey").UserGpgKey;
|
|
218
|
+
export declare const UserGpgKey: typeof import("./userGpgKey").UserGpgKey;
|
|
219
|
+
export { UserInvitationAccepterArgs, UserInvitationAccepterState } from "./userInvitationAccepter";
|
|
220
|
+
export declare type UserInvitationAccepter = import("./userInvitationAccepter").UserInvitationAccepter;
|
|
221
|
+
export declare const UserInvitationAccepter: typeof import("./userInvitationAccepter").UserInvitationAccepter;
|
|
222
|
+
export { UserSshKeyArgs, UserSshKeyState } from "./userSshKey";
|
|
223
|
+
export declare type UserSshKey = import("./userSshKey").UserSshKey;
|
|
224
|
+
export declare const UserSshKey: typeof import("./userSshKey").UserSshKey;
|
|
69
225
|
import * as config from "./config";
|
|
70
226
|
import * as types from "./types";
|
|
71
227
|
export { config, types, };
|