@pitcher/canvas-ui 2026.1.7-95151 → 2026.1.8-101256-beta
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/canvas-ui.js +0 -1
- package/canvas-ui.js.map +1 -1
- package/package.json +1 -1
package/canvas-ui.js
CHANGED
|
@@ -88224,7 +88224,6 @@ async function crmQueryAdaptive(payload) {
|
|
|
88224
88224
|
const fields = extractFieldsFromSoql(query2);
|
|
88225
88225
|
const objectName = extractObjectFromSoql(query2);
|
|
88226
88226
|
const smartQuery = convertSoqlToSmartQuery(query2);
|
|
88227
|
-
console.log(`Smart Query: `, smartQuery);
|
|
88228
88227
|
const smartStoreResults = await crmSmartQuery({ query: smartQuery });
|
|
88229
88228
|
const records = transformSmartStoreResults(smartStoreResults, fields, objectName);
|
|
88230
88229
|
return {
|