@veeroute/lss-registry-angular 7.31.3182 → 7.33.3222

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 (76) hide show
  1. package/README.md +3 -3
  2. package/api/backupsServiceInterface.d.ts +2 -2
  3. package/api/configurationsServiceInterface.d.ts +2 -2
  4. package/api/explorerServiceInterface.d.ts +2 -2
  5. package/api/systemServiceInterface.d.ts +2 -2
  6. package/api.base.service.d.ts +2 -2
  7. package/esm2022/api/backupsService.mjs +3 -3
  8. package/esm2022/api/backupsServiceInterface.mjs +1 -1
  9. package/esm2022/api/configurationsService.mjs +3 -3
  10. package/esm2022/api/configurationsServiceInterface.mjs +1 -1
  11. package/esm2022/api/explorerService.mjs +3 -3
  12. package/esm2022/api/explorerServiceInterface.mjs +1 -1
  13. package/esm2022/api/systemService.mjs +3 -3
  14. package/esm2022/api/systemServiceInterface.mjs +1 -1
  15. package/esm2022/api.base.service.mjs +3 -3
  16. package/esm2022/model/attribute.mjs +3 -3
  17. package/esm2022/model/checkResult.mjs +3 -3
  18. package/esm2022/model/configuration.mjs +1 -1
  19. package/esm2022/model/fileNamePath.mjs +3 -3
  20. package/esm2022/model/fileSpecification.mjs +3 -3
  21. package/esm2022/model/filesystem.mjs +1 -1
  22. package/esm2022/model/filesystemColumnType.mjs +3 -3
  23. package/esm2022/model/filesystemCounters.mjs +1 -1
  24. package/esm2022/model/filesystemPath.mjs +1 -1
  25. package/esm2022/model/folder.mjs +1 -1
  26. package/esm2022/model/folderCounters.mjs +3 -3
  27. package/esm2022/model/folderSpecification.mjs +1 -1
  28. package/esm2022/model/folderType.mjs +3 -3
  29. package/esm2022/model/general400.mjs +1 -1
  30. package/esm2022/model/general402.mjs +1 -1
  31. package/esm2022/model/general403.mjs +1 -1
  32. package/esm2022/model/general404.mjs +1 -1
  33. package/esm2022/model/general404Detail.mjs +1 -1
  34. package/esm2022/model/general429.mjs +1 -1
  35. package/esm2022/model/general500.mjs +1 -1
  36. package/esm2022/model/schemaError.mjs +3 -3
  37. package/esm2022/model/service.mjs +3 -3
  38. package/esm2022/model/tableConfiguration.mjs +1 -1
  39. package/esm2022/model/tableConfigurationColumnType.mjs +3 -3
  40. package/esm2022/model/tableConfigurationList.mjs +1 -1
  41. package/esm2022/model/tableListCounters.mjs +1 -1
  42. package/esm2022/model/tableListCountersDetail.mjs +3 -3
  43. package/esm2022/model/tracedata.mjs +1 -1
  44. package/esm2022/model/versionResult.mjs +3 -3
  45. package/fesm2022/veeroute-lss-registry-angular.mjs +34 -34
  46. package/fesm2022/veeroute-lss-registry-angular.mjs.map +1 -1
  47. package/model/attribute.d.ts +2 -2
  48. package/model/checkResult.d.ts +2 -2
  49. package/model/configuration.d.ts +2 -2
  50. package/model/fileNamePath.d.ts +2 -2
  51. package/model/fileSpecification.d.ts +2 -2
  52. package/model/filesystem.d.ts +2 -2
  53. package/model/filesystemColumnType.d.ts +2 -2
  54. package/model/filesystemCounters.d.ts +2 -2
  55. package/model/filesystemPath.d.ts +2 -2
  56. package/model/folder.d.ts +2 -2
  57. package/model/folderCounters.d.ts +2 -2
  58. package/model/folderSpecification.d.ts +2 -2
  59. package/model/folderType.d.ts +2 -2
  60. package/model/general400.d.ts +2 -2
  61. package/model/general402.d.ts +2 -2
  62. package/model/general403.d.ts +2 -2
  63. package/model/general404.d.ts +2 -2
  64. package/model/general404Detail.d.ts +2 -2
  65. package/model/general429.d.ts +2 -2
  66. package/model/general500.d.ts +2 -2
  67. package/model/schemaError.d.ts +2 -2
  68. package/model/service.d.ts +2 -2
  69. package/model/tableConfiguration.d.ts +2 -2
  70. package/model/tableConfigurationColumnType.d.ts +2 -2
  71. package/model/tableConfigurationList.d.ts +2 -2
  72. package/model/tableListCounters.d.ts +2 -2
  73. package/model/tableListCountersDetail.d.ts +2 -2
  74. package/model/tracedata.d.ts +2 -2
  75. package/model/versionResult.d.ts +2 -2
  76. package/package.json +1 -1
