@veeroute/lss-account-angular 7.21.2849 → 7.22.2904

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 (114) 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/configuration.d.ts +4 -2
  18. package/esm2022/api/auditService.mjs +25 -115
  19. package/esm2022/api/auditServiceInterface.mjs +1 -1
  20. package/esm2022/api/authService.mjs +31 -121
  21. package/esm2022/api/authServiceInterface.mjs +1 -1
  22. package/esm2022/api/dataService.mjs +18 -92
  23. package/esm2022/api/dataServiceInterface.mjs +1 -1
  24. package/esm2022/api/infoService.mjs +24 -108
  25. package/esm2022/api/infoServiceInterface.mjs +1 -1
  26. package/esm2022/api/quotaService.mjs +15 -85
  27. package/esm2022/api/quotaServiceInterface.mjs +1 -1
  28. package/esm2022/api/statisticsService.mjs +33 -133
  29. package/esm2022/api/statisticsServiceInterface.mjs +1 -1
  30. package/esm2022/api/systemService.mjs +32 -118
  31. package/esm2022/api/systemServiceInterface.mjs +1 -1
  32. package/esm2022/api.base.service.mjs +79 -0
  33. package/esm2022/configuration.mjs +33 -17
  34. package/esm2022/index.mjs +2 -1
  35. package/esm2022/model/accountAuditResult.mjs +1 -1
  36. package/esm2022/model/attribute.mjs +2 -2
  37. package/esm2022/model/auditAction.mjs +1 -1
  38. package/esm2022/model/auditActionStatistics.mjs +1 -1
  39. package/esm2022/model/auditCounters.mjs +1 -1
  40. package/esm2022/model/auditCountersDetail.mjs +2 -2
  41. package/esm2022/model/calculationInfo.mjs +1 -1
  42. package/esm2022/model/calculationStatus.mjs +2 -2
  43. package/esm2022/model/checkResult.mjs +2 -2
  44. package/esm2022/model/dateStatistics.mjs +1 -1
  45. package/esm2022/model/flowStage.mjs +2 -2
  46. package/esm2022/model/flowType.mjs +2 -2
  47. package/esm2022/model/general400.mjs +1 -1
  48. package/esm2022/model/general402.mjs +1 -1
  49. package/esm2022/model/general403.mjs +1 -1
  50. package/esm2022/model/general404.mjs +1 -1
  51. package/esm2022/model/general404Detail.mjs +1 -1
  52. package/esm2022/model/general429.mjs +1 -1
  53. package/esm2022/model/general500.mjs +1 -1
  54. package/esm2022/model/infoChangeRequest.mjs +1 -1
  55. package/esm2022/model/passwordChangeRequest.mjs +2 -2
  56. package/esm2022/model/processQuota.mjs +1 -1
  57. package/esm2022/model/processStatistics.mjs +1 -1
  58. package/esm2022/model/processType.mjs +2 -2
  59. package/esm2022/model/quotaBase.mjs +1 -1
  60. package/esm2022/model/quotasResult.mjs +1 -1
  61. package/esm2022/model/schemaError.mjs +2 -2
  62. package/esm2022/model/service.mjs +2 -2
  63. package/esm2022/model/serviceQuota.mjs +1 -1
  64. package/esm2022/model/serviceStatistics.mjs +1 -1
  65. package/esm2022/model/tokenRequest.mjs +2 -2
  66. package/esm2022/model/tokenValidationResult.mjs +1 -1
  67. package/esm2022/model/tracedata.mjs +1 -1
  68. package/esm2022/model/user.mjs +1 -1
  69. package/esm2022/model/userRole.mjs +2 -2
  70. package/esm2022/model/userStatistics.mjs +1 -1
  71. package/esm2022/model/versionResult.mjs +2 -2
  72. package/esm2022/provide-api.mjs +15 -0
  73. package/fesm2022/veeroute-lss-account-angular.mjs +270 -753
  74. package/fesm2022/veeroute-lss-account-angular.mjs.map +1 -1
  75. package/index.d.ts +1 -0
  76. package/model/accountAuditResult.d.ts +1 -1
  77. package/model/attribute.d.ts +1 -1
  78. package/model/auditAction.d.ts +1 -1
  79. package/model/auditActionStatistics.d.ts +1 -1
  80. package/model/auditCounters.d.ts +1 -1
  81. package/model/auditCountersDetail.d.ts +1 -1
  82. package/model/calculationInfo.d.ts +1 -1
  83. package/model/calculationStatus.d.ts +1 -1
  84. package/model/checkResult.d.ts +1 -1
  85. package/model/dateStatistics.d.ts +1 -1
  86. package/model/flowStage.d.ts +1 -1
  87. package/model/flowType.d.ts +1 -1
  88. package/model/general400.d.ts +1 -1
  89. package/model/general402.d.ts +1 -1
  90. package/model/general403.d.ts +1 -1
  91. package/model/general404.d.ts +1 -1
  92. package/model/general404Detail.d.ts +1 -1
  93. package/model/general429.d.ts +1 -1
  94. package/model/general500.d.ts +1 -1
  95. package/model/infoChangeRequest.d.ts +1 -1
  96. package/model/passwordChangeRequest.d.ts +1 -1
  97. package/model/processQuota.d.ts +1 -1
  98. package/model/processStatistics.d.ts +1 -1
  99. package/model/processType.d.ts +1 -1
  100. package/model/quotaBase.d.ts +1 -1
  101. package/model/quotasResult.d.ts +1 -1
  102. package/model/schemaError.d.ts +1 -1
  103. package/model/service.d.ts +1 -1
  104. package/model/serviceQuota.d.ts +1 -1
  105. package/model/serviceStatistics.d.ts +1 -1
  106. package/model/tokenRequest.d.ts +1 -1
  107. package/model/tokenValidationResult.d.ts +1 -1
  108. package/model/tracedata.d.ts +1 -1
  109. package/model/user.d.ts +1 -1
  110. package/model/userRole.d.ts +1 -1
  111. package/model/userStatistics.d.ts +1 -1
  112. package/model/versionResult.d.ts +1 -1
  113. package/package.json +1 -1
  114. 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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849
4
+ * The version of the OpenAPI document: 7.22.2904
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.2849",
3
+ "version": "7.22.2904",
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;