@proveanything/smartlinks 1.5.0 → 1.5.1

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.0 | Generated: 2026-02-23T22:41:17.422Z
3
+ Version: 1.5.1 | Generated: 2026-02-23T22:44:02.356Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -19,6 +19,7 @@ For detailed guides on specific features:
19
19
  - **[Theme Defaults](theme-defaults.md)** - Default theme values and presets
20
20
  - **[Proof Claiming Methods](proof-claiming-methods.md)** - All methods for claiming/registering product ownership (NFC tags, serial numbers, auto-generated claims)
21
21
  - **[App Data Storage](app-data-storage.md)** - User-specific and collection-scoped app data storage
22
+ - **[App Objects: Cases, Threads & Records](app-objects.md)** - Generic app-scoped building blocks for support cases, discussions, bookings, registrations, and more
22
23
  - **[AI Guide Template](ai-guide-template.md)** - A sample for an app on how to build an AI setup guide
23
24
 
24
25
  ## API Namespaces
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.5.0 | Generated: 2026-02-23T22:41:17.422Z
3
+ Version: 1.5.1 | Generated: 2026-02-23T22:44:02.356Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -19,6 +19,7 @@ For detailed guides on specific features:
19
19
  - **[Theme Defaults](theme-defaults.md)** - Default theme values and presets
20
20
  - **[Proof Claiming Methods](proof-claiming-methods.md)** - All methods for claiming/registering product ownership (NFC tags, serial numbers, auto-generated claims)
21
21
  - **[App Data Storage](app-data-storage.md)** - User-specific and collection-scoped app data storage
22
+ - **[App Objects: Cases, Threads & Records](app-objects.md)** - Generic app-scoped building blocks for support cases, discussions, bookings, registrations, and more
22
23
  - **[AI Guide Template](ai-guide-template.md)** - A sample for an app on how to build an AI setup guide
23
24
 
24
25
  ## API Namespaces
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proveanything/smartlinks",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Official JavaScript/TypeScript SDK for the Smartlinks API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",