@veeroute/lss-account-angular 7.33.3222 → 7.35.3290

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/README.md +4 -4
  2. package/cfg/audit_operations.json +8 -0
  3. package/fesm2022/veeroute-lss-account-angular.mjs +48 -47
  4. package/fesm2022/veeroute-lss-account-angular.mjs.map +1 -1
  5. package/package.json +5 -6
  6. package/types/veeroute-lss-account-angular.d.ts +1728 -0
  7. package/api/api.d.ts +0 -22
  8. package/api/auditService.d.ts +0 -35
  9. package/api/auditServiceInterface.d.ts +0 -38
  10. package/api/authService.d.ts +0 -79
  11. package/api/authServiceInterface.d.ts +0 -46
  12. package/api/dataService.d.ts +0 -34
  13. package/api/dataServiceInterface.d.ts +0 -29
  14. package/api/infoService.d.ts +0 -56
  15. package/api/infoServiceInterface.d.ts +0 -32
  16. package/api/quotaService.d.ts +0 -34
  17. package/api/quotaServiceInterface.d.ts +0 -22
  18. package/api/statisticsService.d.ts +0 -57
  19. package/api/statisticsServiceInterface.d.ts +0 -43
  20. package/api/systemService.d.ts +0 -78
  21. package/api/systemServiceInterface.d.ts +0 -37
  22. package/api.base.service.d.ts +0 -21
  23. package/api.module.d.ts +0 -11
  24. package/configuration.d.ts +0 -106
  25. package/encoder.d.ts +0 -11
  26. package/esm2022/api/api.mjs +0 -23
  27. package/esm2022/api/auditService.mjs +0 -99
  28. package/esm2022/api/auditServiceInterface.mjs +0 -2
  29. package/esm2022/api/authService.mjs +0 -181
  30. package/esm2022/api/authServiceInterface.mjs +0 -2
  31. package/esm2022/api/dataService.mjs +0 -88
  32. package/esm2022/api/dataServiceInterface.mjs +0 -2
  33. package/esm2022/api/infoService.mjs +0 -126
  34. package/esm2022/api/infoServiceInterface.mjs +0 -2
  35. package/esm2022/api/quotaService.mjs +0 -77
  36. package/esm2022/api/quotaServiceInterface.mjs +0 -2
  37. package/esm2022/api/statisticsService.mjs +0 -134
  38. package/esm2022/api/statisticsServiceInterface.mjs +0 -2
  39. package/esm2022/api/systemService.mjs +0 -149
  40. package/esm2022/api/systemServiceInterface.mjs +0 -2
  41. package/esm2022/api.base.service.mjs +0 -79
  42. package/esm2022/api.module.mjs +0 -40
  43. package/esm2022/configuration.mjs +0 -145
  44. package/esm2022/encoder.mjs +0 -19
  45. package/esm2022/index.mjs +0 -8
  46. package/esm2022/model/accountAuditResult.mjs +0 -2
  47. package/esm2022/model/attribute.mjs +0 -11
  48. package/esm2022/model/auditAction.mjs +0 -2
  49. package/esm2022/model/auditActionStatistics.mjs +0 -2
  50. package/esm2022/model/auditCounters.mjs +0 -2
  51. package/esm2022/model/auditCountersDetail.mjs +0 -11
  52. package/esm2022/model/calculationInfo.mjs +0 -2
  53. package/esm2022/model/calculationStatus.mjs +0 -24
  54. package/esm2022/model/checkResult.mjs +0 -11
  55. package/esm2022/model/dateStatistics.mjs +0 -2
  56. package/esm2022/model/flowStage.mjs +0 -17
  57. package/esm2022/model/flowType.mjs +0 -18
  58. package/esm2022/model/general400.mjs +0 -2
  59. package/esm2022/model/general402.mjs +0 -2
  60. package/esm2022/model/general403.mjs +0 -2
  61. package/esm2022/model/general404.mjs +0 -2
  62. package/esm2022/model/general404Detail.mjs +0 -2
  63. package/esm2022/model/general429.mjs +0 -2
  64. package/esm2022/model/general500.mjs +0 -2
  65. package/esm2022/model/infoChangeRequest.mjs +0 -2
  66. package/esm2022/model/models.mjs +0 -38
  67. package/esm2022/model/passwordChangeRequest.mjs +0 -11
  68. package/esm2022/model/processQuota.mjs +0 -2
  69. package/esm2022/model/processStatistics.mjs +0 -2
  70. package/esm2022/model/processType.mjs +0 -23
  71. package/esm2022/model/quotaBase.mjs +0 -2
  72. package/esm2022/model/quotasResult.mjs +0 -2
  73. package/esm2022/model/schemaError.mjs +0 -11
  74. package/esm2022/model/service.mjs +0 -26
  75. package/esm2022/model/serviceQuota.mjs +0 -2
  76. package/esm2022/model/serviceStatistics.mjs +0 -2
  77. package/esm2022/model/tokenRequest.mjs +0 -11
  78. package/esm2022/model/tokenValidationResult.mjs +0 -2
  79. package/esm2022/model/tracedata.mjs +0 -2
  80. package/esm2022/model/user.mjs +0 -2
  81. package/esm2022/model/userRole.mjs +0 -23
  82. package/esm2022/model/userStatistics.mjs +0 -2
  83. package/esm2022/model/versionResult.mjs +0 -11
  84. package/esm2022/param.mjs +0 -2
  85. package/esm2022/provide-api.mjs +0 -15
  86. package/esm2022/variables.mjs +0 -9
  87. package/esm2022/veeroute-lss-account-angular.mjs +0 -5
  88. package/index.d.ts +0 -7
  89. package/model/accountAuditResult.d.ts +0 -22
  90. package/model/attribute.d.ts +0 -23
  91. package/model/auditAction.d.ts +0 -50
  92. package/model/auditActionStatistics.d.ts +0 -25
  93. package/model/auditCounters.d.ts +0 -18
  94. package/model/auditCountersDetail.d.ts +0 -19
  95. package/model/calculationInfo.d.ts +0 -49
  96. package/model/calculationStatus.d.ts +0 -22
  97. package/model/checkResult.d.ts +0 -19
  98. package/model/dateStatistics.d.ts +0 -24
  99. package/model/flowStage.d.ts +0 -15
  100. package/model/flowType.d.ts +0 -16
  101. package/model/general400.d.ts +0 -26
  102. package/model/general402.d.ts +0 -21
  103. package/model/general403.d.ts +0 -21
  104. package/model/general404.d.ts +0 -21
  105. package/model/general404Detail.d.ts +0 -17
  106. package/model/general429.d.ts +0 -21
  107. package/model/general500.d.ts +0 -21
  108. package/model/infoChangeRequest.d.ts +0 -32
  109. package/model/models.d.ts +0 -37
  110. package/model/passwordChangeRequest.d.ts +0 -23
  111. package/model/processQuota.d.ts +0 -29
  112. package/model/processStatistics.d.ts +0 -33
  113. package/model/processType.d.ts +0 -21
  114. package/model/quotaBase.d.ts +0 -20
  115. package/model/quotasResult.d.ts +0 -17
  116. package/model/schemaError.d.ts +0 -23
  117. package/model/service.d.ts +0 -24
  118. package/model/serviceQuota.d.ts +0 -22
  119. package/model/serviceStatistics.d.ts +0 -22
  120. package/model/tokenRequest.d.ts +0 -27
  121. package/model/tokenValidationResult.d.ts +0 -24
  122. package/model/tracedata.d.ts +0 -49
  123. package/model/user.d.ts +0 -65
  124. package/model/userRole.d.ts +0 -21
  125. package/model/userStatistics.d.ts +0 -24
  126. package/model/versionResult.d.ts +0 -27
  127. package/param.d.ts +0 -37
  128. package/provide-api.d.ts +0 -3
  129. package/variables.d.ts +0 -8
