Skip to content

Commit

Permalink
Chore: plausibility & metering API on portal one
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanth Kanakala committed Nov 27, 2024
1 parent 87c192d commit feccc90
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 141 deletions.
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.5",
"version": "0.18.0",
"description": "API Client for epilot portal API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
42 changes: 24 additions & 18 deletions clients/customer-portal-client/src/openapi-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,24 +815,6 @@
"responses": {}
}
},
"/v2/portal/entity/add-end-customer/{slug}/{id}": {
"put": {
"operationId": "addEndCustomerRelationToEntity",
"parameters": [
{
"in": "path",
"name": "slug",
"required": true
},
{
"in": "path",
"name": "id",
"required": true
}
],
"responses": {}
}
},
"/v2/portal/entity/{slug}/{id}/activity": {
"get": {
"operationId": "getEntityActivityFeed",
Expand Down Expand Up @@ -1155,6 +1137,25 @@
],
"responses": {}
}
},
"/v2/portal/metering/reading": {
"post": {
"operationId": "createMeterReading",
"parameters": [
{
"name": "override_plausibility",
"in": "query",
"required": false
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {}
}
},
"responses": {}
}
}
},
"components": {
Expand Down Expand Up @@ -1203,6 +1204,11 @@
"content": {
"application/json": {}
}
},
"InvalidRequestCreateMeterReading": {
"content": {
"application/json": {}
}
}
}
},
Expand Down
Loading

0 comments on commit feccc90

Please sign in to comment.