@imedx/ics-imedx-chromely-plugin-index-examine
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -140,3 +140,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
else { | ||
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, this.exact); | ||
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, exact); | ||
} | ||
@@ -161,3 +161,3 @@ }; | ||
else { | ||
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, this.exact); | ||
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact); | ||
} | ||
@@ -164,0 +164,0 @@ }; |
@@ -146,3 +146,3 @@ (function (global, factory) { | ||
else { | ||
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, this.exact); | ||
return IndexExamine.queryByServer('DictionaryIndex', category, keys, this.like, exact); | ||
} | ||
@@ -167,3 +167,3 @@ }; | ||
else { | ||
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, this.exact); | ||
return IndexExamine.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact); | ||
} | ||
@@ -170,0 +170,0 @@ }; |
@@ -34,3 +34,3 @@ "use strict"; | ||
else { | ||
return index_examine_1.default.queryByServer('DictionaryIndex', category, keys, this.like, this.exact); | ||
return index_examine_1.default.queryByServer('DictionaryIndex', category, keys, this.like, exact); | ||
} | ||
@@ -55,3 +55,3 @@ }; | ||
else { | ||
return index_examine_1.default.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, this.exact); | ||
return index_examine_1.default.pageByServer('DictionaryIndex', pageIndex, pageSize, category, keys, this.like, exact); | ||
} | ||
@@ -58,0 +58,0 @@ }; |
@@ -27,3 +27,3 @@ export default class IndexExamine { | ||
*/ | ||
static queryByServer(indexId: string, category: string | Array<string>, keys: string, like: Array<string>, exact: object): Promise<any>; | ||
static queryByServer(indexId: string, category: string | Array<string>, keys: string, like: Array<string>, exact: object | null): Promise<any>; | ||
/** | ||
@@ -50,3 +50,3 @@ * | ||
*/ | ||
static pageByServer(indexId: string, pageIndex: number, pageSize: number, category: string, keys: string, like: Array<string>, exact: object): Promise<any>; | ||
static pageByServer(indexId: string, pageIndex: number, pageSize: number, category: string, keys: string, like: Array<string>, exact: object | null): Promise<any>; | ||
} |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-index-examine", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
178240