@pipedream/readwise 0.3.0 → 0.3.1
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.
|
@@ -4,13 +4,14 @@ export default {
|
|
|
4
4
|
key: "readwise-list-highlights",
|
|
5
5
|
name: "List Highlights",
|
|
6
6
|
description: "A list of highlights with a pagination metadata. The rate limit of this endpoint is restricted to 20 requests per minute. Each request returns 1000 items. [See the docs here](https://readwise.io/api_deets)",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.5",
|
|
8
8
|
annotations: {
|
|
9
9
|
destructiveHint: false,
|
|
10
10
|
openWorldHint: true,
|
|
11
11
|
readOnlyHint: true,
|
|
12
12
|
},
|
|
13
13
|
type: "action",
|
|
14
|
+
ai: "optimized",
|
|
14
15
|
props: {
|
|
15
16
|
readwise,
|
|
16
17
|
bookId: {
|