arcade-slack 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl
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.
- arcade_slack/tools/chat.py +3 -3
- {arcade_slack-0.5.0.dist-info → arcade_slack-0.5.1.dist-info}/METADATA +1 -1
- {arcade_slack-0.5.0.dist-info → arcade_slack-0.5.1.dist-info}/RECORD +5 -5
- {arcade_slack-0.5.0.dist-info → arcade_slack-0.5.1.dist-info}/WHEEL +0 -0
- {arcade_slack-0.5.0.dist-info → arcade_slack-0.5.1.dist-info}/licenses/LICENSE +0 -0
arcade_slack/tools/chat.py
CHANGED
|
@@ -37,7 +37,7 @@ from arcade_slack.utils import (
|
|
|
37
37
|
"users:read",
|
|
38
38
|
"users:read.email",
|
|
39
39
|
"chat:write",
|
|
40
|
-
"mpim:write",
|
|
40
|
+
# "mpim:write",
|
|
41
41
|
"im:write",
|
|
42
42
|
],
|
|
43
43
|
)
|
|
@@ -454,7 +454,7 @@ async def list_conversations(
|
|
|
454
454
|
"users:read",
|
|
455
455
|
"users:read.email",
|
|
456
456
|
"chat:write",
|
|
457
|
-
"mpim:write",
|
|
457
|
+
# "mpim:write",
|
|
458
458
|
"im:write",
|
|
459
459
|
],
|
|
460
460
|
)
|
|
@@ -491,7 +491,7 @@ async def send_dm_to_user(
|
|
|
491
491
|
"users:read",
|
|
492
492
|
"users:read.email",
|
|
493
493
|
"chat:write",
|
|
494
|
-
"mpim:write",
|
|
494
|
+
# "mpim:write",
|
|
495
495
|
"im:write",
|
|
496
496
|
],
|
|
497
497
|
)
|
|
@@ -9,9 +9,9 @@ arcade_slack/models.py,sha256=-zlkAxaDNEcIkQqePYTZXAqcRX4gO5jocJIixeWpK7A,12213
|
|
|
9
9
|
arcade_slack/user_retrieval.py,sha256=cdfzBbm2fsVNCztt2XbIV2UKuCdHaotfFBdo10EpBcE,6774
|
|
10
10
|
arcade_slack/utils.py,sha256=nKfvpeVmLeIun0y9poPG27jLBji2WMH4h1oWgemPIQ8,21438
|
|
11
11
|
arcade_slack/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
arcade_slack/tools/chat.py,sha256=
|
|
12
|
+
arcade_slack/tools/chat.py,sha256=KWDalEiOhay4Z71EB97dVllm3Uo7sXxjXFfmcpvuWYE,38125
|
|
13
13
|
arcade_slack/tools/users.py,sha256=Kw3MWNOwuUY17X5HGf3JMAH_mfloLRdRzXSBC7Zo7ug,4233
|
|
14
|
-
arcade_slack-0.5.
|
|
15
|
-
arcade_slack-0.5.
|
|
16
|
-
arcade_slack-0.5.
|
|
17
|
-
arcade_slack-0.5.
|
|
14
|
+
arcade_slack-0.5.1.dist-info/METADATA,sha256=t__oFJOZyq4HWgW6xFZhKzBmGVc8mm55_QSSCgrUPF4,953
|
|
15
|
+
arcade_slack-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
arcade_slack-0.5.1.dist-info/licenses/LICENSE,sha256=f4Q0XUZJ2MqZBO1XsqqHhuZfSs2ar1cZEJ45150zERo,1067
|
|
17
|
+
arcade_slack-0.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|