@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.
Files changed (486) hide show
  1. package/actionsEnvironmentSecret.d.ts +0 -37
  2. package/actionsEnvironmentSecret.js +17 -54
  3. package/actionsEnvironmentSecret.js.map +1 -1
  4. package/actionsEnvironmentVariable.d.ts +5 -5
  5. package/actionsEnvironmentVariable.js +21 -21
  6. package/actionsEnvironmentVariable.js.map +1 -1
  7. package/actionsHostedRunner.d.ts +250 -0
  8. package/actionsHostedRunner.js +158 -0
  9. package/actionsHostedRunner.js.map +1 -0
  10. package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +2 -2
  11. package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js +7 -7
  12. package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
  13. package/actionsOrganizationPermissions.d.ts +2 -2
  14. package/actionsOrganizationPermissions.js +13 -13
  15. package/actionsOrganizationPermissions.js.map +1 -1
  16. package/actionsOrganizationSecret.d.ts +6 -39
  17. package/actionsOrganizationSecret.js +21 -55
  18. package/actionsOrganizationSecret.js.map +1 -1
  19. package/actionsOrganizationSecretRepositories.d.ts +2 -2
  20. package/actionsOrganizationSecretRepositories.js +10 -10
  21. package/actionsOrganizationSecretRepositories.js.map +1 -1
  22. package/actionsOrganizationSecretRepository.d.ts +89 -0
  23. package/actionsOrganizationSecretRepository.js +86 -0
  24. package/actionsOrganizationSecretRepository.js.map +1 -0
  25. package/actionsOrganizationVariable.d.ts +4 -4
  26. package/actionsOrganizationVariable.js +19 -19
  27. package/actionsOrganizationVariable.js.map +1 -1
  28. package/actionsRepositoryAccessLevel.d.ts +5 -2
  29. package/actionsRepositoryAccessLevel.js +13 -10
  30. package/actionsRepositoryAccessLevel.js.map +1 -1
  31. package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +3 -3
  32. package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js +13 -13
  33. package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
  34. package/actionsRepositoryPermissions.d.ts +2 -2
  35. package/actionsRepositoryPermissions.js +13 -13
  36. package/actionsRepositoryPermissions.js.map +1 -1
  37. package/actionsRunnerGroup.d.ts +5 -4
  38. package/actionsRunnerGroup.js +25 -24
  39. package/actionsRunnerGroup.js.map +1 -1
  40. package/actionsSecret.d.ts +6 -21
  41. package/actionsSecret.js +19 -35
  42. package/actionsSecret.js.map +1 -1
  43. package/actionsVariable.d.ts +3 -3
  44. package/actionsVariable.js +16 -16
  45. package/actionsVariable.js.map +1 -1
  46. package/appInstallationRepositories.d.ts +3 -2
  47. package/appInstallationRepositories.js +11 -10
  48. package/appInstallationRepositories.js.map +1 -1
  49. package/appInstallationRepository.d.ts +5 -4
  50. package/appInstallationRepository.js +14 -13
  51. package/appInstallationRepository.js.map +1 -1
  52. package/branch.d.ts +11 -6
  53. package/branch.js +23 -22
  54. package/branch.js.map +1 -1
  55. package/branchDefault.d.ts +4 -1
  56. package/branchDefault.js +15 -13
  57. package/branchDefault.js.map +1 -1
  58. package/branchProtection.d.ts +9 -9
  59. package/branchProtection.js +39 -39
  60. package/branchProtection.js.map +1 -1
  61. package/branchProtectionV3.d.ts +58 -1
  62. package/branchProtectionV3.js +79 -22
  63. package/branchProtectionV3.js.map +1 -1
  64. package/codespacesOrganizationSecret.d.ts +2 -39
  65. package/codespacesOrganizationSecret.js +18 -55
  66. package/codespacesOrganizationSecret.js.map +1 -1
  67. package/codespacesOrganizationSecretRepositories.d.ts +2 -2
  68. package/codespacesOrganizationSecretRepositories.js +10 -10
  69. package/codespacesOrganizationSecretRepositories.js.map +1 -1
  70. package/codespacesSecret.d.ts +3 -21
  71. package/codespacesSecret.js +17 -35
  72. package/codespacesSecret.js.map +1 -1
  73. package/codespacesUserSecret.d.ts +2 -21
  74. package/codespacesUserSecret.js +15 -34
  75. package/codespacesUserSecret.js.map +1 -1
  76. package/config/index.js +1 -1
  77. package/config/index.js.map +1 -1
  78. package/config/vars.d.ts +8 -9
  79. package/config/vars.js +9 -5
  80. package/config/vars.js.map +1 -1
  81. package/dependabotOrganizationSecret.d.ts +2 -39
  82. package/dependabotOrganizationSecret.js +18 -55
  83. package/dependabotOrganizationSecret.js.map +1 -1
  84. package/dependabotOrganizationSecretRepositories.d.ts +3 -3
  85. package/dependabotOrganizationSecretRepositories.js +11 -11
  86. package/dependabotOrganizationSecretRepositories.js.map +1 -1
  87. package/dependabotSecret.d.ts +3 -21
  88. package/dependabotSecret.js +17 -35
  89. package/dependabotSecret.js.map +1 -1
  90. package/emuGroupMapping.d.ts +3 -4
  91. package/emuGroupMapping.js +12 -13
  92. package/emuGroupMapping.js.map +1 -1
  93. package/enterpriseActionsPermissions.d.ts +137 -0
  94. package/enterpriseActionsPermissions.js +102 -0
  95. package/enterpriseActionsPermissions.js.map +1 -0
  96. package/enterpriseActionsRunnerGroup.d.ts +190 -0
  97. package/enterpriseActionsRunnerGroup.js +113 -0
  98. package/enterpriseActionsRunnerGroup.js.map +1 -0
  99. package/enterpriseActionsWorkflowPermissions.d.ts +113 -0
  100. package/enterpriseActionsWorkflowPermissions.js +97 -0
  101. package/enterpriseActionsWorkflowPermissions.js.map +1 -0
  102. package/enterpriseOrganization.d.ts +11 -2
  103. package/enterpriseOrganization.js +22 -19
  104. package/enterpriseOrganization.js.map +1 -1
  105. package/enterpriseSecurityAnalysisSettings.d.ts +162 -0
  106. package/enterpriseSecurityAnalysisSettings.js +116 -0
  107. package/enterpriseSecurityAnalysisSettings.js.map +1 -0
  108. package/getActionsEnvironmentPublicKey.d.ts +80 -0
  109. package/getActionsEnvironmentPublicKey.js +56 -0
  110. package/getActionsEnvironmentPublicKey.js.map +1 -0
  111. package/getActionsEnvironmentSecrets.d.ts +3 -3
  112. package/getActionsEnvironmentSecrets.js +9 -4
  113. package/getActionsEnvironmentSecrets.js.map +1 -1
  114. package/getActionsEnvironmentVariables.d.ts +3 -3
  115. package/getActionsEnvironmentVariables.js +9 -4
  116. package/getActionsEnvironmentVariables.js.map +1 -1
  117. package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
  118. package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js +3 -2
  119. package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
  120. package/getActionsOrganizationPublicKey.d.ts +1 -1
  121. package/getActionsOrganizationPublicKey.js +3 -2
  122. package/getActionsOrganizationPublicKey.js.map +1 -1
  123. package/getActionsOrganizationRegistrationToken.d.ts +1 -1
  124. package/getActionsOrganizationRegistrationToken.js +3 -2
  125. package/getActionsOrganizationRegistrationToken.js.map +1 -1
  126. package/getActionsOrganizationSecrets.d.ts +1 -1
  127. package/getActionsOrganizationSecrets.js +3 -2
  128. package/getActionsOrganizationSecrets.js.map +1 -1
  129. package/getActionsOrganizationVariables.d.ts +1 -1
  130. package/getActionsOrganizationVariables.js +3 -2
  131. package/getActionsOrganizationVariables.js.map +1 -1
  132. package/getActionsPublicKey.d.ts +1 -1
  133. package/getActionsPublicKey.js +5 -2
  134. package/getActionsPublicKey.js.map +1 -1
  135. package/getActionsRegistrationToken.d.ts +1 -1
  136. package/getActionsRegistrationToken.js +5 -2
  137. package/getActionsRegistrationToken.js.map +1 -1
  138. package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
  139. package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js +5 -2
  140. package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
  141. package/getActionsSecrets.d.ts +1 -1
  142. package/getActionsSecrets.js +7 -2
  143. package/getActionsSecrets.js.map +1 -1
  144. package/getActionsVariables.d.ts +1 -1
  145. package/getActionsVariables.js +7 -2
  146. package/getActionsVariables.js.map +1 -1
  147. package/getAppToken.d.ts +13 -9
  148. package/getAppToken.js +19 -10
  149. package/getAppToken.js.map +1 -1
  150. package/getBranch.d.ts +3 -3
  151. package/getBranch.js +8 -4
  152. package/getBranch.js.map +1 -1
  153. package/getBranchProtectionRules.d.ts +1 -1
  154. package/getBranchProtectionRules.js +5 -2
  155. package/getBranchProtectionRules.js.map +1 -1
  156. package/getCodespacesOrganizationPublicKey.d.ts +1 -1
  157. package/getCodespacesOrganizationPublicKey.js +3 -2
  158. package/getCodespacesOrganizationPublicKey.js.map +1 -1
  159. package/getCodespacesOrganizationSecrets.d.ts +1 -1
  160. package/getCodespacesOrganizationSecrets.js +3 -2
  161. package/getCodespacesOrganizationSecrets.js.map +1 -1
  162. package/getCodespacesPublicKey.d.ts +1 -1
  163. package/getCodespacesPublicKey.js +5 -2
  164. package/getCodespacesPublicKey.js.map +1 -1
  165. package/getCodespacesSecrets.d.ts +1 -1
  166. package/getCodespacesSecrets.js +7 -2
  167. package/getCodespacesSecrets.js.map +1 -1
  168. package/getCodespacesUserPublicKey.d.ts +1 -1
  169. package/getCodespacesUserPublicKey.js +3 -2
  170. package/getCodespacesUserPublicKey.js.map +1 -1
  171. package/getCodespacesUserSecrets.d.ts +1 -1
  172. package/getCodespacesUserSecrets.js +3 -2
  173. package/getCodespacesUserSecrets.js.map +1 -1
  174. package/getCollaborators.d.ts +13 -1
  175. package/getCollaborators.js +9 -2
  176. package/getCollaborators.js.map +1 -1
  177. package/getDependabotOrganizationPublicKey.d.ts +1 -1
  178. package/getDependabotOrganizationPublicKey.js +3 -2
  179. package/getDependabotOrganizationPublicKey.js.map +1 -1
  180. package/getDependabotOrganizationSecrets.d.ts +1 -1
  181. package/getDependabotOrganizationSecrets.js +3 -2
  182. package/getDependabotOrganizationSecrets.js.map +1 -1
  183. package/getDependabotPublicKey.d.ts +1 -1
  184. package/getDependabotPublicKey.js +5 -2
  185. package/getDependabotPublicKey.js.map +1 -1
  186. package/getDependabotSecrets.d.ts +1 -1
  187. package/getDependabotSecrets.js +7 -2
  188. package/getDependabotSecrets.js.map +1 -1
  189. package/getEnterprise.d.ts +5 -1
  190. package/getEnterprise.js +5 -2
  191. package/getEnterprise.js.map +1 -1
  192. package/getExternalGroups.d.ts +1 -1
  193. package/getExternalGroups.js +3 -2
  194. package/getExternalGroups.js.map +1 -1
  195. package/getGithubApp.d.ts +1 -1
  196. package/getGithubApp.js +5 -2
  197. package/getGithubApp.js.map +1 -1
  198. package/getIpRanges.d.ts +1 -1
  199. package/getIpRanges.js +3 -2
  200. package/getIpRanges.js.map +1 -1
  201. package/getIssueLabels.d.ts +1 -1
  202. package/getIssueLabels.js +5 -2
  203. package/getIssueLabels.js.map +1 -1
  204. package/getMembership.d.ts +1 -1
  205. package/getMembership.js +6 -2
  206. package/getMembership.js.map +1 -1
  207. package/getOrganization.d.ts +14 -5
  208. package/getOrganization.js +8 -2
  209. package/getOrganization.js.map +1 -1
  210. package/getOrganizationCustomProperties.d.ts +134 -0
  211. package/getOrganizationCustomProperties.js +62 -0
  212. package/getOrganizationCustomProperties.js.map +1 -0
  213. package/getOrganizationCustomRole.d.ts +5 -1
  214. package/getOrganizationCustomRole.js +9 -2
  215. package/getOrganizationCustomRole.js.map +1 -1
  216. package/getOrganizationExternalIdentities.d.ts +1 -1
  217. package/getOrganizationExternalIdentities.js +3 -2
  218. package/getOrganizationExternalIdentities.js.map +1 -1
  219. package/getOrganizationIpAllowList.d.ts +1 -1
  220. package/getOrganizationIpAllowList.js +3 -2
  221. package/getOrganizationIpAllowList.js.map +1 -1
  222. package/getOrganizationRepositoryRole.d.ts +82 -0
  223. package/getOrganizationRepositoryRole.js +54 -0
  224. package/getOrganizationRepositoryRole.js.map +1 -0
  225. package/getOrganizationRepositoryRoles.d.ts +65 -0
  226. package/getOrganizationRepositoryRoles.js +66 -0
  227. package/getOrganizationRepositoryRoles.js.map +1 -0
  228. package/getOrganizationRole.d.ts +82 -0
  229. package/getOrganizationRole.js +50 -0
  230. package/getOrganizationRole.js.map +1 -0
  231. package/getOrganizationRoleTeams.d.ts +85 -0
  232. package/getOrganizationRoleTeams.js +68 -0
  233. package/getOrganizationRoleTeams.js.map +1 -0
  234. package/getOrganizationRoleUsers.d.ts +81 -0
  235. package/getOrganizationRoleUsers.js +64 -0
  236. package/getOrganizationRoleUsers.js.map +1 -0
  237. package/getOrganizationRoles.d.ts +63 -0
  238. package/getOrganizationRoles.js +64 -0
  239. package/getOrganizationRoles.js.map +1 -0
  240. package/getOrganizationSecurityManagers.d.ts +45 -0
  241. package/getOrganizationSecurityManagers.js +46 -0
  242. package/getOrganizationSecurityManagers.js.map +1 -0
  243. package/getOrganizationTeamSyncGroups.d.ts +1 -1
  244. package/getOrganizationTeamSyncGroups.js +3 -2
  245. package/getOrganizationTeamSyncGroups.js.map +1 -1
  246. package/getOrganizationTeams.d.ts +1 -1
  247. package/getOrganizationTeams.js +8 -2
  248. package/getOrganizationTeams.js.map +1 -1
  249. package/getOrganizationWebhooks.d.ts +1 -1
  250. package/getOrganizationWebhooks.js +3 -2
  251. package/getOrganizationWebhooks.js.map +1 -1
  252. package/getRef.d.ts +3 -3
  253. package/getRef.js +9 -4
  254. package/getRef.js.map +1 -1
  255. package/getRelease.d.ts +64 -2
  256. package/getRelease.js +71 -2
  257. package/getRelease.js.map +1 -1
  258. package/getRepositories.d.ts +3 -3
  259. package/getRepositories.js +10 -4
  260. package/getRepositories.js.map +1 -1
  261. package/getRepository.d.ts +3 -1
  262. package/getRepository.js +9 -2
  263. package/getRepository.js.map +1 -1
  264. package/getRepositoryAutolinkReferences.d.ts +1 -1
  265. package/getRepositoryAutolinkReferences.js +5 -2
  266. package/getRepositoryAutolinkReferences.js.map +1 -1
  267. package/getRepositoryBranches.d.ts +1 -1
  268. package/getRepositoryBranches.js +7 -2
  269. package/getRepositoryBranches.js.map +1 -1
  270. package/getRepositoryCustomProperties.d.ts +64 -0
  271. package/getRepositoryCustomProperties.js +50 -0
  272. package/getRepositoryCustomProperties.js.map +1 -0
  273. package/getRepositoryDeployKeys.d.ts +1 -1
  274. package/getRepositoryDeployKeys.js +5 -2
  275. package/getRepositoryDeployKeys.js.map +1 -1
  276. package/getRepositoryDeploymentBranchPolicies.d.ts +7 -3
  277. package/getRepositoryDeploymentBranchPolicies.js +12 -4
  278. package/getRepositoryDeploymentBranchPolicies.js.map +1 -1
  279. package/getRepositoryEnvironmentDeploymentPolicies.d.ts +75 -0
  280. package/getRepositoryEnvironmentDeploymentPolicies.js +54 -0
  281. package/getRepositoryEnvironmentDeploymentPolicies.js.map +1 -0
  282. package/getRepositoryEnvironments.d.ts +1 -1
  283. package/getRepositoryEnvironments.js +5 -2
  284. package/getRepositoryEnvironments.js.map +1 -1
  285. package/getRepositoryFile.d.ts +3 -3
  286. package/getRepositoryFile.js +9 -4
  287. package/getRepositoryFile.js.map +1 -1
  288. package/getRepositoryMilestone.d.ts +3 -3
  289. package/getRepositoryMilestone.js +9 -4
  290. package/getRepositoryMilestone.js.map +1 -1
  291. package/getRepositoryPullRequest.d.ts +1 -1
  292. package/getRepositoryPullRequest.js +7 -2
  293. package/getRepositoryPullRequest.js.map +1 -1
  294. package/getRepositoryPullRequests.d.ts +3 -3
  295. package/getRepositoryPullRequests.js +13 -4
  296. package/getRepositoryPullRequests.js.map +1 -1
  297. package/getRepositoryTeams.d.ts +1 -1
  298. package/getRepositoryTeams.js +7 -2
  299. package/getRepositoryTeams.js.map +1 -1
  300. package/getRepositoryWebhooks.d.ts +1 -1
  301. package/getRepositoryWebhooks.js +5 -2
  302. package/getRepositoryWebhooks.js.map +1 -1
  303. package/getRestApi.d.ts +1 -1
  304. package/getRestApi.js +5 -2
  305. package/getRestApi.js.map +1 -1
  306. package/getSshKeys.d.ts +1 -1
  307. package/getSshKeys.js +3 -2
  308. package/getSshKeys.js.map +1 -1
  309. package/getTeam.d.ts +5 -3
  310. package/getTeam.js +8 -2
  311. package/getTeam.js.map +1 -1
  312. package/getTree.d.ts +17 -17
  313. package/getTree.js +23 -18
  314. package/getTree.js.map +1 -1
  315. package/getUser.d.ts +5 -1
  316. package/getUser.js +9 -2
  317. package/getUser.js.map +1 -1
  318. package/getUserExternalIdentity.d.ts +1 -1
  319. package/getUserExternalIdentity.js +5 -2
  320. package/getUserExternalIdentity.js.map +1 -1
  321. package/getUsers.d.ts +3 -1
  322. package/getUsers.js +7 -2
  323. package/getUsers.js.map +1 -1
  324. package/index.d.ts +76 -6
  325. package/index.js +126 -13
  326. package/index.js.map +1 -1
  327. package/issue.d.ts +17 -10
  328. package/issue.js +36 -29
  329. package/issue.js.map +1 -1
  330. package/issueLabel.d.ts +20 -3
  331. package/issueLabel.js +34 -18
  332. package/issueLabel.js.map +1 -1
  333. package/issueLabels.d.ts +5 -16
  334. package/issueLabels.js +12 -23
  335. package/issueLabels.js.map +1 -1
  336. package/membership.d.ts +3 -3
  337. package/membership.js +13 -13
  338. package/membership.js.map +1 -1
  339. package/organizationBlock.d.ts +1 -1
  340. package/organizationBlock.js +7 -7
  341. package/organizationBlock.js.map +1 -1
  342. package/organizationCustomProperties.d.ts +199 -0
  343. package/organizationCustomProperties.js +143 -0
  344. package/organizationCustomProperties.js.map +1 -0
  345. package/organizationCustomRole.d.ts +7 -3
  346. package/organizationCustomRole.js +19 -15
  347. package/organizationCustomRole.js.map +1 -1
  348. package/organizationProject.d.ts +6 -1
  349. package/organizationProject.js +14 -9
  350. package/organizationProject.js.map +1 -1
  351. package/organizationRepositoryRole.d.ts +121 -0
  352. package/organizationRepositoryRole.js +92 -0
  353. package/organizationRepositoryRole.js.map +1 -0
  354. package/organizationRole.d.ts +121 -0
  355. package/organizationRole.js +89 -0
  356. package/organizationRole.js.map +1 -0
  357. package/organizationRoleTeam.d.ts +83 -0
  358. package/organizationRoleTeam.js +80 -0
  359. package/organizationRoleTeam.js.map +1 -0
  360. package/organizationRoleTeamAssignment.d.ts +94 -0
  361. package/organizationRoleTeamAssignment.js +91 -0
  362. package/organizationRoleTeamAssignment.js.map +1 -0
  363. package/organizationRoleUser.d.ts +83 -0
  364. package/organizationRoleUser.js +80 -0
  365. package/organizationRoleUser.js.map +1 -0
  366. package/organizationRuleset.d.ts +92 -3
  367. package/organizationRuleset.js +109 -20
  368. package/organizationRuleset.js.map +1 -1
  369. package/organizationSecurityManager.d.ts +10 -3
  370. package/organizationSecurityManager.js +15 -8
  371. package/organizationSecurityManager.js.map +1 -1
  372. package/organizationSettings.d.ts +18 -16
  373. package/organizationSettings.js +73 -71
  374. package/organizationSettings.js.map +1 -1
  375. package/organizationWebhook.d.ts +22 -3
  376. package/organizationWebhook.js +33 -14
  377. package/organizationWebhook.js.map +1 -1
  378. package/package.json +4 -3
  379. package/projectCard.d.ts +24 -10
  380. package/projectCard.js +37 -23
  381. package/projectCard.js.map +1 -1
  382. package/projectColumn.d.ts +10 -2
  383. package/projectColumn.js +19 -11
  384. package/projectColumn.js.map +1 -1
  385. package/provider.d.ts +24 -11
  386. package/provider.js +22 -14
  387. package/provider.js.map +1 -1
  388. package/release.d.ts +91 -6
  389. package/release.js +54 -29
  390. package/release.js.map +1 -1
  391. package/repository.d.ts +64 -11
  392. package/repository.js +110 -88
  393. package/repository.js.map +1 -1
  394. package/repositoryAutolinkReference.d.ts +1 -0
  395. package/repositoryAutolinkReference.js +15 -14
  396. package/repositoryAutolinkReference.js.map +1 -1
  397. package/repositoryCollaborator.d.ts +3 -28
  398. package/repositoryCollaborator.js +16 -41
  399. package/repositoryCollaborator.js.map +1 -1
  400. package/repositoryCollaborators.d.ts +28 -38
  401. package/repositoryCollaborators.js +19 -39
  402. package/repositoryCollaborators.js.map +1 -1
  403. package/repositoryCustomProperty.d.ts +115 -0
  404. package/repositoryCustomProperty.js +98 -0
  405. package/repositoryCustomProperty.js.map +1 -0
  406. package/repositoryDependabotSecurityUpdates.d.ts +5 -4
  407. package/repositoryDependabotSecurityUpdates.js +10 -9
  408. package/repositoryDependabotSecurityUpdates.js.map +1 -1
  409. package/repositoryDeployKey.d.ts +6 -16
  410. package/repositoryDeployKey.js +20 -30
  411. package/repositoryDeployKey.js.map +1 -1
  412. package/repositoryDeploymentBranchPolicy.d.ts +10 -1
  413. package/repositoryDeploymentBranchPolicy.js +18 -13
  414. package/repositoryDeploymentBranchPolicy.js.map +1 -1
  415. package/repositoryEnvironment.d.ts +7 -4
  416. package/repositoryEnvironment.js +25 -22
  417. package/repositoryEnvironment.js.map +1 -1
  418. package/repositoryEnvironmentDeploymentPolicy.d.ts +54 -11
  419. package/repositoryEnvironmentDeploymentPolicy.js +49 -19
  420. package/repositoryEnvironmentDeploymentPolicy.js.map +1 -1
  421. package/repositoryFile.d.ts +72 -13
  422. package/repositoryFile.js +63 -34
  423. package/repositoryFile.js.map +1 -1
  424. package/repositoryMilestone.d.ts +1 -1
  425. package/repositoryMilestone.js +19 -19
  426. package/repositoryMilestone.js.map +1 -1
  427. package/repositoryProject.d.ts +6 -1
  428. package/repositoryProject.js +17 -13
  429. package/repositoryProject.js.map +1 -1
  430. package/repositoryPullRequest.d.ts +2 -2
  431. package/repositoryPullRequest.js +31 -31
  432. package/repositoryPullRequest.js.map +1 -1
  433. package/repositoryRuleset.d.ts +50 -11
  434. package/repositoryRuleset.js +67 -25
  435. package/repositoryRuleset.js.map +1 -1
  436. package/repositoryTopics.d.ts +4 -4
  437. package/repositoryTopics.js +12 -12
  438. package/repositoryTopics.js.map +1 -1
  439. package/repositoryWebhook.d.ts +8 -8
  440. package/repositoryWebhook.js +20 -21
  441. package/repositoryWebhook.js.map +1 -1
  442. package/team.d.ts +2 -1
  443. package/team.js +24 -23
  444. package/team.js.map +1 -1
  445. package/teamMembers.d.ts +9 -10
  446. package/teamMembers.js +17 -18
  447. package/teamMembers.js.map +1 -1
  448. package/teamMembership.d.ts +7 -4
  449. package/teamMembership.js +18 -15
  450. package/teamMembership.js.map +1 -1
  451. package/teamRepository.d.ts +6 -19
  452. package/teamRepository.js +17 -30
  453. package/teamRepository.js.map +1 -1
  454. package/teamSettings.d.ts +8 -5
  455. package/teamSettings.js +17 -14
  456. package/teamSettings.js.map +1 -1
  457. package/teamSyncGroupMapping.d.ts +18 -1
  458. package/teamSyncGroupMapping.js +26 -9
  459. package/teamSyncGroupMapping.js.map +1 -1
  460. package/types/index.js +1 -1
  461. package/types/index.js.map +1 -1
  462. package/types/input.d.ts +360 -74
  463. package/types/input.js +1 -1
  464. package/types/input.js.map +1 -1
  465. package/types/output.d.ts +495 -84
  466. package/types/output.js +1 -1
  467. package/types/output.js.map +1 -1
  468. package/userGpgKey.d.ts +2 -3
  469. package/userGpgKey.js +9 -10
  470. package/userGpgKey.js.map +1 -1
  471. package/userInvitationAccepter.d.ts +5 -7
  472. package/userInvitationAccepter.js +11 -13
  473. package/userInvitationAccepter.js.map +1 -1
  474. package/userSshKey.d.ts +5 -3
  475. package/userSshKey.js +15 -13
  476. package/userSshKey.js.map +1 -1
  477. package/utilities.d.ts +0 -4
  478. package/utilities.js +20 -30
  479. package/utilities.js.map +1 -1
  480. package/workflowRepositoryPermissions.d.ts +98 -0
  481. package/workflowRepositoryPermissions.js +82 -0
  482. package/workflowRepositoryPermissions.js.map +1 -0
  483. package/package.json.bak +0 -27
  484. package/repositoryTagProtection.d.ts +0 -93
  485. package/repositoryTagProtection.js +0 -84
  486. 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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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
