1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Add last_6_months interval identifier

This commit is contained in:
Marvin Scham
2022-08-19 17:14:00 +02:00
parent 4bfc8a9e9f
commit 9505773165
10 changed files with 65 additions and 12 deletions

View File

@@ -54,9 +54,13 @@ const docTemplate = `{
"last_7_days",
"30_days",
"last_30_days",
"6_months",
"last_6_months",
"12_months",
"last_12_months",
"any"
"last_year",
"any",
"all_time"
],
"type": "string",
"description": "Interval to aggregate data for",
@@ -354,9 +358,13 @@ const docTemplate = `{
"last_7_days",
"30_days",
"last_30_days",
"6_months",
"last_6_months",
"12_months",
"last_12_months",
"any"
"last_year",
"any",
"all_time"
],
"type": "string",
"description": "Range interval identifier",
@@ -445,9 +453,13 @@ const docTemplate = `{
"last_7_days",
"30_days",
"last_30_days",
"6_months",
"last_6_months",
"12_months",
"last_12_months",
"any"
"last_year",
"any",
"all_time"
],
"type": "string",
"description": "Range interval identifier",
@@ -809,9 +821,13 @@ const docTemplate = `{
"last_7_days",
"30_days",
"last_30_days",
"6_months",
"last_6_months",
"12_months",
"last_12_months",
"any"
"last_year",
"any",
"all_time"
],
"type": "string",
"description": "Interval identifier",