@pulumi/github 6.8.0-alpha.1760248833 → 6.8.0-alpha.1760421608
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/getRelease.d.ts +28 -0
- package/getRelease.js +28 -0
- package/getRelease.js.map +1 -1
- package/organizationWebhook.d.ts +2 -0
- package/organizationWebhook.js +2 -0
- package/organizationWebhook.js.map +1 -1
- package/package.json +2 -2
package/getRelease.d.ts
CHANGED
|
@@ -19,6 +19,20 @@ import * as outputs from "./types/output";
|
|
|
19
19
|
* ```
|
|
20
20
|
*
|
|
21
21
|
* To retrieve a specific release from a repository based on it's ID:
|
|
22
|
+
*
|
|
23
|
+
* Finally, to retrieve a release based on it's tag:
|
|
24
|
+
*
|
|
25
|
+
* ```typescript
|
|
26
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
27
|
+
* import * as github from "@pulumi/github";
|
|
28
|
+
*
|
|
29
|
+
* const example = github.getRelease({
|
|
30
|
+
* repository: "example-repository",
|
|
31
|
+
* owner: "example-owner",
|
|
32
|
+
* retrieveBy: "tag",
|
|
33
|
+
* releaseTag: "v1.0.0",
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
22
36
|
*/
|
|
23
37
|
export declare function getRelease(args: GetReleaseArgs, opts?: pulumi.InvokeOptions): Promise<GetReleaseResult>;
|
|
24
38
|
/**
|
|
@@ -147,6 +161,20 @@ export interface GetReleaseResult {
|
|
|
147
161
|
* ```
|
|
148
162
|
*
|
|
149
163
|
* To retrieve a specific release from a repository based on it's ID:
|
|
164
|
+
*
|
|
165
|
+
* Finally, to retrieve a release based on it's tag:
|
|
166
|
+
*
|
|
167
|
+
* ```typescript
|
|
168
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
169
|
+
* import * as github from "@pulumi/github";
|
|
170
|
+
*
|
|
171
|
+
* const example = github.getRelease({
|
|
172
|
+
* repository: "example-repository",
|
|
173
|
+
* owner: "example-owner",
|
|
174
|
+
* retrieveBy: "tag",
|
|
175
|
+
* releaseTag: "v1.0.0",
|
|
176
|
+
* });
|
|
177
|
+
* ```
|
|
150
178
|
*/
|
|
151
179
|
export declare function getReleaseOutput(args: GetReleaseOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetReleaseResult>;
|
|
152
180
|
/**
|
package/getRelease.js
CHANGED
|
@@ -24,6 +24,20 @@ const utilities = require("./utilities");
|
|
|
24
24
|
* ```
|
|
25
25
|
*
|
|
26
26
|
* To retrieve a specific release from a repository based on it's ID:
|
|
27
|
+
*
|
|
28
|
+
* Finally, to retrieve a release based on it's tag:
|
|
29
|
+
*
|
|
30
|
+
* ```typescript
|
|
31
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
+
* import * as github from "@pulumi/github";
|
|
33
|
+
*
|
|
34
|
+
* const example = github.getRelease({
|
|
35
|
+
* repository: "example-repository",
|
|
36
|
+
* owner: "example-owner",
|
|
37
|
+
* retrieveBy: "tag",
|
|
38
|
+
* releaseTag: "v1.0.0",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
27
41
|
*/
|
|
28
42
|
function getRelease(args, opts) {
|
|
29
43
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -55,6 +69,20 @@ exports.getRelease = getRelease;
|
|
|
55
69
|
* ```
|
|
56
70
|
*
|
|
57
71
|
* To retrieve a specific release from a repository based on it's ID:
|
|
72
|
+
*
|
|
73
|
+
* Finally, to retrieve a release based on it's tag:
|
|
74
|
+
*
|
|
75
|
+
* ```typescript
|
|
76
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
77
|
+
* import * as github from "@pulumi/github";
|
|
78
|
+
*
|
|
79
|
+
* const example = github.getRelease({
|
|
80
|
+
* repository: "example-repository",
|
|
81
|
+
* owner: "example-owner",
|
|
82
|
+
* retrieveBy: "tag",
|
|
83
|
+
* releaseTag: "v1.0.0",
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
58
86
|
*/
|
|
59
87
|
function getReleaseOutput(args, opts) {
|
|
60
88
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getRelease.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRelease.js","sourceRoot":"","sources":["../getRelease.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getRelease.js","sourceRoot":"","sources":["../getRelease.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AA8GD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC"}
|
package/organizationWebhook.d.ts
CHANGED
package/organizationWebhook.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizationWebhook.js","sourceRoot":"","sources":["../organizationWebhook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"organizationWebhook.js","sourceRoot":"","sources":["../organizationWebhook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA4BD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;SACtC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA7EL,kDA8EC;AAhEG,gBAAgB;AACO,gCAAY,GAAG,sDAAsD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/github",
|
|
3
|
-
"version": "6.8.0-alpha.
|
|
3
|
+
"version": "6.8.0-alpha.1760421608",
|
|
4
4
|
"description": "A Pulumi package for creating and managing github cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "github",
|
|
26
|
-
"version": "6.8.0-alpha.
|
|
26
|
+
"version": "6.8.0-alpha.1760421608"
|
|
27
27
|
}
|
|
28
28
|
}
|