@springtree/eva-services-core-management 1.84.0 → 1.85.0
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.
|
@@ -5331,7 +5331,7 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5331
5331
|
response?: EVA.Core.Management.ListSettingHistoryResponse;
|
|
5332
5332
|
}
|
|
5333
5333
|
/**
|
|
5334
|
-
* List the settings related to given `OrganizationUnitID
|
|
5334
|
+
* List the settings related to given `OrganizationUnitID`.
|
|
5335
5335
|
*
|
|
5336
5336
|
* @export
|
|
5337
5337
|
* @class ListSettings
|
|
@@ -5344,7 +5344,7 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5344
5344
|
response?: EVA.Core.Management.ListSettingsResponse;
|
|
5345
5345
|
}
|
|
5346
5346
|
/**
|
|
5347
|
-
* List all settings of the user's current
|
|
5347
|
+
* List all settings of the user's current organization unit and its 'children', per organization unit.
|
|
5348
5348
|
*
|
|
5349
5349
|
* @export
|
|
5350
5350
|
* @class ListSettingsPerOrganizationUnit
|
|
@@ -5730,7 +5730,7 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5730
5730
|
}
|
|
5731
5731
|
CoreManagement.ListSettingHistory = ListSettingHistory;
|
|
5732
5732
|
/**
|
|
5733
|
-
* List the settings related to given `OrganizationUnitID
|
|
5733
|
+
* List the settings related to given `OrganizationUnitID`.
|
|
5734
5734
|
*
|
|
5735
5735
|
* @export
|
|
5736
5736
|
* @class ListSettings
|
|
@@ -5744,7 +5744,7 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5744
5744
|
}
|
|
5745
5745
|
CoreManagement.ListSettings = ListSettings;
|
|
5746
5746
|
/**
|
|
5747
|
-
* List all settings of the user's current
|
|
5747
|
+
* List all settings of the user's current organization unit and its 'children', per organization unit.
|
|
5748
5748
|
*
|
|
5749
5749
|
* @export
|
|
5750
5750
|
* @class ListSettingsPerOrganizationUnit
|
|
@@ -5730,7 +5730,7 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5730
5730
|
}
|
|
5731
5731
|
CoreManagement.ListSettingHistory = ListSettingHistory;
|
|
5732
5732
|
/**
|
|
5733
|
-
* List the settings related to given `OrganizationUnitID
|
|
5733
|
+
* List the settings related to given `OrganizationUnitID`.
|
|
5734
5734
|
*
|
|
5735
5735
|
* @export
|
|
5736
5736
|
* @class ListSettings
|
|
@@ -5744,7 +5744,7 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5744
5744
|
}
|
|
5745
5745
|
CoreManagement.ListSettings = ListSettings;
|
|
5746
5746
|
/**
|
|
5747
|
-
* List all settings of the user's current
|
|
5747
|
+
* List all settings of the user's current organization unit and its 'children', per organization unit.
|
|
5748
5748
|
*
|
|
5749
5749
|
* @export
|
|
5750
5750
|
* @class ListSettingsPerOrganizationUnit
|
|
@@ -5736,7 +5736,7 @@
|
|
|
5736
5736
|
}
|
|
5737
5737
|
CoreManagement.ListSettingHistory = ListSettingHistory;
|
|
5738
5738
|
/**
|
|
5739
|
-
* List the settings related to given `OrganizationUnitID
|
|
5739
|
+
* List the settings related to given `OrganizationUnitID`.
|
|
5740
5740
|
*
|
|
5741
5741
|
* @export
|
|
5742
5742
|
* @class ListSettings
|
|
@@ -5750,7 +5750,7 @@
|
|
|
5750
5750
|
}
|
|
5751
5751
|
CoreManagement.ListSettings = ListSettings;
|
|
5752
5752
|
/**
|
|
5753
|
-
* List all settings of the user's current
|
|
5753
|
+
* List all settings of the user's current organization unit and its 'children', per organization unit.
|
|
5754
5754
|
*
|
|
5755
5755
|
* @export
|
|
5756
5756
|
* @class ListSettingsPerOrganizationUnit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springtree/eva-services-core-management",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.85.0",
|
|
4
4
|
"description": "The EVA service repository for EVA.Core.Management",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "SpringTree <info@springtree.nl>",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@springtree/eva-services-core": "^1.0.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "cea172905bf27c2ae28f1f451e75499d0cbc3f79"
|
|
37
37
|
}
|