@pipedream/twitter 2.3.2 → 2.3.3

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.
@@ -8,7 +8,12 @@ export default defineAction({
8
8
  key: "twitter-add-user-to-list",
9
9
  name: "Add User To List",
10
10
  description: `Add a member to a list owned by the user. [See the documentation](${DOCS_LINK})`,
11
- version: "2.0.8",
11
+ version: "2.0.9",
12
+ annotations: {
13
+ destructiveHint: false,
14
+ openWorldHint: true,
15
+ readOnlyHint: false,
16
+ },
12
17
  type: "action",
13
18
  props: {
14
19
  ...common.props,
@@ -6,7 +6,12 @@ export default defineAction({
6
6
  key: "twitter-create-tweet",
7
7
  name: "Create Tweet",
8
8
  description: `Create a new tweet. [See the documentation](${DOCS_LINK})`,
9
- version: "2.1.6",
9
+ version: "2.1.7",
10
+ annotations: {
11
+ destructiveHint: false,
12
+ openWorldHint: true,
13
+ readOnlyHint: false,
14
+ },
10
15
  type: "action",
11
16
  props: {
12
17
  app,
@@ -7,7 +7,12 @@ export default defineAction({
7
7
  key: "twitter-delete-tweet",
8
8
  name: "Delete Tweet",
9
9
  description: `Remove a posted tweet. [See the documentation](${DOCS_LINK})`,
10
- version: "2.0.8",
10
+ version: "2.0.9",
11
+ annotations: {
12
+ destructiveHint: true,
13
+ openWorldHint: true,
14
+ readOnlyHint: false,
15
+ },
11
16
  type: "action",
12
17
  props: {
13
18
  ...common.props,
@@ -8,7 +8,12 @@ export default defineAction({
8
8
  key: "twitter-follow-user",
9
9
  name: "Follow User",
10
10
  description: `Follow a user. [See the documentation](${DOCS_LINK})`,
11
- version: "2.0.8",
11
+ version: "2.0.9",
12
+ annotations: {
13
+ destructiveHint: false,
14
+ openWorldHint: true,
15
+ readOnlyHint: false,
16
+ },
12
17
  type: "action",
13
18
  props: {
14
19
  ...common.props,
@@ -8,7 +8,12 @@ export default defineAction({
8
8
  key: "twitter-get-tweet",
9
9
  name: "Get Tweet",
10
10
  description: `Return a single tweet specified by ID. [See the documentation](${DOCS_LINK})`,
11
- version: "2.0.8",
11
+ version: "2.0.9",
12
+ annotations: {
13
+ destructiveHint: false,
14
+ openWorldHint: true,
15
+ readOnlyHint: true,
16
+ },
12
17
  type: "action",
13
18
  props: {
14
19
  ...common.props,
@@ -8,7 +8,12 @@ export default defineAction({
8
8
  key: "twitter-get-user",
9
9
  name: "Get User",
10
10
  description: `Get information about a user. [See the documentation](${DOCS_LINK})`,
11
- version: "2.0.8",
11
+ version: "2.0.9",
12
+ annotations: {
13
+ destructiveHint: false,
14
+ openWorldHint: true,
15
+ readOnlyHint: true,
16
+ },
12
17
  type: "action",
13
18
  props: {
14
19
  ...common.props,
@@ -7,7 +7,12 @@ export default defineAction({
7
7
  key: "twitter-like-tweet",
8
8
  name: "Like Tweet",
9
9
  description: `Like a tweet specified by its ID. [See the documentation](${DOCS_LINK})`,
10
- version: "2.0.8",
10
+ version: "2.0.9",
11
+ annotations: {
12
+ destructiveHint: false,
13
+ openWorldHint: true,
14
+ readOnlyHint: false,
15
+ },
11
16
  type: "action",
12
17
  props: {
13
18
  ...common.props,
@@ -11,7 +11,12 @@ export default defineAction({
11
11
  key: "twitter-list-favorites",
12
12
  name: "List Liked Tweets",
13
13
  description: `Return the most recent tweets liked by you or the specified user. [See the documentation](${DOCS_LINK})`,
14
- version: "2.0.8",
14
+ version: "2.0.9",
15
+ annotations: {
16
+ destructiveHint: false,
17
+ openWorldHint: true,
18
+ readOnlyHint: true,
19
+ },
15
20
  type: "action",
16
21
  props: {
17
22
  ...common.props,
@@ -11,7 +11,12 @@ export default defineAction({
11
11
  key: "twitter-list-followers",
12
12
  name: "List Followers",
13
13
  description: `Return a collection of user objects for users following the specified user. [See the documentation](${DOCS_LINK})`,
14
- version: "2.0.8",
14
+ version: "2.0.9",
15
+ annotations: {
16
+ destructiveHint: false,
17
+ openWorldHint: true,
18
+ readOnlyHint: true,
19
+ },
15
20
  type: "action",
16
21
  props: {
17
22
  ...common.props,
@@ -11,7 +11,12 @@ export default defineAction({
11
11
  key: "twitter-list-lists",
12
12
  name: "List Lists",
13
13
  description: `Get all lists owned by a user. [See the documentation](${DOCS_LINK})`,
14
- version: "2.0.8",
14
+ version: "2.0.9",
15
+ annotations: {
16
+ destructiveHint: false,
17
+ openWorldHint: true,
18
+ readOnlyHint: true,
19
+ },
15
20
  type: "action",
16
21
  props: {
17
22
  ...common.props,
@@ -11,7 +11,12 @@ export default defineAction({
11
11
  key: "twitter-list-mentions",
12
12
  name: "List Mentions",
13
13
  description: `Return the most recent mentions for the specified user. [See the documentation](${DOCS_LINK})`,
14
- version: "2.0.9",
14
+ version: "2.0.10",
15
+ annotations: {
16
+ destructiveHint: false,
17
+ openWorldHint: true,
18
+ readOnlyHint: true,
19
+ },
15
20
  type: "action",
16
21
  props: {
17
22
  ...common.props,
@@ -11,7 +11,12 @@ export default defineAction({
11
11
  key: "twitter-list-user-tweets",
12
12
  name: "List User Tweets",
13
13
  description: `Return a collection of the most recent tweets posted by a user. [See the documentation](${DOCS_LINK})`,
14
- version: "2.0.8",
14
+ version: "2.0.9",
15
+ annotations: {
16
+ destructiveHint: false,
17
+ openWorldHint: true,
18
+ readOnlyHint: true,
19
+ },
15
20
  type: "action",
16
21
  props: {
17
22
  ...common.props,
@@ -7,7 +7,12 @@ export default defineAction({
7
7
  key: "twitter-retweet",
8
8
  name: "Retweet a tweet",
9
9
  description: `Retweet a tweet specified by ID. [See the documentation](${DOCS_LINK})`,
10
- version: "2.0.8",
10
+ version: "2.0.9",
11
+ annotations: {
12
+ destructiveHint: false,
13
+ openWorldHint: true,
14
+ readOnlyHint: false,
15
+ },
11
16
  type: "action",
12
17
  props: {
13
18
  ...common.props,
@@ -8,7 +8,12 @@ export default defineAction({
8
8
  key: "twitter-send-dm",
9
9
  name: "Send Direct Message (DM)",
10
10
  description: `Send a message to a user. [See the documentation](${DOCS_LINK})`,
11
- version: "1.0.6",
11
+ version: "1.0.7",
12
+ annotations: {
13
+ destructiveHint: false,
14
+ openWorldHint: true,
15
+ readOnlyHint: false,
16
+ },
12
17
  type: "action",
13
18
  props: {
14
19
  ...common.props,
@@ -11,7 +11,12 @@ export default defineAction({
11
11
  key: "twitter-simple-search",
12
12
  name: "Search Tweets",
13
13
  description: `Retrieve Tweets from the last seven days that match a query. [See the documentation](${DOCS_LINK})`,
14
- version: "2.0.8",
14
+ version: "2.0.9",
15
+ annotations: {
16
+ destructiveHint: false,
17
+ openWorldHint: true,
18
+ readOnlyHint: true,
19
+ },
15
20
  type: "action",
16
21
  props: {
17
22
  ...common.props,
@@ -11,7 +11,12 @@ export default defineAction({
11
11
  key: "twitter-simple-search-in-list",
12
12
  name: "Search Tweets in List",
13
13
  description: `Search Tweets by text in a list. [See the documentation](${DOCS_LINK})`,
14
- version: "2.0.8",
14
+ version: "2.0.9",
15
+ annotations: {
16
+ destructiveHint: false,
17
+ openWorldHint: true,
18
+ readOnlyHint: true,
19
+ },
15
20
  type: "action",
16
21
  props: {
17
22
  ...common.props,
@@ -8,7 +8,12 @@ export default defineAction({
8
8
  key: "twitter-unfollow-user",
9
9
  name: "Unfollow User",
10
10
  description: `Unfollow a user. [See the documentation](${DOCS_LINK})`,
11
- version: "2.0.8",
11
+ version: "2.0.9",
12
+ annotations: {
13
+ destructiveHint: false,
14
+ openWorldHint: true,
15
+ readOnlyHint: false,
16
+ },
12
17
  type: "action",
13
18
  props: {
14
19
  ...common.props,
@@ -7,7 +7,12 @@ export default defineAction({
7
7
  key: "twitter-unlike-tweet",
8
8
  name: "Unlike Tweet",
9
9
  description: `Unlike a tweet specified by its ID. [See the documentation](${DOCS_LINK})`,
10
- version: "2.0.8",
10
+ version: "2.0.9",
11
+ annotations: {
12
+ destructiveHint: false,
13
+ openWorldHint: true,
14
+ readOnlyHint: false,
15
+ },
11
16
  type: "action",
12
17
  props: {
13
18
  ...common.props,
@@ -10,7 +10,12 @@ export default defineAction({
10
10
  key: "twitter-upload-media",
11
11
  name: "Upload Media",
12
12
  description: `Upload new media. [See the documentation](${DOCS_LINK})`,
13
- version: "0.0.13",
13
+ version: "0.0.14",
14
+ annotations: {
15
+ destructiveHint: false,
16
+ openWorldHint: true,
17
+ readOnlyHint: false,
18
+ },
14
19
  type: "action",
15
20
  props: {
16
21
  ...common.props,