mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat: improve monorepo dev experience
This commit is contained in:
13
patches/@elastic__elasticsearch@8.10.0.patch
Normal file
13
patches/@elastic__elasticsearch@8.10.0.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/lib/api/types.d.ts b/lib/api/types.d.ts
|
||||||
|
index 6a3cd66f4d16418a3b835a9b479476eebbde06c5..6dcc542572b495bc531fbc8102e406eae9910dcb 100644
|
||||||
|
--- a/lib/api/types.d.ts
|
||||||
|
+++ b/lib/api/types.d.ts
|
||||||
|
@@ -4092,7 +4092,7 @@ export interface MappingDynamicTemplate {
|
||||||
|
match?: string;
|
||||||
|
match_mapping_type?: string;
|
||||||
|
match_pattern?: MappingMatchType;
|
||||||
|
- path_match?: string;
|
||||||
|
+ path_match?: string | string[];
|
||||||
|
path_unmatch?: string;
|
||||||
|
unmatch?: string;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user