@@ -178,8 +178,8 @@ class Configuration {
178
178
  /**
179
179
  * VRt.Registry [RG]
180
180
  *
181
- * The version of the OpenAPI document: 7.31.3182
182
- * Contact: servicedesk@veeroute.com
181
+ * The version of the OpenAPI document: 7.33.3222
182
+ * Contact: support@veeroute.com
183
183
  *
184
184
  * NOTE: This class is auto generated by OpenAPI Generator.
185
185
  * Do not edit the class manually.
@@ -254,8 +254,8 @@ class BaseService {
254
254
  /**
255
255
  * VRt.Registry [RG]
256
256
  *
257
- * The version of the OpenAPI document: 7.31.3182
258
- * Contact: servicedesk@veeroute.com
257
+ * The version of the OpenAPI document: 7.33.3222
258
+ * Contact: support@veeroute.com
259
259
  *
260
260
  * NOTE: This class is auto generated by OpenAPI Generator.
261
261
  * Do not edit the class manually.
@@ -381,8 +381,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
381
381
  /**
382
382
  * VRt.Registry [RG]
383
383
  *
384
- * The version of the OpenAPI document: 7.31.3182
385
- * Contact: servicedesk@veeroute.com
384
+ * The version of the OpenAPI document: 7.33.3222
385
+ * Contact: support@veeroute.com
386
386
  *
387
387
  * NOTE: This class is auto generated by OpenAPI Generator.
388
388
  * Do not edit the class manually.
@@ -936,8 +936,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
936
936
  /**
937
937
  * VRt.Registry [RG]
938
938
  *
939
- * The version of the OpenAPI document: 7.31.3182
940
- * Contact: servicedesk@veeroute.com
939
+ * The version of the OpenAPI document: 7.33.3222
940
+ * Contact: support@veeroute.com
941
941
  *
942
942
  * NOTE: This class is auto generated by OpenAPI Generator.
943
943
  * Do not edit the class manually.
@@ -1522,8 +1522,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1522
1522
  /**
1523
1523
  * VRt.Registry [RG]
1524
1524
  *
1525
- * The version of the OpenAPI document: 7.31.3182
1526
- * Contact: servicedesk@veeroute.com
1525
+ * The version of the OpenAPI document: 7.33.3222
1526
+ * Contact: support@veeroute.com
1527
1527
  *
1528
1528
  * NOTE: This class is auto generated by OpenAPI Generator.
1529
1529
  * Do not edit the class manually.
@@ -1665,8 +1665,8 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
1665
1665
  /**
1666
1666
  * VRt.Registry [RG]
1667
1667
  *
1668
- * The version of the OpenAPI document: 7.31.3182
1669
- * Contact: servicedesk@veeroute.com
1668
+ * The version of the OpenAPI document: 7.33.3222
1669
+ * Contact: support@veeroute.com
1670
1670
  *
1671
1671
  * NOTE: This class is auto generated by OpenAPI Generator.
1672
1672
  * Do not edit the class manually.
@@ -1675,8 +1675,8 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
1675
1675
  /**
1676
1676
  * VRt.Registry [RG]
1677
1677
  *
1678
- * The version of the OpenAPI document: 7.31.3182
1679
- * Contact: servicedesk@veeroute.com
1678
+ * The version of the OpenAPI document: 7.33.3222
1679
+ * Contact: support@veeroute.com
1680
1680
  *
1681
1681
  * NOTE: This class is auto generated by OpenAPI Generator.
1682
1682
  * Do not edit the class manually.
@@ -1685,8 +1685,8 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
1685
1685
  /**
1686
1686
  * VRt.Registry [RG]
1687
1687
  *
1688
- * The version of the OpenAPI document: 7.31.3182
1689
- * Contact: servicedesk@veeroute.com
1688
+ * The version of the OpenAPI document: 7.33.3222
1689
+ * Contact: support@veeroute.com
1690
1690
  *
1691
1691
  * NOTE: This class is auto generated by OpenAPI Generator.
1692
1692
  * Do not edit the class manually.
@@ -1695,8 +1695,8 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
1695
1695
  /**
1696
1696
  * VRt.Registry [RG]
1697
1697
  *
1698
- * The version of the OpenAPI document: 7.31.3182
1699
- * Contact: servicedesk@veeroute.com
1698
+ * The version of the OpenAPI document: 7.33.3222
1699
+ * Contact: support@veeroute.com
1700
1700
  *
1701
1701
  * NOTE: This class is auto generated by OpenAPI Generator.
1702
1702
  * Do not edit the class manually.
@@ -1705,8 +1705,8 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
1705
1705
  /**
1706
1706
  * VRt.Registry [RG]
1707
1707
  *
1708
- * The version of the OpenAPI document: 7.31.3182
1709
- * Contact: servicedesk@veeroute.com
1708
+ * The version of the OpenAPI document: 7.33.3222
1709
+ * Contact: support@veeroute.com
1710
1710
  *
1711
1711
  * NOTE: This class is auto generated by OpenAPI Generator.
1712
1712
  * Do not edit the class manually.
@@ -1728,8 +1728,8 @@ var FilesystemColumnTypeRegistry;
1728
1728
  /**
1729
1729
  * VRt.Registry [RG]
1730
1730
  *
1731
- * The version of the OpenAPI document: 7.31.3182
1732
- * Contact: servicedesk@veeroute.com
1731
+ * The version of the OpenAPI document: 7.33.3222
1732
+ * Contact: support@veeroute.com
1733
1733
  *
1734
1734
  * NOTE: This class is auto generated by OpenAPI Generator.
1735
1735
  * Do not edit the class manually.
@@ -1738,8 +1738,8 @@ var FilesystemColumnTypeRegistry;
1738
1738
  /**
1739
1739
  * VRt.Registry [RG]
1740
1740
  *
1741
- * The version of the OpenAPI document: 7.31.3182
1742
- * Contact: servicedesk@veeroute.com
1741
+ * The version of the OpenAPI document: 7.33.3222
1742
+ * Contact: support@veeroute.com
1743
1743
  *
1744
1744
  * NOTE: This class is auto generated by OpenAPI Generator.
1745
1745
  * Do not edit the class manually.
@@ -1756,8 +1756,8 @@ var FolderTypeRegistry;
1756
1756
  /**
1757
1757
  * VRt.Registry [RG]
1758
1758
  *
1759
- * The version of the OpenAPI document: 7.31.3182
1760
- * Contact: servicedesk@veeroute.com
1759
+ * The version of the OpenAPI document: 7.33.3222
1760
+ * Contact: support@veeroute.com
1761
1761
  *
1762
1762
  * NOTE: This class is auto generated by OpenAPI Generator.
1763
1763
  * Do not edit the class manually.
@@ -1766,8 +1766,8 @@ var FolderTypeRegistry;
1766
1766
  /**
1767
1767
  * VRt.Registry [RG]
1768
1768
  *
1769
- * The version of the OpenAPI document: 7.31.3182
1770
- * Contact: servicedesk@veeroute.com
1769
+ * The version of the OpenAPI document: 7.33.3222
1770
+ * Contact: support@veeroute.com
1771
1771
  *
1772
1772
  * NOTE: This class is auto generated by OpenAPI Generator.
1773
1773
  * Do not edit the class manually.
@@ -1792,8 +1792,8 @@ var ServiceRegistry;
1792
1792
  /**
1793
1793
  * VRt.Registry [RG]
1794
1794
  *
1795
- * The version of the OpenAPI document: 7.31.3182
1796
- * Contact: servicedesk@veeroute.com
1795
+ * The version of the OpenAPI document: 7.33.3222
1796
+ * Contact: support@veeroute.com
1797
1797
  *
1798
1798
  * NOTE: This class is auto generated by OpenAPI Generator.
1799
1799
  * Do not edit the class manually.
@@ -1814,8 +1814,8 @@ var TableConfigurationColumnTypeRegistry;
1814
1814
  /**
1815
1815
  * VRt.Registry [RG]
1816
1816
  *
1817
- * The version of the OpenAPI document: 7.31.3182
1818
- * Contact: servicedesk@veeroute.com
1817
+ * The version of the OpenAPI document: 7.33.3222
1818
+ * Contact: support@veeroute.com
1819
1819
  *
1820
1820
  * NOTE: This class is auto generated by OpenAPI Generator.
1821
1821
  * Do not edit the class manually.
@@ -1824,8 +1824,8 @@ var TableConfigurationColumnTypeRegistry;
1824
1824
  /**
1825
1825
  * VRt.Registry [RG]
1826
1826
  *
1827
- * The version of the OpenAPI document: 7.31.3182
1828
- * Contact: servicedesk@veeroute.com
1827
+ * The version of the OpenAPI document: 7.33.3222
1828
+ * Contact: support@veeroute.com
1829
1829
  *
1830
1830
  * NOTE: This class is auto generated by OpenAPI Generator.
1831
1831
  * Do not edit the class manually.