addio-admin-sdk 1.7.79 → 1.7.80
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.
|
@@ -81,6 +81,7 @@ export interface IIndexedDeclinationAlgolia {
|
|
|
81
81
|
readonly slug: string;
|
|
82
82
|
readonly sku: string;
|
|
83
83
|
readonly supplier_code?: string;
|
|
84
|
+
readonly upc?: string;
|
|
84
85
|
}
|
|
85
86
|
export interface IIndexedVariationAlgolia extends IIndexedDeclination {
|
|
86
87
|
readonly objectID: string;
|