@book000/pixivts 0.56.9 → 0.57.0
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/dist/index.cjs +1 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1419,6 +1419,8 @@ interface UserBookmarksNovelParams {
|
|
|
1419
1419
|
filter?: OSFilter;
|
|
1420
1420
|
/** Limit results to bookmarks with this tag. */
|
|
1421
1421
|
tag?: string;
|
|
1422
|
+
/** Fetch bookmarks older than this bookmark ID (cursor-based pagination). */
|
|
1423
|
+
maxBookmarkId?: number;
|
|
1422
1424
|
/** Zero-based offset for pagination. */
|
|
1423
1425
|
offset?: number;
|
|
1424
1426
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1419,6 +1419,8 @@ interface UserBookmarksNovelParams {
|
|
|
1419
1419
|
filter?: OSFilter;
|
|
1420
1420
|
/** Limit results to bookmarks with this tag. */
|
|
1421
1421
|
tag?: string;
|
|
1422
|
+
/** Fetch bookmarks older than this bookmark ID (cursor-based pagination). */
|
|
1423
|
+
maxBookmarkId?: number;
|
|
1422
1424
|
/** Zero-based offset for pagination. */
|
|
1423
1425
|
offset?: number;
|
|
1424
1426
|
}
|
package/dist/index.js
CHANGED