@proveanything/smartlinks 1.0.52 → 1.0.54
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 +2 -1
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.js +1 -0
- package/dist/api/nfc.d.ts +7 -0
- package/dist/api/nfc.js +11 -0
- package/package.json +1 -1
package/API_SUMMARY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Smartlinks API Summary
|
|
2
2
|
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.54 | Generated: 2025-11-27T11:26:08.078Z
|
|
4
4
|
|
|
5
5
|
This is a concise summary of all available API functions and types.
|
|
6
6
|
|
|
@@ -21,6 +21,7 @@ The Smartlinks SDK is organized into the following namespaces:
|
|
|
21
21
|
- **comms** - Functions for comms operations
|
|
22
22
|
- **crate** - Container/crate management for organizing products
|
|
23
23
|
- **form** - Dynamic form creation and submission
|
|
24
|
+
- **nfc** - Functions for nfc operations
|
|
24
25
|
- **product** - Product CRUD operations and management within collections
|
|
25
26
|
- **proof** - Product proof retrieval and validation
|
|
26
27
|
- **serialNumber** - Functions for serialNumber operations
|
package/dist/api/index.d.ts
CHANGED
|
@@ -14,4 +14,5 @@ export { batch } from "./batch";
|
|
|
14
14
|
export { variant } from "./variant";
|
|
15
15
|
export { ai } from "./ai";
|
|
16
16
|
export { comms } from "./comms";
|
|
17
|
+
export { nfc } from "./nfc";
|
|
17
18
|
export type { AIGenerateContentRequest, AIGenerateImageRequest, AISearchPhotosRequest, AISearchPhotosPhoto } from "./ai";
|
package/dist/api/index.js
CHANGED
package/dist/api/nfc.js
ADDED