@integration-app/sdk
Advanced tools
Comparing version 0.15.68 to 0.15.69
@@ -139,3 +139,2 @@ "use strict"; | ||
} | ||
console.log('FIELD LINKS', results); | ||
return results; | ||
@@ -185,3 +184,3 @@ } | ||
if (!options.includeSubfields) { | ||
fields = fields.filter((f) => !f.replace('fields.', '').includes('.')); | ||
fields = fields.filter((f) => !f.replace('fields.', '').replace('unifiedFields.', '').includes('.')); | ||
} | ||
@@ -188,0 +187,0 @@ if (!options.includeUnifiedFields) { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.15.68", | ||
"version": "0.15.69", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -263,3 +263,2 @@ import { | ||
} | ||
console.log('FIELD LINKS', results) | ||
return results | ||
@@ -319,3 +318,6 @@ } | ||
if (!options.includeSubfields) { | ||
fields = fields.filter((f) => !f.replace('fields.', '').includes('.')) | ||
fields = fields.filter( | ||
(f) => | ||
!f.replace('fields.', '').replace('unifiedFields.', '').includes('.'), | ||
) | ||
} | ||
@@ -322,0 +324,0 @@ if (!options.includeUnifiedFields) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3410766