@pulumi/github 6.0.0-alpha.1709363818 → 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 +21 -3
- package/getOrganization.js +9 -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/getActionsVariables.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.getActionsVariablesOutput = exports.getActionsVariables = void 0;
|
|
@@ -43,7 +43,12 @@ exports.getActionsVariables = getActionsVariables;
|
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
function getActionsVariablesOutput(args, opts) {
|
|
46
|
-
|
|
46
|
+
args = args || {};
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invokeOutput("github:index/getActionsVariables:getActionsVariables", {
|
|
49
|
+
"fullName": args.fullName,
|
|
50
|
+
"name": args.name,
|
|
51
|
+
}, opts);
|
|
47
52
|
}
|
|
48
53
|
exports.getActionsVariablesOutput = getActionsVariablesOutput;
|
|
49
54
|
//# sourceMappingURL=getActionsVariables.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getActionsVariables.js","sourceRoot":"","sources":["../getActionsVariables.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getActionsVariables.js","sourceRoot":"","sources":["../getActionsVariables.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAkCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
|
package/getAppToken.d.ts
CHANGED
|
@@ -6,14 +6,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
6
6
|
*
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as fs from "fs";
|
|
10
9
|
* import * as github from "@pulumi/github";
|
|
10
|
+
* import * as std from "@pulumi/std";
|
|
11
11
|
*
|
|
12
|
-
* const
|
|
12
|
+
* const _this = std.file({
|
|
13
|
+
* input: "foo/bar.pem",
|
|
14
|
+
* }).then(invoke => github.getAppToken({
|
|
13
15
|
* appId: "123456",
|
|
14
16
|
* installationId: "78910",
|
|
15
|
-
* pemFile:
|
|
16
|
-
* });
|
|
17
|
+
* pemFile: invoke.result,
|
|
18
|
+
* }));
|
|
17
19
|
* ```
|
|
18
20
|
*/
|
|
19
21
|
export declare function getAppToken(args: GetAppTokenArgs, opts?: pulumi.InvokeOptions): Promise<GetAppTokenResult>;
|
|
@@ -57,17 +59,19 @@ export interface GetAppTokenResult {
|
|
|
57
59
|
*
|
|
58
60
|
* ```typescript
|
|
59
61
|
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
-
* import * as fs from "fs";
|
|
61
62
|
* import * as github from "@pulumi/github";
|
|
63
|
+
* import * as std from "@pulumi/std";
|
|
62
64
|
*
|
|
63
|
-
* const
|
|
65
|
+
* const _this = std.file({
|
|
66
|
+
* input: "foo/bar.pem",
|
|
67
|
+
* }).then(invoke => github.getAppToken({
|
|
64
68
|
* appId: "123456",
|
|
65
69
|
* installationId: "78910",
|
|
66
|
-
* pemFile:
|
|
67
|
-
* });
|
|
70
|
+
* pemFile: invoke.result,
|
|
71
|
+
* }));
|
|
68
72
|
* ```
|
|
69
73
|
*/
|
|
70
|
-
export declare function getAppTokenOutput(args: GetAppTokenOutputArgs, opts?: pulumi.
|
|
74
|
+
export declare function getAppTokenOutput(args: GetAppTokenOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAppTokenResult>;
|
|
71
75
|
/**
|
|
72
76
|
* A collection of arguments for invoking getAppToken.
|
|
73
77
|
*/
|
package/getAppToken.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.getAppTokenOutput = exports.getAppToken = void 0;
|
|
@@ -12,14 +12,16 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as fs from "fs";
|
|
16
15
|
* import * as github from "@pulumi/github";
|
|
16
|
+
* import * as std from "@pulumi/std";
|
|
17
17
|
*
|
|
18
|
-
* const
|
|
18
|
+
* const _this = std.file({
|
|
19
|
+
* input: "foo/bar.pem",
|
|
20
|
+
* }).then(invoke => github.getAppToken({
|
|
19
21
|
* appId: "123456",
|
|
20
22
|
* installationId: "78910",
|
|
21
|
-
* pemFile:
|
|
22
|
-
* });
|
|
23
|
+
* pemFile: invoke.result,
|
|
24
|
+
* }));
|
|
23
25
|
* ```
|
|
24
26
|
*/
|
|
25
27
|
function getAppToken(args, opts) {
|
|
@@ -38,18 +40,25 @@ exports.getAppToken = getAppToken;
|
|
|
38
40
|
*
|
|
39
41
|
* ```typescript
|
|
40
42
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
-
* import * as fs from "fs";
|
|
42
43
|
* import * as github from "@pulumi/github";
|
|
44
|
+
* import * as std from "@pulumi/std";
|
|
43
45
|
*
|
|
44
|
-
* const
|
|
46
|
+
* const _this = std.file({
|
|
47
|
+
* input: "foo/bar.pem",
|
|
48
|
+
* }).then(invoke => github.getAppToken({
|
|
45
49
|
* appId: "123456",
|
|
46
50
|
* installationId: "78910",
|
|
47
|
-
* pemFile:
|
|
48
|
-
* });
|
|
51
|
+
* pemFile: invoke.result,
|
|
52
|
+
* }));
|
|
49
53
|
* ```
|
|
50
54
|
*/
|
|
51
55
|
function getAppTokenOutput(args, opts) {
|
|
52
|
-
|
|
56
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
|
+
return pulumi.runtime.invokeOutput("github:index/getAppToken:getAppToken", {
|
|
58
|
+
"appId": args.appId,
|
|
59
|
+
"installationId": args.installationId,
|
|
60
|
+
"pemFile": args.pemFile,
|
|
61
|
+
}, opts);
|
|
53
62
|
}
|
|
54
63
|
exports.getAppTokenOutput = getAppTokenOutput;
|
|
55
64
|
//# sourceMappingURL=getAppToken.js.map
|
package/getAppToken.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAppToken.js","sourceRoot":"","sources":["../getAppToken.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getAppToken.js","sourceRoot":"","sources":["../getAppToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAoCD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
package/getBranch.d.ts
CHANGED
|
@@ -9,8 +9,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* import * as github from "@pulumi/github";
|
|
10
10
|
*
|
|
11
11
|
* const development = github.getBranch({
|
|
12
|
-
* branch: "development",
|
|
13
12
|
* repository: "example",
|
|
13
|
+
* branch: "development",
|
|
14
14
|
* });
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
@@ -61,12 +61,12 @@ export interface GetBranchResult {
|
|
|
61
61
|
* import * as github from "@pulumi/github";
|
|
62
62
|
*
|
|
63
63
|
* const development = github.getBranch({
|
|
64
|
-
* branch: "development",
|
|
65
64
|
* repository: "example",
|
|
65
|
+
* branch: "development",
|
|
66
66
|
* });
|
|
67
67
|
* ```
|
|
68
68
|
*/
|
|
69
|
-
export declare function getBranchOutput(args: GetBranchOutputArgs, opts?: pulumi.
|
|
69
|
+
export declare function getBranchOutput(args: GetBranchOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBranchResult>;
|
|
70
70
|
/**
|
|
71
71
|
* A collection of arguments for invoking getBranch.
|
|
72
72
|
*/
|
package/getBranch.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.getBranchOutput = exports.getBranch = void 0;
|
|
@@ -15,8 +15,8 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* import * as github from "@pulumi/github";
|
|
16
16
|
*
|
|
17
17
|
* const development = github.getBranch({
|
|
18
|
-
* branch: "development",
|
|
19
18
|
* repository: "example",
|
|
19
|
+
* branch: "development",
|
|
20
20
|
* });
|
|
21
21
|
* ```
|
|
22
22
|
*/
|
|
@@ -38,13 +38,17 @@ exports.getBranch = getBranch;
|
|
|
38
38
|
* import * as github from "@pulumi/github";
|
|
39
39
|
*
|
|
40
40
|
* const development = github.getBranch({
|
|
41
|
-
* branch: "development",
|
|
42
41
|
* repository: "example",
|
|
42
|
+
* branch: "development",
|
|
43
43
|
* });
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
46
|
function getBranchOutput(args, opts) {
|
|
47
|
-
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
|
+
return pulumi.runtime.invokeOutput("github:index/getBranch:getBranch", {
|
|
49
|
+
"branch": args.branch,
|
|
50
|
+
"repository": args.repository,
|
|
51
|
+
}, opts);
|
|
48
52
|
}
|
|
49
53
|
exports.getBranchOutput = getBranchOutput;
|
|
50
54
|
//# sourceMappingURL=getBranch.js.map
|
package/getBranch.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBranch.js","sourceRoot":"","sources":["../getBranch.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getBranch.js","sourceRoot":"","sources":["../getBranch.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AAuCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
|
|
@@ -52,7 +52,7 @@ export interface GetBranchProtectionRulesResult {
|
|
|
52
52
|
* });
|
|
53
53
|
* ```
|
|
54
54
|
*/
|
|
55
|
-
export declare function getBranchProtectionRulesOutput(args: GetBranchProtectionRulesOutputArgs, opts?: pulumi.
|
|
55
|
+
export declare function getBranchProtectionRulesOutput(args: GetBranchProtectionRulesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBranchProtectionRulesResult>;
|
|
56
56
|
/**
|
|
57
57
|
* A collection of arguments for invoking getBranchProtectionRules.
|
|
58
58
|
*/
|
|
@@ -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.getBranchProtectionRulesOutput = exports.getBranchProtectionRules = void 0;
|
|
@@ -41,7 +41,10 @@ exports.getBranchProtectionRules = getBranchProtectionRules;
|
|
|
41
41
|
* ```
|
|
42
42
|
*/
|
|
43
43
|
function getBranchProtectionRulesOutput(args, opts) {
|
|
44
|
-
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("github:index/getBranchProtectionRules:getBranchProtectionRules", {
|
|
46
|
+
"repository": args.repository,
|
|
47
|
+
}, opts);
|
|
45
48
|
}
|
|
46
49
|
exports.getBranchProtectionRulesOutput = getBranchProtectionRulesOutput;
|
|
47
50
|
//# sourceMappingURL=getBranchProtectionRules.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBranchProtectionRules.js","sourceRoot":"","sources":["../getBranchProtectionRules.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getBranchProtectionRules.js","sourceRoot":"","sources":["../getBranchProtectionRules.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AA0BD;;;;;;;;;;;;;GAaG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|
|
@@ -43,4 +43,4 @@ export interface GetCodespacesOrganizationPublicKeyResult {
|
|
|
43
43
|
* const example = github.getCodespacesOrganizationPublicKey({});
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
|
-
export declare function getCodespacesOrganizationPublicKeyOutput(opts?: pulumi.
|
|
46
|
+
export declare function getCodespacesOrganizationPublicKeyOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCodespacesOrganizationPublicKeyResult>;
|
|
@@ -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.getCodespacesOrganizationPublicKeyOutput = exports.getCodespacesOrganizationPublicKey = void 0;
|
|
@@ -37,7 +37,8 @@ exports.getCodespacesOrganizationPublicKey = getCodespacesOrganizationPublicKey;
|
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
function getCodespacesOrganizationPublicKeyOutput(opts) {
|
|
40
|
-
|
|
40
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
41
|
+
return pulumi.runtime.invokeOutput("github:index/getCodespacesOrganizationPublicKey:getCodespacesOrganizationPublicKey", {}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getCodespacesOrganizationPublicKeyOutput = getCodespacesOrganizationPublicKeyOutput;
|
|
43
44
|
//# sourceMappingURL=getCodespacesOrganizationPublicKey.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCodespacesOrganizationPublicKey.js","sourceRoot":"","sources":["../getCodespacesOrganizationPublicKey.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getCodespacesOrganizationPublicKey.js","sourceRoot":"","sources":["../getCodespacesOrganizationPublicKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,kCAAkC,CAAC,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE,EAClH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gFAIC;AAmBD;;;;;;;;;;;;GAYG;AACH,SAAgB,wCAAwC,CAAC,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,oFAAoF,EAAE,EACxH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4FAIC"}
|
|
@@ -38,4 +38,4 @@ export interface GetCodespacesOrganizationSecretsResult {
|
|
|
38
38
|
* const example = github.getCodespacesOrganizationSecrets({});
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
|
-
export declare function getCodespacesOrganizationSecretsOutput(opts?: pulumi.
|
|
41
|
+
export declare function getCodespacesOrganizationSecretsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCodespacesOrganizationSecretsResult>;
|
|
@@ -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.getCodespacesOrganizationSecretsOutput = exports.getCodespacesOrganizationSecrets = void 0;
|
|
@@ -35,7 +35,8 @@ exports.getCodespacesOrganizationSecrets = getCodespacesOrganizationSecrets;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getCodespacesOrganizationSecretsOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("github:index/getCodespacesOrganizationSecrets:getCodespacesOrganizationSecrets", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getCodespacesOrganizationSecretsOutput = getCodespacesOrganizationSecretsOutput;
|
|
41
42
|
//# sourceMappingURL=getCodespacesOrganizationSecrets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCodespacesOrganizationSecrets.js","sourceRoot":"","sources":["../getCodespacesOrganizationSecrets.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getCodespacesOrganizationSecrets.js","sourceRoot":"","sources":["../getCodespacesOrganizationSecrets.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,gCAAgC,CAAC,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE,EAC9G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4EAIC;AAeD;;;;;;;;;;;GAWG;AACH,SAAgB,sCAAsC,CAAC,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,gFAAgF,EAAE,EACpH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wFAIC"}
|
|
@@ -57,7 +57,7 @@ export interface GetCodespacesPublicKeyResult {
|
|
|
57
57
|
* });
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
|
-
export declare function getCodespacesPublicKeyOutput(args: GetCodespacesPublicKeyOutputArgs, opts?: pulumi.
|
|
60
|
+
export declare function getCodespacesPublicKeyOutput(args: GetCodespacesPublicKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCodespacesPublicKeyResult>;
|
|
61
61
|
/**
|
|
62
62
|
* A collection of arguments for invoking getCodespacesPublicKey.
|
|
63
63
|
*/
|
|
@@ -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.getCodespacesPublicKeyOutput = exports.getCodespacesPublicKey = void 0;
|
|
@@ -43,7 +43,10 @@ exports.getCodespacesPublicKey = getCodespacesPublicKey;
|
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
function getCodespacesPublicKeyOutput(args, opts) {
|
|
46
|
-
|
|
46
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
+
return pulumi.runtime.invokeOutput("github:index/getCodespacesPublicKey:getCodespacesPublicKey", {
|
|
48
|
+
"repository": args.repository,
|
|
49
|
+
}, opts);
|
|
47
50
|
}
|
|
48
51
|
exports.getCodespacesPublicKeyOutput = getCodespacesPublicKeyOutput;
|
|
49
52
|
//# sourceMappingURL=getCodespacesPublicKey.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCodespacesPublicKey.js","sourceRoot":"","sources":["../getCodespacesPublicKey.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getCodespacesPublicKey.js","sourceRoot":"","sources":["../getCodespacesPublicKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC;AA8BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC"}
|
|
@@ -66,7 +66,7 @@ export interface GetCodespacesSecretsResult {
|
|
|
66
66
|
* });
|
|
67
67
|
* ```
|
|
68
68
|
*/
|
|
69
|
-
export declare function getCodespacesSecretsOutput(args?: GetCodespacesSecretsOutputArgs, opts?: pulumi.
|
|
69
|
+
export declare function getCodespacesSecretsOutput(args?: GetCodespacesSecretsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCodespacesSecretsResult>;
|
|
70
70
|
/**
|
|
71
71
|
* A collection of arguments for invoking getCodespacesSecrets.
|
|
72
72
|
*/
|
package/getCodespacesSecrets.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.getCodespacesSecretsOutput = exports.getCodespacesSecrets = void 0;
|
|
@@ -49,7 +49,12 @@ exports.getCodespacesSecrets = getCodespacesSecrets;
|
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
function getCodespacesSecretsOutput(args, opts) {
|
|
52
|
-
|
|
52
|
+
args = args || {};
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
54
|
+
return pulumi.runtime.invokeOutput("github:index/getCodespacesSecrets:getCodespacesSecrets", {
|
|
55
|
+
"fullName": args.fullName,
|
|
56
|
+
"name": args.name,
|
|
57
|
+
}, opts);
|
|
53
58
|
}
|
|
54
59
|
exports.getCodespacesSecretsOutput = getCodespacesSecretsOutput;
|
|
55
60
|
//# sourceMappingURL=getCodespacesSecrets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCodespacesSecrets.js","sourceRoot":"","sources":["../getCodespacesSecrets.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getCodespacesSecrets.js","sourceRoot":"","sources":["../getCodespacesSecrets.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC;AAkCD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC"}
|
|
@@ -43,4 +43,4 @@ export interface GetCodespacesUserPublicKeyResult {
|
|
|
43
43
|
* const example = github.getCodespacesUserPublicKey({});
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
|
-
export declare function getCodespacesUserPublicKeyOutput(opts?: pulumi.
|
|
46
|
+
export declare function getCodespacesUserPublicKeyOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCodespacesUserPublicKeyResult>;
|
|
@@ -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.getCodespacesUserPublicKeyOutput = exports.getCodespacesUserPublicKey = void 0;
|
|
@@ -37,7 +37,8 @@ exports.getCodespacesUserPublicKey = getCodespacesUserPublicKey;
|
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
function getCodespacesUserPublicKeyOutput(opts) {
|
|
40
|
-
|
|
40
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
41
|
+
return pulumi.runtime.invokeOutput("github:index/getCodespacesUserPublicKey:getCodespacesUserPublicKey", {}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getCodespacesUserPublicKeyOutput = getCodespacesUserPublicKeyOutput;
|
|
43
44
|
//# sourceMappingURL=getCodespacesUserPublicKey.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCodespacesUserPublicKey.js","sourceRoot":"","sources":["../getCodespacesUserPublicKey.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getCodespacesUserPublicKey.js","sourceRoot":"","sources":["../getCodespacesUserPublicKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,0BAA0B,CAAC,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,oEAAoE,EAAE,EAClG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC;AAmBD;;;;;;;;;;;;GAYG;AACH,SAAgB,gCAAgC,CAAC,IAAiC;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4EAIC"}
|
|
@@ -38,4 +38,4 @@ export interface GetCodespacesUserSecretsResult {
|
|
|
38
38
|
* const example = github.getCodespacesUserSecrets({});
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
|
-
export declare function getCodespacesUserSecretsOutput(opts?: pulumi.
|
|
41
|
+
export declare function getCodespacesUserSecretsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCodespacesUserSecretsResult>;
|
|
@@ -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.getCodespacesUserSecretsOutput = exports.getCodespacesUserSecrets = void 0;
|
|
@@ -35,7 +35,8 @@ exports.getCodespacesUserSecrets = getCodespacesUserSecrets;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getCodespacesUserSecretsOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("github:index/getCodespacesUserSecrets:getCodespacesUserSecrets", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getCodespacesUserSecretsOutput = getCodespacesUserSecretsOutput;
|
|
41
42
|
//# sourceMappingURL=getCodespacesUserSecrets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCodespacesUserSecrets.js","sourceRoot":"","sources":["../getCodespacesUserSecrets.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getCodespacesUserSecrets.js","sourceRoot":"","sources":["../getCodespacesUserSecrets.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC;AAeD;;;;;;;;;;;GAWG;AACH,SAAgB,8BAA8B,CAAC,IAAiC;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
|
package/getCollaborators.d.ts
CHANGED
|
@@ -28,6 +28,10 @@ export interface GetCollaboratorsArgs {
|
|
|
28
28
|
* The organization that owns the repository.
|
|
29
29
|
*/
|
|
30
30
|
owner: string;
|
|
31
|
+
/**
|
|
32
|
+
* Filter collaborators returned by their permission. Can be one of: `pull`, `triage`, `push`, `maintain`, `admin`. Defaults to not doing any filtering on permission.
|
|
33
|
+
*/
|
|
34
|
+
permission?: string;
|
|
31
35
|
/**
|
|
32
36
|
* The name of the repository.
|
|
33
37
|
*/
|
|
@@ -47,6 +51,10 @@ export interface GetCollaboratorsResult {
|
|
|
47
51
|
*/
|
|
48
52
|
readonly id: string;
|
|
49
53
|
readonly owner: string;
|
|
54
|
+
/**
|
|
55
|
+
* The permission of the collaborator.
|
|
56
|
+
*/
|
|
57
|
+
readonly permission?: string;
|
|
50
58
|
readonly repository: string;
|
|
51
59
|
}
|
|
52
60
|
/**
|
|
@@ -64,7 +72,7 @@ export interface GetCollaboratorsResult {
|
|
|
64
72
|
* });
|
|
65
73
|
* ```
|
|
66
74
|
*/
|
|
67
|
-
export declare function getCollaboratorsOutput(args: GetCollaboratorsOutputArgs, opts?: pulumi.
|
|
75
|
+
export declare function getCollaboratorsOutput(args: GetCollaboratorsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCollaboratorsResult>;
|
|
68
76
|
/**
|
|
69
77
|
* A collection of arguments for invoking getCollaborators.
|
|
70
78
|
*/
|
|
@@ -77,6 +85,10 @@ export interface GetCollaboratorsOutputArgs {
|
|
|
77
85
|
* The organization that owns the repository.
|
|
78
86
|
*/
|
|
79
87
|
owner: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Filter collaborators returned by their permission. Can be one of: `pull`, `triage`, `push`, `maintain`, `admin`. Defaults to not doing any filtering on permission.
|
|
90
|
+
*/
|
|
91
|
+
permission?: pulumi.Input<string>;
|
|
80
92
|
/**
|
|
81
93
|
* The name of the repository.
|
|
82
94
|
*/
|
package/getCollaborators.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.getCollaboratorsOutput = exports.getCollaborators = void 0;
|
|
@@ -25,6 +25,7 @@ function getCollaborators(args, opts) {
|
|
|
25
25
|
return pulumi.runtime.invoke("github:index/getCollaborators:getCollaborators", {
|
|
26
26
|
"affiliation": args.affiliation,
|
|
27
27
|
"owner": args.owner,
|
|
28
|
+
"permission": args.permission,
|
|
28
29
|
"repository": args.repository,
|
|
29
30
|
}, opts);
|
|
30
31
|
}
|
|
@@ -45,7 +46,13 @@ exports.getCollaborators = getCollaborators;
|
|
|
45
46
|
* ```
|
|
46
47
|
*/
|
|
47
48
|
function getCollaboratorsOutput(args, opts) {
|
|
48
|
-
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("github:index/getCollaborators:getCollaborators", {
|
|
51
|
+
"affiliation": args.affiliation,
|
|
52
|
+
"owner": args.owner,
|
|
53
|
+
"permission": args.permission,
|
|
54
|
+
"repository": args.repository,
|
|
55
|
+
}, opts);
|
|
49
56
|
}
|
|
50
57
|
exports.getCollaboratorsOutput = getCollaboratorsOutput;
|
|
51
58
|
//# sourceMappingURL=getCollaborators.js.map
|
package/getCollaborators.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCollaborators.js","sourceRoot":"","sources":["../getCollaborators.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getCollaborators.js","sourceRoot":"","sources":["../getCollaborators.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AA4CD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC"}
|
|
@@ -43,4 +43,4 @@ export interface GetDependabotOrganizationPublicKeyResult {
|
|
|
43
43
|
* const example = github.getDependabotOrganizationPublicKey({});
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
|
-
export declare function getDependabotOrganizationPublicKeyOutput(opts?: pulumi.
|
|
46
|
+
export declare function getDependabotOrganizationPublicKeyOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDependabotOrganizationPublicKeyResult>;
|
|
@@ -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.getDependabotOrganizationPublicKeyOutput = exports.getDependabotOrganizationPublicKey = void 0;
|
|
@@ -37,7 +37,8 @@ exports.getDependabotOrganizationPublicKey = getDependabotOrganizationPublicKey;
|
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
function getDependabotOrganizationPublicKeyOutput(opts) {
|
|
40
|
-
|
|
40
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
41
|
+
return pulumi.runtime.invokeOutput("github:index/getDependabotOrganizationPublicKey:getDependabotOrganizationPublicKey", {}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getDependabotOrganizationPublicKeyOutput = getDependabotOrganizationPublicKeyOutput;
|
|
43
44
|
//# sourceMappingURL=getDependabotOrganizationPublicKey.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDependabotOrganizationPublicKey.js","sourceRoot":"","sources":["../getDependabotOrganizationPublicKey.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getDependabotOrganizationPublicKey.js","sourceRoot":"","sources":["../getDependabotOrganizationPublicKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,kCAAkC,CAAC,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE,EAClH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gFAIC;AAmBD;;;;;;;;;;;;GAYG;AACH,SAAgB,wCAAwC,CAAC,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,oFAAoF,EAAE,EACxH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4FAIC"}
|
|
@@ -38,4 +38,4 @@ export interface GetDependabotOrganizationSecretsResult {
|
|
|
38
38
|
* const example = github.getDependabotOrganizationSecrets({});
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
|
-
export declare function getDependabotOrganizationSecretsOutput(opts?: pulumi.
|
|
41
|
+
export declare function getDependabotOrganizationSecretsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDependabotOrganizationSecretsResult>;
|
|
@@ -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.getDependabotOrganizationSecretsOutput = exports.getDependabotOrganizationSecrets = void 0;
|
|
@@ -35,7 +35,8 @@ exports.getDependabotOrganizationSecrets = getDependabotOrganizationSecrets;
|
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
function getDependabotOrganizationSecretsOutput(opts) {
|
|
38
|
-
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("github:index/getDependabotOrganizationSecrets:getDependabotOrganizationSecrets", {}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getDependabotOrganizationSecretsOutput = getDependabotOrganizationSecretsOutput;
|
|
41
42
|
//# sourceMappingURL=getDependabotOrganizationSecrets.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDependabotOrganizationSecrets.js","sourceRoot":"","sources":["../getDependabotOrganizationSecrets.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getDependabotOrganizationSecrets.js","sourceRoot":"","sources":["../getDependabotOrganizationSecrets.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,gCAAgC,CAAC,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE,EAC9G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4EAIC;AAeD;;;;;;;;;;;GAWG;AACH,SAAgB,sCAAsC,CAAC,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,gFAAgF,EAAE,EACpH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wFAIC"}
|
|
@@ -57,7 +57,7 @@ export interface GetDependabotPublicKeyResult {
|
|
|
57
57
|
* });
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
|
-
export declare function getDependabotPublicKeyOutput(args: GetDependabotPublicKeyOutputArgs, opts?: pulumi.
|
|
60
|
+
export declare function getDependabotPublicKeyOutput(args: GetDependabotPublicKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDependabotPublicKeyResult>;
|
|
61
61
|
/**
|
|
62
62
|
* A collection of arguments for invoking getDependabotPublicKey.
|
|
63
63
|
*/
|