jmapcloud-ng-core-types 1.0.36 → 1.0.37
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/index.ts +1 -1
- package/package.json +1 -1
- package/public/core.d.ts +1 -1
- package/public/jmap/simple-search.d.ts +1 -1
package/index.ts
CHANGED
package/package.json
CHANGED
package/public/core.d.ts
CHANGED
|
@@ -7036,7 +7036,7 @@ declare namespace JMap {
|
|
|
7036
7036
|
*
|
|
7037
7037
|
* All query_string reserved characters are escaped, and the following characters can't be used: "<>"
|
|
7038
7038
|
*
|
|
7039
|
-
* This method will fetch
|
|
7039
|
+
* This method will fetch an array of result object indicating all matches found.
|
|
7040
7040
|
*
|
|
7041
7041
|
* @throws if no project is loaded, if the passed search string is not a string or if it contains invalid characters.
|
|
7042
7042
|
* @param queryString the search string to be used
|