@magemetrics/core 0.4.0 → 0.4.1

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 CHANGED
@@ -2820,6 +2820,8 @@ declare interface operations {
2820
2820
  }[];
2821
2821
  rows?: {
2822
2822
  flow_data_id: number;
2823
+ /** Format: uuid */
2824
+ flow_id: string;
2823
2825
  company_id: number;
2824
2826
  main_cluster_id: number;
2825
2827
  main_cluster_name: string;
package/dist/index.js CHANGED
@@ -3108,7 +3108,7 @@ var toSearchParams = ({ cursor, filters, sorting, limit }) => {
3108
3108
 
3109
3109
  // package.json
3110
3110
  var package_default = {
3111
- version: "0.4.0"};
3111
+ version: "0.4.1"};
3112
3112
  var MageMetricsChatTransport = class extends DefaultChatTransport {
3113
3113
  constructor(apiUrl, flowId, options) {
3114
3114
  super({