Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/epilot-dev/sdk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofph committed Nov 20, 2024
2 parents 41746b3 + 7a08bea commit aee8267
Show file tree
Hide file tree
Showing 4 changed files with 862 additions and 11 deletions.
4 changes: 2 additions & 2 deletions clients/customer-portal-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/customer-portal-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epilot/customer-portal-client",
"version": "0.17.4",
"version": "0.17.5",
"description": "API Client for epilot portal API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
69 changes: 69 additions & 0 deletions clients/customer-portal-client/src/openapi-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,75 @@
"responses": {}
}
},
"/v2/portal/consumption": {
"get": {
"operationId": "getConsumption",
"parameters": [
{
"in": "query",
"name": "from",
"required": true
},
{
"in": "query",
"name": "to",
"required": true
},
{
"in": "query",
"name": "interval",
"required": true
}
],
"responses": {}
}
},
"/v2/portal/costs": {
"get": {
"operationId": "getCosts",
"parameters": [
{
"in": "query",
"name": "from",
"required": true
},
{
"in": "query",
"name": "to",
"required": true
},
{
"in": "query",
"name": "interval",
"required": true
}
],
"responses": {}
}
},
"/v2/portal/prices": {
"get": {
"operationId": "getPrices",
"parameters": [
{
"in": "query",
"name": "from",
"required": true
},
{
"in": "query",
"name": "to",
"required": true
},
{
"in": "query",
"name": "interval",
"required": true
}
],
"responses": {}
}
},
"/v2/portal/external-links": {
"get": {
"operationId": "getExternalLinks",
Expand Down
Loading

0 comments on commit aee8267

Please sign in to comment.