@veeroute/lss-account-angular 7.32.3215 → 7.34.3275

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 +3 -3
  2. package/cfg/audit_operations.json +7 -0
  3. package/fesm2022/veeroute-lss-account-angular.mjs +47 -46
  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/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # @veeroute/lss-account-angular@7.32.3215
1
+ # @veeroute/lss-account-angular@7.34.3275
2
2
 
3
3
  # Description Veeroute Account Panel. ## Entity relationship diagram ![erd](../uml/account.svg)
4
4
 
5
- The version of the OpenAPI document: 7.32.3215
5
+ The version of the OpenAPI document: 7.34.3275
6
6
 
7
7
  ## Building
8
8
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @veeroute/lss-account-angular@7.32.3215 --save
27
+ npm install @veeroute/lss-account-angular@7.34.3275 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
@@ -55,6 +55,7 @@
55
55
  "import_json",
56
56
  "export_xlsx",
57
57
  "export_json",
58
+ "run_wave_validation",
58
59
  "create_location",
59
60
  "update_location",
60
61
  "delete_location",
@@ -88,6 +89,12 @@
88
89
  "delete_fact",
89
90
  "delete_facts_batch",
90
91
  "create_facts_batch",
92
+ "upload_binary_file",
93
+ "download_binary_file",
94
+ "delete_binary_file",
95
+ "run_wave_autopilot",
96
+ "update_wave_autopilot",
97
+ "stop_wave_autopilot",
91
98
  "generate_order_tracker_key",
92
99
  "track_order",
93
100
  "generate_report_xlsx",
