@proveanything/smartlinks 1.6.5 → 1.6.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.6.5 | Generated: 2026-03-03T14:01:39.215Z
3
+ Version: 1.6.6 | Generated: 2026-03-03T14:13:59.227Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -7,20 +7,18 @@ Complete guide to registering and discovering navigable states in SmartLinks app
7
7
  ## Table of Contents
8
8
 
9
9
  - [Overview](#overview)
10
- - [Quick Start](#quick-start)
11
- - [The `linkable` Registry](#the-linkable-registry)
10
+ - [Two Sources of Truth](#two-sources-of-truth)
11
+ - [Static Links — App Manifest](#static-links--app-manifest)
12
+ - [Dynamic Links — App Config](#dynamic-links--app-config)
12
13
  - [Schema: DeepLinkEntry](#schema-deeplinkentry)
13
- - [Entry Types](#entry-types)
14
- - [Data-Driven (Dynamic)](#1-data-driven-entries-dynamic)
15
- - [Route-Based (Static)](#2-route-based-entries-static)
16
- - [Mixed](#3-mixed)
14
+ - [Quick Start](#quick-start)
17
15
  - [URL Resolution](#url-resolution)
18
- - [Syncing the Registry](#syncing-the-registry)
16
+ - [Syncing Dynamic Links](#syncing-dynamic-links)
19
17
  - [Consumer Patterns](#consumer-patterns)
18
+ - [Merging Both Sources](#merging-both-sources)
20
19
  - [Portal Navigation Menu](#portal-navigation-menu)
21
20
  - [AI Orchestration](#ai-orchestration)
22
21
  - [Cross-App Navigation](#cross-app-navigation)
23
- - [Manifest Declaration](#manifest-declaration)
24
22
  - [TypeScript Types](#typescript-types)
25
23
  - [Rules & Best Practices](#rules--best-practices)
26
24
 
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.6.5 | Generated: 2026-03-03T14:01:39.215Z
3
+ Version: 1.6.6 | Generated: 2026-03-03T14:13:59.227Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -7,20 +7,18 @@ Complete guide to registering and discovering navigable states in SmartLinks app
7
7
  ## Table of Contents
8
8
 
9
9
  - [Overview](#overview)
10
- - [Quick Start](#quick-start)
11
- - [The `linkable` Registry](#the-linkable-registry)
10
+ - [Two Sources of Truth](#two-sources-of-truth)
11
+ - [Static Links — App Manifest](#static-links--app-manifest)
12
+ - [Dynamic Links — App Config](#dynamic-links--app-config)
12
13
  - [Schema: DeepLinkEntry](#schema-deeplinkentry)
13
- - [Entry Types](#entry-types)
14
- - [Data-Driven (Dynamic)](#1-data-driven-entries-dynamic)
15
- - [Route-Based (Static)](#2-route-based-entries-static)
16
- - [Mixed](#3-mixed)
14
+ - [Quick Start](#quick-start)
17
15
  - [URL Resolution](#url-resolution)
18
- - [Syncing the Registry](#syncing-the-registry)
16
+ - [Syncing Dynamic Links](#syncing-dynamic-links)
19
17
  - [Consumer Patterns](#consumer-patterns)
18
+ - [Merging Both Sources](#merging-both-sources)
20
19
  - [Portal Navigation Menu](#portal-navigation-menu)
21
20
  - [AI Orchestration](#ai-orchestration)
22
21
  - [Cross-App Navigation](#cross-app-navigation)
23
- - [Manifest Declaration](#manifest-declaration)
24
22
  - [TypeScript Types](#typescript-types)
25
23
  - [Rules & Best Practices](#rules--best-practices)
26
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proveanything/smartlinks",
3
- "version": "1.6.5",
3
+ "version": "1.6.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",