@proveanything/smartlinks 1.0.43 → 1.0.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.
package/API_SUMMARY.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.0.43 | Generated: 2025-11-22T12:58:28.713Z
3
+ Version: 1.0.44 | Generated: 2025-11-22T14:04:16.960Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -239,7 +239,7 @@ interface AuthKitBrandingConfig {
239
239
  **AuthKitConfig** (interface)
240
240
  ```typescript
241
241
  interface AuthKitConfig {
242
- clientId: string
242
+ id: string
243
243
  branding?: AuthKitBrandingConfig
244
244
  enabledProviders?: string[]
245
245
  customCss?: string
@@ -55,7 +55,7 @@ export interface AuthKitBrandingConfig {
55
55
  fontFamily?: string;
56
56
  }
57
57
  export interface AuthKitConfig {
58
- clientId: string;
58
+ id: string;
59
59
  branding?: AuthKitBrandingConfig;
60
60
  enabledProviders?: string[];
61
61
  customCss?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proveanything/smartlinks",
3
- "version": "1.0.43",
3
+ "version": "1.0.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",