@veeroute/lss-account-angular 6.4.1962 → 6.6.2006

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 (118) hide show
  1. package/README.md +1 -1
  2. package/api/auditService.d.ts +1 -1
  3. package/api/auditServiceInterface.d.ts +1 -1
  4. package/api/authService.d.ts +1 -1
  5. package/api/authServiceInterface.d.ts +1 -1
  6. package/api/dataService.d.ts +1 -1
  7. package/api/dataServiceInterface.d.ts +1 -1
  8. package/api/infoService.d.ts +1 -1
  9. package/api/infoServiceInterface.d.ts +1 -1
  10. package/api/quotasService.d.ts +1 -1
  11. package/api/quotasServiceInterface.d.ts +1 -1
  12. package/api/statisticsService.d.ts +1 -1
  13. package/api/statisticsServiceInterface.d.ts +1 -1
  14. package/api/systemService.d.ts +1 -1
  15. package/api/systemServiceInterface.d.ts +1 -1
  16. package/configuration.d.ts +24 -0
  17. package/esm2020/api/auditService.mjs +8 -3
  18. package/esm2020/api/auditServiceInterface.mjs +1 -1
  19. package/esm2020/api/authService.mjs +15 -5
  20. package/esm2020/api/authServiceInterface.mjs +1 -1
  21. package/esm2020/api/dataService.mjs +8 -3
  22. package/esm2020/api/dataServiceInterface.mjs +1 -1
  23. package/esm2020/api/infoService.mjs +11 -4
  24. package/esm2020/api/infoServiceInterface.mjs +1 -1
  25. package/esm2020/api/quotasService.mjs +8 -3
  26. package/esm2020/api/quotasServiceInterface.mjs +1 -1
  27. package/esm2020/api/statisticsService.mjs +10 -4
  28. package/esm2020/api/statisticsServiceInterface.mjs +1 -1
  29. package/esm2020/api/systemService.mjs +12 -5
  30. package/esm2020/api/systemServiceInterface.mjs +1 -1
  31. package/esm2020/api.module.mjs +1 -1
  32. package/esm2020/configuration.mjs +20 -1
  33. package/esm2020/index.mjs +2 -1
  34. package/esm2020/model/accountAuditResult.mjs +1 -1
  35. package/esm2020/model/accountInfo.mjs +2 -2
  36. package/esm2020/model/auditAction.mjs +1 -1
  37. package/esm2020/model/auditActionStatistics.mjs +2 -2
  38. package/esm2020/model/auditStats.mjs +1 -1
  39. package/esm2020/model/auditStatsDetail.mjs +2 -2
  40. package/esm2020/model/checkResult.mjs +2 -2
  41. package/esm2020/model/dateStatistics.mjs +1 -1
  42. package/esm2020/model/flowConvert.mjs +2 -3
  43. package/esm2020/model/flowType.mjs +2 -3
  44. package/esm2020/model/general400.mjs +2 -0
  45. package/esm2020/model/general401.mjs +2 -0
  46. package/esm2020/model/general402.mjs +2 -0
  47. package/esm2020/model/general403.mjs +2 -0
  48. package/esm2020/model/general404.mjs +2 -0
  49. package/esm2020/model/general404Detail.mjs +2 -0
  50. package/esm2020/model/general429.mjs +2 -0
  51. package/esm2020/model/general500.mjs +2 -0
  52. package/esm2020/model/methodGroup.mjs +2 -3
  53. package/esm2020/model/methodQuota.mjs +1 -1
  54. package/esm2020/model/methodStatistics.mjs +1 -1
  55. package/esm2020/model/models.mjs +9 -9
  56. package/esm2020/model/passwordRequest.mjs +2 -2
  57. package/esm2020/model/quotaBase.mjs +1 -1
  58. package/esm2020/model/quotasResult.mjs +1 -1
  59. package/esm2020/model/serviceName.mjs +2 -3
  60. package/esm2020/model/serviceQuota.mjs +1 -1
  61. package/esm2020/model/serviceStatistics.mjs +1 -1
  62. package/esm2020/model/tokenRequest.mjs +2 -2
  63. package/esm2020/model/tokenValidationResult.mjs +1 -1
  64. package/esm2020/model/tracedata.mjs +1 -1
  65. package/esm2020/model/userRole.mjs +2 -3
  66. package/esm2020/model/userStatistics.mjs +1 -1
  67. package/esm2020/model/versionResult.mjs +2 -2
  68. package/esm2020/param.mjs +2 -0
  69. package/fesm2015/veeroute-lss-account-angular.mjs +89 -30
  70. package/fesm2015/veeroute-lss-account-angular.mjs.map +1 -1
  71. package/fesm2020/veeroute-lss-account-angular.mjs +96 -37
  72. package/fesm2020/veeroute-lss-account-angular.mjs.map +1 -1
  73. package/index.d.ts +1 -0
  74. package/model/accountAuditResult.d.ts +1 -1
  75. package/model/accountInfo.d.ts +1 -1
  76. package/model/auditAction.d.ts +1 -1
  77. package/model/auditActionStatistics.d.ts +1 -1
  78. package/model/auditStats.d.ts +1 -1
  79. package/model/auditStatsDetail.d.ts +1 -1
  80. package/model/checkResult.d.ts +1 -1
  81. package/model/dateStatistics.d.ts +1 -1
  82. package/model/flowConvert.d.ts +1 -1
  83. package/model/flowType.d.ts +1 -1
  84. package/model/{inlineResponse400.d.ts → general400.d.ts} +3 -3
  85. package/model/{inlineResponse401.d.ts → general401.d.ts} +3 -3
  86. package/model/{inlineResponse402.d.ts → general402.d.ts} +3 -3
  87. package/model/{inlineResponse403.d.ts → general403.d.ts} +3 -3
  88. package/model/{inlineResponse404.d.ts → general404.d.ts} +5 -5
  89. package/model/{inlineResponse404Detail.d.ts → general404Detail.d.ts} +2 -2
  90. package/model/{inlineResponse429.d.ts → general429.d.ts} +3 -3
  91. package/model/general500.d.ts +20 -0
  92. package/model/methodGroup.d.ts +1 -1
  93. package/model/methodQuota.d.ts +1 -1
  94. package/model/methodStatistics.d.ts +1 -1
  95. package/model/models.d.ts +8 -8
  96. package/model/passwordRequest.d.ts +1 -1
  97. package/model/quotaBase.d.ts +1 -1
  98. package/model/quotasResult.d.ts +1 -1
  99. package/model/serviceName.d.ts +1 -1
  100. package/model/serviceQuota.d.ts +1 -1
  101. package/model/serviceStatistics.d.ts +1 -1
  102. package/model/tokenRequest.d.ts +1 -1
  103. package/model/tokenValidationResult.d.ts +1 -1
  104. package/model/tracedata.d.ts +1 -1
  105. package/model/userRole.d.ts +1 -1
  106. package/model/userStatistics.d.ts +1 -1
  107. package/model/versionResult.d.ts +1 -1
  108. package/package.json +1 -1
  109. package/param.d.ts +37 -0
  110. package/esm2020/model/inlineResponse400.mjs +0 -2
  111. package/esm2020/model/inlineResponse401.mjs +0 -2
  112. package/esm2020/model/inlineResponse402.mjs +0 -2
  113. package/esm2020/model/inlineResponse403.mjs +0 -2
  114. package/esm2020/model/inlineResponse404.mjs +0 -2
  115. package/esm2020/model/inlineResponse404Detail.mjs +0 -2
  116. package/esm2020/model/inlineResponse429.mjs +0 -2
  117. package/esm2020/model/inlineResponse500.mjs +0 -2
  118. package/model/inlineResponse500.d.ts +0 -20