@@ -178,7 +178,7 @@ class Configuration {
178
178
  /**
179
179
  * VRt.Account [AC]
180
180
  *
181
- * The version of the OpenAPI document: 7.32.3215
181
+ * The version of the OpenAPI document: 7.34.3275
182
182
  * Contact: support@veeroute.com
183
183
  *
184
184
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -254,7 +254,7 @@ class BaseService {
254
254
  /**
255
255
  * VRt.Account [AC]
256
256
  *
257
- * The version of the OpenAPI document: 7.32.3215
257
+ * The version of the OpenAPI document: 7.34.3275
258
258
  * Contact: support@veeroute.com
259
259
  *
260
260
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -325,10 +325,10 @@ class AuditService extends BaseService {
325
325
  reportProgress: reportProgress
326
326
  });
327
327
  }
328
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuditService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
329
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuditService, providedIn: 'root' });
328
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AuditService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
329
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AuditService, providedIn: 'root' });
330
330
  }
331
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuditService, decorators: [{
331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AuditService, decorators: [{
332
332
  type: Injectable,
333
333
  args: [{
334
334
  providedIn: 'root'
@@ -345,7 +345,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
345
345
  /**
346
346
  * VRt.Account [AC]
347
347
  *
348
- * The version of the OpenAPI document: 7.32.3215
348
+ * The version of the OpenAPI document: 7.34.3275
349
349
  * Contact: support@veeroute.com
350
350
  *
351
351
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -498,10 +498,10 @@ class AuthService extends BaseService {
498
498
  reportProgress: reportProgress
499
499
  });
500
500
  }
501
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
502
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthService, providedIn: 'root' });
501
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
502
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AuthService, providedIn: 'root' });
503
503
  }
504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AuthService, decorators: [{
504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: AuthService, decorators: [{
505
505
  type: Injectable,
506
506
  args: [{
507
507
  providedIn: 'root'
@@ -518,7 +518,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
518
518
  /**
519
519
  * VRt.Account [AC]
520
520
  *
521
- * The version of the OpenAPI document: 7.32.3215
521
+ * The version of the OpenAPI document: 7.34.3275
522
522
  * Contact: support@veeroute.com
523
523
  *
524
524
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -578,10 +578,10 @@ class DataService extends BaseService {
578
578
  reportProgress: reportProgress
579
579
  });
580
580
  }
581
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
582
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, providedIn: 'root' });
581
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: DataService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
582
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: DataService, providedIn: 'root' });
583
583
  }
584
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, decorators: [{
584
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: DataService, decorators: [{
585
585
  type: Injectable,
586
586
  args: [{
587
587
  providedIn: 'root'
@@ -598,7 +598,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
598
598
  /**
599
599
  * VRt.Account [AC]
600
600
  *
601
- * The version of the OpenAPI document: 7.32.3215
601
+ * The version of the OpenAPI document: 7.34.3275
602
602
  * Contact: support@veeroute.com
603
603
  *
604
604
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -696,10 +696,10 @@ class InfoService extends BaseService {
696
696
  reportProgress: reportProgress
697
697
  });
698
698
  }
699
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InfoService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
700
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InfoService, providedIn: 'root' });
699
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: InfoService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
700
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: InfoService, providedIn: 'root' });
701
701
  }
702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InfoService, decorators: [{
702
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: InfoService, decorators: [{
703
703
  type: Injectable,
704
704
  args: [{
705
705
  providedIn: 'root'
@@ -716,7 +716,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
716
716
  /**
717
717
  * VRt.Account [AC]
718
718
  *
719
- * The version of the OpenAPI document: 7.32.3215
719
+ * The version of the OpenAPI document: 7.34.3275
720
720
  * Contact: support@veeroute.com
721
721
  *
722
722
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -765,10 +765,10 @@ class QuotaService extends BaseService {
765
765
  reportProgress: reportProgress
766
766
  });
767
767
  }
768
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: QuotaService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
769
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: QuotaService, providedIn: 'root' });
768
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: QuotaService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
769
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: QuotaService, providedIn: 'root' });
770
770
  }
771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: QuotaService, decorators: [{
771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: QuotaService, decorators: [{
772
772
  type: Injectable,
773
773
  args: [{
774
774
  providedIn: 'root'
@@ -785,7 +785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
785
785
  /**
786
786
  * VRt.Account [AC]
787
787
  *
788
- * The version of the OpenAPI document: 7.32.3215
788
+ * The version of the OpenAPI document: 7.34.3275
789
789
  * Contact: support@veeroute.com
790
790
  *
791
791
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -891,10 +891,10 @@ class StatisticsService extends BaseService {
891
891
  reportProgress: reportProgress
892
892
  });
893
893
  }
894
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatisticsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
895
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatisticsService, providedIn: 'root' });
894
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: StatisticsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
895
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: StatisticsService, providedIn: 'root' });
896
896
  }
897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatisticsService, decorators: [{
897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: StatisticsService, decorators: [{
898
898
  type: Injectable,
899
899
  args: [{
900
900
  providedIn: 'root'
@@ -911,7 +911,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
911
911
  /**
912
912
  * VRt.Account [AC]
913
913
  *
914
- * The version of the OpenAPI document: 7.32.3215
914
+ * The version of the OpenAPI document: 7.34.3275
915
915
  * Contact: support@veeroute.com
916
916
  *
917
917
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1032,10 +1032,10 @@ class SystemService extends BaseService {
1032
1032
  reportProgress: reportProgress
1033
1033
  });
1034
1034
  }
1035
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1036
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SystemService, providedIn: 'root' });
1035
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1036
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: SystemService, providedIn: 'root' });
1037
1037
  }
1038
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SystemService, decorators: [{
1038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: SystemService, decorators: [{
1039
1039
  type: Injectable,
1040
1040
  args: [{
1041
1041
  providedIn: 'root'
@@ -1054,7 +1054,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotaService,
1054
1054
  /**
1055
1055
  * VRt.Account [AC]
1056
1056
  *
1057
- * The version of the OpenAPI document: 7.32.3215
1057
+ * The version of the OpenAPI document: 7.34.3275
1058
1058
  * Contact: support@veeroute.com
1059
1059
  *
1060
1060
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1064,7 +1064,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotaService,
1064
1064
  /**
1065
1065
  * VRt.Account [AC]
1066
1066
  *
1067
- * The version of the OpenAPI document: 7.32.3215
1067
+ * The version of the OpenAPI document: 7.34.3275
1068
1068
  * Contact: support@veeroute.com
1069
1069
  *
1070
1070
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1074,7 +1074,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotaService,
1074
1074
  /**
1075
1075
  * VRt.Account [AC]
1076
1076
  *
1077
- * The version of the OpenAPI document: 7.32.3215
1077
+ * The version of the OpenAPI document: 7.34.3275
1078
1078
  * Contact: support@veeroute.com
1079
1079
  *
1080
1080
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1098,7 +1098,7 @@ var CalculationStatusAccount;
1098
1098
  /**
1099
1099
  * VRt.Account [AC]
1100
1100
  *
1101
- * The version of the OpenAPI document: 7.32.3215
1101
+ * The version of the OpenAPI document: 7.34.3275
1102
1102
  * Contact: support@veeroute.com
1103
1103
  *
1104
1104
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1108,7 +1108,7 @@ var CalculationStatusAccount;
1108
1108
  /**
1109
1109
  * VRt.Account [AC]
1110
1110
  *
1111
- * The version of the OpenAPI document: 7.32.3215
1111
+ * The version of the OpenAPI document: 7.34.3275
1112
1112
  * Contact: support@veeroute.com
1113
1113
  *
1114
1114
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1125,7 +1125,7 @@ var FlowStageAccount;
1125
1125
  /**
1126
1126
  * VRt.Account [AC]
1127
1127
  *
1128
- * The version of the OpenAPI document: 7.32.3215
1128
+ * The version of the OpenAPI document: 7.34.3275
1129
1129
  * Contact: support@veeroute.com
1130
1130
  *
1131
1131
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1143,7 +1143,7 @@ var FlowTypeAccount;
1143
1143
  /**
1144
1144
  * VRt.Account [AC]
1145
1145
  *
1146
- * The version of the OpenAPI document: 7.32.3215
1146
+ * The version of the OpenAPI document: 7.34.3275
1147
1147
  * Contact: support@veeroute.com
1148
1148
  *
1149
1149
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1153,7 +1153,7 @@ var FlowTypeAccount;
1153
1153
  /**
1154
1154
  * VRt.Account [AC]
1155
1155
  *
1156
- * The version of the OpenAPI document: 7.32.3215
1156
+ * The version of the OpenAPI document: 7.34.3275
1157
1157
  * Contact: support@veeroute.com
1158
1158
  *
1159
1159
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1176,7 +1176,7 @@ var ProcessTypeAccount;
1176
1176
  /**
1177
1177
  * VRt.Account [AC]
1178
1178
  *
1179
- * The version of the OpenAPI document: 7.32.3215
1179
+ * The version of the OpenAPI document: 7.34.3275
1180
1180
  * Contact: support@veeroute.com
1181
1181
  *
1182
1182
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1186,7 +1186,7 @@ var ProcessTypeAccount;
1186
1186
  /**
1187
1187
  * VRt.Account [AC]
1188
1188
  *
1189
- * The version of the OpenAPI document: 7.32.3215
1189
+ * The version of the OpenAPI document: 7.34.3275
1190
1190
  * Contact: support@veeroute.com
1191
1191
  *
1192
1192
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1212,7 +1212,7 @@ var ServiceAccount;
1212
1212
  /**
1213
1213
  * VRt.Account [AC]
1214
1214
  *
1215
- * The version of the OpenAPI document: 7.32.3215
1215
+ * The version of the OpenAPI document: 7.34.3275
1216
1216
  * Contact: support@veeroute.com
1217
1217
  *
1218
1218
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1222,7 +1222,7 @@ var ServiceAccount;
1222
1222
  /**
1223
1223
  * VRt.Account [AC]
1224
1224
  *
1225
- * The version of the OpenAPI document: 7.32.3215
1225
+ * The version of the OpenAPI document: 7.34.3275
1226
1226
  * Contact: support@veeroute.com
1227
1227
  *
1228
1228
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1240,12 +1240,13 @@ var UserRoleAccount;
1240
1240
  UserRoleAccount["COMPANYOWNER"] = "COMPANYOWNER";
1241
1241
  UserRoleAccount["OVERLORD"] = "OVERLORD";
1242
1242
  UserRoleAccount["CREW"] = "CREW";
1243
+ UserRoleAccount["CREWMANAGER"] = "CREWMANAGER";
1243
1244
  })(UserRoleAccount || (UserRoleAccount = {}));
1244
1245
 
1245
1246
  /**
1246
1247
  * VRt.Account [AC]
1247
1248
  *
1248
- * The version of the OpenAPI document: 7.32.3215
1249
+ * The version of the OpenAPI document: 7.34.3275
1249
1250
  * Contact: support@veeroute.com
1250
1251
  *
1251
1252
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1268,11 +1269,11 @@ class LssAccountApiModule {
1268
1269
  'See also https://github.com/angular/angular/issues/20575');
1269
1270
  }
1270
1271
  }
1271
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LssAccountApiModule, deps: [{ token: LssAccountApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1272
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: LssAccountApiModule });
1273
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LssAccountApiModule });
1272
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: LssAccountApiModule, deps: [{ token: LssAccountApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1273
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.7", ngImport: i0, type: LssAccountApiModule });
1274
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: LssAccountApiModule });
1274
1275
  }
1275
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LssAccountApiModule, decorators: [{
1276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.7", ngImport: i0, type: LssAccountApiModule, decorators: [{
1276
1277
  type: NgModule,
1277
1278
  args: [{
1278
1279
  imports: [],