File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
connector/update_filtering_validation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19+ import { FilteringRulesValidation } from '@connector/_types/Connector'
1920import { RequestBase } from '@_types/Base'
2021import { Id } from '@_types/common'
21- import { FilteringRulesValidation } from 'connector/_types/Connector'
2222
2323/**
2424 * Update the connector draft filtering validation.
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- import { ResponseItem } from '_global /msearch/types'
20+ import { ResponseItem } from '@global /msearch/types'
2121
2222// Keep changes in sync with:
2323// - msearch
Original file line number Diff line number Diff line change 1212 "removeComments" : true ,
1313 "noLib" : false ,
1414 "preserveConstEnums" : true ,
15- "suppressImplicitAnyIndexErrors" : true ,
1615 "noEmit" : true ,
1716 "typeRoots" : [" ./**/*.ts" ],
1817 "baseUrl" : " ./" ,
2524 "@cat/*" : [" cat/*" ],
2625 "@ccr/*" : [" ccr/*" ],
2726 "@cluster/*" : [" cluster/*" ],
27+ "@connector/*" : [" connector/*" ],
2828 "@dangling_indices/*" : [" dangling_indices/*" ],
2929 "@enrich/*" : [" enrich/*" ],
3030 "@eql/*" : [" eql/*" ],
You can’t perform that action at this time.
0 commit comments