@pulumi/pulumiservice 0.28.0-alpha.1736267031 → 0.28.0-alpha.1736807230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/team.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/pulumiservice",
|
|
3
|
-
"version": "0.28.0-alpha.
|
|
3
|
+
"version": "0.28.0-alpha.1736807230",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"kind/native",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"pulumi": {
|
|
23
23
|
"resource": true,
|
|
24
24
|
"name": "pulumiservice",
|
|
25
|
-
"version": "0.28.0-alpha.
|
|
25
|
+
"version": "0.28.0-alpha.1736807230"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/team.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class Team extends pulumi.CustomResource {
|
|
|
30
30
|
*/
|
|
31
31
|
readonly githubTeamId: pulumi.Output<number | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* List of team members.
|
|
33
|
+
* List of Pulumi Cloud usernames of team members.
|
|
34
34
|
*/
|
|
35
35
|
readonly members: pulumi.Output<string[]>;
|
|
36
36
|
/**
|
|
@@ -71,7 +71,7 @@ export interface TeamArgs {
|
|
|
71
71
|
*/
|
|
72
72
|
githubTeamId?: pulumi.Input<number>;
|
|
73
73
|
/**
|
|
74
|
-
* List of team members.
|
|
74
|
+
* List of Pulumi Cloud usernames of team members.
|
|
75
75
|
*/
|
|
76
76
|
members?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77
77
|
/**
|