Skip to content

Commit

Permalink
nicer messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jul 29, 2021
1 parent 9397e81 commit 5c95305
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/plugins/data/common/kbn_field_types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,26 @@ import {
} from '@kbn/field-types';

/**
* @deprecated import from "@kbn/field-types" instead
* @deprecated Import from the "@kbn/field-types" package directly instead.
* @removeBy 8.0
*/
const castEsToKbnFieldTypeName = oldCastEsToKbnFieldTypeName;

/**
* @deprecated import from "@kbn/field-types" instead
* @deprecated Import from the "@kbn/field-types" package directly instead.
* @removeBy 8.0
*/
const getFilterableKbnTypeNames = oldGetFilterableKbnTypeNames;

/**
* @deprecated import from "@kbn/field-types" instead
* @deprecated Import from the "@kbn/field-types" package directly instead.
* @removeBy 8.0
*/
const getKbnFieldType = oldGetKbnFieldType;

/**
* @deprecated import from "@kbn/field-types" instead
* @deprecated Import from the "@kbn/field-types" package directly instead.
* @removeBy 8.0
*/
const getKbnTypeNames = oldGetKbnTypeNames;

Expand Down

0 comments on commit 5c95305

Please sign in to comment.