@mxenabled/connect-widget 2.19.0 → 2.19.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.es.js CHANGED
@@ -9066,7 +9066,7 @@ const shouldUseComboJobs = (config, isComboJobsEnabled) => {
9066
9066
  return false;
9067
9067
  }
9068
9068
  const customerIsConfiguredToUseCombojobs = isComboJobsEnabled && config.data_request.products.length > 0;
9069
- const customerOptedThemselvesIntoCombojobs = config.data_request.products.length > 1 && !config.include_identity && !config.include_transactions;
9069
+ const customerOptedThemselvesIntoCombojobs = config.data_request?.inferred === false;
9070
9070
  return customerIsConfiguredToUseCombojobs || customerOptedThemselvesIntoCombojobs;
9071
9071
  };
9072
9072
  const getFirstWidgetJobType = (config, isComboJobsEnabled) => {