@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.
Files changed (98) hide show
  1. package/README.md +1 -1
  2. package/api/auditService.d.ts +2 -4
  3. package/api/auditServiceInterface.d.ts +2 -4
  4. package/api/authService.d.ts +2 -4
  5. package/api/authServiceInterface.d.ts +2 -4
  6. package/api/dataService.d.ts +2 -4
  7. package/api/dataServiceInterface.d.ts +2 -4
  8. package/api/infoService.d.ts +2 -4
  9. package/api/infoServiceInterface.d.ts +2 -4
  10. package/api/quotasService.d.ts +2 -4
  11. package/api/quotasServiceInterface.d.ts +2 -4
  12. package/api/statisticsService.d.ts +2 -4
  13. package/api/statisticsServiceInterface.d.ts +2 -4
  14. package/api/systemService.d.ts +2 -4
  15. package/api/systemServiceInterface.d.ts +2 -4
  16. package/bundles/veeroute-lss-account-angular.umd.js +20 -40
  17. package/bundles/veeroute-lss-account-angular.umd.js.map +1 -1
  18. package/cfg/audit_operations.json +5 -26
  19. package/esm2015/api/auditService.js +3 -5
  20. package/esm2015/api/auditServiceInterface.js +1 -1
  21. package/esm2015/api/authService.js +3 -5
  22. package/esm2015/api/authServiceInterface.js +1 -1
  23. package/esm2015/api/dataService.js +3 -5
  24. package/esm2015/api/dataServiceInterface.js +1 -1
  25. package/esm2015/api/infoService.js +3 -5
  26. package/esm2015/api/infoServiceInterface.js +1 -1
  27. package/esm2015/api/quotasService.js +3 -5
  28. package/esm2015/api/quotasServiceInterface.js +1 -1
  29. package/esm2015/api/statisticsService.js +3 -5
  30. package/esm2015/api/statisticsServiceInterface.js +1 -1
  31. package/esm2015/api/systemService.js +3 -5
  32. package/esm2015/api/systemServiceInterface.js +1 -1
  33. package/esm2015/model/accountAuditResult.js +1 -1
  34. package/esm2015/model/accountInfo.js +3 -5
  35. package/esm2015/model/auditAction.js +1 -1
  36. package/esm2015/model/auditActionStatistics.js +3 -5
  37. package/esm2015/model/auditStats.js +1 -1
  38. package/esm2015/model/auditStatsDetail.js +3 -5
  39. package/esm2015/model/checkResult.js +3 -5
  40. package/esm2015/model/dateStatistics.js +1 -1
  41. package/esm2015/model/inlineResponse400.js +1 -1
  42. package/esm2015/model/inlineResponse401.js +1 -1
  43. package/esm2015/model/inlineResponse402.js +1 -1
  44. package/esm2015/model/inlineResponse403.js +1 -1
  45. package/esm2015/model/inlineResponse404.js +1 -1
  46. package/esm2015/model/inlineResponse404Detail.js +1 -1
  47. package/esm2015/model/inlineResponse429.js +1 -1
  48. package/esm2015/model/inlineResponse500.js +1 -1
  49. package/esm2015/model/methodGroup.js +3 -5
  50. package/esm2015/model/methodQuota.js +1 -1
  51. package/esm2015/model/methodStatistics.js +1 -1
  52. package/esm2015/model/passwordRequest.js +3 -5
  53. package/esm2015/model/quotaBase.js +1 -1
  54. package/esm2015/model/quotasResult.js +1 -1
  55. package/esm2015/model/serviceName.js +3 -5
  56. package/esm2015/model/serviceQuota.js +1 -1
  57. package/esm2015/model/serviceStatistics.js +1 -1
  58. package/esm2015/model/tokenRequest.js +3 -5
  59. package/esm2015/model/tokenValidationResult.js +1 -1
  60. package/esm2015/model/tracedata.js +1 -1
  61. package/esm2015/model/userRole.js +3 -5
  62. package/esm2015/model/userStatistics.js +1 -1
  63. package/esm2015/model/versionResult.js +3 -5
  64. package/fesm2015/veeroute-lss-account-angular.js +34 -68
  65. package/fesm2015/veeroute-lss-account-angular.js.map +1 -1
  66. package/model/accountAuditResult.d.ts +2 -4
  67. package/model/accountInfo.d.ts +2 -4
  68. package/model/auditAction.d.ts +2 -4
  69. package/model/auditActionStatistics.d.ts +2 -4
  70. package/model/auditStats.d.ts +2 -4
  71. package/model/auditStatsDetail.d.ts +2 -4
  72. package/model/checkResult.d.ts +2 -4
  73. package/model/dateStatistics.d.ts +2 -4
  74. package/model/inlineResponse400.d.ts +2 -4
  75. package/model/inlineResponse401.d.ts +2 -4
  76. package/model/inlineResponse402.d.ts +2 -4
  77. package/model/inlineResponse403.d.ts +2 -4
  78. package/model/inlineResponse404.d.ts +2 -4
  79. package/model/inlineResponse404Detail.d.ts +2 -4
  80. package/model/inlineResponse429.d.ts +2 -4
  81. package/model/inlineResponse500.d.ts +2 -4
  82. package/model/methodGroup.d.ts +2 -4
  83. package/model/methodQuota.d.ts +2 -4
  84. package/model/methodStatistics.d.ts +2 -4
  85. package/model/passwordRequest.d.ts +2 -4
  86. package/model/quotaBase.d.ts +2 -4
  87. package/model/quotasResult.d.ts +2 -4
  88. package/model/serviceName.d.ts +2 -4
  89. package/model/serviceQuota.d.ts +2 -4
  90. package/model/serviceStatistics.d.ts +2 -4
  91. package/model/tokenRequest.d.ts +2 -4
  92. package/model/tokenValidationResult.d.ts +2 -4
  93. package/model/tracedata.d.ts +3 -5
  94. package/model/userRole.d.ts +2 -4
  95. package/model/userStatistics.d.ts +2 -4
  96. package/model/versionResult.d.ts +2 -4
  97. package/package.json +1 -1
  98. package/veeroute-lss-account-angular.metadata.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @veeroute/lss-account-angular@4.7.1607
1
+ ## @veeroute/lss-account-angular@5.1.1673
2
2
 
3
3
  ## General usage
4
4
 
@@ -1,12 +1,10 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
- * # Description Veeroute Account Panel. ## Entity relationship diagram ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
146
145
  *
147
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
302
299
  *
303
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
541
536
  *
542
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
774
767
  *
775
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
958
949
  *
959
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
1084
1073
  *
1085
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
1277
1264
  *
1278
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
1439
1424
  *
1440
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
1470
1453
  *
1471
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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 ![erd](../uml/account.svg)
1499
1480
  *
1500
- * The version of the OpenAPI document: 4.7.1607
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 (https://openapi-generator.tech).
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
  /**