tango-app-api-audio-analytics 1.0.21 → 1.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-audio-analytics",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "audioAnalytics",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -552,6 +552,7 @@ export async function aiStreamResponse( req, res ) {
552
552
  selected_stores: config.selected_stores,
553
553
  date_range: config.date_range,
554
554
  selected_products: config.selected_products,
555
+ selected_model: config.selected_model,
555
556
  },
556
557
  };
557
558
  /* eslint-enable camelcase */