Skip to content

Commit 233edc2

Browse files
committed
Rename folder
1 parent 0ce9c47 commit 233edc2

13 files changed

+825
-288
lines changed

output/schema/schema.json

Lines changed: 747 additions & 227 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 70 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/query_dsl/specialized.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { Script } from '@_types/Scripting'
3636
import { DateMath, Duration } from '@_types/Time'
3737
import { FieldLookup, QueryBase, QueryContainer } from './abstractions'
3838
import { AdditionalProperty } from '@spec_utils/behaviors'
39-
import { QueryRulesetId } from '../../query_rules/_types/QueryRuleset'
39+
import { QueryRulesetId } from '../../query_ruleset/_types/QueryRuleset'
4040

4141
export class DistanceFeatureQueryBase<TOrigin, TDistance> extends QueryBase {
4242
/**

0 commit comments

Comments
 (0)