@veeroute/lss-account-angular 7.21.2849 → 7.21.2852

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 (99) hide show
  1. package/README.md +1 -1
  2. package/api/auditServiceInterface.d.ts +1 -1
  3. package/api/authServiceInterface.d.ts +1 -1
  4. package/api/dataServiceInterface.d.ts +1 -1
  5. package/api/infoServiceInterface.d.ts +1 -1
  6. package/api/quotaServiceInterface.d.ts +1 -1
  7. package/api/statisticsServiceInterface.d.ts +1 -1
  8. package/api/systemServiceInterface.d.ts +1 -1
  9. package/esm2022/api/auditService.mjs +2 -2
  10. package/esm2022/api/auditServiceInterface.mjs +1 -1
  11. package/esm2022/api/authService.mjs +2 -2
  12. package/esm2022/api/authServiceInterface.mjs +1 -1
  13. package/esm2022/api/dataService.mjs +2 -2
  14. package/esm2022/api/dataServiceInterface.mjs +1 -1
  15. package/esm2022/api/infoService.mjs +2 -2
  16. package/esm2022/api/infoServiceInterface.mjs +1 -1
  17. package/esm2022/api/quotaService.mjs +2 -2
  18. package/esm2022/api/quotaServiceInterface.mjs +1 -1
  19. package/esm2022/api/statisticsService.mjs +2 -2
  20. package/esm2022/api/statisticsServiceInterface.mjs +1 -1
  21. package/esm2022/api/systemService.mjs +2 -2
  22. package/esm2022/api/systemServiceInterface.mjs +1 -1
  23. package/esm2022/model/accountAuditResult.mjs +1 -1
  24. package/esm2022/model/attribute.mjs +2 -2
  25. package/esm2022/model/auditAction.mjs +1 -1
  26. package/esm2022/model/auditActionStatistics.mjs +1 -1
  27. package/esm2022/model/auditCounters.mjs +1 -1
  28. package/esm2022/model/auditCountersDetail.mjs +2 -2
  29. package/esm2022/model/calculationInfo.mjs +1 -1
  30. package/esm2022/model/calculationStatus.mjs +2 -2
  31. package/esm2022/model/checkResult.mjs +2 -2
  32. package/esm2022/model/dateStatistics.mjs +1 -1
  33. package/esm2022/model/flowStage.mjs +2 -2
  34. package/esm2022/model/flowType.mjs +2 -2
  35. package/esm2022/model/general400.mjs +1 -1
  36. package/esm2022/model/general402.mjs +1 -1
  37. package/esm2022/model/general403.mjs +1 -1
  38. package/esm2022/model/general404.mjs +1 -1
  39. package/esm2022/model/general404Detail.mjs +1 -1
  40. package/esm2022/model/general429.mjs +1 -1
  41. package/esm2022/model/general500.mjs +1 -1
  42. package/esm2022/model/infoChangeRequest.mjs +1 -1
  43. package/esm2022/model/passwordChangeRequest.mjs +2 -2
  44. package/esm2022/model/processQuota.mjs +1 -1
  45. package/esm2022/model/processStatistics.mjs +1 -1
  46. package/esm2022/model/processType.mjs +2 -2
  47. package/esm2022/model/quotaBase.mjs +1 -1
  48. package/esm2022/model/quotasResult.mjs +1 -1
  49. package/esm2022/model/schemaError.mjs +2 -2
  50. package/esm2022/model/service.mjs +2 -2
  51. package/esm2022/model/serviceQuota.mjs +1 -1
  52. package/esm2022/model/serviceStatistics.mjs +1 -1
  53. package/esm2022/model/tokenRequest.mjs +2 -2
  54. package/esm2022/model/tokenValidationResult.mjs +1 -1
  55. package/esm2022/model/tracedata.mjs +1 -1
  56. package/esm2022/model/user.mjs +1 -1
  57. package/esm2022/model/userRole.mjs +2 -2
  58. package/esm2022/model/userStatistics.mjs +1 -1
  59. package/esm2022/model/versionResult.mjs +2 -2
  60. package/fesm2022/veeroute-lss-account-angular.mjs +20 -20
  61. package/fesm2022/veeroute-lss-account-angular.mjs.map +1 -1
  62. package/model/accountAuditResult.d.ts +1 -1
  63. package/model/attribute.d.ts +1 -1
  64. package/model/auditAction.d.ts +1 -1
  65. package/model/auditActionStatistics.d.ts +1 -1
  66. package/model/auditCounters.d.ts +1 -1
  67. package/model/auditCountersDetail.d.ts +1 -1
  68. package/model/calculationInfo.d.ts +1 -1
  69. package/model/calculationStatus.d.ts +1 -1
  70. package/model/checkResult.d.ts +1 -1
  71. package/model/dateStatistics.d.ts +1 -1
  72. package/model/flowStage.d.ts +1 -1
  73. package/model/flowType.d.ts +1 -1
  74. package/model/general400.d.ts +1 -1
  75. package/model/general402.d.ts +1 -1
  76. package/model/general403.d.ts +1 -1
  77. package/model/general404.d.ts +1 -1
  78. package/model/general404Detail.d.ts +1 -1
  79. package/model/general429.d.ts +1 -1
  80. package/model/general500.d.ts +1 -1
  81. package/model/infoChangeRequest.d.ts +1 -1
  82. package/model/passwordChangeRequest.d.ts +1 -1
  83. package/model/processQuota.d.ts +1 -1
  84. package/model/processStatistics.d.ts +1 -1
  85. package/model/processType.d.ts +1 -1
  86. package/model/quotaBase.d.ts +1 -1
  87. package/model/quotasResult.d.ts +1 -1
  88. package/model/schemaError.d.ts +1 -1
  89. package/model/service.d.ts +1 -1
  90. package/model/serviceQuota.d.ts +1 -1
  91. package/model/serviceStatistics.d.ts +1 -1
  92. package/model/tokenRequest.d.ts +1 -1
  93. package/model/tokenValidationResult.d.ts +1 -1
  94. package/model/tracedata.d.ts +1 -1
  95. package/model/user.d.ts +1 -1
  96. package/model/userRole.d.ts +1 -1
  97. package/model/userStatistics.d.ts +1 -1
  98. package/model/versionResult.d.ts +1 -1
  99. package/package.json +1 -1
