Skip to content

Commit

Permalink
Generated code for commit ad260df. (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
  • Loading branch information
shortcuts authored Mar 28, 2022
1 parent fbe5ea0 commit c5eab33
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.0.5"
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.4"
"@types/node": "16.11.26",
"typescript": "4.6.3"
}
}
4 changes: 2 additions & 2 deletions specs/bundled/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ components:
period to analyze.
schema:
type: string
example: 1999-09-19T00:00:00.000Z
example: 1999-09-19
pattern: ^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$
EndDate:
in: query
Expand All @@ -65,7 +65,7 @@ components:
period to analyze.
schema:
type: string
example: 2000-01-21T00:00:00.000Z
example: 2000-01-21
pattern: ^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$
OrderBy:
in: query
Expand Down

0 comments on commit c5eab33

Please sign in to comment.