Skip to content

Commit 2fc00d7

Browse files
committed
Initial commit adding query rules to clients
1 parent bdea9d9 commit 2fc00d7

13 files changed

+616
-3
lines changed

output/schema/schema.json

Lines changed: 207 additions & 2 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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 53 additions & 0 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,13 @@ export class ShapeFieldQuery {
185185
relation?: GeoShapeRelation
186186
shape?: GeoShape
187187
}
188+
189+
/**
190+
* @variants container
191+
*/
192+
export class RuleQuery extends QueryBase {
193+
/** @variant container_property */
194+
organic: QueryContainer
195+
ruleset_id: string
196+
match_criteria: UserDefinedValue
197+
}

0 commit comments

Comments
 (0)