@veeroute/lss-account-angular 7.21.2852 → 7.23.2924

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 (115) hide show
  1. package/README.md +118 -117
  2. package/api/auditService.d.ts +4 -9
  3. package/api/auditServiceInterface.d.ts +1 -1
  4. package/api/authService.d.ts +4 -9
  5. package/api/authServiceInterface.d.ts +1 -1
  6. package/api/dataService.d.ts +4 -9
  7. package/api/dataServiceInterface.d.ts +1 -1
  8. package/api/infoService.d.ts +4 -9
  9. package/api/infoServiceInterface.d.ts +1 -1
  10. package/api/quotaService.d.ts +4 -9
  11. package/api/quotaServiceInterface.d.ts +1 -1
  12. package/api/statisticsService.d.ts +4 -9
  13. package/api/statisticsServiceInterface.d.ts +1 -1
  14. package/api/systemService.d.ts +4 -9
  15. package/api/systemServiceInterface.d.ts +1 -1
  16. package/api.base.service.d.ts +21 -0
  17. package/cfg/audit_operations.json +20 -0
  18. package/configuration.d.ts +4 -2
  19. package/esm2022/api/auditService.mjs +25 -115
  20. package/esm2022/api/auditServiceInterface.mjs +1 -1
  21. package/esm2022/api/authService.mjs +31 -121
  22. package/esm2022/api/authServiceInterface.mjs +1 -1
  23. package/esm2022/api/dataService.mjs +18 -92
  24. package/esm2022/api/dataServiceInterface.mjs +1 -1
  25. package/esm2022/api/infoService.mjs +24 -108
  26. package/esm2022/api/infoServiceInterface.mjs +1 -1
  27. package/esm2022/api/quotaService.mjs +15 -85
  28. package/esm2022/api/quotaServiceInterface.mjs +1 -1
  29. package/esm2022/api/statisticsService.mjs +33 -133
  30. package/esm2022/api/statisticsServiceInterface.mjs +1 -1
  31. package/esm2022/api/systemService.mjs +32 -118
  32. package/esm2022/api/systemServiceInterface.mjs +1 -1
  33. package/esm2022/api.base.service.mjs +79 -0
  34. package/esm2022/configuration.mjs +33 -17
  35. package/esm2022/index.mjs +2 -1
  36. package/esm2022/model/accountAuditResult.mjs +1 -1
  37. package/esm2022/model/attribute.mjs +2 -2
  38. package/esm2022/model/auditAction.mjs +1 -1
  39. package/esm2022/model/auditActionStatistics.mjs +1 -1
  40. package/esm2022/model/auditCounters.mjs +1 -1
  41. package/esm2022/model/auditCountersDetail.mjs +2 -2
  42. package/esm2022/model/calculationInfo.mjs +1 -1
  43. package/esm2022/model/calculationStatus.mjs +2 -2
  44. package/esm2022/model/checkResult.mjs +2 -2
  45. package/esm2022/model/dateStatistics.mjs +1 -1
  46. package/esm2022/model/flowStage.mjs +2 -2
  47. package/esm2022/model/flowType.mjs +2 -2
  48. package/esm2022/model/general400.mjs +1 -1
  49. package/esm2022/model/general402.mjs +1 -1
  50. package/esm2022/model/general403.mjs +1 -1
  51. package/esm2022/model/general404.mjs +1 -1
  52. package/esm2022/model/general404Detail.mjs +1 -1
  53. package/esm2022/model/general429.mjs +1 -1
  54. package/esm2022/model/general500.mjs +1 -1
  55. package/esm2022/model/infoChangeRequest.mjs +1 -1
  56. package/esm2022/model/passwordChangeRequest.mjs +2 -2
  57. package/esm2022/model/processQuota.mjs +1 -1
  58. package/esm2022/model/processStatistics.mjs +1 -1
  59. package/esm2022/model/processType.mjs +2 -2
  60. package/esm2022/model/quotaBase.mjs +1 -1
  61. package/esm2022/model/quotasResult.mjs +1 -1
  62. package/esm2022/model/schemaError.mjs +2 -2
  63. package/esm2022/model/service.mjs +2 -2
  64. package/esm2022/model/serviceQuota.mjs +1 -1
  65. package/esm2022/model/serviceStatistics.mjs +1 -1
  66. package/esm2022/model/tokenRequest.mjs +2 -2
  67. package/esm2022/model/tokenValidationResult.mjs +1 -1
  68. package/esm2022/model/tracedata.mjs +1 -1
  69. package/esm2022/model/user.mjs +1 -1
  70. package/esm2022/model/userRole.mjs +2 -2
  71. package/esm2022/model/userStatistics.mjs +1 -1
  72. package/esm2022/model/versionResult.mjs +2 -2
  73. package/esm2022/provide-api.mjs +15 -0
  74. package/fesm2022/veeroute-lss-account-angular.mjs +270 -753
  75. package/fesm2022/veeroute-lss-account-angular.mjs.map +1 -1
  76. package/index.d.ts +1 -0
  77. package/model/accountAuditResult.d.ts +1 -1
  78. package/model/attribute.d.ts +1 -1
  79. package/model/auditAction.d.ts +1 -1
  80. package/model/auditActionStatistics.d.ts +1 -1
  81. package/model/auditCounters.d.ts +1 -1
  82. package/model/auditCountersDetail.d.ts +1 -1
  83. package/model/calculationInfo.d.ts +1 -1
  84. package/model/calculationStatus.d.ts +1 -1
  85. package/model/checkResult.d.ts +1 -1
  86. package/model/dateStatistics.d.ts +1 -1
  87. package/model/flowStage.d.ts +1 -1
  88. package/model/flowType.d.ts +1 -1
  89. package/model/general400.d.ts +1 -1
  90. package/model/general402.d.ts +1 -1
  91. package/model/general403.d.ts +1 -1
  92. package/model/general404.d.ts +1 -1
  93. package/model/general404Detail.d.ts +1 -1
  94. package/model/general429.d.ts +1 -1
  95. package/model/general500.d.ts +1 -1
  96. package/model/infoChangeRequest.d.ts +1 -1
  97. package/model/passwordChangeRequest.d.ts +1 -1
  98. package/model/processQuota.d.ts +1 -1
  99. package/model/processStatistics.d.ts +1 -1
  100. package/model/processType.d.ts +1 -1
  101. package/model/quotaBase.d.ts +1 -1
  102. package/model/quotasResult.d.ts +1 -1
  103. package/model/schemaError.d.ts +1 -1
  104. package/model/service.d.ts +1 -1
  105. package/model/serviceQuota.d.ts +1 -1
  106. package/model/serviceStatistics.d.ts +1 -1
  107. package/model/tokenRequest.d.ts +1 -1
  108. package/model/tokenValidationResult.d.ts +1 -1
  109. package/model/tracedata.d.ts +1 -1
  110. package/model/user.d.ts +1 -1
  111. package/model/userRole.d.ts +1 -1
  112. package/model/userStatistics.d.ts +1 -1
  113. package/model/versionResult.d.ts +1 -1
  114. package/package.json +1 -1
  115. package/provide-api.d.ts +3 -0
package/index.d.ts CHANGED
@@ -3,4 +3,5 @@ export * from './model/models';
3
3
  export * from './variables';
4
4
  export * from './configuration';
5
5
  export * from './api.module';
6
+ export * from './provide-api';
6
7
  export * from './param';
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/model/user.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Account [AC]
3
3
  *
4
- * The version of the OpenAPI document: 7.21.2852
4
+ * The version of the OpenAPI document: 7.23.2924
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeroute/lss-account-angular",
3
- "version": "7.21.2852",
3
+ "version": "7.23.2924",
4
4
  "description": "OpenAPI client for @veeroute/lss-account-angular",
5
5
  "author": "Veeroute Team",
6
6
  "keywords": [
@@ -0,0 +1,3 @@
1
+ import { EnvironmentProviders } from "@angular/core";
2
+ import { ConfigurationParameters } from './configuration';
3
+ export declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;