@pulumi/pulumiservice 0.7.2 → 0.7.3-alpha.1685744332

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/accessToken.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Access tokens allow a user to authenticate against the Pulumi Service
3
+ * Access tokens allow a user to authenticate against the Pulumi Cloud
4
4
  */
5
5
  export declare class AccessToken extends pulumi.CustomResource {
6
6
  /**
package/accessToken.js CHANGED
@@ -6,7 +6,7 @@ exports.AccessToken = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Access tokens allow a user to authenticate against the Pulumi Service
9
+ * Access tokens allow a user to authenticate against the Pulumi Cloud
10
10
  */
11
11
  class AccessToken extends pulumi.CustomResource {
12
12
  /**
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * The Pulumi Service allows users to create access tokens scoped to orgs. Org access tokens is a resource to create them and assign them to an org
3
+ * The Pulumi Cloud allows users to create access tokens scoped to orgs. Org access tokens is a resource to create them and assign them to an org
4
4
  */
5
5
  export declare class OrgAccessToken extends pulumi.CustomResource {
6
6
  /**
package/orgAccessToken.js CHANGED
@@ -6,7 +6,7 @@ exports.OrgAccessToken = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * The Pulumi Service allows users to create access tokens scoped to orgs. Org access tokens is a resource to create them and assign them to an org
9
+ * The Pulumi Cloud allows users to create access tokens scoped to orgs. Org access tokens is a resource to create them and assign them to an org
10
10
  */
11
11
  class OrgAccessToken extends pulumi.CustomResource {
12
12
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumiservice",
3
- "version": "v0.7.2",
3
+ "version": "v0.7.3-alpha.1685744332+29b26792",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kind/native",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource pulumiservice v0.7.2"
14
+ "install": "node scripts/install-pulumi-plugin.js resource pulumiservice v0.7.3-alpha.1685744332+29b26792"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "@pulumi/pulumiservice",
3
+ "version": "v0.7.3-alpha.1685744332+29b26792",
4
+ "keywords": [
5
+ "pulumi",
6
+ "kind/native",
7
+ "category/infrastructure"
8
+ ],
9
+ "homepage": "https://pulumi.com",
10
+ "repository": "https://github.com/pulumi/pulumi-pulumiservice",
11
+ "license": "Apache-2.0",
12
+ "scripts": {
13
+ "build": "tsc",
14
+ "install": "node scripts/install-pulumi-plugin.js resource pulumiservice v0.7.3-alpha.1685744332+29b26792"
15
+ },
16
+ "dependencies": {
17
+ "@pulumi/pulumi": "^3.0.0"
18
+ },
19
+ "devDependencies": {
20
+ "@types/node": "^14",
21
+ "typescript": "^4.3.5"
22
+ },
23
+ "pulumi": {
24
+ "resource": true,
25
+ "name": "pulumiservice"
26
+ }
27
+ }
package/provider.d.ts CHANGED
@@ -19,7 +19,7 @@ export declare class Provider extends pulumi.ProviderResource {
19
19
  */
20
20
  export interface ProviderArgs {
21
21
  /**
22
- * Access Token to authenticate with Pulumi Service.
22
+ * Access Token to authenticate with Pulumi Cloud.
23
23
  */
24
24
  accessToken?: pulumi.Input<string>;
25
25
  }
package/team.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * The Pulumi Service offers role-based access control (RBAC) using teams. Teams allow organization admins to assign a set of stack permissions to a group of users.
3
+ * The Pulumi Cloud offers role-based access control (RBAC) using teams. Teams allow organization admins to assign a set of stack permissions to a group of users.
4
4
  */
5
5
  export declare class Team extends pulumi.CustomResource {
6
6
  /**
package/team.js CHANGED
@@ -6,7 +6,7 @@ exports.Team = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * The Pulumi Service offers role-based access control (RBAC) using teams. Teams allow organization admins to assign a set of stack permissions to a group of users.
9
+ * The Pulumi Cloud offers role-based access control (RBAC) using teams. Teams allow organization admins to assign a set of stack permissions to a group of users.
10
10
  */
11
11
  class Team extends pulumi.CustomResource {
12
12
  /**
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * The Pulumi Service allows users to create access tokens scoped to team. Team access tokens is a resource to create them and assign them to a team
3
+ * The Pulumi Cloud allows users to create access tokens scoped to team. Team access tokens is a resource to create them and assign them to a team
4
4
  */
5
5
  export declare class TeamAccessToken extends pulumi.CustomResource {
6
6
  /**
@@ -6,7 +6,7 @@ exports.TeamAccessToken = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * The Pulumi Service allows users to create access tokens scoped to team. Team access tokens is a resource to create them and assign them to a team
9
+ * The Pulumi Cloud allows users to create access tokens scoped to team. Team access tokens is a resource to create them and assign them to a team
10
10
  */
11
11
  class TeamAccessToken extends pulumi.CustomResource {
12
12
  /**
@@ -81,5 +81,9 @@ export declare const WebhookFormat: {
81
81
  * Messages formatted for consumption by Slack incoming webhooks.
82
82
  */
83
83
  readonly Slack: "slack";
84
+ /**
85
+ * Initiate deployments on a stack from a Pulumi Cloud webhook.
86
+ */
87
+ readonly PulumiDeployments: "pulumi_deployments";
84
88
  };
85
89
  export type WebhookFormat = (typeof WebhookFormat)[keyof typeof WebhookFormat];
@@ -84,5 +84,9 @@ exports.WebhookFormat = {
84
84
  * Messages formatted for consumption by Slack incoming webhooks.
85
85
  */
86
86
  Slack: "slack",
87
+ /**
88
+ * Initiate deployments on a stack from a Pulumi Cloud webhook.
89
+ */
90
+ PulumiDeployments: "pulumi_deployments",
87
91
  };
88
92
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/enums/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAGpE,QAAA,wBAAwB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,GAAG;IACT;;OAEG;IACH,IAAI,EAAE,GAAG;IACT;;OAEG;IACH,KAAK,EAAE,GAAG;CACJ,CAAC;AAIE,QAAA,cAAc,GAAG;IAC1B;;OAEG;IACH,YAAY,EAAE,eAAe;IAC7B;;OAEG;IACH,YAAY,EAAE,eAAe;IAC7B;;OAEG;IACH,eAAe,EAAE,kBAAkB;IACnC;;OAEG;IACH,YAAY,EAAE,eAAe;IAC7B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,aAAa,EAAE,gBAAgB;IAC/B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,aAAa,EAAE,gBAAgB;IAC/B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,aAAa,EAAE,gBAAgB;IAC/B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,iBAAiB,EAAE,oBAAoB;IACvC;;OAEG;IACH,mBAAmB,EAAE,sBAAsB;IAC3C;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAIE,QAAA,aAAa,GAAG;IACzB;;OAEG;IACH,GAAG,EAAE,KAAK;IACV;;OAEG;IACH,KAAK,EAAE,OAAO;CACR,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/enums/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAGpE,QAAA,wBAAwB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,GAAG;IACT;;OAEG;IACH,IAAI,EAAE,GAAG;IACT;;OAEG;IACH,KAAK,EAAE,GAAG;CACJ,CAAC;AAIE,QAAA,cAAc,GAAG;IAC1B;;OAEG;IACH,YAAY,EAAE,eAAe;IAC7B;;OAEG;IACH,YAAY,EAAE,eAAe;IAC7B;;OAEG;IACH,eAAe,EAAE,kBAAkB;IACnC;;OAEG;IACH,YAAY,EAAE,eAAe;IAC7B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,aAAa,EAAE,gBAAgB;IAC/B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,aAAa,EAAE,gBAAgB;IAC/B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,aAAa,EAAE,gBAAgB;IAC/B;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;IACrC;;OAEG;IACH,iBAAiB,EAAE,oBAAoB;IACvC;;OAEG;IACH,mBAAmB,EAAE,sBAAsB;IAC3C;;OAEG;IACH,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAIE,QAAA,aAAa,GAAG;IACzB;;OAEG;IACH,GAAG,EAAE,KAAK;IACV;;OAEG;IACH,KAAK,EAAE,OAAO;IACd;;OAEG;IACH,iBAAiB,EAAE,oBAAoB;CACjC,CAAC"}
package/webhook.d.ts CHANGED
@@ -31,7 +31,7 @@ export declare class Webhook extends pulumi.CustomResource {
31
31
  */
32
32
  readonly active: pulumi.Output<boolean | undefined>;
33
33
  /**
34
- * The friendly name displayed in the Pulumi Service.
34
+ * The friendly name displayed in the Pulumi Cloud.
35
35
  */
36
36
  readonly displayName: pulumi.Output<string | undefined>;
37
37
  /**
@@ -43,7 +43,7 @@ export declare class Webhook extends pulumi.CustomResource {
43
43
  */
44
44
  readonly format: pulumi.Output<enums.WebhookFormat | undefined>;
45
45
  /**
46
- * Webhook identifier generated by pulumi service.
46
+ * Webhook identifier generated by Pulumi Cloud.
47
47
  */
48
48
  readonly name: pulumi.Output<string | undefined>;
49
49
  /**
@@ -84,7 +84,7 @@ export interface WebhookArgs {
84
84
  */
85
85
  active: pulumi.Input<boolean>;
86
86
  /**
87
- * The friendly name displayed in the Pulumi Service.
87
+ * The friendly name displayed in the Pulumi Cloud.
88
88
  */
89
89
  displayName: pulumi.Input<string>;
90
90
  /**