@epilot/customer-portal-client
Advanced tools
Comparing version 0.17.4 to 0.17.5
{ | ||
"name": "@epilot/customer-portal-client", | ||
"version": "0.17.4", | ||
"version": "0.17.5", | ||
"description": "API Client for epilot portal API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -133,2 +133,71 @@ { | ||
}, | ||
"/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": { | ||
@@ -135,0 +204,0 @@ "get": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
709981
18456
0
0