@@ -39,6 +39,12 @@ class Configuration {
39
39
  this.basePath = configurationParameters.basePath;
40
40
  this.withCredentials = configurationParameters.withCredentials;
41
41
  this.encoder = configurationParameters.encoder;
42
+ if (configurationParameters.encodeParam) {
43
+ this.encodeParam = configurationParameters.encodeParam;
44
+ }
45
+ else {
46
+ this.encodeParam = param => this.defaultEncodeParam(param);
47
+ }
42
48
  if (configurationParameters.credentials) {
43
49
  this.credentials = configurationParameters.credentials;
44
50
  }
@@ -108,12 +114,25 @@ class Configuration {
108
114
  ? value()
109
115
  : value;
110
116
  }
117
+ defaultEncodeParam(param) {
118
+ // This implementation exists as fallback for missing configuration
119
+ // and for backwards compatibility to older typescript-angular generator versions.
120
+ // It only works for the 'simple' parameter style.
121
+ // Date-handling only works for the 'date-time' format.
122
+ // All other styles and Date-formats are probably handled incorrectly.
123
+ //
124
+ // But: if that's all you need (i.e.: the most common use-case): no need for customization!
125
+ const value = param.dataFormat === 'date-time' && param.value instanceof Date
126
+ ? param.value.toISOString()
127
+ : param.value;
128
+ return encodeURIComponent(String(value));
129
+ }
111
130
  }
