@proveanything/smartlinks 1.3.25 → 1.3.26

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.3.25 | Generated: 2026-02-13T14:34:37.476Z
3
+ Version: 1.3.26 | Generated: 2026-02-14T08:48:11.873Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -924,6 +924,7 @@ interface Collection {
924
924
  redirectUrl?: string // Whether the collection has a custom domain
925
925
  shortId: string, // The shortId of this collection
926
926
  dark?: boolean // if dark mode is enabled for this collection
927
+ portalUrl?: string // URL for the collection's portal (if applicable)
927
928
  }
928
929
  ```
929
930
 
@@ -62,6 +62,7 @@ export interface Collection {
62
62
  shortId: string;
63
63
  /** if dark mode is enabled for this collection */
64
64
  dark?: boolean;
65
+ portalUrl?: string;
65
66
  }
66
67
  export type CollectionResponse = Collection;
67
68
  export type CollectionCreateRequest = Omit<Collection, 'id' | 'shortId'>;
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.3.25 | Generated: 2026-02-13T14:34:37.476Z
3
+ Version: 1.3.26 | Generated: 2026-02-14T08:48:11.873Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -924,6 +924,7 @@ interface Collection {
924
924
  redirectUrl?: string // Whether the collection has a custom domain
925
925
  shortId: string, // The shortId of this collection
926
926
  dark?: boolean // if dark mode is enabled for this collection
927
+ portalUrl?: string // URL for the collection's portal (if applicable)
927
928
  }
928
929
  ```
929
930
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proveanything/smartlinks",
3
- "version": "1.3.25",
3
+ "version": "1.3.26",
4
4
  "description": "Official JavaScript/TypeScript SDK for the Smartlinks API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",