@@ -162,7 +162,7 @@ class Configuration {
162
162
  /**
163
163
  * VRt.Account [AC]
164
164
  *
165
- * The version of the OpenAPI document: 7.21.2849
165
+ * The version of the OpenAPI document: 7.21.2852
166
166
  * Contact: servicedesk@veeroute.com
167
167
  *
168
168
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -342,7 +342,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
342
342
  /**
343
343
  * VRt.Account [AC]
344
344
  *
345
- * The version of the OpenAPI document: 7.21.2849
345
+ * The version of the OpenAPI document: 7.21.2852
346
346
  * Contact: servicedesk@veeroute.com
347
347
  *
348
348
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -604,7 +604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
604
604
  /**
605
605
  * VRt.Account [AC]
606
606
  *
607
- * The version of the OpenAPI document: 7.21.2849
607
+ * The version of the OpenAPI document: 7.21.2852
608
608
  * Contact: servicedesk@veeroute.com
609
609
  *
610
610
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -757,7 +757,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
757
757
  /**
758
758
  * VRt.Account [AC]
759
759
  *
760
- * The version of the OpenAPI document: 7.21.2849
760
+ * The version of the OpenAPI document: 7.21.2852
761
761
  * Contact: servicedesk@veeroute.com
762
762
  *
763
763
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -958,7 +958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
958
958
  /**
959
959
  * VRt.Account [AC]
960
960
  *
961
- * The version of the OpenAPI document: 7.21.2849
961
+ * The version of the OpenAPI document: 7.21.2852
962
962
  * Contact: servicedesk@veeroute.com
963
963
  *
964
964
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1096,7 +1096,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1096
1096
  /**
1097
1097
  * VRt.Account [AC]
1098
1098
  *
1099
- * The version of the OpenAPI document: 7.21.2849
1099
+ * The version of the OpenAPI document: 7.21.2852
1100
1100
  * Contact: servicedesk@veeroute.com
1101
1101
  *
1102
1102
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1321,7 +1321,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1321
1321
  /**
1322
1322
  * VRt.Account [AC]
1323
1323
  *
1324
- * The version of the OpenAPI document: 7.21.2849
1324
+ * The version of the OpenAPI document: 7.21.2852
1325
1325
  * Contact: servicedesk@veeroute.com
1326
1326
  *
1327
1327
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1549,7 +1549,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotaService,
1549
1549
  /**
1550
1550
  * VRt.Account [AC]
1551
1551
  *
1552
- * The version of the OpenAPI document: 7.21.2849
1552
+ * The version of the OpenAPI document: 7.21.2852
1553
1553
  * Contact: servicedesk@veeroute.com
1554
1554
  *
1555
1555
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1559,7 +1559,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotaService,
1559
1559
  /**
1560
1560
  * VRt.Account [AC]
1561
1561
  *
1562
- * The version of the OpenAPI document: 7.21.2849
1562
+ * The version of the OpenAPI document: 7.21.2852
1563
1563
  * Contact: servicedesk@veeroute.com
1564
1564
  *
1565
1565
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1569,7 +1569,7 @@ const APIS = [AuditService, AuthService, DataService, InfoService, QuotaService,
1569
1569
  /**
1570
1570
  * VRt.Account [AC]
1571
1571
  *
1572
- * The version of the OpenAPI document: 7.21.2849
1572
+ * The version of the OpenAPI document: 7.21.2852
1573
1573
  * Contact: servicedesk@veeroute.com
1574
1574
  *
1575
1575
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1593,7 +1593,7 @@ var CalculationStatusAccount;
1593
1593
  /**
1594
1594
  * VRt.Account [AC]
1595
1595
  *
1596
- * The version of the OpenAPI document: 7.21.2849
1596
+ * The version of the OpenAPI document: 7.21.2852
1597
1597
  * Contact: servicedesk@veeroute.com
1598
1598
  *
1599
1599
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1603,7 +1603,7 @@ var CalculationStatusAccount;
1603
1603
  /**
1604
1604
  * VRt.Account [AC]
1605
1605
  *
1606
- * The version of the OpenAPI document: 7.21.2849
1606
+ * The version of the OpenAPI document: 7.21.2852
1607
1607
  * Contact: servicedesk@veeroute.com
1608
1608
  *
1609
1609
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1620,7 +1620,7 @@ var FlowStageAccount;
1620
1620
  /**
1621
1621
  * VRt.Account [AC]
1622
1622
  *
1623
- * The version of the OpenAPI document: 7.21.2849
1623
+ * The version of the OpenAPI document: 7.21.2852
1624
1624
  * Contact: servicedesk@veeroute.com
1625
1625
  *
1626
1626
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1638,7 +1638,7 @@ var FlowTypeAccount;
1638
1638
  /**
1639
1639
  * VRt.Account [AC]
1640
1640
  *
1641
- * The version of the OpenAPI document: 7.21.2849
1641
+ * The version of the OpenAPI document: 7.21.2852
1642
1642
  * Contact: servicedesk@veeroute.com
1643
1643
  *
1644
1644
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1648,7 +1648,7 @@ var FlowTypeAccount;
1648
1648
  /**
1649
1649
  * VRt.Account [AC]
1650
1650
  *
1651
- * The version of the OpenAPI document: 7.21.2849
1651
+ * The version of the OpenAPI document: 7.21.2852
1652
1652
  * Contact: servicedesk@veeroute.com
1653
1653
  *
1654
1654
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1671,7 +1671,7 @@ var ProcessTypeAccount;
1671
1671
  /**
1672
1672
  * VRt.Account [AC]
1673
1673
  *
1674
- * The version of the OpenAPI document: 7.21.2849
1674
+ * The version of the OpenAPI document: 7.21.2852
1675
1675
  * Contact: servicedesk@veeroute.com
1676
1676
  *
1677
1677
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1681,7 +1681,7 @@ var ProcessTypeAccount;
1681
1681
  /**
1682
1682
  * VRt.Account [AC]
1683
1683
  *
1684
- * The version of the OpenAPI document: 7.21.2849
1684
+ * The version of the OpenAPI document: 7.21.2852
1685
1685
  * Contact: servicedesk@veeroute.com
1686
1686
  *
1687
1687
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1705,7 +1705,7 @@ var ServiceAccount;
1705
1705
  /**
1706
1706
  * VRt.Account [AC]
1707
1707
  *
1708
- * The version of the OpenAPI document: 7.21.2849
1708
+ * The version of the OpenAPI document: 7.21.2852
1709
1709
  * Contact: servicedesk@veeroute.com
1710
1710
  *
1711
1711
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1715,7 +1715,7 @@ var ServiceAccount;
1715
1715
  /**
1716
1716
  * VRt.Account [AC]
1717
1717
  *
1718
- * The version of the OpenAPI document: 7.21.2849
1718
+ * The version of the OpenAPI document: 7.21.2852
1719
1719
  * Contact: servicedesk@veeroute.com
1720
1720
  *
1721
1721
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1737,7 +1737,7 @@ var UserRoleAccount;
1737
1737
  /**
1738
1738
  * VRt.Account [AC]
1739
1739
  *
1740
- * The version of the OpenAPI document: 7.21.2849
1740
+ * The version of the OpenAPI document: 7.21.2852
1741
1741
  * Contact: servicedesk@veeroute.com
1742
1742
  *
1743
1743
  * NOTE: This class is auto generated by OpenAPI Generator.