@pipedream/dropbox 1.1.2 → 1.1.3
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.
|
@@ -6,7 +6,7 @@ export default {
|
|
|
6
6
|
name: "Search files and folders",
|
|
7
7
|
description: "Searches for files and folders by name. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearchV2__anchor)",
|
|
8
8
|
key: "dropbox-search-files-folders",
|
|
9
|
-
version: "0.0.
|
|
9
|
+
version: "0.0.14",
|
|
10
10
|
annotations: {
|
|
11
11
|
destructiveHint: false,
|
|
12
12
|
openWorldHint: true,
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
} = this;
|
|
92
92
|
const res = await this.dropbox.searchFilesFolders({
|
|
93
93
|
query,
|
|
94
|
-
match_field_options:
|
|
94
|
+
match_field_options: isNil(includeHighlights)
|
|
95
95
|
? undefined
|
|
96
96
|
: {
|
|
97
97
|
include_highlights: includeHighlights,
|