Skip to content

Commit

Permalink
make contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed Mar 14, 2024
1 parent e3ecfc8 commit 28bdc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
5 changes: 1 addition & 4 deletions specification/security/query_api_keys/QueryApiKeysRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
*/

import { Dictionary } from '@spec_utils/Dictionary'
import {
APIKeyAggregationContainer,
APIKeyQueryContainer
} from './types'
import { APIKeyAggregationContainer, APIKeyQueryContainer } from './types'
import { RequestBase } from '@_types/Base'
import { integer } from '@_types/Numeric'
import { Sort, SortResults } from '@_types/sort'
Expand Down
11 changes: 2 additions & 9 deletions specification/security/query_api_keys/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@

import { Dictionary } from '@spec_utils/Dictionary'
import { SingleKeyDictionary } from '@spec_utils/Dictionary'
import {
Metadata,
Field
} from '@_types/common'
import { Metadata, Field } from '@_types/common'
import { BoolQuery } from '@_types/query_dsl/compound'
import {
ExistsQuery,
Expand All @@ -33,10 +30,7 @@ import {
TermsQuery,
WildcardQuery
} from '@_types/query_dsl/term'
import {
MatchQuery,
SimpleQueryStringQuery
} from '@_types/query_dsl/fulltext'
import { MatchQuery, SimpleQueryStringQuery } from '@_types/query_dsl/fulltext'
import { MatchAllQuery } from '@_types/query_dsl/MatchAllQuery'
import {
BucketAggregationBase,
Expand Down Expand Up @@ -232,4 +226,3 @@ export class APIKeyFiltersAggregation extends BucketAggregationBase {
*/
keyed?: boolean
}

0 comments on commit 28bdc53

Please sign in to comment.