@pulumi/slack 0.4.14 → 0.4.16
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/conversation.d.ts +22 -1
- package/conversation.js +1 -1
- package/conversation.js.map +1 -1
- package/package.json +2 -2
- package/usergroup.d.ts +1 -1
- package/usergroup.js +1 -1
package/conversation.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
85
85
|
*
|
|
86
86
|
* ## Import
|
|
87
87
|
*
|
|
88
|
-
* `
|
|
88
|
+
* `slack.Conversation` can be imported using the ID of the conversation/channel, e.g.
|
|
89
89
|
*
|
|
90
90
|
* ```sh
|
|
91
91
|
* $ pulumi import slack:index/conversation:Conversation my_conversation C023X7QTFHQ
|
|
@@ -122,6 +122,13 @@ export declare class Conversation extends pulumi.CustomResource {
|
|
|
122
122
|
* a side effect on public channels where user that joined the channel are kicked.
|
|
123
123
|
*/
|
|
124
124
|
readonly actionOnUpdatePermanentMembers: pulumi.Output<string | undefined>;
|
|
125
|
+
/**
|
|
126
|
+
* indicates that an
|
|
127
|
+
* existing channel with the same name should be adopted by terraform and put under
|
|
128
|
+
* state management. If the existing channel is archived, it will be unarchived.
|
|
129
|
+
* (Note: for unarchiving of existing channels to work correctly, you_must_ use
|
|
130
|
+
* a user token, not a bot token, due to bugs in the Slack API)
|
|
131
|
+
*/
|
|
125
132
|
readonly adoptExistingChannel: pulumi.Output<boolean | undefined>;
|
|
126
133
|
/**
|
|
127
134
|
* is a unix timestamp.
|
|
@@ -202,6 +209,13 @@ export interface ConversationState {
|
|
|
202
209
|
* a side effect on public channels where user that joined the channel are kicked.
|
|
203
210
|
*/
|
|
204
211
|
actionOnUpdatePermanentMembers?: pulumi.Input<string>;
|
|
212
|
+
/**
|
|
213
|
+
* indicates that an
|
|
214
|
+
* existing channel with the same name should be adopted by terraform and put under
|
|
215
|
+
* state management. If the existing channel is archived, it will be unarchived.
|
|
216
|
+
* (Note: for unarchiving of existing channels to work correctly, you_must_ use
|
|
217
|
+
* a user token, not a bot token, due to bugs in the Slack API)
|
|
218
|
+
*/
|
|
205
219
|
adoptExistingChannel?: pulumi.Input<boolean>;
|
|
206
220
|
/**
|
|
207
221
|
* is a unix timestamp.
|
|
@@ -274,6 +288,13 @@ export interface ConversationArgs {
|
|
|
274
288
|
* a side effect on public channels where user that joined the channel are kicked.
|
|
275
289
|
*/
|
|
276
290
|
actionOnUpdatePermanentMembers?: pulumi.Input<string>;
|
|
291
|
+
/**
|
|
292
|
+
* indicates that an
|
|
293
|
+
* existing channel with the same name should be adopted by terraform and put under
|
|
294
|
+
* state management. If the existing channel is archived, it will be unarchived.
|
|
295
|
+
* (Note: for unarchiving of existing channels to work correctly, you_must_ use
|
|
296
|
+
* a user token, not a bot token, due to bugs in the Slack API)
|
|
297
|
+
*/
|
|
277
298
|
adoptExistingChannel?: pulumi.Input<boolean>;
|
|
278
299
|
/**
|
|
279
300
|
* indicates a conversation is archived. Frozen in time.
|
package/conversation.js
CHANGED
|
@@ -91,7 +91,7 @@ const utilities = require("./utilities");
|
|
|
91
91
|
*
|
|
92
92
|
* ## Import
|
|
93
93
|
*
|
|
94
|
-
* `
|
|
94
|
+
* `slack.Conversation` can be imported using the ID of the conversation/channel, e.g.
|
|
95
95
|
*
|
|
96
96
|
* ```sh
|
|
97
97
|
* $ pulumi import slack:index/conversation:Conversation my_conversation C023X7QTFHQ
|
package/conversation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversation.js","sourceRoot":"","sources":["../conversation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2FG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"conversation.js","sourceRoot":"","sources":["../conversation.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/slack",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.16",
|
|
4
4
|
"description": "A Pulumi package for managing Slack workspaces.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "slack",
|
|
27
|
-
"version": "0.4.
|
|
27
|
+
"version": "0.4.16"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/usergroup.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
60
60
|
*
|
|
61
61
|
* ## Import
|
|
62
62
|
*
|
|
63
|
-
* `
|
|
63
|
+
* `slack.Usergroup` can be imported using the ID of the group, e.g.
|
|
64
64
|
*
|
|
65
65
|
* ```sh
|
|
66
66
|
* $ pulumi import slack:index/usergroup:Usergroup my_group S022GE79E9G
|
package/usergroup.js
CHANGED
|
@@ -66,7 +66,7 @@ const utilities = require("./utilities");
|
|
|
66
66
|
*
|
|
67
67
|
* ## Import
|
|
68
68
|
*
|
|
69
|
-
* `
|
|
69
|
+
* `slack.Usergroup` can be imported using the ID of the group, e.g.
|
|
70
70
|
*
|
|
71
71
|
* ```sh
|
|
72
72
|
* $ pulumi import slack:index/usergroup:Usergroup my_group S022GE79E9G
|