mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
13 lines
473 B
Diff
13 lines
473 B
Diff
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;
|
|
}
|