@proveanything/smartlinks 1.3.42 → 1.3.44

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.42 | Generated: 2026-02-19T07:40:37.858Z
3
+ Version: 1.3.44 | Generated: 2026-02-19T08:06:35.560Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -1506,6 +1506,7 @@ interface Collection {
1506
1506
  dark?: boolean // if dark mode is enabled for this collection
1507
1507
  portalUrl?: string // URL for the collection's portal (if applicable)
1508
1508
  allowAutoGenerateClaims?: boolean
1509
+ defaultAuthKitId: string // default auth kit for this collection, used for auth
1509
1510
  }
1510
1511
  ```
1511
1512
 
@@ -65,6 +65,7 @@ export interface Collection {
65
65
  portalUrl?: string;
66
66
  /** Allow users to claim products without providing a proof ID (auto-generates serial on-demand) */
67
67
  allowAutoGenerateClaims?: boolean;
68
+ defaultAuthKitId: string;
68
69
  }
69
70
  export type CollectionResponse = Collection;
70
71
  export type CollectionCreateRequest = Omit<Collection, 'id' | 'shortId'>;
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.3.42 | Generated: 2026-02-19T07:40:37.858Z
3
+ Version: 1.3.44 | Generated: 2026-02-19T08:06:35.560Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -1506,6 +1506,7 @@ interface Collection {
1506
1506
  dark?: boolean // if dark mode is enabled for this collection
1507
1507
  portalUrl?: string // URL for the collection's portal (if applicable)
1508
1508
  allowAutoGenerateClaims?: boolean
1509
+ defaultAuthKitId: string // default auth kit for this collection, used for auth
1509
1510
  }
1510
1511
  ```
1511
1512
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proveanything/smartlinks",
3
- "version": "1.3.42",
3
+ "version": "1.3.44",
4
4
  "description": "Official JavaScript/TypeScript SDK for the Smartlinks API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",