@proveanything/smartlinks 1.5.4 → 1.5.6

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.
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.5.4 | Generated: 2026-02-26T07:46:52.121Z
3
+ Version: 1.5.6 | Generated: 2026-02-26T08:32:23.437Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -990,6 +990,19 @@ interface GetCollectionWidgetsOptions {
990
990
 
991
991
  ### appObjects
992
992
 
993
+ **PaginatedResponse<T>** (interface)
994
+ ```typescript
995
+ interface PaginatedResponse<T> {
996
+ data: T[]
997
+ pagination: {
998
+ total: number
999
+ limit: number
1000
+ offset: number
1001
+ hasMore: boolean
1002
+ }
1003
+ }
1004
+ ```
1005
+
993
1006
  **AggregateRequest** (interface)
994
1007
  ```typescript
995
1008
  interface AggregateRequest {
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.5.4 | Generated: 2026-02-26T07:46:52.121Z
3
+ Version: 1.5.6 | Generated: 2026-02-26T08:32:23.437Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -990,6 +990,19 @@ interface GetCollectionWidgetsOptions {
990
990
 
991
991
  ### appObjects
992
992
 
993
+ **PaginatedResponse<T>** (interface)
994
+ ```typescript
995
+ interface PaginatedResponse<T> {
996
+ data: T[]
997
+ pagination: {
998
+ total: number
999
+ limit: number
1000
+ offset: number
1001
+ hasMore: boolean
1002
+ }
1003
+ }
1004
+ ```
1005
+
993
1006
  **AggregateRequest** (interface)
994
1007
  ```typescript
995
1008
  interface AggregateRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proveanything/smartlinks",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "description": "Official JavaScript/TypeScript SDK for the Smartlinks API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",