package/api/api.d.ts DELETED
@@ -1,22 +0,0 @@
1
- export * from './auditService';
2
- import { AuditService } from './auditService';
3
- export * from './auditServiceInterface';
4
- export * from './authService';
5
- import { AuthService } from './authService';
6
- export * from './authServiceInterface';
7
- export * from './dataService';
8
- import { DataService } from './dataService';
9
- export * from './dataServiceInterface';
10
- export * from './infoService';
11
- import { InfoService } from './infoService';
12
- export * from './infoServiceInterface';
13
- export * from './quotaService';
14
- import { QuotaService } from './quotaService';
15
- export * from './quotaServiceInterface';
16
- export * from './statisticsService';
17
- import { StatisticsService } from './statisticsService';
18
- export * from './statisticsServiceInterface';
19
- export * from './systemService';
20
- import { SystemService } from './systemService';
21
- export * from './systemServiceInterface';
22
- export declare const APIS: (typeof AuditService | typeof AuthService | typeof DataService | typeof InfoService | typeof QuotaService | typeof StatisticsService | typeof SystemService)[];
@@ -1,35 +0,0 @@
1
- import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { AccountAuditResultAccount } from '../model/accountAuditResult';
4
- import { Configuration } from '../configuration';
5
- import { BaseService } from '../api.base.service';
6
- import { AuditServiceInterface, ReadAuditRequestParams } from './auditServiceInterface';
7
- import * as i0 from "@angular/core";
8
- export declare class AuditService extends BaseService implements AuditServiceInterface {
9
- protected httpClient: HttpClient;
10
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
11
- /**
12
- * Actions for the period
13
- * User actions for the period. If the period is not specified, data for the current day is returned - from the beginning of the day to the current time inclusive. If the beginning of the time period is not specified, data from the beginning of the current day is returned. If the end of the time period is not specified, data up to the current time is returned.
14
- * @param requestParameters
15
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
16
- * @param reportProgress flag to report request and response progress.
17
- */
18
- readAudit(requestParameters?: ReadAuditRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
19
- httpHeaderAccept?: 'application/json';
20
- context?: HttpContext;
21
- transferCache?: boolean;
22
- }): Observable<AccountAuditResultAccount>;
23
- readAudit(requestParameters?: ReadAuditRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
24
- httpHeaderAccept?: 'application/json';
25
- context?: HttpContext;
26
- transferCache?: boolean;
27
- }): Observable<HttpResponse<AccountAuditResultAccount>>;
28
- readAudit(requestParameters?: ReadAuditRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
29
- httpHeaderAccept?: 'application/json';
30
- context?: HttpContext;
31
- transferCache?: boolean;
32
- }): Observable<HttpEvent<AccountAuditResultAccount>>;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<AuditService, [null, { optional: true; }, { optional: true; }]>;
34
- static ɵprov: i0.ɵɵInjectableDeclaration<AuditService>;
35
- }
@@ -1,38 +0,0 @@
1
- /**
2
- * VRt.Account [AC]
3
- *
4
- * The version of the OpenAPI document: 7.33.3222
5
- * Contact: support@veeroute.com
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator.
8
- * Do not edit the class manually.
9
- */
10
- import { HttpHeaders } from '@angular/common/http';
11
- import { Observable } from 'rxjs';
12
- import { AccountAuditResultAccount } from '../model/models';
13
- import { CalculationStatusAccount } from '../model/models';
14
- import { ProcessTypeAccount } from '../model/models';
15
- import { ServiceAccount } from '../model/models';
16
- import { Configuration } from '../configuration';
17
- export interface ReadAuditRequestParams {
18
- offset?: number;
19
- limit?: number;
20
- from?: string;
21
- to?: string;
22
- service?: ServiceAccount;
23
- operation?: string;
24
- processType?: ProcessTypeAccount;
25
- status?: CalculationStatusAccount;
26
- sortField?: string;
27
- sortDirection?: 'ASC' | 'DESC';
28
- }
29
- export interface AuditServiceInterface {
30
- defaultHeaders: HttpHeaders;
31
- configuration: Configuration;
32
- /**
33
- * Actions for the period
34
- * User actions for the period. If the period is not specified, data for the current day is returned - from the beginning of the day to the current time inclusive. If the beginning of the time period is not specified, data from the beginning of the current day is returned. If the end of the time period is not specified, data up to the current time is returned.
35
- * @param requestParameters
36
- */
37
- readAudit(requestParameters: ReadAuditRequestParams, extraHttpRequestParams?: any): Observable<AccountAuditResultAccount>;
38
- }
@@ -1,79 +0,0 @@
1
- import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { TokenValidationResultAccount } from '../model/tokenValidationResult';
4
- import { Configuration } from '../configuration';
5
- import { BaseService } from '../api.base.service';
6
- import { AuthServiceInterface, ChangePasswordRequestParams, RunTokenGenerationRequestParams, RunTokenValidationRequestParams } from './authServiceInterface';
7
- import * as i0 from "@angular/core";
8
- export declare class AuthService extends BaseService implements AuthServiceInterface {
9
- protected httpClient: HttpClient;
10
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
11
- /**
12
- * Change password
13
- * Change password and get new token.
14
- * @param requestParameters
15
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
16
- * @param reportProgress flag to report request and response progress.
17
- */
18
- changePassword(requestParameters?: ChangePasswordRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
19
- httpHeaderAccept?: 'application/json';
20
- context?: HttpContext;
21
- transferCache?: boolean;
22
- }): Observable<string>;
23
- changePassword(requestParameters?: ChangePasswordRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
24
- httpHeaderAccept?: 'application/json';
25
- context?: HttpContext;
26
- transferCache?: boolean;
27
- }): Observable<HttpResponse<string>>;
28
- changePassword(requestParameters?: ChangePasswordRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
29
- httpHeaderAccept?: 'application/json';
30
- context?: HttpContext;
31
- transferCache?: boolean;
32
- }): Observable<HttpEvent<string>>;
33
- /**
34
- * Obtaining a token
35
- * Obtaining a token using the login and password.
36
- * @param requestParameters
37
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
38
- * @param reportProgress flag to report request and response progress.
39
- */
40
- runTokenGeneration(requestParameters: RunTokenGenerationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
41
- httpHeaderAccept?: 'application/json';
42
- context?: HttpContext;
43
- transferCache?: boolean;
44
- }): Observable<string>;
45
- runTokenGeneration(requestParameters: RunTokenGenerationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
46
- httpHeaderAccept?: 'application/json';
47
- context?: HttpContext;
48
- transferCache?: boolean;
49
- }): Observable<HttpResponse<string>>;
50
- runTokenGeneration(requestParameters: RunTokenGenerationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
51
- httpHeaderAccept?: 'application/json';
52
- context?: HttpContext;
53
- transferCache?: boolean;
54
- }): Observable<HttpEvent<string>>;
55
- /**
56
- * Validating a token
57
- * Validating a token.
58
- * @param requestParameters
59
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
60
- * @param reportProgress flag to report request and response progress.
61
- */
62
- runTokenValidation(requestParameters: RunTokenValidationRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
63
- httpHeaderAccept?: 'application/json';
64
- context?: HttpContext;
65
- transferCache?: boolean;
66
- }): Observable<TokenValidationResultAccount>;
67
- runTokenValidation(requestParameters: RunTokenValidationRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
68
- httpHeaderAccept?: 'application/json';
69
- context?: HttpContext;
70
- transferCache?: boolean;
71
- }): Observable<HttpResponse<TokenValidationResultAccount>>;
72
- runTokenValidation(requestParameters: RunTokenValidationRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
73
- httpHeaderAccept?: 'application/json';
74
- context?: HttpContext;
75
- transferCache?: boolean;
76
- }): Observable<HttpEvent<TokenValidationResultAccount>>;
77
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthService, [null, { optional: true; }, { optional: true; }]>;
78
- static ɵprov: i0.ɵɵInjectableDeclaration<AuthService>;
79
- }
@@ -1,46 +0,0 @@
1
- /**
2
- * VRt.Account [AC]
3
- *
4
- * The version of the OpenAPI document: 7.33.3222
5
- * Contact: support@veeroute.com
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator.
8
- * Do not edit the class manually.
9
- */
10
- import { HttpHeaders } from '@angular/common/http';
11
- import { Observable } from 'rxjs';
12
- import { PasswordChangeRequestAccount } from '../model/models';
13
- import { TokenRequestAccount } from '../model/models';
14
- import { TokenValidationResultAccount } from '../model/models';
15
- import { Configuration } from '../configuration';
16
- export interface ChangePasswordRequestParams {
17
- passwordChangeRequestAccount?: PasswordChangeRequestAccount;
18
- }
19
- export interface RunTokenGenerationRequestParams {
20
- tokenRequestAccount: TokenRequestAccount;
21
- }
22
- export interface RunTokenValidationRequestParams {
23
- body: string;
24
- }
25
- export interface AuthServiceInterface {
26
- defaultHeaders: HttpHeaders;
27
- configuration: Configuration;
28
- /**
29
- * Change password
30
- * Change password and get new token.
31
- * @param requestParameters
32
- */
33
- changePassword(requestParameters: ChangePasswordRequestParams, extraHttpRequestParams?: any): Observable<string>;
34
- /**
35
- * Obtaining a token
36
- * Obtaining a token using the login and password.
37
- * @param requestParameters
38
- */
39
- runTokenGeneration(requestParameters: RunTokenGenerationRequestParams, extraHttpRequestParams?: any): Observable<string>;
40
- /**
41
- * Validating a token
42
- * Validating a token.
43
- * @param requestParameters
44
- */
45
- runTokenValidation(requestParameters: RunTokenValidationRequestParams, extraHttpRequestParams?: any): Observable<TokenValidationResultAccount>;
46
- }
@@ -1,34 +0,0 @@
1
- import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Configuration } from '../configuration';
4
- import { BaseService } from '../api.base.service';
5
- import { DataServiceInterface, ReadDataRequestParams } from './dataServiceInterface';
6
- import * as i0 from "@angular/core";
7
- export declare class DataService extends BaseService implements DataServiceInterface {
8
- protected httpClient: HttpClient;
9
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
10
- /**
11
- * Reading input data
12
- * Receiving an incoming request by &#x60;tracedata.process_code&#x60;.
13
- * @param requestParameters
14
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
15
- * @param reportProgress flag to report request and response progress.
16
- */
17
- readData(requestParameters: ReadDataRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
18
- httpHeaderAccept?: 'application/octet-stream' | 'application/json';
19
- context?: HttpContext;
20
- transferCache?: boolean;
21
- }): Observable<string>;
22
- readData(requestParameters: ReadDataRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
23
- httpHeaderAccept?: 'application/octet-stream' | 'application/json';
24
- context?: HttpContext;
25
- transferCache?: boolean;
26
- }): Observable<HttpResponse<string>>;
27
- readData(requestParameters: ReadDataRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
28
- httpHeaderAccept?: 'application/octet-stream' | 'application/json';
29
- context?: HttpContext;
30
- transferCache?: boolean;
31
- }): Observable<HttpEvent<string>>;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<DataService, [null, { optional: true; }, { optional: true; }]>;
33
- static ɵprov: i0.ɵɵInjectableDeclaration<DataService>;
34
- }
@@ -1,29 +0,0 @@
1
- /**
2
- * VRt.Account [AC]
3
- *
4
- * The version of the OpenAPI document: 7.33.3222
5
- * Contact: support@veeroute.com
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator.
8
- * Do not edit the class manually.
9
- */
10
- import { HttpHeaders } from '@angular/common/http';
11
- import { Observable } from 'rxjs';
12
- import { FlowStageAccount } from '../model/models';
13
- import { FlowTypeAccount } from '../model/models';
14
- import { Configuration } from '../configuration';
15
- export interface ReadDataRequestParams {
16
- processCode: string;
17
- dataFlowType?: FlowTypeAccount;
18
- dataFlowStage?: FlowStageAccount;
19
- }
20
- export interface DataServiceInterface {
21
- defaultHeaders: HttpHeaders;
22
- configuration: Configuration;
23
- /**
24
- * Reading input data
25
- * Receiving an incoming request by &#x60;tracedata.process_code&#x60;.
26
- * @param requestParameters
27
- */
28
- readData(requestParameters: ReadDataRequestParams, extraHttpRequestParams?: any): Observable<string>;
29
- }
@@ -1,56 +0,0 @@
1
- import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { UserAccount } from '../model/user';
4
- import { Configuration } from '../configuration';
5
- import { BaseService } from '../api.base.service';
6
- import { InfoServiceInterface, UpdateInfoRequestParams } from './infoServiceInterface';
7
- import * as i0 from "@angular/core";
8
- export declare class InfoService extends BaseService implements InfoServiceInterface {
9
- protected httpClient: HttpClient;
10
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
11
- /**
12
- * Account information
13
- * Getting a account information.
14
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
15
- * @param reportProgress flag to report request and response progress.
16
- */
17
- readInfo(observe?: 'body', reportProgress?: boolean, options?: {
18
- httpHeaderAccept?: 'application/json';
19
- context?: HttpContext;
20
- transferCache?: boolean;
21
- }): Observable<UserAccount>;
22
- readInfo(observe?: 'response', reportProgress?: boolean, options?: {
23
- httpHeaderAccept?: 'application/json';
24
- context?: HttpContext;
25
- transferCache?: boolean;
26
- }): Observable<HttpResponse<UserAccount>>;
27
- readInfo(observe?: 'events', reportProgress?: boolean, options?: {
28
- httpHeaderAccept?: 'application/json';
29
- context?: HttpContext;
30
- transferCache?: boolean;
31
- }): Observable<HttpEvent<UserAccount>>;
32
- /**
33
- * Account update
34
- * Updating the account information.
35
- * @param requestParameters
36
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
37
- * @param reportProgress flag to report request and response progress.
38
- */
39
- updateInfo(requestParameters: UpdateInfoRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
40
- httpHeaderAccept?: 'application/json';
41
- context?: HttpContext;
42
- transferCache?: boolean;
43
- }): Observable<UserAccount>;
44
- updateInfo(requestParameters: UpdateInfoRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
45
- httpHeaderAccept?: 'application/json';
46
- context?: HttpContext;
47
- transferCache?: boolean;
48
- }): Observable<HttpResponse<UserAccount>>;
49
- updateInfo(requestParameters: UpdateInfoRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
50
- httpHeaderAccept?: 'application/json';
51
- context?: HttpContext;
52
- transferCache?: boolean;
53
- }): Observable<HttpEvent<UserAccount>>;
54
- static ɵfac: i0.ɵɵFactoryDeclaration<InfoService, [null, { optional: true; }, { optional: true; }]>;
55
- static ɵprov: i0.ɵɵInjectableDeclaration<InfoService>;
56
- }
@@ -1,32 +0,0 @@
1
- /**
2
- * VRt.Account [AC]
3
- *
4
- * The version of the OpenAPI document: 7.33.3222
5
- * Contact: support@veeroute.com
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator.
8
- * Do not edit the class manually.
9
- */
10
- import { HttpHeaders } from '@angular/common/http';
11
- import { Observable } from 'rxjs';
12
- import { InfoChangeRequestAccount } from '../model/models';
13
- import { UserAccount } from '../model/models';
14
- import { Configuration } from '../configuration';
15
- export interface UpdateInfoRequestParams {
16
- infoChangeRequestAccount: InfoChangeRequestAccount;
17
- }
18
- export interface InfoServiceInterface {
19
- defaultHeaders: HttpHeaders;
20
- configuration: Configuration;
21
- /**
22
- * Account information
23
- * Getting a account information.
24
- */
25
- readInfo(extraHttpRequestParams?: any): Observable<UserAccount>;
26
- /**
27
- * Account update
28
- * Updating the account information.
29
- * @param requestParameters
30
- */
31
- updateInfo(requestParameters: UpdateInfoRequestParams, extraHttpRequestParams?: any): Observable<UserAccount>;
32
- }
@@ -1,34 +0,0 @@
1
- import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { QuotasResultAccount } from '../model/quotasResult';
4
- import { Configuration } from '../configuration';
5
- import { BaseService } from '../api.base.service';
6
- import { QuotaServiceInterface } from './quotaServiceInterface';
7
- import * as i0 from "@angular/core";
8
- export declare class QuotaService extends BaseService implements QuotaServiceInterface {
9
- protected httpClient: HttpClient;
10
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
11
- /**
12
- * Obtaining the quotas
13
- * Obtaining the quotas for the user.
14
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
15
- * @param reportProgress flag to report request and response progress.
16
- */
17
- readQuota(observe?: 'body', reportProgress?: boolean, options?: {
18
- httpHeaderAccept?: 'application/json';
19
- context?: HttpContext;
20
- transferCache?: boolean;
21
- }): Observable<QuotasResultAccount>;
22
- readQuota(observe?: 'response', reportProgress?: boolean, options?: {
23
- httpHeaderAccept?: 'application/json';
24
- context?: HttpContext;
25
- transferCache?: boolean;
26
- }): Observable<HttpResponse<QuotasResultAccount>>;
27
- readQuota(observe?: 'events', reportProgress?: boolean, options?: {
28
- httpHeaderAccept?: 'application/json';
29
- context?: HttpContext;
30
- transferCache?: boolean;
31
- }): Observable<HttpEvent<QuotasResultAccount>>;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<QuotaService, [null, { optional: true; }, { optional: true; }]>;
33
- static ɵprov: i0.ɵɵInjectableDeclaration<QuotaService>;
34
- }
@@ -1,22 +0,0 @@
1
- /**
2
- * VRt.Account [AC]
3
- *
4
- * The version of the OpenAPI document: 7.33.3222
5
- * Contact: support@veeroute.com
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator.
8
- * Do not edit the class manually.
9
- */
10
- import { HttpHeaders } from '@angular/common/http';
11
- import { Observable } from 'rxjs';
12
- import { QuotasResultAccount } from '../model/models';
13
- import { Configuration } from '../configuration';
14
- export interface QuotaServiceInterface {
15
- defaultHeaders: HttpHeaders;
16
- configuration: Configuration;
17
- /**
18
- * Obtaining the quotas
19
- * Obtaining the quotas for the user.
20
- */
21
- readQuota(extraHttpRequestParams?: any): Observable<QuotasResultAccount>;
22
- }
@@ -1,57 +0,0 @@
1
- import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { UserStatisticsAccount } from '../model/userStatistics';
4
- import { Configuration } from '../configuration';
5
- import { BaseService } from '../api.base.service';
6
- import { StatisticsServiceInterface, GenerateReportRequestParams, GenerateStatisticsRequestParams } from './statisticsServiceInterface';
7
- import * as i0 from "@angular/core";
8
- export declare class StatisticsService extends BaseService implements StatisticsServiceInterface {
9
- protected httpClient: HttpClient;
10
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
11
- /**
12
- * Report creating
13
- * Creating report with usage statistics. If the period is not specified, records are returned from the beginning of the month to the present day (excluding). If no &#x60;from&#x60; datetime is specified, data are returned from the beginning of the month. If no &#x60;to&#x60; datetime is specified, data are returned be the the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.
14
- * @param requestParameters
15
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
16
- * @param reportProgress flag to report request and response progress.
17
- */
18
- generateReport(requestParameters?: GenerateReportRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
19
- httpHeaderAccept?: 'application/octet-stream' | 'application/json';
20
- context?: HttpContext;
21
- transferCache?: boolean;
22
- }): Observable<string>;
23
- generateReport(requestParameters?: GenerateReportRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
24
- httpHeaderAccept?: 'application/octet-stream' | 'application/json';
25
- context?: HttpContext;
26
- transferCache?: boolean;
27
- }): Observable<HttpResponse<string>>;
28
- generateReport(requestParameters?: GenerateReportRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
29
- httpHeaderAccept?: 'application/octet-stream' | 'application/json';
30
- context?: HttpContext;
31
- transferCache?: boolean;
32
- }): Observable<HttpEvent<string>>;
33
- /**
34
- * Statistics for the period
35
- * User statistics for the period. If the period is not specified, the statistics for the current month returns (from the beginning of the month to the present day). If no &#x60;from&#x60; datetime is specified, data are returned from the beginning of the month. If no &#x60;to&#x60; datetime is specified, data are returned be to the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.
36
- * @param requestParameters
37
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
38
- * @param reportProgress flag to report request and response progress.
39
- */
40
- generateStatistics(requestParameters?: GenerateStatisticsRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
41
- httpHeaderAccept?: 'application/json';
42
- context?: HttpContext;
43
- transferCache?: boolean;
44
- }): Observable<UserStatisticsAccount>;
45
- generateStatistics(requestParameters?: GenerateStatisticsRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
46
- httpHeaderAccept?: 'application/json';
47
- context?: HttpContext;
48
- transferCache?: boolean;
49
- }): Observable<HttpResponse<UserStatisticsAccount>>;
50
- generateStatistics(requestParameters?: GenerateStatisticsRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
51
- httpHeaderAccept?: 'application/json';
52
- context?: HttpContext;
53
- transferCache?: boolean;
54
- }): Observable<HttpEvent<UserStatisticsAccount>>;
55
- static ɵfac: i0.ɵɵFactoryDeclaration<StatisticsService, [null, { optional: true; }, { optional: true; }]>;
56
- static ɵprov: i0.ɵɵInjectableDeclaration<StatisticsService>;
57
- }
@@ -1,43 +0,0 @@
1
- /**
2
- * VRt.Account [AC]
3
- *
4
- * The version of the OpenAPI document: 7.33.3222
5
- * Contact: support@veeroute.com
6
- *
7
- * NOTE: This class is auto generated by OpenAPI Generator.
8
- * Do not edit the class manually.
9
- */
10
- import { HttpHeaders } from '@angular/common/http';
11
- import { Observable } from 'rxjs';
12
- import { ProcessTypeAccount } from '../model/models';
13
- import { ServiceAccount } from '../model/models';
14
- import { UserStatisticsAccount } from '../model/models';
15
- import { Configuration } from '../configuration';
16
- export interface GenerateReportRequestParams {
17
- from?: string;
18
- to?: string;
19
- service?: ServiceAccount;
20
- processType?: ProcessTypeAccount;
21
- }
22
- export interface GenerateStatisticsRequestParams {
23
- from?: string;
24
- to?: string;
25
- service?: ServiceAccount;
26
- processType?: ProcessTypeAccount;
27
- }
28
- export interface StatisticsServiceInterface {
29
- defaultHeaders: HttpHeaders;
30
- configuration: Configuration;
31
- /**
32
- * Report creating
33
- * Creating report with usage statistics. If the period is not specified, records are returned from the beginning of the month to the present day (excluding). If no &#x60;from&#x60; datetime is specified, data are returned from the beginning of the month. If no &#x60;to&#x60; datetime is specified, data are returned be the the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.
34
- * @param requestParameters
35
- */
36
- generateReport(requestParameters: GenerateReportRequestParams, extraHttpRequestParams?: any): Observable<string>;
37
- /**
38
- * Statistics for the period
39
- * User statistics for the period. If the period is not specified, the statistics for the current month returns (from the beginning of the month to the present day). If no &#x60;from&#x60; datetime is specified, data are returned from the beginning of the month. If no &#x60;to&#x60; datetime is specified, data are returned be to the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.
40
- * @param requestParameters
41
- */
42
- generateStatistics(requestParameters: GenerateStatisticsRequestParams, extraHttpRequestParams?: any): Observable<UserStatisticsAccount>;
43
- }
@@ -1,78 +0,0 @@
1
- import { HttpClient, HttpResponse, HttpEvent, HttpContext } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { CheckResultAccount } from '../model/checkResult';
4
- import { VersionResultAccount } from '../model/versionResult';
5
- import { Configuration } from '../configuration';
6
- import { BaseService } from '../api.base.service';
7
- import { SystemServiceInterface, FileRequestParams } from './systemServiceInterface';
8
- import * as i0 from "@angular/core";
9
- export declare class SystemService extends BaseService implements SystemServiceInterface {
10
- protected httpClient: HttpClient;
11
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
12
- /**
13
- * Checking the availability
14
- * Checking the service availability.
15
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
16
- * @param reportProgress flag to report request and response progress.
17
- */
18
- check(observe?: 'body', reportProgress?: boolean, options?: {
19
- httpHeaderAccept?: 'application/json';
20
- context?: HttpContext;
21
- transferCache?: boolean;
22
- }): Observable<CheckResultAccount>;
23
- check(observe?: 'response', reportProgress?: boolean, options?: {
24
- httpHeaderAccept?: 'application/json';
25
- context?: HttpContext;
26
- transferCache?: boolean;
27
- }): Observable<HttpResponse<CheckResultAccount>>;
28
- check(observe?: 'events', reportProgress?: boolean, options?: {
29
- httpHeaderAccept?: 'application/json';
30
- context?: HttpContext;
31
- transferCache?: boolean;
32
- }): Observable<HttpEvent<CheckResultAccount>>;
33
- /**
34
- * Getting the documentation
35
- * Getting the file with this service documentation.
36
- * @param requestParameters
37
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
38
- * @param reportProgress flag to report request and response progress.
39
- */
40
- file(requestParameters: FileRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
41
- httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
42
- context?: HttpContext;
43
- transferCache?: boolean;
44
- }): Observable<string>;
45
- file(requestParameters: FileRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
46
- httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
47
- context?: HttpContext;
48
- transferCache?: boolean;
49
- }): Observable<HttpResponse<string>>;
50
- file(requestParameters: FileRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
51
- httpHeaderAccept?: 'text/html' | 'text/plain' | 'application/json';
52
- context?: HttpContext;
53
- transferCache?: boolean;
54
- }): Observable<HttpEvent<string>>;
55
- /**
56
- * Getting the service version
57
- * Getting the service version.
58
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
59
- * @param reportProgress flag to report request and response progress.
60
- */
61
- version(observe?: 'body', reportProgress?: boolean, options?: {
62
- httpHeaderAccept?: 'application/json';
63
- context?: HttpContext;
64
- transferCache?: boolean;
65
- }): Observable<VersionResultAccount>;
66
- version(observe?: 'response', reportProgress?: boolean, options?: {
67
- httpHeaderAccept?: 'application/json';
68
- context?: HttpContext;
69
- transferCache?: boolean;
70
- }): Observable<HttpResponse<VersionResultAccount>>;
71
- version(observe?: 'events', reportProgress?: boolean, options?: {
72
- httpHeaderAccept?: 'application/json';
73
- context?: HttpContext;
74
- transferCache?: boolean;
75
- }): Observable<HttpEvent<VersionResultAccount>>;
76
- static ɵfac: i0.ɵɵFactoryDeclaration<SystemService, [null, { optional: true; }, { optional: true; }]>;
77
- static ɵprov: i0.ɵɵInjectableDeclaration<SystemService>;
78
- }