File tree Expand file tree Collapse file tree 5 files changed +11
-29
lines changed Expand file tree Collapse file tree 5 files changed +11
-29
lines changed Original file line number Diff line number Diff line change 7
7
"stability" : " experimental" ,
8
8
"visibility" : " public" ,
9
9
"headers" : {
10
- "accept" : [
11
- " application/json"
12
- ]
10
+ "accept" : [" application/json" ]
13
11
},
14
12
"url" : {
15
13
"paths" : [
16
14
{
17
15
"path" : " /_query_rules/{ruleset_id}" ,
18
- "methods" : [
19
- " DELETE"
20
- ],
16
+ "methods" : [" DELETE" ],
21
17
"parts" : {
22
18
"ruleset_id" : {
23
19
"type" : " string" ,
Original file line number Diff line number Diff line change 7
7
"stability" : " experimental" ,
8
8
"visibility" : " public" ,
9
9
"headers" : {
10
- "accept" : [
11
- " application/json"
12
- ]
10
+ "accept" : [" application/json" ]
13
11
},
14
12
"url" : {
15
13
"paths" : [
16
14
{
17
15
"path" : " /_query_rules/{ruleset_id}" ,
18
- "methods" : [
19
- " GET"
20
- ],
16
+ "methods" : [" GET" ],
21
17
"parts" : {
22
18
"ruleset_id" : {
23
19
"type" : " string" ,
Original file line number Diff line number Diff line change 7
7
"stability" : " experimental" ,
8
8
"visibility" : " public" ,
9
9
"headers" : {
10
- "accept" : [
11
- " application/json"
12
- ]
10
+ "accept" : [" application/json" ]
13
11
},
14
12
"url" : {
15
13
"paths" : [
16
14
{
17
15
"path" : " /_query_rules" ,
18
- "methods" : [
19
- " GET"
20
- ]
16
+ "methods" : [" GET" ]
21
17
}
22
18
]
23
19
},
Original file line number Diff line number Diff line change 7
7
"stability" : " experimental" ,
8
8
"visibility" : " public" ,
9
9
"headers" : {
10
- "accept" : [
11
- " application/json"
12
- ],
13
- "content_type" : [
14
- " application/json"
15
- ]
10
+ "accept" : [" application/json" ],
11
+ "content_type" : [" application/json" ]
16
12
},
17
13
"url" : {
18
14
"paths" : [
19
15
{
20
16
"path" : " /_query_rules/{ruleset_id}" ,
21
- "methods" : [
22
- " PUT"
23
- ],
17
+ "methods" : [" PUT" ],
24
18
"parts" : {
25
19
"ruleset_id" : {
26
20
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export class QueryRuleset {
33
33
rules : QueryRule [ ]
34
34
}
35
35
36
- export type QueryRulesetId = string ;
36
+ export type QueryRulesetId = string
37
37
38
38
export class QueryRule {
39
39
rule_id : QueryRulesetId
@@ -42,7 +42,7 @@ export class QueryRule {
42
42
actions : QueryRuleActions
43
43
}
44
44
45
- export type QueryRuleId = string ;
45
+ export type QueryRuleId = string
46
46
47
47
export enum QueryRuleType {
48
48
pinned
You can’t perform that action at this time.
0 commit comments