@proveanything/smartlinks 1.0.34 → 1.0.35
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 -0
- package/dist/types/product.d.ts +4 -0
- package/package.json +1 -1
package/API_SUMMARY.md
CHANGED
package/dist/types/product.d.ts
CHANGED
|
@@ -10,6 +10,10 @@ export interface ProductResponse {
|
|
|
10
10
|
collectionId: string;
|
|
11
11
|
/** Detailed description of the product */
|
|
12
12
|
description: string;
|
|
13
|
+
/** A product GTIN (Global Trade Item Number) */
|
|
14
|
+
gtin?: string;
|
|
15
|
+
/** An optional product type from the standard smartlinks types */
|
|
16
|
+
type?: string;
|
|
13
17
|
/** Hero image asset object */
|
|
14
18
|
heroImage: {
|
|
15
19
|
/** URL to the asset */
|