@streamoid/catalogix-chat 0.2.4 → 0.2.5
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/dist/index.d.ts +1 -1
- package/dist/index.js +380 -540
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -144,7 +144,7 @@ interface MapAttributesChatProps {
|
|
|
144
144
|
submittedValues?: Record<string, unknown>;
|
|
145
145
|
onSubmit: (values: Record<string, unknown>) => void;
|
|
146
146
|
}
|
|
147
|
-
declare function MapAttributesChat({ mappingData: initialData, mpAttributes, valuesOntologyAttributes,
|
|
147
|
+
declare function MapAttributesChat({ mappingData: initialData, mpAttributes, valuesOntologyAttributes, uniqueValues, submitted, onSubmit, }: MapAttributesChatProps): react_jsx_runtime.JSX.Element;
|
|
148
148
|
|
|
149
149
|
interface ProductAutomationProps {
|
|
150
150
|
storeId: string;
|