@veeroute/lss-account-angular 4.7.1607 → 5.1.1673
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.
- package/README.md +1 -1
- package/api/auditService.d.ts +2 -4
- package/api/auditServiceInterface.d.ts +2 -4
- package/api/authService.d.ts +2 -4
- package/api/authServiceInterface.d.ts +2 -4
- package/api/dataService.d.ts +2 -4
- package/api/dataServiceInterface.d.ts +2 -4
- package/api/infoService.d.ts +2 -4
- package/api/infoServiceInterface.d.ts +2 -4
- package/api/quotasService.d.ts +2 -4
- package/api/quotasServiceInterface.d.ts +2 -4
- package/api/statisticsService.d.ts +2 -4
- package/api/statisticsServiceInterface.d.ts +2 -4
- package/api/systemService.d.ts +2 -4
- package/api/systemServiceInterface.d.ts +2 -4
- package/bundles/veeroute-lss-account-angular.umd.js +20 -40
- package/bundles/veeroute-lss-account-angular.umd.js.map +1 -1
- package/cfg/audit_operations.json +5 -26
- package/esm2015/api/auditService.js +3 -5
- package/esm2015/api/auditServiceInterface.js +1 -1
- package/esm2015/api/authService.js +3 -5
- package/esm2015/api/authServiceInterface.js +1 -1
- package/esm2015/api/dataService.js +3 -5
- package/esm2015/api/dataServiceInterface.js +1 -1
- package/esm2015/api/infoService.js +3 -5
- package/esm2015/api/infoServiceInterface.js +1 -1
- package/esm2015/api/quotasService.js +3 -5
- package/esm2015/api/quotasServiceInterface.js +1 -1
- package/esm2015/api/statisticsService.js +3 -5
- package/esm2015/api/statisticsServiceInterface.js +1 -1
- package/esm2015/api/systemService.js +3 -5
- package/esm2015/api/systemServiceInterface.js +1 -1
- package/esm2015/model/accountAuditResult.js +1 -1
- package/esm2015/model/accountInfo.js +3 -5
- package/esm2015/model/auditAction.js +1 -1
- package/esm2015/model/auditActionStatistics.js +3 -5
- package/esm2015/model/auditStats.js +1 -1
- package/esm2015/model/auditStatsDetail.js +3 -5
- package/esm2015/model/checkResult.js +3 -5
- package/esm2015/model/dateStatistics.js +1 -1
- package/esm2015/model/inlineResponse400.js +1 -1
- package/esm2015/model/inlineResponse401.js +1 -1
- package/esm2015/model/inlineResponse402.js +1 -1
- package/esm2015/model/inlineResponse403.js +1 -1
- package/esm2015/model/inlineResponse404.js +1 -1
- package/esm2015/model/inlineResponse404Detail.js +1 -1
- package/esm2015/model/inlineResponse429.js +1 -1
- package/esm2015/model/inlineResponse500.js +1 -1
- package/esm2015/model/methodGroup.js +3 -5
- package/esm2015/model/methodQuota.js +1 -1
- package/esm2015/model/methodStatistics.js +1 -1
- package/esm2015/model/passwordRequest.js +3 -5
- package/esm2015/model/quotaBase.js +1 -1
- package/esm2015/model/quotasResult.js +1 -1
- package/esm2015/model/serviceName.js +3 -5
- package/esm2015/model/serviceQuota.js +1 -1
- package/esm2015/model/serviceStatistics.js +1 -1
- package/esm2015/model/tokenRequest.js +3 -5
- package/esm2015/model/tokenValidationResult.js +1 -1
- package/esm2015/model/tracedata.js +1 -1
- package/esm2015/model/userRole.js +3 -5
- package/esm2015/model/userStatistics.js +1 -1
- package/esm2015/model/versionResult.js +3 -5
- package/fesm2015/veeroute-lss-account-angular.js +34 -68
- package/fesm2015/veeroute-lss-account-angular.js.map +1 -1
- package/model/accountAuditResult.d.ts +2 -4
- package/model/accountInfo.d.ts +2 -4
- package/model/auditAction.d.ts +2 -4
- package/model/auditActionStatistics.d.ts +2 -4
- package/model/auditStats.d.ts +2 -4
- package/model/auditStatsDetail.d.ts +2 -4
- package/model/checkResult.d.ts +2 -4
- package/model/dateStatistics.d.ts +2 -4
- package/model/inlineResponse400.d.ts +2 -4
- package/model/inlineResponse401.d.ts +2 -4
- package/model/inlineResponse402.d.ts +2 -4
- package/model/inlineResponse403.d.ts +2 -4
- package/model/inlineResponse404.d.ts +2 -4
- package/model/inlineResponse404Detail.d.ts +2 -4
- package/model/inlineResponse429.d.ts +2 -4
- package/model/inlineResponse500.d.ts +2 -4
- package/model/methodGroup.d.ts +2 -4
- package/model/methodQuota.d.ts +2 -4
- package/model/methodStatistics.d.ts +2 -4
- package/model/passwordRequest.d.ts +2 -4
- package/model/quotaBase.d.ts +2 -4
- package/model/quotasResult.d.ts +2 -4
- package/model/serviceName.d.ts +2 -4
- package/model/serviceQuota.d.ts +2 -4
- package/model/serviceStatistics.d.ts +2 -4
- package/model/tokenRequest.d.ts +2 -4
- package/model/tokenValidationResult.d.ts +2 -4
- package/model/tracedata.d.ts +3 -5
- package/model/userRole.d.ts +2 -4
- package/model/userStatistics.d.ts +2 -4
- package/model/versionResult.d.ts +2 -4
- package/package.json +1 -1
- package/veeroute-lss-account-angular.metadata.json +1 -1
package/README.md
CHANGED
package/api/auditService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpHeaders } from '@angular/common/http';
|
package/api/authService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpHeaders } from '@angular/common/http';
|
package/api/dataService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpHeaders } from '@angular/common/http';
|
package/api/infoService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpHeaders } from '@angular/common/http';
|
package/api/quotasService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpHeaders } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpHeaders } from '@angular/common/http';
|
package/api/systemService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Account [AC]
|
|
3
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
4
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
9
|
-
* https://openapi-generator.tech
|
|
7
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
10
8
|
* Do not edit the class manually.
|
|
11
9
|
*/
|
|
12
10
|
import { HttpHeaders } from '@angular/common/http';
|
|
@@ -142,13 +142,11 @@
|
|
|
142
142
|
|
|
143
143
|
/**
|
|
144
144
|
* VRt.Account [AC]
|
|
145
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
146
145
|
*
|
|
147
|
-
* The version of the OpenAPI document:
|
|
146
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
148
147
|
* Contact: servicedesk@veeroute.com
|
|
149
148
|
*
|
|
150
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
151
|
-
* https://openapi-generator.tech
|
|
149
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
152
150
|
* Do not edit the class manually.
|
|
153
151
|
*/
|
|
154
152
|
var AuditService = /** @class */ (function () {
|
|
@@ -298,13 +296,11 @@
|
|
|
298
296
|
|
|
299
297
|
/**
|
|
300
298
|
* VRt.Account [AC]
|
|
301
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
302
299
|
*
|
|
303
|
-
* The version of the OpenAPI document:
|
|
300
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
304
301
|
* Contact: servicedesk@veeroute.com
|
|
305
302
|
*
|
|
306
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
307
|
-
* https://openapi-generator.tech
|
|
303
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
308
304
|
* Do not edit the class manually.
|
|
309
305
|
*/
|
|
310
306
|
var AuthService = /** @class */ (function () {
|
|
@@ -537,13 +533,11 @@
|
|
|
537
533
|
|
|
538
534
|
/**
|
|
539
535
|
* VRt.Account [AC]
|
|
540
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
541
536
|
*
|
|
542
|
-
* The version of the OpenAPI document:
|
|
537
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
543
538
|
* Contact: servicedesk@veeroute.com
|
|
544
539
|
*
|
|
545
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
546
|
-
* https://openapi-generator.tech
|
|
540
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
547
541
|
* Do not edit the class manually.
|
|
548
542
|
*/
|
|
549
543
|
var DataService = /** @class */ (function () {
|
|
@@ -770,13 +764,11 @@
|
|
|
770
764
|
|
|
771
765
|
/**
|
|
772
766
|
* VRt.Account [AC]
|
|
773
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
774
767
|
*
|
|
775
|
-
* The version of the OpenAPI document:
|
|
768
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
776
769
|
* Contact: servicedesk@veeroute.com
|
|
777
770
|
*
|
|
778
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
779
|
-
* https://openapi-generator.tech
|
|
771
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
780
772
|
* Do not edit the class manually.
|
|
781
773
|
*/
|
|
782
774
|
var InfoService = /** @class */ (function () {
|
|
@@ -954,13 +946,11 @@
|
|
|
954
946
|
|
|
955
947
|
/**
|
|
956
948
|
* VRt.Account [AC]
|
|
957
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
958
949
|
*
|
|
959
|
-
* The version of the OpenAPI document:
|
|
950
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
960
951
|
* Contact: servicedesk@veeroute.com
|
|
961
952
|
*
|
|
962
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
963
|
-
* https://openapi-generator.tech
|
|
953
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
964
954
|
* Do not edit the class manually.
|
|
965
955
|
*/
|
|
966
956
|
var QuotasService = /** @class */ (function () {
|
|
@@ -1080,13 +1070,11 @@
|
|
|
1080
1070
|
|
|
1081
1071
|
/**
|
|
1082
1072
|
* VRt.Account [AC]
|
|
1083
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
1084
1073
|
*
|
|
1085
|
-
* The version of the OpenAPI document:
|
|
1074
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
1086
1075
|
* Contact: servicedesk@veeroute.com
|
|
1087
1076
|
*
|
|
1088
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
1089
|
-
* https://openapi-generator.tech
|
|
1077
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1090
1078
|
* Do not edit the class manually.
|
|
1091
1079
|
*/
|
|
1092
1080
|
var StatisticsService = /** @class */ (function () {
|
|
@@ -1273,13 +1261,11 @@
|
|
|
1273
1261
|
|
|
1274
1262
|
/**
|
|
1275
1263
|
* VRt.Account [AC]
|
|
1276
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
1277
1264
|
*
|
|
1278
|
-
* The version of the OpenAPI document:
|
|
1265
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
1279
1266
|
* Contact: servicedesk@veeroute.com
|
|
1280
1267
|
*
|
|
1281
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
1282
|
-
* https://openapi-generator.tech
|
|
1268
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1283
1269
|
* Do not edit the class manually.
|
|
1284
1270
|
*/
|
|
1285
1271
|
var SystemService = /** @class */ (function () {
|
|
@@ -1435,13 +1421,11 @@
|
|
|
1435
1421
|
|
|
1436
1422
|
/**
|
|
1437
1423
|
* VRt.Account [AC]
|
|
1438
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
1439
1424
|
*
|
|
1440
|
-
* The version of the OpenAPI document:
|
|
1425
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
1441
1426
|
* Contact: servicedesk@veeroute.com
|
|
1442
1427
|
*
|
|
1443
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
1444
|
-
* https://openapi-generator.tech
|
|
1428
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1445
1429
|
* Do not edit the class manually.
|
|
1446
1430
|
*/
|
|
1447
1431
|
/**
|
|
@@ -1466,13 +1450,11 @@
|
|
|
1466
1450
|
|
|
1467
1451
|
/**
|
|
1468
1452
|
* VRt.Account [AC]
|
|
1469
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
1470
1453
|
*
|
|
1471
|
-
* The version of the OpenAPI document:
|
|
1454
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
1472
1455
|
* Contact: servicedesk@veeroute.com
|
|
1473
1456
|
*
|
|
1474
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
1475
|
-
* https://openapi-generator.tech
|
|
1457
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1476
1458
|
* Do not edit the class manually.
|
|
1477
1459
|
*/
|
|
1478
1460
|
/**
|
|
@@ -1495,13 +1477,11 @@
|
|
|
1495
1477
|
|
|
1496
1478
|
/**
|
|
1497
1479
|
* VRt.Account [AC]
|
|
1498
|
-
* # Description Veeroute Account Panel. ## Entity relationship diagram 
|
|
1499
1480
|
*
|
|
1500
|
-
* The version of the OpenAPI document:
|
|
1481
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
1501
1482
|
* Contact: servicedesk@veeroute.com
|
|
1502
1483
|
*
|
|
1503
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
1504
|
-
* https://openapi-generator.tech
|
|
1484
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1505
1485
|
* Do not edit the class manually.
|
|
1506
1486
|
*/
|
|
1507
1487
|
/**
|