@sankhyalabs/sankhyablocks-docs 9.1.0-dev.20 → 9.1.0-dev.21
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.
@@ -148,7 +148,7 @@ Type: `Promise<boolean>`
|
|
148
148
|
|
149
149
|
|
150
150
|
|
151
|
-
### `executePreparedSearch(mode: string, argument: string, options:
|
151
|
+
### `executePreparedSearch(mode: string, argument: string, options: IPreparedSearchOptions) => Promise<Array<IOption> | IOption>`
|
152
152
|
|
153
153
|
|
154
154
|
|
@@ -158,7 +158,7 @@ Type: `Promise<IOption | IOption[]>`
|
|
158
158
|
|
159
159
|
Uma lista de opções ou uma única opção.
|
160
160
|
|
161
|
-
### `executePreparedSearchPlus(mode: string, argument: string, options:
|
161
|
+
### `executePreparedSearchPlus(mode: string, argument: string, options: IPreparedSearchOptions) => Promise<Array<IOption> | IOption>`
|
162
162
|
|
163
163
|
Realiza a pesquisa de registros
|
164
164
|
Ex.: snk-config-options
|