@veeroute/lss-registry-angular 7.25.3009 → 7.26.3024
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.
- package/README.md +3 -3
- package/api/backupsServiceInterface.d.ts +1 -1
- package/api/configurationsServiceInterface.d.ts +1 -1
- package/api/explorerServiceInterface.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +1 -1
- package/esm2022/api/backupsService.mjs +2 -2
- package/esm2022/api/backupsServiceInterface.mjs +1 -1
- package/esm2022/api/configurationsService.mjs +2 -2
- package/esm2022/api/configurationsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +2 -2
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +2 -2
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +2 -2
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/configuration.mjs +1 -1
- package/esm2022/model/fileNamePath.mjs +2 -2
- package/esm2022/model/fileSpecification.mjs +2 -2
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +2 -2
- package/esm2022/model/filesystemCounters.mjs +1 -1
- package/esm2022/model/filesystemPath.mjs +1 -1
- package/esm2022/model/folder.mjs +1 -1
- package/esm2022/model/folderCounters.mjs +2 -2
- package/esm2022/model/folderSpecification.mjs +1 -1
- package/esm2022/model/folderType.mjs +2 -2
- package/esm2022/model/general400.mjs +1 -1
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general403.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/service.mjs +2 -2
- package/esm2022/model/tableConfiguration.mjs +1 -1
- package/esm2022/model/tableConfigurationColumnType.mjs +2 -2
- package/esm2022/model/tableConfigurationList.mjs +1 -1
- package/esm2022/model/tableListCounters.mjs +1 -1
- package/esm2022/model/tableListCountersDetail.mjs +2 -2
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/versionResult.mjs +2 -2
- package/fesm2022/veeroute-lss-registry-angular.mjs +17 -17
- package/fesm2022/veeroute-lss-registry-angular.mjs.map +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/configuration.d.ts +1 -1
- package/model/fileNamePath.d.ts +1 -1
- package/model/fileSpecification.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/filesystemColumnType.d.ts +1 -1
- package/model/filesystemCounters.d.ts +1 -1
- package/model/filesystemPath.d.ts +1 -1
- package/model/folder.d.ts +1 -1
- package/model/folderCounters.d.ts +1 -1
- package/model/folderSpecification.d.ts +1 -1
- package/model/folderType.d.ts +1 -1
- package/model/general400.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/tableConfiguration.d.ts +1 -1
- package/model/tableConfigurationColumnType.d.ts +1 -1
- package/model/tableConfigurationList.d.ts +1 -1
- package/model/tableListCounters.d.ts +1 -1
- package/model/tableListCountersDetail.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/package.json +1 -1
|
@@ -178,7 +178,7 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Registry [RG]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
181
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
182
182
|
* Contact: servicedesk@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -254,7 +254,7 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Registry [RG]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
257
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
258
258
|
* Contact: servicedesk@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -381,7 +381,7 @@ 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.
|
|
384
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
385
385
|
* Contact: servicedesk@veeroute.com
|
|
386
386
|
*
|
|
387
387
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -936,7 +936,7 @@ 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.
|
|
939
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
940
940
|
* Contact: servicedesk@veeroute.com
|
|
941
941
|
*
|
|
942
942
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1522,7 +1522,7 @@ 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.
|
|
1525
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1526
1526
|
* Contact: servicedesk@veeroute.com
|
|
1527
1527
|
*
|
|
1528
1528
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1665,7 +1665,7 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
|
|
|
1665
1665
|
/**
|
|
1666
1666
|
* VRt.Registry [RG]
|
|
1667
1667
|
*
|
|
1668
|
-
* The version of the OpenAPI document: 7.
|
|
1668
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1669
1669
|
* Contact: servicedesk@veeroute.com
|
|
1670
1670
|
*
|
|
1671
1671
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1675,7 +1675,7 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
|
|
|
1675
1675
|
/**
|
|
1676
1676
|
* VRt.Registry [RG]
|
|
1677
1677
|
*
|
|
1678
|
-
* The version of the OpenAPI document: 7.
|
|
1678
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1679
1679
|
* Contact: servicedesk@veeroute.com
|
|
1680
1680
|
*
|
|
1681
1681
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1685,7 +1685,7 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
|
|
|
1685
1685
|
/**
|
|
1686
1686
|
* VRt.Registry [RG]
|
|
1687
1687
|
*
|
|
1688
|
-
* The version of the OpenAPI document: 7.
|
|
1688
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1689
1689
|
* Contact: servicedesk@veeroute.com
|
|
1690
1690
|
*
|
|
1691
1691
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1695,7 +1695,7 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
|
|
|
1695
1695
|
/**
|
|
1696
1696
|
* VRt.Registry [RG]
|
|
1697
1697
|
*
|
|
1698
|
-
* The version of the OpenAPI document: 7.
|
|
1698
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1699
1699
|
* Contact: servicedesk@veeroute.com
|
|
1700
1700
|
*
|
|
1701
1701
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1705,7 +1705,7 @@ const APIS = [BackupsService, ConfigurationsService, ExplorerService, SystemServ
|
|
|
1705
1705
|
/**
|
|
1706
1706
|
* VRt.Registry [RG]
|
|
1707
1707
|
*
|
|
1708
|
-
* The version of the OpenAPI document: 7.
|
|
1708
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1709
1709
|
* Contact: servicedesk@veeroute.com
|
|
1710
1710
|
*
|
|
1711
1711
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1728,7 +1728,7 @@ var FilesystemColumnTypeRegistry;
|
|
|
1728
1728
|
/**
|
|
1729
1729
|
* VRt.Registry [RG]
|
|
1730
1730
|
*
|
|
1731
|
-
* The version of the OpenAPI document: 7.
|
|
1731
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1732
1732
|
* Contact: servicedesk@veeroute.com
|
|
1733
1733
|
*
|
|
1734
1734
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1738,7 +1738,7 @@ var FilesystemColumnTypeRegistry;
|
|
|
1738
1738
|
/**
|
|
1739
1739
|
* VRt.Registry [RG]
|
|
1740
1740
|
*
|
|
1741
|
-
* The version of the OpenAPI document: 7.
|
|
1741
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1742
1742
|
* Contact: servicedesk@veeroute.com
|
|
1743
1743
|
*
|
|
1744
1744
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1756,7 +1756,7 @@ var FolderTypeRegistry;
|
|
|
1756
1756
|
/**
|
|
1757
1757
|
* VRt.Registry [RG]
|
|
1758
1758
|
*
|
|
1759
|
-
* The version of the OpenAPI document: 7.
|
|
1759
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1760
1760
|
* Contact: servicedesk@veeroute.com
|
|
1761
1761
|
*
|
|
1762
1762
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1766,7 +1766,7 @@ var FolderTypeRegistry;
|
|
|
1766
1766
|
/**
|
|
1767
1767
|
* VRt.Registry [RG]
|
|
1768
1768
|
*
|
|
1769
|
-
* The version of the OpenAPI document: 7.
|
|
1769
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1770
1770
|
* Contact: servicedesk@veeroute.com
|
|
1771
1771
|
*
|
|
1772
1772
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1792,7 +1792,7 @@ var ServiceRegistry;
|
|
|
1792
1792
|
/**
|
|
1793
1793
|
* VRt.Registry [RG]
|
|
1794
1794
|
*
|
|
1795
|
-
* The version of the OpenAPI document: 7.
|
|
1795
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1796
1796
|
* Contact: servicedesk@veeroute.com
|
|
1797
1797
|
*
|
|
1798
1798
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1814,7 +1814,7 @@ var TableConfigurationColumnTypeRegistry;
|
|
|
1814
1814
|
/**
|
|
1815
1815
|
* VRt.Registry [RG]
|
|
1816
1816
|
*
|
|
1817
|
-
* The version of the OpenAPI document: 7.
|
|
1817
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1818
1818
|
* Contact: servicedesk@veeroute.com
|
|
1819
1819
|
*
|
|
1820
1820
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1824,7 +1824,7 @@ var TableConfigurationColumnTypeRegistry;
|
|
|
1824
1824
|
/**
|
|
1825
1825
|
* VRt.Registry [RG]
|
|
1826
1826
|
*
|
|
1827
|
-
* The version of the OpenAPI document: 7.
|
|
1827
|
+
* The version of the OpenAPI document: 7.26.3024
|
|
1828
1828
|
* Contact: servicedesk@veeroute.com
|
|
1829
1829
|
*
|
|
1830
1830
|
* NOTE: This class is auto generated by OpenAPI Generator.
|