@pulumi/github 5.1.0 → 5.2.0-alpha.1673638210

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