@veeroute/lss-account-javascript
Advanced tools
Comparing version 3.7.167066 to 3.8.168672
{ | ||
"name": "@veeroute/lss-account-javascript", | ||
"version": "3.7.167066", | ||
"version": "3.8.168672", | ||
"description": "OpenAPI client for LSS Account", | ||
@@ -5,0 +5,0 @@ "license": "MIT","author": "Veeroute Team", |
@@ -7,4 +7,4 @@ # @veeroute/lss-account-javascript | ||
- API version: 3.7.167066 | ||
- Package version: 3.7.167066 | ||
- API version: 3.8.168672 | ||
- Package version: 3.8.168672 | ||
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen | ||
@@ -109,7 +109,12 @@ | ||
var api = new LssAccount.AuthApi() | ||
var api = new LssAccount.AuditApi() | ||
var opts = { | ||
'passwordRequest': new LssAccount.PasswordRequest() // {PasswordRequest} Password change request data. | ||
'offset': 10, // {Number} The number of items to skip before starting to collect the result set. | ||
'limit': 10, // {Number} The number of items to return. | ||
'from': 2021-02-21T09:30+03:00, // {Date} | ||
'to': 2021-02-21T09:30+03:00, // {Date} | ||
'serviceName': new LssAccount.ServiceName(), // {ServiceName} | ||
'methodName': new LssAccount.MethodName() // {MethodName} | ||
}; | ||
api.changePassword(opts).then(function(data) { | ||
api.readAccountAuditData(opts).then(function(data) { | ||
console.log('API called successfully. Returned data: ' + data); | ||
@@ -129,2 +134,3 @@ }, function(error) { | ||
------------ | ------------- | ------------- | ------------- | ||
*LssAccount.AuditApi* | [**readAccountAuditData**](docs/AuditApi.md#readAccountAuditData) | **GET** /account/audit | User actions for the period. | ||
*LssAccount.AuthApi* | [**changePassword**](docs/AuthApi.md#changePassword) | **POST** /account/password | Change password. | ||
@@ -144,7 +150,10 @@ *LssAccount.AuthApi* | [**generateToken**](docs/AuthApi.md#generateToken) | **POST** /account/token | Obtaining a token. | ||
- [LssAccount.AccountAction](docs/AccountAction.md) | ||
- [LssAccount.AccountInfo](docs/AccountInfo.md) | ||
- [LssAccount.AdditionalQuota](docs/AdditionalQuota.md) | ||
- [LssAccount.AuditStats](docs/AuditStats.md) | ||
- [LssAccount.CheckResult](docs/CheckResult.md) | ||
- [LssAccount.DateStatistics](docs/DateStatistics.md) | ||
- [LssAccount.DateWindow](docs/DateWindow.md) | ||
- [LssAccount.DetailedAuditStats](docs/DetailedAuditStats.md) | ||
- [LssAccount.InlineResponse400](docs/InlineResponse400.md) | ||
@@ -155,2 +164,3 @@ - [LssAccount.InlineResponse400Validations](docs/InlineResponse400Validations.md) | ||
- [LssAccount.InlineResponse404](docs/InlineResponse404.md) | ||
- [LssAccount.InlineResponse405](docs/InlineResponse405.md) | ||
- [LssAccount.InlineResponse415](docs/InlineResponse415.md) | ||
@@ -175,2 +185,4 @@ - [LssAccount.InlineResponse429](docs/InlineResponse429.md) | ||
- [LssAccount.TraceData](docs/TraceData.md) | ||
- [LssAccount.UserActionDetail](docs/UserActionDetail.md) | ||
- [LssAccount.UserAuditResult](docs/UserAuditResult.md) | ||
- [LssAccount.UserQuotaResult](docs/UserQuotaResult.md) | ||
@@ -177,0 +189,0 @@ - [LssAccount.UserReportFilter](docs/UserReportFilter.md) |
9009
197