Skip to content

Commit

Permalink
further clean up after code revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 28, 2023
1 parent 922b8da commit 96a6c88
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 35 deletions.
28 changes: 0 additions & 28 deletions x-pack/packages/ml/runtime_field_utils/src/schema.ts

This file was deleted.

2 changes: 0 additions & 2 deletions x-pack/packages/ml/runtime_field_utils/tsconfig.json
Expand Up @@ -19,7 +19,5 @@
"@kbn/data-views-plugin",
"@kbn/data-plugin",
"@kbn/ml-is-populated-object",
"@kbn/config-schema",
"@kbn/i18n",
]
}
Expand Up @@ -6,7 +6,7 @@
*/

import { schema } from '@kbn/config-schema';
import { runtimeMappingsSchema } from './schema';
import { runtimeMappingsSchema } from './runtime_mappings_schema';

export const dataAnalyticsJobConfigSchema = schema.object({
description: schema.maybe(schema.string()),
Expand Down
Expand Up @@ -6,7 +6,7 @@
*/

import { schema } from '@kbn/config-schema';
import { runtimeMappingsSchema } from './schema';
import { runtimeMappingsSchema } from './runtime_mappings_schema';

export const indexPatternSchema = schema.object({
/** Pattern of index or indices for which to return stats. */
Expand Down
Expand Up @@ -6,7 +6,7 @@
*/

import { schema } from '@kbn/config-schema';
import { runtimeMappingsSchema } from './schema';
import { runtimeMappingsSchema } from './runtime_mappings_schema';
import { indicesOptionsSchema } from './datafeeds_schema';

export const getCardinalityOfFieldsSchema = schema.object({
Expand Down
Expand Up @@ -6,7 +6,7 @@
*/

import { schema } from '@kbn/config-schema';
import { runtimeMappingsSchema } from './schema';
import { runtimeMappingsSchema } from './runtime_mappings_schema';
import { anomalyDetectionJobSchema } from './anomaly_detectors_schema';
import { datafeedConfigSchema, indicesOptionsSchema } from './datafeeds_schema';

Expand Down
Expand Up @@ -7,7 +7,7 @@

import { schema } from '@kbn/config-schema';
import { ES_AGGREGATION } from '@kbn/ml-anomaly-utils';
import { runtimeMappingsSchema } from './schema';
import { runtimeMappingsSchema } from './runtime_mappings_schema';
import { analysisConfigSchema, anomalyDetectionJobSchema } from './anomaly_detectors_schema';
import { datafeedConfigSchema, indicesOptionsSchema } from './datafeeds_schema';

Expand Down

0 comments on commit 96a6c88

Please sign in to comment.