@pulumi/github 6.0.0-alpha.1709638261 → 6.0.0-alpha.1768023817
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 +0 -37
- package/actionsEnvironmentSecret.js +17 -54
- package/actionsEnvironmentSecret.js.map +1 -1
- package/actionsEnvironmentVariable.d.ts +5 -5
- package/actionsEnvironmentVariable.js +21 -21
- package/actionsEnvironmentVariable.js.map +1 -1
- package/actionsHostedRunner.d.ts +250 -0
- package/actionsHostedRunner.js +158 -0
- package/actionsHostedRunner.js.map +1 -0
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +2 -2
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js +7 -7
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/actionsOrganizationPermissions.d.ts +2 -2
- package/actionsOrganizationPermissions.js +13 -13
- package/actionsOrganizationPermissions.js.map +1 -1
- package/actionsOrganizationSecret.d.ts +6 -39
- package/actionsOrganizationSecret.js +21 -55
- package/actionsOrganizationSecret.js.map +1 -1
- package/actionsOrganizationSecretRepositories.d.ts +2 -2
- package/actionsOrganizationSecretRepositories.js +10 -10
- package/actionsOrganizationSecretRepositories.js.map +1 -1
- package/actionsOrganizationSecretRepository.d.ts +89 -0
- package/actionsOrganizationSecretRepository.js +86 -0
- package/actionsOrganizationSecretRepository.js.map +1 -0
- package/actionsOrganizationVariable.d.ts +4 -4
- package/actionsOrganizationVariable.js +19 -19
- package/actionsOrganizationVariable.js.map +1 -1
- package/actionsRepositoryAccessLevel.d.ts +5 -2
- package/actionsRepositoryAccessLevel.js +13 -10
- package/actionsRepositoryAccessLevel.js.map +1 -1
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +3 -3
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js +13 -13
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/actionsRepositoryPermissions.d.ts +2 -2
- package/actionsRepositoryPermissions.js +13 -13
- package/actionsRepositoryPermissions.js.map +1 -1
- package/actionsRunnerGroup.d.ts +5 -4
- package/actionsRunnerGroup.js +25 -24
- package/actionsRunnerGroup.js.map +1 -1
- package/actionsSecret.d.ts +6 -21
- package/actionsSecret.js +19 -35
- package/actionsSecret.js.map +1 -1
- package/actionsVariable.d.ts +3 -3
- package/actionsVariable.js +16 -16
- package/actionsVariable.js.map +1 -1
- package/appInstallationRepositories.d.ts +3 -2
- package/appInstallationRepositories.js +11 -10
- package/appInstallationRepositories.js.map +1 -1
- package/appInstallationRepository.d.ts +5 -4
- package/appInstallationRepository.js +14 -13
- package/appInstallationRepository.js.map +1 -1
- package/branch.d.ts +11 -6
- package/branch.js +23 -22
- package/branch.js.map +1 -1
- package/branchDefault.d.ts +4 -1
- package/branchDefault.js +15 -13
- package/branchDefault.js.map +1 -1
- package/branchProtection.d.ts +9 -9
- package/branchProtection.js +39 -39
- package/branchProtection.js.map +1 -1
- package/branchProtectionV3.d.ts +58 -1
- package/branchProtectionV3.js +79 -22
- package/branchProtectionV3.js.map +1 -1
- package/codespacesOrganizationSecret.d.ts +2 -39
- package/codespacesOrganizationSecret.js +18 -55
- package/codespacesOrganizationSecret.js.map +1 -1
- package/codespacesOrganizationSecretRepositories.d.ts +2 -2
- package/codespacesOrganizationSecretRepositories.js +10 -10
- package/codespacesOrganizationSecretRepositories.js.map +1 -1
- package/codespacesSecret.d.ts +3 -21
- package/codespacesSecret.js +17 -35
- package/codespacesSecret.js.map +1 -1
- package/codespacesUserSecret.d.ts +2 -21
- package/codespacesUserSecret.js +15 -34
- package/codespacesUserSecret.js.map +1 -1
- package/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +8 -9
- package/config/vars.js +9 -5
- package/config/vars.js.map +1 -1
- package/dependabotOrganizationSecret.d.ts +2 -39
- package/dependabotOrganizationSecret.js +18 -55
- package/dependabotOrganizationSecret.js.map +1 -1
- package/dependabotOrganizationSecretRepositories.d.ts +3 -3
- package/dependabotOrganizationSecretRepositories.js +11 -11
- package/dependabotOrganizationSecretRepositories.js.map +1 -1
- package/dependabotSecret.d.ts +3 -21
- package/dependabotSecret.js +17 -35
- package/dependabotSecret.js.map +1 -1
- package/emuGroupMapping.d.ts +3 -4
- package/emuGroupMapping.js +12 -13
- package/emuGroupMapping.js.map +1 -1
- package/enterpriseActionsPermissions.d.ts +137 -0
- package/enterpriseActionsPermissions.js +102 -0
- package/enterpriseActionsPermissions.js.map +1 -0
- package/enterpriseActionsRunnerGroup.d.ts +190 -0
- package/enterpriseActionsRunnerGroup.js +113 -0
- package/enterpriseActionsRunnerGroup.js.map +1 -0
- package/enterpriseActionsWorkflowPermissions.d.ts +113 -0
- package/enterpriseActionsWorkflowPermissions.js +97 -0
- package/enterpriseActionsWorkflowPermissions.js.map +1 -0
- package/enterpriseOrganization.d.ts +11 -2
- package/enterpriseOrganization.js +22 -19
- package/enterpriseOrganization.js.map +1 -1
- package/enterpriseSecurityAnalysisSettings.d.ts +162 -0
- package/enterpriseSecurityAnalysisSettings.js +116 -0
- package/enterpriseSecurityAnalysisSettings.js.map +1 -0
- package/getActionsEnvironmentPublicKey.d.ts +80 -0
- package/getActionsEnvironmentPublicKey.js +56 -0
- package/getActionsEnvironmentPublicKey.js.map +1 -0
- package/getActionsEnvironmentSecrets.d.ts +3 -3
- package/getActionsEnvironmentSecrets.js +9 -4
- package/getActionsEnvironmentSecrets.js.map +1 -1
- package/getActionsEnvironmentVariables.d.ts +3 -3
- package/getActionsEnvironmentVariables.js +9 -4
- package/getActionsEnvironmentVariables.js.map +1 -1
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js +3 -2
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/getActionsOrganizationPublicKey.d.ts +1 -1
- package/getActionsOrganizationPublicKey.js +3 -2
- package/getActionsOrganizationPublicKey.js.map +1 -1
- package/getActionsOrganizationRegistrationToken.d.ts +1 -1
- package/getActionsOrganizationRegistrationToken.js +3 -2
- package/getActionsOrganizationRegistrationToken.js.map +1 -1
- package/getActionsOrganizationSecrets.d.ts +1 -1
- package/getActionsOrganizationSecrets.js +3 -2
- package/getActionsOrganizationSecrets.js.map +1 -1
- package/getActionsOrganizationVariables.d.ts +1 -1
- package/getActionsOrganizationVariables.js +3 -2
- package/getActionsOrganizationVariables.js.map +1 -1
- package/getActionsPublicKey.d.ts +1 -1
- package/getActionsPublicKey.js +5 -2
- package/getActionsPublicKey.js.map +1 -1
- package/getActionsRegistrationToken.d.ts +1 -1
- package/getActionsRegistrationToken.js +5 -2
- package/getActionsRegistrationToken.js.map +1 -1
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js +5 -2
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/getActionsSecrets.d.ts +1 -1
- package/getActionsSecrets.js +7 -2
- package/getActionsSecrets.js.map +1 -1
- package/getActionsVariables.d.ts +1 -1
- package/getActionsVariables.js +7 -2
- package/getActionsVariables.js.map +1 -1
- package/getAppToken.d.ts +13 -9
- package/getAppToken.js +19 -10
- package/getAppToken.js.map +1 -1
- package/getBranch.d.ts +3 -3
- package/getBranch.js +8 -4
- package/getBranch.js.map +1 -1
- package/getBranchProtectionRules.d.ts +1 -1
- package/getBranchProtectionRules.js +5 -2
- package/getBranchProtectionRules.js.map +1 -1
- package/getCodespacesOrganizationPublicKey.d.ts +1 -1
- package/getCodespacesOrganizationPublicKey.js +3 -2
- package/getCodespacesOrganizationPublicKey.js.map +1 -1
- package/getCodespacesOrganizationSecrets.d.ts +1 -1
- package/getCodespacesOrganizationSecrets.js +3 -2
- package/getCodespacesOrganizationSecrets.js.map +1 -1
- package/getCodespacesPublicKey.d.ts +1 -1
- package/getCodespacesPublicKey.js +5 -2
- package/getCodespacesPublicKey.js.map +1 -1
- package/getCodespacesSecrets.d.ts +1 -1
- package/getCodespacesSecrets.js +7 -2
- package/getCodespacesSecrets.js.map +1 -1
- package/getCodespacesUserPublicKey.d.ts +1 -1
- package/getCodespacesUserPublicKey.js +3 -2
- package/getCodespacesUserPublicKey.js.map +1 -1
- package/getCodespacesUserSecrets.d.ts +1 -1
- package/getCodespacesUserSecrets.js +3 -2
- package/getCodespacesUserSecrets.js.map +1 -1
- package/getCollaborators.d.ts +13 -1
- package/getCollaborators.js +9 -2
- package/getCollaborators.js.map +1 -1
- package/getDependabotOrganizationPublicKey.d.ts +1 -1
- package/getDependabotOrganizationPublicKey.js +3 -2
- package/getDependabotOrganizationPublicKey.js.map +1 -1
- package/getDependabotOrganizationSecrets.d.ts +1 -1
- package/getDependabotOrganizationSecrets.js +3 -2
- package/getDependabotOrganizationSecrets.js.map +1 -1
- package/getDependabotPublicKey.d.ts +1 -1
- package/getDependabotPublicKey.js +5 -2
- package/getDependabotPublicKey.js.map +1 -1
- package/getDependabotSecrets.d.ts +1 -1
- package/getDependabotSecrets.js +7 -2
- package/getDependabotSecrets.js.map +1 -1
- package/getEnterprise.d.ts +5 -1
- package/getEnterprise.js +5 -2
- package/getEnterprise.js.map +1 -1
- package/getExternalGroups.d.ts +1 -1
- package/getExternalGroups.js +3 -2
- package/getExternalGroups.js.map +1 -1
- package/getGithubApp.d.ts +1 -1
- package/getGithubApp.js +5 -2
- package/getGithubApp.js.map +1 -1
- package/getIpRanges.d.ts +1 -1
- package/getIpRanges.js +3 -2
- package/getIpRanges.js.map +1 -1
- package/getIssueLabels.d.ts +1 -1
- package/getIssueLabels.js +5 -2
- package/getIssueLabels.js.map +1 -1
- package/getMembership.d.ts +1 -1
- package/getMembership.js +6 -2
- package/getMembership.js.map +1 -1
- package/getOrganization.d.ts +14 -5
- package/getOrganization.js +8 -2
- package/getOrganization.js.map +1 -1
- package/getOrganizationCustomProperties.d.ts +134 -0
- package/getOrganizationCustomProperties.js +62 -0
- package/getOrganizationCustomProperties.js.map +1 -0
- package/getOrganizationCustomRole.d.ts +5 -1
- package/getOrganizationCustomRole.js +9 -2
- package/getOrganizationCustomRole.js.map +1 -1
- package/getOrganizationExternalIdentities.d.ts +1 -1
- package/getOrganizationExternalIdentities.js +3 -2
- package/getOrganizationExternalIdentities.js.map +1 -1
- package/getOrganizationIpAllowList.d.ts +1 -1
- package/getOrganizationIpAllowList.js +3 -2
- package/getOrganizationIpAllowList.js.map +1 -1
- package/getOrganizationRepositoryRole.d.ts +82 -0
- package/getOrganizationRepositoryRole.js +54 -0
- package/getOrganizationRepositoryRole.js.map +1 -0
- package/getOrganizationRepositoryRoles.d.ts +65 -0
- package/getOrganizationRepositoryRoles.js +66 -0
- package/getOrganizationRepositoryRoles.js.map +1 -0
- package/getOrganizationRole.d.ts +82 -0
- package/getOrganizationRole.js +50 -0
- package/getOrganizationRole.js.map +1 -0
- package/getOrganizationRoleTeams.d.ts +85 -0
- package/getOrganizationRoleTeams.js +68 -0
- package/getOrganizationRoleTeams.js.map +1 -0
- package/getOrganizationRoleUsers.d.ts +81 -0
- package/getOrganizationRoleUsers.js +64 -0
- package/getOrganizationRoleUsers.js.map +1 -0
- package/getOrganizationRoles.d.ts +63 -0
- package/getOrganizationRoles.js +64 -0
- package/getOrganizationRoles.js.map +1 -0
- package/getOrganizationSecurityManagers.d.ts +45 -0
- package/getOrganizationSecurityManagers.js +46 -0
- package/getOrganizationSecurityManagers.js.map +1 -0
- package/getOrganizationTeamSyncGroups.d.ts +1 -1
- package/getOrganizationTeamSyncGroups.js +3 -2
- package/getOrganizationTeamSyncGroups.js.map +1 -1
- package/getOrganizationTeams.d.ts +1 -1
- package/getOrganizationTeams.js +8 -2
- package/getOrganizationTeams.js.map +1 -1
- package/getOrganizationWebhooks.d.ts +1 -1
- package/getOrganizationWebhooks.js +3 -2
- package/getOrganizationWebhooks.js.map +1 -1
- package/getRef.d.ts +3 -3
- package/getRef.js +9 -4
- package/getRef.js.map +1 -1
- package/getRelease.d.ts +64 -2
- package/getRelease.js +71 -2
- package/getRelease.js.map +1 -1
- package/getRepositories.d.ts +3 -3
- package/getRepositories.js +10 -4
- package/getRepositories.js.map +1 -1
- package/getRepository.d.ts +3 -1
- package/getRepository.js +9 -2
- package/getRepository.js.map +1 -1
- package/getRepositoryAutolinkReferences.d.ts +1 -1
- package/getRepositoryAutolinkReferences.js +5 -2
- package/getRepositoryAutolinkReferences.js.map +1 -1
- package/getRepositoryBranches.d.ts +1 -1
- package/getRepositoryBranches.js +7 -2
- package/getRepositoryBranches.js.map +1 -1
- package/getRepositoryCustomProperties.d.ts +64 -0
- package/getRepositoryCustomProperties.js +50 -0
- package/getRepositoryCustomProperties.js.map +1 -0
- package/getRepositoryDeployKeys.d.ts +1 -1
- package/getRepositoryDeployKeys.js +5 -2
- package/getRepositoryDeployKeys.js.map +1 -1
- package/getRepositoryDeploymentBranchPolicies.d.ts +7 -3
- package/getRepositoryDeploymentBranchPolicies.js +12 -4
- package/getRepositoryDeploymentBranchPolicies.js.map +1 -1
- package/getRepositoryEnvironmentDeploymentPolicies.d.ts +75 -0
- package/getRepositoryEnvironmentDeploymentPolicies.js +54 -0
- package/getRepositoryEnvironmentDeploymentPolicies.js.map +1 -0
- package/getRepositoryEnvironments.d.ts +1 -1
- package/getRepositoryEnvironments.js +5 -2
- package/getRepositoryEnvironments.js.map +1 -1
- package/getRepositoryFile.d.ts +3 -3
- package/getRepositoryFile.js +9 -4
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryMilestone.d.ts +3 -3
- package/getRepositoryMilestone.js +9 -4
- package/getRepositoryMilestone.js.map +1 -1
- package/getRepositoryPullRequest.d.ts +1 -1
- package/getRepositoryPullRequest.js +7 -2
- package/getRepositoryPullRequest.js.map +1 -1
- package/getRepositoryPullRequests.d.ts +3 -3
- package/getRepositoryPullRequests.js +13 -4
- package/getRepositoryPullRequests.js.map +1 -1
- package/getRepositoryTeams.d.ts +1 -1
- package/getRepositoryTeams.js +7 -2
- package/getRepositoryTeams.js.map +1 -1
- package/getRepositoryWebhooks.d.ts +1 -1
- package/getRepositoryWebhooks.js +5 -2
- package/getRepositoryWebhooks.js.map +1 -1
- package/getRestApi.d.ts +1 -1
- package/getRestApi.js +5 -2
- package/getRestApi.js.map +1 -1
- package/getSshKeys.d.ts +1 -1
- package/getSshKeys.js +3 -2
- package/getSshKeys.js.map +1 -1
- package/getTeam.d.ts +5 -3
- package/getTeam.js +8 -2
- package/getTeam.js.map +1 -1
- package/getTree.d.ts +17 -17
- package/getTree.js +23 -18
- package/getTree.js.map +1 -1
- package/getUser.d.ts +5 -1
- package/getUser.js +9 -2
- package/getUser.js.map +1 -1
- package/getUserExternalIdentity.d.ts +1 -1
- package/getUserExternalIdentity.js +5 -2
- package/getUserExternalIdentity.js.map +1 -1
- package/getUsers.d.ts +3 -1
- package/getUsers.js +7 -2
- package/getUsers.js.map +1 -1
- package/index.d.ts +76 -6
- package/index.js +126 -13
- package/index.js.map +1 -1
- package/issue.d.ts +17 -10
- package/issue.js +36 -29
- package/issue.js.map +1 -1
- package/issueLabel.d.ts +20 -3
- package/issueLabel.js +34 -18
- package/issueLabel.js.map +1 -1
- package/issueLabels.d.ts +5 -16
- package/issueLabels.js +12 -23
- package/issueLabels.js.map +1 -1
- package/membership.d.ts +3 -3
- package/membership.js +13 -13
- package/membership.js.map +1 -1
- package/organizationBlock.d.ts +1 -1
- package/organizationBlock.js +7 -7
- package/organizationBlock.js.map +1 -1
- package/organizationCustomProperties.d.ts +199 -0
- package/organizationCustomProperties.js +143 -0
- package/organizationCustomProperties.js.map +1 -0
- package/organizationCustomRole.d.ts +7 -3
- package/organizationCustomRole.js +19 -15
- package/organizationCustomRole.js.map +1 -1
- package/organizationProject.d.ts +6 -1
- package/organizationProject.js +14 -9
- package/organizationProject.js.map +1 -1
- package/organizationRepositoryRole.d.ts +121 -0
- package/organizationRepositoryRole.js +92 -0
- package/organizationRepositoryRole.js.map +1 -0
- package/organizationRole.d.ts +121 -0
- package/organizationRole.js +89 -0
- package/organizationRole.js.map +1 -0
- package/organizationRoleTeam.d.ts +83 -0
- package/organizationRoleTeam.js +80 -0
- package/organizationRoleTeam.js.map +1 -0
- package/organizationRoleTeamAssignment.d.ts +94 -0
- package/organizationRoleTeamAssignment.js +91 -0
- package/organizationRoleTeamAssignment.js.map +1 -0
- package/organizationRoleUser.d.ts +83 -0
- package/organizationRoleUser.js +80 -0
- package/organizationRoleUser.js.map +1 -0
- package/organizationRuleset.d.ts +92 -3
- package/organizationRuleset.js +109 -20
- package/organizationRuleset.js.map +1 -1
- package/organizationSecurityManager.d.ts +10 -3
- package/organizationSecurityManager.js +15 -8
- package/organizationSecurityManager.js.map +1 -1
- package/organizationSettings.d.ts +18 -16
- package/organizationSettings.js +73 -71
- package/organizationSettings.js.map +1 -1
- package/organizationWebhook.d.ts +22 -3
- package/organizationWebhook.js +33 -14
- package/organizationWebhook.js.map +1 -1
- package/package.json +4 -3
- package/projectCard.d.ts +24 -10
- package/projectCard.js +37 -23
- package/projectCard.js.map +1 -1
- package/projectColumn.d.ts +10 -2
- package/projectColumn.js +19 -11
- package/projectColumn.js.map +1 -1
- package/provider.d.ts +24 -11
- package/provider.js +22 -14
- package/provider.js.map +1 -1
- package/release.d.ts +91 -6
- package/release.js +54 -29
- package/release.js.map +1 -1
- package/repository.d.ts +64 -11
- package/repository.js +110 -88
- package/repository.js.map +1 -1
- package/repositoryAutolinkReference.d.ts +1 -0
- package/repositoryAutolinkReference.js +15 -14
- package/repositoryAutolinkReference.js.map +1 -1
- package/repositoryCollaborator.d.ts +3 -28
- package/repositoryCollaborator.js +16 -41
- package/repositoryCollaborator.js.map +1 -1
- package/repositoryCollaborators.d.ts +28 -38
- package/repositoryCollaborators.js +19 -39
- package/repositoryCollaborators.js.map +1 -1
- package/repositoryCustomProperty.d.ts +115 -0
- package/repositoryCustomProperty.js +98 -0
- package/repositoryCustomProperty.js.map +1 -0
- package/repositoryDependabotSecurityUpdates.d.ts +5 -4
- package/repositoryDependabotSecurityUpdates.js +10 -9
- package/repositoryDependabotSecurityUpdates.js.map +1 -1
- package/repositoryDeployKey.d.ts +6 -16
- package/repositoryDeployKey.js +20 -30
- package/repositoryDeployKey.js.map +1 -1
- package/repositoryDeploymentBranchPolicy.d.ts +10 -1
- package/repositoryDeploymentBranchPolicy.js +18 -13
- package/repositoryDeploymentBranchPolicy.js.map +1 -1
- package/repositoryEnvironment.d.ts +7 -4
- package/repositoryEnvironment.js +25 -22
- package/repositoryEnvironment.js.map +1 -1
- package/repositoryEnvironmentDeploymentPolicy.d.ts +54 -11
- package/repositoryEnvironmentDeploymentPolicy.js +49 -19
- package/repositoryEnvironmentDeploymentPolicy.js.map +1 -1
- package/repositoryFile.d.ts +72 -13
- package/repositoryFile.js +63 -34
- package/repositoryFile.js.map +1 -1
- package/repositoryMilestone.d.ts +1 -1
- package/repositoryMilestone.js +19 -19
- package/repositoryMilestone.js.map +1 -1
- package/repositoryProject.d.ts +6 -1
- package/repositoryProject.js +17 -13
- package/repositoryProject.js.map +1 -1
- package/repositoryPullRequest.d.ts +2 -2
- package/repositoryPullRequest.js +31 -31
- package/repositoryPullRequest.js.map +1 -1
- package/repositoryRuleset.d.ts +50 -11
- package/repositoryRuleset.js +67 -25
- package/repositoryRuleset.js.map +1 -1
- package/repositoryTopics.d.ts +4 -4
- package/repositoryTopics.js +12 -12
- package/repositoryTopics.js.map +1 -1
- package/repositoryWebhook.d.ts +8 -8
- package/repositoryWebhook.js +20 -21
- package/repositoryWebhook.js.map +1 -1
- package/team.d.ts +2 -1
- package/team.js +24 -23
- package/team.js.map +1 -1
- package/teamMembers.d.ts +9 -10
- package/teamMembers.js +17 -18
- package/teamMembers.js.map +1 -1
- package/teamMembership.d.ts +7 -4
- package/teamMembership.js +18 -15
- package/teamMembership.js.map +1 -1
- package/teamRepository.d.ts +6 -19
- package/teamRepository.js +17 -30
- package/teamRepository.js.map +1 -1
- package/teamSettings.d.ts +8 -5
- package/teamSettings.js +17 -14
- package/teamSettings.js.map +1 -1
- package/teamSyncGroupMapping.d.ts +18 -1
- package/teamSyncGroupMapping.js +26 -9
- package/teamSyncGroupMapping.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +360 -74
- package/types/input.js +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +495 -84
- package/types/output.js +1 -1
- package/types/output.js.map +1 -1
- package/userGpgKey.d.ts +2 -3
- package/userGpgKey.js +9 -10
- package/userGpgKey.js.map +1 -1
- package/userInvitationAccepter.d.ts +5 -7
- package/userInvitationAccepter.js +11 -13
- package/userInvitationAccepter.js.map +1 -1
- package/userSshKey.d.ts +5 -3
- package/userSshKey.js +15 -13
- package/userSshKey.js.map +1 -1
- package/utilities.d.ts +0 -4
- package/utilities.js +20 -30
- package/utilities.js.map +1 -1
- package/workflowRepositoryPermissions.d.ts +98 -0
- package/workflowRepositoryPermissions.js +82 -0
- package/workflowRepositoryPermissions.js.map +1 -0
- package/package.json.bak +0 -27
- package/repositoryTagProtection.d.ts +0 -93
- package/repositoryTagProtection.js +0 -84
- package/repositoryTagProtection.js.map +0 -1
package/getTeam.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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
5
|
exports.getTeamOutput = exports.getTeam = void 0;
|
|
@@ -44,7 +44,13 @@ exports.getTeam = getTeam;
|
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
46
|
function getTeamOutput(args, opts) {
|
|
47
|
-
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invokeOutput("github:index/getTeam:getTeam", {
|
|
49
|
+
"membershipType": args.membershipType,
|
|
50
|
+
"resultsPerPage": args.resultsPerPage,
|
|
51
|
+
"slug": args.slug,
|
|
52
|
+
"summaryOnly": args.summaryOnly,
|
|
53
|
+
}, opts);
|
|
48
54
|
}
|
|
49
55
|
exports.getTeamOutput = getTeamOutput;
|
|
50
56
|
//# sourceMappingURL=getTeam.js.map
|
package/getTeam.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AAuED;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sCAQC"}
|
package/getTree.d.ts
CHANGED
|
@@ -9,19 +9,19 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as github from "@pulumi/github";
|
|
11
11
|
*
|
|
12
|
-
* const
|
|
12
|
+
* const _this = github.getRepository({
|
|
13
13
|
* name: "example",
|
|
14
14
|
* });
|
|
15
|
-
* const
|
|
16
|
-
* branch:
|
|
17
|
-
* repository:
|
|
15
|
+
* const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
|
|
16
|
+
* branch: _this.defaultBranch,
|
|
17
|
+
* repository: _this1.name,
|
|
18
18
|
* }));
|
|
19
|
-
* const
|
|
19
|
+
* const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
|
|
20
20
|
* recursive: false,
|
|
21
|
-
* repository:
|
|
22
|
-
* treeSha:
|
|
21
|
+
* repository: _this.name,
|
|
22
|
+
* treeSha: thisGetBranch.sha,
|
|
23
23
|
* }));
|
|
24
|
-
* export const entries =
|
|
24
|
+
* export const entries = thisGetTree.then(thisGetTree => thisGetTree.entries);
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export declare function getTree(args: GetTreeArgs, opts?: pulumi.InvokeOptions): Promise<GetTreeResult>;
|
|
@@ -67,22 +67,22 @@ export interface GetTreeResult {
|
|
|
67
67
|
* import * as pulumi from "@pulumi/pulumi";
|
|
68
68
|
* import * as github from "@pulumi/github";
|
|
69
69
|
*
|
|
70
|
-
* const
|
|
70
|
+
* const _this = github.getRepository({
|
|
71
71
|
* name: "example",
|
|
72
72
|
* });
|
|
73
|
-
* const
|
|
74
|
-
* branch:
|
|
75
|
-
* repository:
|
|
73
|
+
* const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
|
|
74
|
+
* branch: _this.defaultBranch,
|
|
75
|
+
* repository: _this1.name,
|
|
76
76
|
* }));
|
|
77
|
-
* const
|
|
77
|
+
* const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
|
|
78
78
|
* recursive: false,
|
|
79
|
-
* repository:
|
|
80
|
-
* treeSha:
|
|
79
|
+
* repository: _this.name,
|
|
80
|
+
* treeSha: thisGetBranch.sha,
|
|
81
81
|
* }));
|
|
82
|
-
* export const entries =
|
|
82
|
+
* export const entries = thisGetTree.then(thisGetTree => thisGetTree.entries);
|
|
83
83
|
* ```
|
|
84
84
|
*/
|
|
85
|
-
export declare function getTreeOutput(args: GetTreeOutputArgs, opts?: pulumi.
|
|
85
|
+
export declare function getTreeOutput(args: GetTreeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTreeResult>;
|
|
86
86
|
/**
|
|
87
87
|
* A collection of arguments for invoking getTree.
|
|
88
88
|
*/
|
package/getTree.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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
5
|
exports.getTreeOutput = exports.getTree = void 0;
|
|
@@ -14,19 +14,19 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as github from "@pulumi/github";
|
|
16
16
|
*
|
|
17
|
-
* const
|
|
17
|
+
* const _this = github.getRepository({
|
|
18
18
|
* name: "example",
|
|
19
19
|
* });
|
|
20
|
-
* const
|
|
21
|
-
* branch:
|
|
22
|
-
* repository:
|
|
20
|
+
* const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
|
|
21
|
+
* branch: _this.defaultBranch,
|
|
22
|
+
* repository: _this1.name,
|
|
23
23
|
* }));
|
|
24
|
-
* const
|
|
24
|
+
* const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
|
|
25
25
|
* recursive: false,
|
|
26
|
-
* repository:
|
|
27
|
-
* treeSha:
|
|
26
|
+
* repository: _this.name,
|
|
27
|
+
* treeSha: thisGetBranch.sha,
|
|
28
28
|
* }));
|
|
29
|
-
* export const entries =
|
|
29
|
+
* export const entries = thisGetTree.then(thisGetTree => thisGetTree.entries);
|
|
30
30
|
* ```
|
|
31
31
|
*/
|
|
32
32
|
function getTree(args, opts) {
|
|
@@ -47,23 +47,28 @@ exports.getTree = getTree;
|
|
|
47
47
|
* import * as pulumi from "@pulumi/pulumi";
|
|
48
48
|
* import * as github from "@pulumi/github";
|
|
49
49
|
*
|
|
50
|
-
* const
|
|
50
|
+
* const _this = github.getRepository({
|
|
51
51
|
* name: "example",
|
|
52
52
|
* });
|
|
53
|
-
* const
|
|
54
|
-
* branch:
|
|
55
|
-
* repository:
|
|
53
|
+
* const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
|
|
54
|
+
* branch: _this.defaultBranch,
|
|
55
|
+
* repository: _this1.name,
|
|
56
56
|
* }));
|
|
57
|
-
* const
|
|
57
|
+
* const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
|
|
58
58
|
* recursive: false,
|
|
59
|
-
* repository:
|
|
60
|
-
* treeSha:
|
|
59
|
+
* repository: _this.name,
|
|
60
|
+
* treeSha: thisGetBranch.sha,
|
|
61
61
|
* }));
|
|
62
|
-
* export const entries =
|
|
62
|
+
* export const entries = thisGetTree.then(thisGetTree => thisGetTree.entries);
|
|
63
63
|
* ```
|
|
64
64
|
*/
|
|
65
65
|
function getTreeOutput(args, opts) {
|
|
66
|
-
|
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
67
|
+
return pulumi.runtime.invokeOutput("github:index/getTree:getTree", {
|
|
68
|
+
"recursive": args.recursive,
|
|
69
|
+
"repository": args.repository,
|
|
70
|
+
"treeSha": args.treeSha,
|
|
71
|
+
}, opts);
|
|
67
72
|
}
|
|
68
73
|
exports.getTreeOutput = getTreeOutput;
|
|
69
74
|
//# sourceMappingURL=getTree.js.map
|
package/getTree.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTree.js","sourceRoot":"","sources":["../getTree.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getTree.js","sourceRoot":"","sources":["../getTree.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;AAoCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC"}
|
package/getUser.d.ts
CHANGED
|
@@ -8,9 +8,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as github from "@pulumi/github";
|
|
10
10
|
*
|
|
11
|
+
* // Retrieve information about a GitHub user.
|
|
11
12
|
* const example = github.getUser({
|
|
12
13
|
* username: "example",
|
|
13
14
|
* });
|
|
15
|
+
* // Retrieve information about the currently authenticated user.
|
|
14
16
|
* const current = github.getUser({
|
|
15
17
|
* username: "",
|
|
16
18
|
* });
|
|
@@ -126,16 +128,18 @@ export interface GetUserResult {
|
|
|
126
128
|
* import * as pulumi from "@pulumi/pulumi";
|
|
127
129
|
* import * as github from "@pulumi/github";
|
|
128
130
|
*
|
|
131
|
+
* // Retrieve information about a GitHub user.
|
|
129
132
|
* const example = github.getUser({
|
|
130
133
|
* username: "example",
|
|
131
134
|
* });
|
|
135
|
+
* // Retrieve information about the currently authenticated user.
|
|
132
136
|
* const current = github.getUser({
|
|
133
137
|
* username: "",
|
|
134
138
|
* });
|
|
135
139
|
* export const currentGithubLogin = current.then(current => current.login);
|
|
136
140
|
* ```
|
|
137
141
|
*/
|
|
138
|
-
export declare function getUserOutput(args: GetUserOutputArgs, opts?: pulumi.
|
|
142
|
+
export declare function getUserOutput(args: GetUserOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUserResult>;
|
|
139
143
|
/**
|
|
140
144
|
* A collection of arguments for invoking getUser.
|
|
141
145
|
*/
|
package/getUser.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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
5
|
exports.getUserOutput = exports.getUser = void 0;
|
|
@@ -14,9 +14,11 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as github from "@pulumi/github";
|
|
16
16
|
*
|
|
17
|
+
* // Retrieve information about a GitHub user.
|
|
17
18
|
* const example = github.getUser({
|
|
18
19
|
* username: "example",
|
|
19
20
|
* });
|
|
21
|
+
* // Retrieve information about the currently authenticated user.
|
|
20
22
|
* const current = github.getUser({
|
|
21
23
|
* username: "",
|
|
22
24
|
* });
|
|
@@ -39,9 +41,11 @@ exports.getUser = getUser;
|
|
|
39
41
|
* import * as pulumi from "@pulumi/pulumi";
|
|
40
42
|
* import * as github from "@pulumi/github";
|
|
41
43
|
*
|
|
44
|
+
* // Retrieve information about a GitHub user.
|
|
42
45
|
* const example = github.getUser({
|
|
43
46
|
* username: "example",
|
|
44
47
|
* });
|
|
48
|
+
* // Retrieve information about the currently authenticated user.
|
|
45
49
|
* const current = github.getUser({
|
|
46
50
|
* username: "",
|
|
47
51
|
* });
|
|
@@ -49,7 +53,10 @@ exports.getUser = getUser;
|
|
|
49
53
|
* ```
|
|
50
54
|
*/
|
|
51
55
|
function getUserOutput(args, opts) {
|
|
52
|
-
|
|
56
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
|
+
return pulumi.runtime.invokeOutput("github:index/getUser:getUser", {
|
|
58
|
+
"username": args.username,
|
|
59
|
+
}, opts);
|
|
53
60
|
}
|
|
54
61
|
exports.getUserOutput = getUserOutput;
|
|
55
62
|
//# sourceMappingURL=getUser.js.map
|
package/getUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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;AALD,0BAKC;AAsGD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -70,7 +70,7 @@ export interface GetUserExternalIdentityResult {
|
|
|
70
70
|
* });
|
|
71
71
|
* ```
|
|
72
72
|
*/
|
|
73
|
-
export declare function getUserExternalIdentityOutput(args: GetUserExternalIdentityOutputArgs, opts?: pulumi.
|
|
73
|
+
export declare function getUserExternalIdentityOutput(args: GetUserExternalIdentityOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUserExternalIdentityResult>;
|
|
74
74
|
/**
|
|
75
75
|
* A collection of arguments for invoking getUserExternalIdentity.
|
|
76
76
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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
5
|
exports.getUserExternalIdentityOutput = exports.getUserExternalIdentity = void 0;
|
|
@@ -43,7 +43,10 @@ exports.getUserExternalIdentity = getUserExternalIdentity;
|
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
function getUserExternalIdentityOutput(args, opts) {
|
|
46
|
-
|
|
46
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
+
return pulumi.runtime.invokeOutput("github:index/getUserExternalIdentity:getUserExternalIdentity", {
|
|
48
|
+
"username": args.username,
|
|
49
|
+
}, opts);
|
|
47
50
|
}
|
|
48
51
|
exports.getUserExternalIdentityOutput = getUserExternalIdentityOutput;
|
|
49
52
|
//# sourceMappingURL=getUserExternalIdentity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserExternalIdentity.js","sourceRoot":"","sources":["../getUserExternalIdentity.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getUserExternalIdentity.js","sourceRoot":"","sources":["../getUserExternalIdentity.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAuCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
|
package/getUsers.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as github from "@pulumi/github";
|
|
10
10
|
*
|
|
11
|
+
* // Retrieve information about multiple GitHub users.
|
|
11
12
|
* const example = github.getUsers({
|
|
12
13
|
* usernames: [
|
|
13
14
|
* "example1",
|
|
@@ -64,6 +65,7 @@ export interface GetUsersResult {
|
|
|
64
65
|
* import * as pulumi from "@pulumi/pulumi";
|
|
65
66
|
* import * as github from "@pulumi/github";
|
|
66
67
|
*
|
|
68
|
+
* // Retrieve information about multiple GitHub users.
|
|
67
69
|
* const example = github.getUsers({
|
|
68
70
|
* usernames: [
|
|
69
71
|
* "example1",
|
|
@@ -75,7 +77,7 @@ export interface GetUsersResult {
|
|
|
75
77
|
* export const invalidUsers = example.then(example => example.unknownLogins);
|
|
76
78
|
* ```
|
|
77
79
|
*/
|
|
78
|
-
export declare function getUsersOutput(args: GetUsersOutputArgs, opts?: pulumi.
|
|
80
|
+
export declare function getUsersOutput(args: GetUsersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUsersResult>;
|
|
79
81
|
/**
|
|
80
82
|
* A collection of arguments for invoking getUsers.
|
|
81
83
|
*/
|
package/getUsers.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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
5
|
exports.getUsersOutput = exports.getUsers = void 0;
|
|
@@ -14,6 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as github from "@pulumi/github";
|
|
16
16
|
*
|
|
17
|
+
* // Retrieve information about multiple GitHub users.
|
|
17
18
|
* const example = github.getUsers({
|
|
18
19
|
* usernames: [
|
|
19
20
|
* "example1",
|
|
@@ -41,6 +42,7 @@ exports.getUsers = getUsers;
|
|
|
41
42
|
* import * as pulumi from "@pulumi/pulumi";
|
|
42
43
|
* import * as github from "@pulumi/github";
|
|
43
44
|
*
|
|
45
|
+
* // Retrieve information about multiple GitHub users.
|
|
44
46
|
* const example = github.getUsers({
|
|
45
47
|
* usernames: [
|
|
46
48
|
* "example1",
|
|
@@ -53,7 +55,10 @@ exports.getUsers = getUsers;
|
|
|
53
55
|
* ```
|
|
54
56
|
*/
|
|
55
57
|
function getUsersOutput(args, opts) {
|
|
56
|
-
|
|
58
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
59
|
+
return pulumi.runtime.invokeOutput("github:index/getUsers:getUsers", {
|
|
60
|
+
"usernames": args.usernames,
|
|
61
|
+
}, opts);
|
|
57
62
|
}
|
|
58
63
|
exports.getUsersOutput = getUsersOutput;
|
|
59
64
|
//# sourceMappingURL=getUsers.js.map
|
package/getUsers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../getUsers.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,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;AALD,4BAKC;AAsCD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
package/index.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ export declare const ActionsEnvironmentSecret: typeof import("./actionsEnvironme
|
|
|
4
4
|
export { ActionsEnvironmentVariableArgs, ActionsEnvironmentVariableState } from "./actionsEnvironmentVariable";
|
|
5
5
|
export type ActionsEnvironmentVariable = import("./actionsEnvironmentVariable").ActionsEnvironmentVariable;
|
|
6
6
|
export declare const ActionsEnvironmentVariable: typeof import("./actionsEnvironmentVariable").ActionsEnvironmentVariable;
|
|
7
|
+
export { ActionsHostedRunnerArgs, ActionsHostedRunnerState } from "./actionsHostedRunner";
|
|
8
|
+
export type ActionsHostedRunner = import("./actionsHostedRunner").ActionsHostedRunner;
|
|
9
|
+
export declare const ActionsHostedRunner: typeof import("./actionsHostedRunner").ActionsHostedRunner;
|
|
7
10
|
export { ActionsOrganizationOidcSubjectClaimCustomizationTemplateArgs, ActionsOrganizationOidcSubjectClaimCustomizationTemplateState } from "./actionsOrganizationOidcSubjectClaimCustomizationTemplate";
|
|
8
11
|
export type ActionsOrganizationOidcSubjectClaimCustomizationTemplate = import("./actionsOrganizationOidcSubjectClaimCustomizationTemplate").ActionsOrganizationOidcSubjectClaimCustomizationTemplate;
|
|
9
12
|
export declare const ActionsOrganizationOidcSubjectClaimCustomizationTemplate: typeof import("./actionsOrganizationOidcSubjectClaimCustomizationTemplate").ActionsOrganizationOidcSubjectClaimCustomizationTemplate;
|
|
@@ -16,6 +19,9 @@ export declare const ActionsOrganizationSecret: typeof import("./actionsOrganiza
|
|
|
16
19
|
export { ActionsOrganizationSecretRepositoriesArgs, ActionsOrganizationSecretRepositoriesState } from "./actionsOrganizationSecretRepositories";
|
|
17
20
|
export type ActionsOrganizationSecretRepositories = import("./actionsOrganizationSecretRepositories").ActionsOrganizationSecretRepositories;
|
|
18
21
|
export declare const ActionsOrganizationSecretRepositories: typeof import("./actionsOrganizationSecretRepositories").ActionsOrganizationSecretRepositories;
|
|
22
|
+
export { ActionsOrganizationSecretRepositoryArgs, ActionsOrganizationSecretRepositoryState } from "./actionsOrganizationSecretRepository";
|
|
23
|
+
export type ActionsOrganizationSecretRepository = import("./actionsOrganizationSecretRepository").ActionsOrganizationSecretRepository;
|
|
24
|
+
export declare const ActionsOrganizationSecretRepository: typeof import("./actionsOrganizationSecretRepository").ActionsOrganizationSecretRepository;
|
|
19
25
|
export { ActionsOrganizationVariableArgs, ActionsOrganizationVariableState } from "./actionsOrganizationVariable";
|
|
20
26
|
export type ActionsOrganizationVariable = import("./actionsOrganizationVariable").ActionsOrganizationVariable;
|
|
21
27
|
export declare const ActionsOrganizationVariable: typeof import("./actionsOrganizationVariable").ActionsOrganizationVariable;
|
|
@@ -79,9 +85,24 @@ export declare const DependabotSecret: typeof import("./dependabotSecret").Depen
|
|
|
79
85
|
export { EmuGroupMappingArgs, EmuGroupMappingState } from "./emuGroupMapping";
|
|
80
86
|
export type EmuGroupMapping = import("./emuGroupMapping").EmuGroupMapping;
|
|
81
87
|
export declare const EmuGroupMapping: typeof import("./emuGroupMapping").EmuGroupMapping;
|
|
88
|
+
export { EnterpriseActionsPermissionsArgs, EnterpriseActionsPermissionsState } from "./enterpriseActionsPermissions";
|
|
89
|
+
export type EnterpriseActionsPermissions = import("./enterpriseActionsPermissions").EnterpriseActionsPermissions;
|
|
90
|
+
export declare const EnterpriseActionsPermissions: typeof import("./enterpriseActionsPermissions").EnterpriseActionsPermissions;
|
|
91
|
+
export { EnterpriseActionsRunnerGroupArgs, EnterpriseActionsRunnerGroupState } from "./enterpriseActionsRunnerGroup";
|
|
92
|
+
export type EnterpriseActionsRunnerGroup = import("./enterpriseActionsRunnerGroup").EnterpriseActionsRunnerGroup;
|
|
93
|
+
export declare const EnterpriseActionsRunnerGroup: typeof import("./enterpriseActionsRunnerGroup").EnterpriseActionsRunnerGroup;
|
|
94
|
+
export { EnterpriseActionsWorkflowPermissionsArgs, EnterpriseActionsWorkflowPermissionsState } from "./enterpriseActionsWorkflowPermissions";
|
|
95
|
+
export type EnterpriseActionsWorkflowPermissions = import("./enterpriseActionsWorkflowPermissions").EnterpriseActionsWorkflowPermissions;
|
|
96
|
+
export declare const EnterpriseActionsWorkflowPermissions: typeof import("./enterpriseActionsWorkflowPermissions").EnterpriseActionsWorkflowPermissions;
|
|
82
97
|
export { EnterpriseOrganizationArgs, EnterpriseOrganizationState } from "./enterpriseOrganization";
|
|
83
98
|
export type EnterpriseOrganization = import("./enterpriseOrganization").EnterpriseOrganization;
|
|
84
99
|
export declare const EnterpriseOrganization: typeof import("./enterpriseOrganization").EnterpriseOrganization;
|
|
100
|
+
export { EnterpriseSecurityAnalysisSettingsArgs, EnterpriseSecurityAnalysisSettingsState } from "./enterpriseSecurityAnalysisSettings";
|
|
101
|
+
export type EnterpriseSecurityAnalysisSettings = import("./enterpriseSecurityAnalysisSettings").EnterpriseSecurityAnalysisSettings;
|
|
102
|
+
export declare const EnterpriseSecurityAnalysisSettings: typeof import("./enterpriseSecurityAnalysisSettings").EnterpriseSecurityAnalysisSettings;
|
|
103
|
+
export { GetActionsEnvironmentPublicKeyArgs, GetActionsEnvironmentPublicKeyResult, GetActionsEnvironmentPublicKeyOutputArgs } from "./getActionsEnvironmentPublicKey";
|
|
104
|
+
export declare const getActionsEnvironmentPublicKey: typeof import("./getActionsEnvironmentPublicKey").getActionsEnvironmentPublicKey;
|
|
105
|
+
export declare const getActionsEnvironmentPublicKeyOutput: typeof import("./getActionsEnvironmentPublicKey").getActionsEnvironmentPublicKeyOutput;
|
|
85
106
|
export { GetActionsEnvironmentSecretsArgs, GetActionsEnvironmentSecretsResult, GetActionsEnvironmentSecretsOutputArgs } from "./getActionsEnvironmentSecrets";
|
|
86
107
|
export declare const getActionsEnvironmentSecrets: typeof import("./getActionsEnvironmentSecrets").getActionsEnvironmentSecrets;
|
|
87
108
|
export declare const getActionsEnvironmentSecretsOutput: typeof import("./getActionsEnvironmentSecrets").getActionsEnvironmentSecretsOutput;
|
|
@@ -181,6 +202,9 @@ export declare const getMembershipOutput: typeof import("./getMembership").getMe
|
|
|
181
202
|
export { GetOrganizationArgs, GetOrganizationResult, GetOrganizationOutputArgs } from "./getOrganization";
|
|
182
203
|
export declare const getOrganization: typeof import("./getOrganization").getOrganization;
|
|
183
204
|
export declare const getOrganizationOutput: typeof import("./getOrganization").getOrganizationOutput;
|
|
205
|
+
export { GetOrganizationCustomPropertiesArgs, GetOrganizationCustomPropertiesResult, GetOrganizationCustomPropertiesOutputArgs } from "./getOrganizationCustomProperties";
|
|
206
|
+
export declare const getOrganizationCustomProperties: typeof import("./getOrganizationCustomProperties").getOrganizationCustomProperties;
|
|
207
|
+
export declare const getOrganizationCustomPropertiesOutput: typeof import("./getOrganizationCustomProperties").getOrganizationCustomPropertiesOutput;
|
|
184
208
|
export { GetOrganizationCustomRoleArgs, GetOrganizationCustomRoleResult, GetOrganizationCustomRoleOutputArgs } from "./getOrganizationCustomRole";
|
|
185
209
|
export declare const getOrganizationCustomRole: typeof import("./getOrganizationCustomRole").getOrganizationCustomRole;
|
|
186
210
|
export declare const getOrganizationCustomRoleOutput: typeof import("./getOrganizationCustomRole").getOrganizationCustomRoleOutput;
|
|
@@ -190,6 +214,27 @@ export declare const getOrganizationExternalIdentitiesOutput: typeof import("./g
|
|
|
190
214
|
export { GetOrganizationIpAllowListResult } from "./getOrganizationIpAllowList";
|
|
191
215
|
export declare const getOrganizationIpAllowList: typeof import("./getOrganizationIpAllowList").getOrganizationIpAllowList;
|
|
192
216
|
export declare const getOrganizationIpAllowListOutput: typeof import("./getOrganizationIpAllowList").getOrganizationIpAllowListOutput;
|
|
217
|
+
export { GetOrganizationRepositoryRoleArgs, GetOrganizationRepositoryRoleResult, GetOrganizationRepositoryRoleOutputArgs } from "./getOrganizationRepositoryRole";
|
|
218
|
+
export declare const getOrganizationRepositoryRole: typeof import("./getOrganizationRepositoryRole").getOrganizationRepositoryRole;
|
|
219
|
+
export declare const getOrganizationRepositoryRoleOutput: typeof import("./getOrganizationRepositoryRole").getOrganizationRepositoryRoleOutput;
|
|
220
|
+
export { GetOrganizationRepositoryRolesResult } from "./getOrganizationRepositoryRoles";
|
|
221
|
+
export declare const getOrganizationRepositoryRoles: typeof import("./getOrganizationRepositoryRoles").getOrganizationRepositoryRoles;
|
|
222
|
+
export declare const getOrganizationRepositoryRolesOutput: typeof import("./getOrganizationRepositoryRoles").getOrganizationRepositoryRolesOutput;
|
|
223
|
+
export { GetOrganizationRoleArgs, GetOrganizationRoleResult, GetOrganizationRoleOutputArgs } from "./getOrganizationRole";
|
|
224
|
+
export declare const getOrganizationRole: typeof import("./getOrganizationRole").getOrganizationRole;
|
|
225
|
+
export declare const getOrganizationRoleOutput: typeof import("./getOrganizationRole").getOrganizationRoleOutput;
|
|
226
|
+
export { GetOrganizationRoleTeamsArgs, GetOrganizationRoleTeamsResult, GetOrganizationRoleTeamsOutputArgs } from "./getOrganizationRoleTeams";
|
|
227
|
+
export declare const getOrganizationRoleTeams: typeof import("./getOrganizationRoleTeams").getOrganizationRoleTeams;
|
|
228
|
+
export declare const getOrganizationRoleTeamsOutput: typeof import("./getOrganizationRoleTeams").getOrganizationRoleTeamsOutput;
|
|
229
|
+
export { GetOrganizationRoleUsersArgs, GetOrganizationRoleUsersResult, GetOrganizationRoleUsersOutputArgs } from "./getOrganizationRoleUsers";
|
|
230
|
+
export declare const getOrganizationRoleUsers: typeof import("./getOrganizationRoleUsers").getOrganizationRoleUsers;
|
|
231
|
+
export declare const getOrganizationRoleUsersOutput: typeof import("./getOrganizationRoleUsers").getOrganizationRoleUsersOutput;
|
|
232
|
+
export { GetOrganizationRolesResult } from "./getOrganizationRoles";
|
|
233
|
+
export declare const getOrganizationRoles: typeof import("./getOrganizationRoles").getOrganizationRoles;
|
|
234
|
+
export declare const getOrganizationRolesOutput: typeof import("./getOrganizationRoles").getOrganizationRolesOutput;
|
|
235
|
+
export { GetOrganizationSecurityManagersResult } from "./getOrganizationSecurityManagers";
|
|
236
|
+
export declare const getOrganizationSecurityManagers: typeof import("./getOrganizationSecurityManagers").getOrganizationSecurityManagers;
|
|
237
|
+
export declare const getOrganizationSecurityManagersOutput: typeof import("./getOrganizationSecurityManagers").getOrganizationSecurityManagersOutput;
|
|
193
238
|
export { GetOrganizationTeamSyncGroupsResult } from "./getOrganizationTeamSyncGroups";
|
|
194
239
|
export declare const getOrganizationTeamSyncGroups: typeof import("./getOrganizationTeamSyncGroups").getOrganizationTeamSyncGroups;
|
|
195
240
|
export declare const getOrganizationTeamSyncGroupsOutput: typeof import("./getOrganizationTeamSyncGroups").getOrganizationTeamSyncGroupsOutput;
|
|
@@ -217,12 +262,18 @@ export declare const getRepositoryAutolinkReferencesOutput: typeof import("./get
|
|
|
217
262
|
export { GetRepositoryBranchesArgs, GetRepositoryBranchesResult, GetRepositoryBranchesOutputArgs } from "./getRepositoryBranches";
|
|
218
263
|
export declare const getRepositoryBranches: typeof import("./getRepositoryBranches").getRepositoryBranches;
|
|
219
264
|
export declare const getRepositoryBranchesOutput: typeof import("./getRepositoryBranches").getRepositoryBranchesOutput;
|
|
265
|
+
export { GetRepositoryCustomPropertiesArgs, GetRepositoryCustomPropertiesResult, GetRepositoryCustomPropertiesOutputArgs } from "./getRepositoryCustomProperties";
|
|
266
|
+
export declare const getRepositoryCustomProperties: typeof import("./getRepositoryCustomProperties").getRepositoryCustomProperties;
|
|
267
|
+
export declare const getRepositoryCustomPropertiesOutput: typeof import("./getRepositoryCustomProperties").getRepositoryCustomPropertiesOutput;
|
|
220
268
|
export { GetRepositoryDeployKeysArgs, GetRepositoryDeployKeysResult, GetRepositoryDeployKeysOutputArgs } from "./getRepositoryDeployKeys";
|
|
221
269
|
export declare const getRepositoryDeployKeys: typeof import("./getRepositoryDeployKeys").getRepositoryDeployKeys;
|
|
222
270
|
export declare const getRepositoryDeployKeysOutput: typeof import("./getRepositoryDeployKeys").getRepositoryDeployKeysOutput;
|
|
223
271
|
export { GetRepositoryDeploymentBranchPoliciesArgs, GetRepositoryDeploymentBranchPoliciesResult, GetRepositoryDeploymentBranchPoliciesOutputArgs } from "./getRepositoryDeploymentBranchPolicies";
|
|
224
272
|
export declare const getRepositoryDeploymentBranchPolicies: typeof import("./getRepositoryDeploymentBranchPolicies").getRepositoryDeploymentBranchPolicies;
|
|
225
273
|
export declare const getRepositoryDeploymentBranchPoliciesOutput: typeof import("./getRepositoryDeploymentBranchPolicies").getRepositoryDeploymentBranchPoliciesOutput;
|
|
274
|
+
export { GetRepositoryEnvironmentDeploymentPoliciesArgs, GetRepositoryEnvironmentDeploymentPoliciesResult, GetRepositoryEnvironmentDeploymentPoliciesOutputArgs } from "./getRepositoryEnvironmentDeploymentPolicies";
|
|
275
|
+
export declare const getRepositoryEnvironmentDeploymentPolicies: typeof import("./getRepositoryEnvironmentDeploymentPolicies").getRepositoryEnvironmentDeploymentPolicies;
|
|
276
|
+
export declare const getRepositoryEnvironmentDeploymentPoliciesOutput: typeof import("./getRepositoryEnvironmentDeploymentPolicies").getRepositoryEnvironmentDeploymentPoliciesOutput;
|
|
226
277
|
export { GetRepositoryEnvironmentsArgs, GetRepositoryEnvironmentsResult, GetRepositoryEnvironmentsOutputArgs } from "./getRepositoryEnvironments";
|
|
227
278
|
export declare const getRepositoryEnvironments: typeof import("./getRepositoryEnvironments").getRepositoryEnvironments;
|
|
228
279
|
export declare const getRepositoryEnvironmentsOutput: typeof import("./getRepositoryEnvironments").getRepositoryEnvironmentsOutput;
|
|
@@ -280,12 +331,30 @@ export declare const Membership: typeof import("./membership").Membership;
|
|
|
280
331
|
export { OrganizationBlockArgs, OrganizationBlockState } from "./organizationBlock";
|
|
281
332
|
export type OrganizationBlock = import("./organizationBlock").OrganizationBlock;
|
|
282
333
|
export declare const OrganizationBlock: typeof import("./organizationBlock").OrganizationBlock;
|
|
334
|
+
export { OrganizationCustomPropertiesArgs, OrganizationCustomPropertiesState } from "./organizationCustomProperties";
|
|
335
|
+
export type OrganizationCustomProperties = import("./organizationCustomProperties").OrganizationCustomProperties;
|
|
336
|
+
export declare const OrganizationCustomProperties: typeof import("./organizationCustomProperties").OrganizationCustomProperties;
|
|
283
337
|
export { OrganizationCustomRoleArgs, OrganizationCustomRoleState } from "./organizationCustomRole";
|
|
284
338
|
export type OrganizationCustomRole = import("./organizationCustomRole").OrganizationCustomRole;
|
|
285
339
|
export declare const OrganizationCustomRole: typeof import("./organizationCustomRole").OrganizationCustomRole;
|
|
286
340
|
export { OrganizationProjectArgs, OrganizationProjectState } from "./organizationProject";
|
|
287
341
|
export type OrganizationProject = import("./organizationProject").OrganizationProject;
|
|
288
342
|
export declare const OrganizationProject: typeof import("./organizationProject").OrganizationProject;
|
|
343
|
+
export { OrganizationRepositoryRoleArgs, OrganizationRepositoryRoleState } from "./organizationRepositoryRole";
|
|
344
|
+
export type OrganizationRepositoryRole = import("./organizationRepositoryRole").OrganizationRepositoryRole;
|
|
345
|
+
export declare const OrganizationRepositoryRole: typeof import("./organizationRepositoryRole").OrganizationRepositoryRole;
|
|
346
|
+
export { OrganizationRoleArgs, OrganizationRoleState } from "./organizationRole";
|
|
347
|
+
export type OrganizationRole = import("./organizationRole").OrganizationRole;
|
|
348
|
+
export declare const OrganizationRole: typeof import("./organizationRole").OrganizationRole;
|
|
349
|
+
export { OrganizationRoleTeamArgs, OrganizationRoleTeamState } from "./organizationRoleTeam";
|
|
350
|
+
export type OrganizationRoleTeam = import("./organizationRoleTeam").OrganizationRoleTeam;
|
|
351
|
+
export declare const OrganizationRoleTeam: typeof import("./organizationRoleTeam").OrganizationRoleTeam;
|
|
352
|
+
export { OrganizationRoleTeamAssignmentArgs, OrganizationRoleTeamAssignmentState } from "./organizationRoleTeamAssignment";
|
|
353
|
+
export type OrganizationRoleTeamAssignment = import("./organizationRoleTeamAssignment").OrganizationRoleTeamAssignment;
|
|
354
|
+
export declare const OrganizationRoleTeamAssignment: typeof import("./organizationRoleTeamAssignment").OrganizationRoleTeamAssignment;
|
|
355
|
+
export { OrganizationRoleUserArgs, OrganizationRoleUserState } from "./organizationRoleUser";
|
|
356
|
+
export type OrganizationRoleUser = import("./organizationRoleUser").OrganizationRoleUser;
|
|
357
|
+
export declare const OrganizationRoleUser: typeof import("./organizationRoleUser").OrganizationRoleUser;
|
|
289
358
|
export { OrganizationRulesetArgs, OrganizationRulesetState } from "./organizationRuleset";
|
|
290
359
|
export type OrganizationRuleset = import("./organizationRuleset").OrganizationRuleset;
|
|
291
360
|
export declare const OrganizationRuleset: typeof import("./organizationRuleset").OrganizationRuleset;
|
|
@@ -304,9 +373,7 @@ export declare const ProjectCard: typeof import("./projectCard").ProjectCard;
|
|
|
304
373
|
export { ProjectColumnArgs, ProjectColumnState } from "./projectColumn";
|
|
305
374
|
export type ProjectColumn = import("./projectColumn").ProjectColumn;
|
|
306
375
|
export declare const ProjectColumn: typeof import("./projectColumn").ProjectColumn;
|
|
307
|
-
export
|
|
308
|
-
export type Provider = import("./provider").Provider;
|
|
309
|
-
export declare const Provider: typeof import("./provider").Provider;
|
|
376
|
+
export * from "./provider";
|
|
310
377
|
export { ReleaseArgs, ReleaseState } from "./release";
|
|
311
378
|
export type Release = import("./release").Release;
|
|
312
379
|
export declare const Release: typeof import("./release").Release;
|
|
@@ -322,6 +389,9 @@ export declare const RepositoryCollaborator: typeof import("./repositoryCollabor
|
|
|
322
389
|
export { RepositoryCollaboratorsArgs, RepositoryCollaboratorsState } from "./repositoryCollaborators";
|
|
323
390
|
export type RepositoryCollaborators = import("./repositoryCollaborators").RepositoryCollaborators;
|
|
324
391
|
export declare const RepositoryCollaborators: typeof import("./repositoryCollaborators").RepositoryCollaborators;
|
|
392
|
+
export { RepositoryCustomPropertyArgs, RepositoryCustomPropertyState } from "./repositoryCustomProperty";
|
|
393
|
+
export type RepositoryCustomProperty = import("./repositoryCustomProperty").RepositoryCustomProperty;
|
|
394
|
+
export declare const RepositoryCustomProperty: typeof import("./repositoryCustomProperty").RepositoryCustomProperty;
|
|
325
395
|
export { RepositoryDependabotSecurityUpdatesArgs, RepositoryDependabotSecurityUpdatesState } from "./repositoryDependabotSecurityUpdates";
|
|
326
396
|
export type RepositoryDependabotSecurityUpdates = import("./repositoryDependabotSecurityUpdates").RepositoryDependabotSecurityUpdates;
|
|
327
397
|
export declare const RepositoryDependabotSecurityUpdates: typeof import("./repositoryDependabotSecurityUpdates").RepositoryDependabotSecurityUpdates;
|
|
@@ -352,9 +422,6 @@ export declare const RepositoryPullRequest: typeof import("./repositoryPullReque
|
|
|
352
422
|
export { RepositoryRulesetArgs, RepositoryRulesetState } from "./repositoryRuleset";
|
|
353
423
|
export type RepositoryRuleset = import("./repositoryRuleset").RepositoryRuleset;
|
|
354
424
|
export declare const RepositoryRuleset: typeof import("./repositoryRuleset").RepositoryRuleset;
|
|
355
|
-
export { RepositoryTagProtectionArgs, RepositoryTagProtectionState } from "./repositoryTagProtection";
|
|
356
|
-
export type RepositoryTagProtection = import("./repositoryTagProtection").RepositoryTagProtection;
|
|
357
|
-
export declare const RepositoryTagProtection: typeof import("./repositoryTagProtection").RepositoryTagProtection;
|
|
358
425
|
export { RepositoryTopicsArgs, RepositoryTopicsState } from "./repositoryTopics";
|
|
359
426
|
export type RepositoryTopics = import("./repositoryTopics").RepositoryTopics;
|
|
360
427
|
export declare const RepositoryTopics: typeof import("./repositoryTopics").RepositoryTopics;
|
|
@@ -388,6 +455,9 @@ export declare const UserInvitationAccepter: typeof import("./userInvitationAcce
|
|
|
388
455
|
export { UserSshKeyArgs, UserSshKeyState } from "./userSshKey";
|
|
389
456
|
export type UserSshKey = import("./userSshKey").UserSshKey;
|
|
390
457
|
export declare const UserSshKey: typeof import("./userSshKey").UserSshKey;
|
|
458
|
+
export { WorkflowRepositoryPermissionsArgs, WorkflowRepositoryPermissionsState } from "./workflowRepositoryPermissions";
|
|
459
|
+
export type WorkflowRepositoryPermissions = import("./workflowRepositoryPermissions").WorkflowRepositoryPermissions;
|
|
460
|
+
export declare const WorkflowRepositoryPermissions: typeof import("./workflowRepositoryPermissions").WorkflowRepositoryPermissions;
|
|
391
461
|
import * as config from "./config";
|
|
392
462
|
import * as types from "./types";
|
|
393
463
|
export { config, types, };
|