112
131
 
113
132
  /**
114
133
  * VRt.Account [AC]
115
134
  *
116
- * The version of the OpenAPI document: 6.4.1962
135
+ * The version of the OpenAPI document: 6.6.2006
117
136
  * Contact: servicedesk@veeroute.com
118
137
  *
119
138
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -129,6 +148,9 @@ class AuditService {
129
148
  this.configuration = configuration;
130
149
  }
131
150
  if (typeof this.configuration.basePath !== 'string') {
151
+ if (Array.isArray(basePath) && basePath.length > 0) {
152
+ basePath = basePath[0];
153
+ }
132
154
  if (typeof basePath !== 'string') {
133
155
  basePath = this.basePath;
134
156
  }
@@ -136,6 +158,7 @@ class AuditService {
136
158
  }
137
159
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
138
160
  }
161
+ // @ts-ignore
139
162
  addToHttpParams(httpParams, value, key) {
140
163
  if (typeof value === "object" && value instanceof Date === false) {
141
164
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -245,7 +268,8 @@ class AuditService {
245
268
  responseType_ = 'blob';
246
269
  }
247
270
  }
248
- return this.httpClient.get(`${this.configuration.basePath}/account/audit`, {
271
+ let localVarPath = `/account/audit`;
272
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
249
273
  context: localVarHttpContext,
250
274
  params: localVarQueryParameters,
251
275
  responseType: responseType_,
@@ -275,7 +299,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
275
299
  /**
276
300
  * VRt.Account [AC]
277
301
  *
278
- * The version of the OpenAPI document: 6.4.1962
302
+ * The version of the OpenAPI document: 6.6.2006
279
303
  * Contact: servicedesk@veeroute.com
280
304
  *
281
305
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -291,6 +315,9 @@ class AuthService {
291
315
  this.configuration = configuration;
292
316
  }
293
317
  if (typeof this.configuration.basePath !== 'string') {
318
+ if (Array.isArray(basePath) && basePath.length > 0) {
319
+ basePath = basePath[0];
320
+ }
294
321
  if (typeof basePath !== 'string') {
295
322
  basePath = this.basePath;
296
323
  }
@@ -298,6 +325,7 @@ class AuthService {
298
325
  }
299
326
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
300
327
  }
328
+ // @ts-ignore
301
329
  addToHttpParams(httpParams, value, key) {
302
330
  if (typeof value === "object" && value instanceof Date === false) {
303
331
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -379,8 +407,10 @@ class AuthService {
379
407
  responseType_ = 'blob';
380
408
  }
381
409
  }
382
- return this.httpClient.post(`${this.configuration.basePath}/account/password`, passwordRequestAccount, {
410
+ let localVarPath = `/account/password`;
411
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
383
412
  context: localVarHttpContext,
413
+ body: passwordRequestAccount,
384
414
  responseType: responseType_,
385
415
  withCredentials: this.configuration.withCredentials,
386
416
  headers: localVarHeaders,
@@ -429,8 +459,10 @@ class AuthService {
429
459
  responseType_ = 'blob';
430
460
  }
431
461
  }
432
- return this.httpClient.post(`${this.configuration.basePath}/account/token/generation`, tokenRequestAccount, {
462
+ let localVarPath = `/account/token/generation`;
463
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
433
464
  context: localVarHttpContext,
465
+ body: tokenRequestAccount,
434
466
  responseType: responseType_,
435
467
  withCredentials: this.configuration.withCredentials,
436
468
  headers: localVarHeaders,
@@ -479,8 +511,10 @@ class AuthService {
479
511
  responseType_ = 'blob';
480
512
  }
481
513
  }
482
- return this.httpClient.post(`${this.configuration.basePath}/account/token/validation`, body, {
514
+ let localVarPath = `/account/token/validation`;
515
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
483
516
  context: localVarHttpContext,
517
+ body: body,
484
518
  responseType: responseType_,
485
519
  withCredentials: this.configuration.withCredentials,
486
520
  headers: localVarHeaders,
@@ -508,7 +542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
508
542
  /**
509
543
  * VRt.Account [AC]
510
544
  *
511
- * The version of the OpenAPI document: 6.4.1962
545
+ * The version of the OpenAPI document: 6.6.2006
512
546
  * Contact: servicedesk@veeroute.com
513
547
  *
514
548
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -524,6 +558,9 @@ class DataService {
524
558
  this.configuration = configuration;
525
559
  }
526
560
  if (typeof this.configuration.basePath !== 'string') {
561
+ if (Array.isArray(basePath) && basePath.length > 0) {
562
+ basePath = basePath[0];
563
+ }
527
564
  if (typeof basePath !== 'string') {
528
565
  basePath = this.basePath;
529
566
  }
@@ -531,6 +568,7 @@ class DataService {
531
568
  }
532
569
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
533
570
  }
571
+ // @ts-ignore
534
572
  addToHttpParams(httpParams, value, key) {
535
573
  if (typeof value === "object" && value instanceof Date === false) {
536
574
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -621,7 +659,8 @@ class DataService {
621
659
  responseType_ = 'blob';
622
660
  }
623
661
  }
624
- return this.httpClient.get(`${this.configuration.basePath}/account/data/${encodeURIComponent(String(tracecode))}`, {
662
+ let localVarPath = `/account/data/${this.configuration.encodeParam({ name: "tracecode", value: tracecode, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
663
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
625
664
  context: localVarHttpContext,
626
665
  params: localVarQueryParameters,
627
666
  responseType: responseType_,
@@ -651,7 +690,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
651
690
  /**
652
691
  * VRt.Account [AC]
653
692
  *
654
- * The version of the OpenAPI document: 6.4.1962
693
+ * The version of the OpenAPI document: 6.6.2006
655
694
  * Contact: servicedesk@veeroute.com
656
695
  *
657
696
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -667,6 +706,9 @@ class InfoService {
667
706
  this.configuration = configuration;
668
707
  }
669
708
  if (typeof this.configuration.basePath !== 'string') {
709
+ if (Array.isArray(basePath) && basePath.length > 0) {
710
+ basePath = basePath[0];
711
+ }
670
712
  if (typeof basePath !== 'string') {
671
713
  basePath = this.basePath;
672
714
  }
@@ -674,6 +716,7 @@ class InfoService {
674
716
  }
675
717
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
676
718
  }
719
+ // @ts-ignore
677
720
  addToHttpParams(httpParams, value, key) {
678
721
  if (typeof value === "object" && value instanceof Date === false) {
679
722
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -746,7 +789,8 @@ class InfoService {
746
789
  responseType_ = 'blob';
747
790
  }
748
791
  }
749
- return this.httpClient.get(`${this.configuration.basePath}/account/info`, {
792
+ let localVarPath = `/account/info`;
793
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
750
794
  context: localVarHttpContext,
751
795
  responseType: responseType_,
752
796
  withCredentials: this.configuration.withCredentials,
@@ -802,8 +846,10 @@ class InfoService {
802
846
  responseType_ = 'blob';
803
847
  }
804
848
  }
805
- return this.httpClient.put(`${this.configuration.basePath}/account/info`, accountInfoAccount, {
849
+ let localVarPath = `/account/info`;
850
+ return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
806
851
  context: localVarHttpContext,
852
+ body: accountInfoAccount,
807
853
  responseType: responseType_,
808
854
  withCredentials: this.configuration.withCredentials,
809
855
  headers: localVarHeaders,
@@ -831,7 +877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
831
877
  /**
832
878
  * VRt.Account [AC]
833
879
  *
834
- * The version of the OpenAPI document: 6.4.1962
880
+ * The version of the OpenAPI document: 6.6.2006
835
881
  * Contact: servicedesk@veeroute.com
836
882
  *
837
883
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -847,6 +893,9 @@ class QuotasService {
847
893
  this.configuration = configuration;
848
894
  }
849
895
  if (typeof this.configuration.basePath !== 'string') {
896
+ if (Array.isArray(basePath) && basePath.length > 0) {
897
+ basePath = basePath[0];
898
+ }
850
899
  if (typeof basePath !== 'string') {
851
900
  basePath = this.basePath;
852
901
  }
@@ -854,6 +903,7 @@ class QuotasService {
854
903
  }
855
904
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
856
905
  }
906
+ // @ts-ignore
857
907
  addToHttpParams(httpParams, value, key) {
858
908
  if (typeof value === "object" && value instanceof Date === false) {
859
909
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -926,7 +976,8 @@ class QuotasService {
926
976
  responseType_ = 'blob';
927
977
  }
928
978
  }
929
- return this.httpClient.get(`${this.configuration.basePath}/account/quota`, {
979
+ let localVarPath = `/account/quota`;
980
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
930
981
  context: localVarHttpContext,
931
982
  responseType: responseType_,
932
983
  withCredentials: this.configuration.withCredentials,
@@ -955,7 +1006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
955
1006
  /**
956
1007
  * VRt.Account [AC]
957
1008
  *
958
- * The version of the OpenAPI document: 6.4.1962
1009
+ * The version of the OpenAPI document: 6.6.2006
959
1010
  * Contact: servicedesk@veeroute.com
960
1011
  *
961
1012
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -971,6 +1022,9 @@ class StatisticsService {
971
1022
  this.configuration = configuration;
972
1023
  }
973
1024
  if (typeof this.configuration.basePath !== 'string') {
1025
+ if (Array.isArray(basePath) && basePath.length > 0) {
1026
+ basePath = basePath[0];
1027
+ }
974
1028
  if (typeof basePath !== 'string') {
975
1029
  basePath = this.basePath;
976
1030
  }
@@ -978,6 +1032,7 @@ class StatisticsService {
978
1032
  }
979
1033
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
980
1034
  }
1035
+ // @ts-ignore
981
1036
  addToHttpParams(httpParams, value, key) {
982
1037
  if (typeof value === "object" && value instanceof Date === false) {
983
1038
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -1059,7 +1114,8 @@ class StatisticsService {
1059
1114
  responseType_ = 'blob';
1060
1115
  }
1061
1116
  }
1062
- return this.httpClient.get(`${this.configuration.basePath}/account/statistics`, {
1117
+ let localVarPath = `/account/statistics`;
1118
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1063
1119
  context: localVarHttpContext,
1064
1120
  params: localVarQueryParameters,
1065
1121
  responseType: responseType_,
@@ -1114,7 +1170,8 @@ class StatisticsService {
1114
1170
  responseType_ = 'blob';
1115
1171
  }
1116
1172
  }
1117
- return this.httpClient.get(`${this.configuration.basePath}/account/report`, {
1173
+ let localVarPath = `/account/report`;
1174
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1118
1175
  context: localVarHttpContext,
1119
1176
  params: localVarQueryParameters,
1120
1177
  responseType: responseType_,
@@ -1144,7 +1201,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
1144
1201
  /**
1145
1202
  * VRt.Account [AC]
1146
1203
  *
1147
- * The version of the OpenAPI document: 6.4.1962
1204
+ * The version of the OpenAPI document: 6.6.2006
1148
1205
  * Contact: servicedesk@veeroute.com
1149
1206
  *
1150
1207
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1160,6 +1217,9 @@ class SystemService {
1160
1217
  this.configuration = configuration;
1161
1218
  }
1162
1219
  if (typeof this.configuration.basePath !== 'string') {
1220
+ if (Array.isArray(basePath) && basePath.length > 0) {
1221
+ basePath = basePath[0];
1222
+ }
1163
1223
  if (typeof basePath !== 'string') {
1164
1224
  basePath = this.basePath;
1165
1225
  }
@@ -1167,6 +1227,7 @@ class SystemService {
1167
1227
  }
1168
1228
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
1169
1229
  }
1230
+ // @ts-ignore
1170
1231
  addToHttpParams(httpParams, value, key) {
1171
1232
  if (typeof value === "object" && value instanceof Date === false) {
1172
1233
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -1233,7 +1294,8 @@ class SystemService {
1233
1294
  responseType_ = 'blob';
1234
1295
  }
1235
1296
  }
1236
- return this.httpClient.get(`${this.configuration.basePath}/account/system/check`, {
1297
+ let localVarPath = `/account/system/check`;
1298
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1237
1299
  context: localVarHttpContext,
1238
1300
  responseType: responseType_,
1239
1301
  withCredentials: this.configuration.withCredentials,
@@ -1277,7 +1339,8 @@ class SystemService {
1277
1339
  responseType_ = 'blob';
1278
1340
  }
1279
1341
  }
1280
- return this.httpClient.get(`${this.configuration.basePath}/account/file/${encodeURIComponent(String(filename))}`, {
1342
+ let localVarPath = `/account/file/${this.configuration.encodeParam({ name: "filename", value: filename, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
1343
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1281
1344
  context: localVarHttpContext,
1282
1345
  responseType: responseType_,
1283
1346
  withCredentials: this.configuration.withCredentials,
@@ -1315,7 +1378,8 @@ class SystemService {
1315
1378
  responseType_ = 'blob';
1316
1379
  }
1317
1380
  }
1318
- return this.httpClient.get(`${this.configuration.basePath}/account/system/version`, {
1381
+ let localVarPath = `/account/system/version`;
1382
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
1319
1383
  context: localVarHttpContext,
1320
1384
  responseType: responseType_,
1321
1385
  withCredentials: this.configuration.withCredentials,
@@ -1346,7 +1410,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotasService
1346
1410
  /**
1347
1411
  * VRt.Account [AC]
1348
1412
  *
1349
- * The version of the OpenAPI document: 6.4.1962
1413
+ * The version of the OpenAPI document: 6.6.2006
1350
1414
  * Contact: servicedesk@veeroute.com
1351
1415
  *
1352
1416
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1356,7 +1420,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotasService
1356
1420
  /**
1357
1421
  * VRt.Account [AC]
1358
1422
  *
1359
- * The version of the OpenAPI document: 6.4.1962
1423
+ * The version of the OpenAPI document: 6.6.2006
1360
1424
  * Contact: servicedesk@veeroute.com
1361
1425
  *
1362
1426
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1366,7 +1430,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotasService
1366
1430
  /**
1367
1431
  * VRt.Account [AC]
1368
1432
  *
1369
- * The version of the OpenAPI document: 6.4.1962
1433
+ * The version of the OpenAPI document: 6.6.2006
1370
1434
  * Contact: servicedesk@veeroute.com
1371
1435
  *
1372
1436
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1376,7 +1440,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotasService
1376
1440
  /**
1377
1441
  * VRt.Account [AC]
1378
1442
  *
1379
- * The version of the OpenAPI document: 6.4.1962
1443
+ * The version of the OpenAPI document: 6.6.2006
1380
1444
  * Contact: servicedesk@veeroute.com
1381
1445
  *
1382
1446
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1386,7 +1450,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotasService
1386
1450
  /**
1387
1451
  * VRt.Account [AC]
1388
1452
  *
1389
- * The version of the OpenAPI document: 6.4.1962
1453
+ * The version of the OpenAPI document: 6.6.2006
1390
1454
  * Contact: servicedesk@veeroute.com
1391
1455
  *
1392
1456
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1401,12 +1465,11 @@ var FlowConvertAccount;
1401
1465
  FlowConvertAccount["JSON"] = "JSON";
1402
1466
  FlowConvertAccount["XLSX"] = "XLSX";
1403
1467
  })(FlowConvertAccount || (FlowConvertAccount = {}));
1404
- ;
1405
1468
 
1406
1469
  /**
1407
1470
  * VRt.Account [AC]
1408
1471
  *
1409
- * The version of the OpenAPI document: 6.4.1962
1472
+ * The version of the OpenAPI document: 6.6.2006
1410
1473
  * Contact: servicedesk@veeroute.com
1411
1474
  *
1412
1475
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1420,12 +1483,11 @@ var FlowTypeAccount;
1420
1483
  FlowTypeAccount["INPUT"] = "INPUT";
1421
1484
  FlowTypeAccount["OUTPUT"] = "OUTPUT";
1422
1485
  })(FlowTypeAccount || (FlowTypeAccount = {}));
1423
- ;
1424
1486
 
1425
1487
  /**
1426
1488
  * VRt.Account [AC]
1427
1489
  *
1428
- * The version of the OpenAPI document: 6.4.1962
1490
+ * The version of the OpenAPI document: 6.6.2006
1429
1491
  * Contact: servicedesk@veeroute.com
1430
1492
  *
1431
1493
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1449,12 +1511,11 @@ var MethodGroupAccount;
1449
1511
  MethodGroupAccount["MATRIX"] = "MATRIX";
1450
1512
  MethodGroupAccount["PACK"] = "PACK";
1451
1513
  })(MethodGroupAccount || (MethodGroupAccount = {}));
1452
- ;
1453
1514
 
1454
1515
  /**
1455
1516
  * VRt.Account [AC]
1456
1517
  *
1457
- * The version of the OpenAPI document: 6.4.1962
1518
+ * The version of the OpenAPI document: 6.6.2006
1458
1519
  * Contact: servicedesk@veeroute.com
1459
1520
  *
1460
1521
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1464,7 +1525,7 @@ var MethodGroupAccount;
1464
1525
  /**
1465
1526
  * VRt.Account [AC]
1466
1527
  *
1467
- * The version of the OpenAPI document: 6.4.1962
1528
+ * The version of the OpenAPI document: 6.6.2006
1468
1529
  * Contact: servicedesk@veeroute.com
1469
1530
  *
1470
1531
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1487,12 +1548,11 @@ var ServiceNameAccount;
1487
1548
  ServiceNameAccount["CLUSTER"] = "CLUSTER";
1488
1549
  ServiceNameAccount["CARGOTIMETABLE"] = "CARGOTIMETABLE";
1489
1550
  })(ServiceNameAccount || (ServiceNameAccount = {}));
1490
- ;
1491
1551
 
1492
1552
  /**
1493
1553
  * VRt.Account [AC]
1494
1554
  *
1495
- * The version of the OpenAPI document: 6.4.1962
1555
+ * The version of the OpenAPI document: 6.6.2006
1496
1556
  * Contact: servicedesk@veeroute.com
1497
1557
  *
1498
1558
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1502,7 +1562,7 @@ var ServiceNameAccount;
1502
1562
  /**
1503
1563
  * VRt.Account [AC]
1504
1564
  *
1505
- * The version of the OpenAPI document: 6.4.1962
1565
+ * The version of the OpenAPI document: 6.6.2006
1506
1566
  * Contact: servicedesk@veeroute.com
1507
1567
  *
1508
1568
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1518,12 +1578,11 @@ var UserRoleAccount;
1518
1578
  UserRoleAccount["USER"] = "USER";
1519
1579
  UserRoleAccount["BOT"] = "BOT";
1520
1580
  })(UserRoleAccount || (UserRoleAccount = {}));
1521
- ;
1522
1581
 
1523
1582
  /**
1524
1583
  * VRt.Account [AC]
1525
1584
  *
1526
- * The version of the OpenAPI document: 6.4.1962
1585
+ * The version of the OpenAPI document: 6.6.2006
1527
1586
  * Contact: servicedesk@veeroute.com
1528
1587
  *
1529
1588
  * NOTE: This class is auto generated by OpenAPI Generator.