@springtree/eva-services-core-management 1.99.0 → 1.100.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.
|
@@ -830,7 +830,7 @@ It is required to define the CashHandler
|
|
|
830
830
|
response?: EVA.Core.Management.CreateOrganizationUnitCurrencyResponse;
|
|
831
831
|
}
|
|
832
832
|
/**
|
|
833
|
-
*
|
|
833
|
+
* Attach a language directly to an organization unit.
|
|
834
834
|
*
|
|
835
835
|
* @export
|
|
836
836
|
* @class CreateOrganizationUnitLanguage
|
|
@@ -1868,7 +1868,7 @@ Name is required
|
|
|
1868
1868
|
response?: EVA.Core.EmptyResponseMessage;
|
|
1869
1869
|
}
|
|
1870
1870
|
/**
|
|
1871
|
-
*
|
|
1871
|
+
* Detach a language that is directly attached to an organization unit.
|
|
1872
1872
|
*
|
|
1873
1873
|
* @export
|
|
1874
1874
|
* @class DeleteOrganizationUnitLanguage
|
|
@@ -892,7 +892,7 @@ It is required to define the CashHandler
|
|
|
892
892
|
}
|
|
893
893
|
CoreManagement.CreateOrganizationUnitCurrency = CreateOrganizationUnitCurrency;
|
|
894
894
|
/**
|
|
895
|
-
*
|
|
895
|
+
* Attach a language directly to an organization unit.
|
|
896
896
|
*
|
|
897
897
|
* @export
|
|
898
898
|
* @class CreateOrganizationUnitLanguage
|
|
@@ -2007,7 +2007,7 @@ Name is required
|
|
|
2007
2007
|
}
|
|
2008
2008
|
CoreManagement.DeleteOrganizationUnitGroup = DeleteOrganizationUnitGroup;
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Detach a language that is directly attached to an organization unit.
|
|
2011
2011
|
*
|
|
2012
2012
|
* @export
|
|
2013
2013
|
* @class DeleteOrganizationUnitLanguage
|
|
@@ -892,7 +892,7 @@ It is required to define the CashHandler
|
|
|
892
892
|
}
|
|
893
893
|
CoreManagement.CreateOrganizationUnitCurrency = CreateOrganizationUnitCurrency;
|
|
894
894
|
/**
|
|
895
|
-
*
|
|
895
|
+
* Attach a language directly to an organization unit.
|
|
896
896
|
*
|
|
897
897
|
* @export
|
|
898
898
|
* @class CreateOrganizationUnitLanguage
|
|
@@ -2007,7 +2007,7 @@ Name is required
|
|
|
2007
2007
|
}
|
|
2008
2008
|
CoreManagement.DeleteOrganizationUnitGroup = DeleteOrganizationUnitGroup;
|
|
2009
2009
|
/**
|
|
2010
|
-
*
|
|
2010
|
+
* Detach a language that is directly attached to an organization unit.
|
|
2011
2011
|
*
|
|
2012
2012
|
* @export
|
|
2013
2013
|
* @class DeleteOrganizationUnitLanguage
|
|
@@ -898,7 +898,7 @@
|
|
|
898
898
|
}
|
|
899
899
|
CoreManagement.CreateOrganizationUnitCurrency = CreateOrganizationUnitCurrency;
|
|
900
900
|
/**
|
|
901
|
-
*
|
|
901
|
+
* Attach a language directly to an organization unit.
|
|
902
902
|
*
|
|
903
903
|
* @export
|
|
904
904
|
* @class CreateOrganizationUnitLanguage
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
}
|
|
2014
2014
|
CoreManagement.DeleteOrganizationUnitGroup = DeleteOrganizationUnitGroup;
|
|
2015
2015
|
/**
|
|
2016
|
-
*
|
|
2016
|
+
* Detach a language that is directly attached to an organization unit.
|
|
2017
2017
|
*
|
|
2018
2018
|
* @export
|
|
2019
2019
|
* @class DeleteOrganizationUnitLanguage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springtree/eva-services-core-management",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.100.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": "8769fd6e99854fa35741a3224765a98aa6acd31d"
|
|
37
37
|
}
|