- return pulumi.output(args).apply((a) => getTeam(a, opts));
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,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,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;AATD,0BASC;AAqED;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
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 thisRepository = github.getRepository({
12
+ * const _this = github.getRepository({
13
13
  * name: "example",
14
14
  * });
15
- * const thisBranch = Promise.all([thisRepository, thisRepository]).then(([thisRepository, thisRepository1]) => github.getBranch({
16
- * branch: thisRepository.defaultBranch,
17
- * repository: thisRepository1.name,
15
+ * const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
16
+ * branch: _this.defaultBranch,
17
+ * repository: _this1.name,
18
18
  * }));
19
- * const thisTree = Promise.all([thisRepository, thisBranch]).then(([thisRepository, thisBranch]) => github.getTree({
19
+ * const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
20
20
  * recursive: false,
21
- * repository: thisRepository.name,
22
- * treeSha: thisBranch.sha,
21
+ * repository: _this.name,
22
+ * treeSha: thisGetBranch.sha,
23
23
  * }));
24
- * export const entries = thisTree.then(thisTree => thisTree.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 thisRepository = github.getRepository({
70
+ * const _this = github.getRepository({
71
71
  * name: "example",
72
72
  * });
73
- * const thisBranch = Promise.all([thisRepository, thisRepository]).then(([thisRepository, thisRepository1]) => github.getBranch({
74
- * branch: thisRepository.defaultBranch,
75
- * repository: thisRepository1.name,
73
+ * const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
74
+ * branch: _this.defaultBranch,
75
+ * repository: _this1.name,
76
76
  * }));
77
- * const thisTree = Promise.all([thisRepository, thisBranch]).then(([thisRepository, thisBranch]) => github.getTree({
77
+ * const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
78
78
  * recursive: false,
79
- * repository: thisRepository.name,
80
- * treeSha: thisBranch.sha,
79
+ * repository: _this.name,
80
+ * treeSha: thisGetBranch.sha,
81
81
  * }));
82
- * export const entries = thisTree.then(thisTree => thisTree.entries);
82
+ * export const entries = thisGetTree.then(thisGetTree => thisGetTree.entries);
83
83
  * ```
84
84
  */
85
- export declare function getTreeOutput(args: GetTreeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTreeResult>;
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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 thisRepository = github.getRepository({
17
+ * const _this = github.getRepository({
18
18
  * name: "example",
19
19
  * });
20
- * const thisBranch = Promise.all([thisRepository, thisRepository]).then(([thisRepository, thisRepository1]) => github.getBranch({
21
- * branch: thisRepository.defaultBranch,
22
- * repository: thisRepository1.name,
20
+ * const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
21
+ * branch: _this.defaultBranch,
22
+ * repository: _this1.name,
23
23
  * }));
24
- * const thisTree = Promise.all([thisRepository, thisBranch]).then(([thisRepository, thisBranch]) => github.getTree({
24
+ * const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
25
25
  * recursive: false,
26
- * repository: thisRepository.name,
27
- * treeSha: thisBranch.sha,
26
+ * repository: _this.name,
27
+ * treeSha: thisGetBranch.sha,
28
28
  * }));
29
- * export const entries = thisTree.then(thisTree => thisTree.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 thisRepository = github.getRepository({
50
+ * const _this = github.getRepository({
51
51
  * name: "example",
52
52
  * });
53
- * const thisBranch = Promise.all([thisRepository, thisRepository]).then(([thisRepository, thisRepository1]) => github.getBranch({
54
- * branch: thisRepository.defaultBranch,
55
- * repository: thisRepository1.name,
53
+ * const thisGetBranch = Promise.all([_this, _this]).then(([_this, _this1]) => github.getBranch({
54
+ * branch: _this.defaultBranch,
55
+ * repository: _this1.name,
56
56
  * }));
57
- * const thisTree = Promise.all([thisRepository, thisBranch]).then(([thisRepository, thisBranch]) => github.getTree({
57
+ * const thisGetTree = Promise.all([_this, thisGetBranch]).then(([_this, thisGetBranch]) => github.getTree({
58
58
  * recursive: false,
59
- * repository: thisRepository.name,
60
- * treeSha: thisBranch.sha,
59
+ * repository: _this.name,
60
+ * treeSha: thisGetBranch.sha,
61
61
  * }));
62
- * export const entries = thisTree.then(thisTree => thisTree.entries);
62
+ * export const entries = thisGetTree.then(thisGetTree => thisGetTree.entries);
63
63
  * ```
64
64
  */
65
65
  function getTreeOutput(args, opts) {
66
- return pulumi.output(args).apply((a) => getTree(a, opts));
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,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AAoCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
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.InvokeOptions): pulumi.Output<GetUserResult>;
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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
- return pulumi.output(args).apply((a) => getUser(a, opts));
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,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAsGD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
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.InvokeOptions): pulumi.Output<GetUserExternalIdentityResult>;
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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
- return pulumi.output(args).apply((a) => getUserExternalIdentity(a, opts));
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,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAElG,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;AAND,0DAMC;AAuCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
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.InvokeOptions): pulumi.Output<GetUsersResult>;
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 the Pulumi Terraform Bridge (tfgen) Tool. ***
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
- return pulumi.output(args).apply((a) => getUsers(a, opts));
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,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAsCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
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 { ProviderArgs } from "./provider";
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, };