@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 CHANGED
@@ -1076,6 +1076,7 @@ var UserBookmarksResource = class {
1076
1076
  restrict: params.restrict ?? "public",
1077
1077
  filter: params.filter ?? "for_ios",
1078
1078
  tag: params.tag,
1079
+ maxBookmarkId: params.maxBookmarkId,
1079
1080
  offset: params.offset
1080
1081
  })
1081
1082
  ),
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
@@ -1074,6 +1074,7 @@ var UserBookmarksResource = class {
1074
1074
  restrict: params.restrict ?? "public",
1075
1075
  filter: params.filter ?? "for_ios",
1076
1076
  tag: params.tag,
1077
+ maxBookmarkId: params.maxBookmarkId,
1077
1078
  offset: params.offset
1078
1079
  })
1079
1080
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@book000/pixivts",
3
- "version": "0.56.9",
3
+ "version": "0.57.0",
4
4
  "description": "pixiv Unofficial API Library for TypeScript",
5
5
  "keywords": [
6
6
  "pixiv",