@veeroute/lss-account-angular 7.33.3222 → 7.35.3290

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 +4 -4
  2. package/cfg/audit_operations.json +8 -0
  3. package/fesm2022/veeroute-lss-account-angular.mjs +48 -47
  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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeroute/lss-account-angular",
3
- "version": "7.33.3222",
3
+ "version": "7.35.3290",
4
4
  "description": "OpenAPI client for @veeroute/lss-account-angular",
5
5
  "author": "Veeroute Team",
6
6
  "keywords": [
@@ -10,23 +10,22 @@
10
10
  ],
11
11
  "license": "Veeroute",
12
12
  "peerDependencies": {
13
- "@angular/core": "^17.3.0",
13
+ "@angular/core": "^21.2.1",
14
14
  "rxjs": "^7.8.1"
15
15
  },
16
16
  "module": "fesm2022/veeroute-lss-account-angular.mjs",
17
- "typings": "index.d.ts",
17
+ "typings": "types/veeroute-lss-account-angular.d.ts",
18
18
  "exports": {
19
19
  "./package.json": {
20
20
  "default": "./package.json"
21
21
  },
22
22
  ".": {
23
- "types": "./index.d.ts",
24
- "esm2022": "./esm2022/veeroute-lss-account-angular.mjs",
25
- "esm": "./esm2022/veeroute-lss-account-angular.mjs",
23
+ "types": "./types/veeroute-lss-account-angular.d.ts",
26
24
  "default": "./fesm2022/veeroute-lss-account-angular.mjs"
27
25
  }
28
26
  },
29
27
  "sideEffects": false,
28
+ "type": "module",
30
29
  "dependencies": {
31
30
  "tslib": "^2.3.0"
32
31
  }