diff --git a/output/schema/schema.json b/output/schema/schema.json index 0a9c77bd25..e754a19585 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -61606,7 +61606,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L57-L85" + "specLocation": "_types/query_dsl/geo.ts#L48-L63" }, { "kind": "enum", @@ -61646,7 +61646,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L87-L89" + "specLocation": "_types/query_dsl/geo.ts#L65-L67" }, { "attachedBehaviors": [ @@ -61716,7 +61716,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L91-L99" + "specLocation": "_types/query_dsl/geo.ts#L69-L77" }, { "kind": "interface", @@ -61759,7 +61759,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L106-L117" + "specLocation": "_types/query_dsl/geo.ts#L84-L88" }, { "attachedBehaviors": [ @@ -61813,7 +61813,7 @@ } } ], - "specLocation": "_types/query_dsl/geo.ts#L121-L131" + "specLocation": "_types/query_dsl/geo.ts#L92-L97" }, { "kind": "enum", @@ -61832,7 +61832,7 @@ "name": "GeoValidationMethod", "namespace": "_types.query_dsl" }, - "specLocation": "_types/query_dsl/geo.ts#L147-L157" + "specLocation": "_types/query_dsl/geo.ts#L113-L117" }, { "inherits": { @@ -144247,20 +144247,9 @@ "namespace": "_types" } } - }, - { - "name": "realm.name", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "Name", - "namespace": "_types" - } - } } ], - "specLocation": "security/_types/RoleMappingRule.ts#L34-L44", + "specLocation": "security/_types/RoleMappingRule.ts#L36-L44", "variants": { "kind": "container", "nonExhaustive": true @@ -144702,7 +144691,7 @@ } } ], - "specLocation": "security/_types/RoleMappingRule.ts#L24-L32", + "specLocation": "security/_types/RoleMappingRule.ts#L23-L34", "variants": { "kind": "container" } diff --git a/output/typescript/types.ts b/output/typescript/types.ts index 728c757ff1..c1148602c4 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -14427,7 +14427,6 @@ export interface SecurityFieldRule { username?: Names dn?: Names groups?: Names - 'realm.name'?: Name } export interface SecurityFieldSecurity {