@springtree/eva-services-core-management 1.98.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
- * TODO: Needs documentation
833
+ * Attach a language directly to an organization unit.
834
834
  *
835
835
  * @export
836
836
  * @class CreateOrganizationUnitLanguage
@@ -1152,7 +1152,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1152
1152
  response?: EVA.Core.Management.CreateRefundCorrectionReasonResponse;
1153
1153
  }
1154
1154
  /**
1155
- * Create repair user task
1155
+ * Create a repair
1156
1156
  *
1157
1157
  * @export
1158
1158
  * @class CreateRepair
@@ -1868,7 +1868,7 @@ Name is required
1868
1868
  response?: EVA.Core.EmptyResponseMessage;
1869
1869
  }
1870
1870
  /**
1871
- * TODO: Needs documentation
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
- * TODO: Needs documentation
895
+ * Attach a language directly to an organization unit.
896
896
  *
897
897
  * @export
898
898
  * @class CreateOrganizationUnitLanguage
@@ -1237,7 +1237,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1237
1237
  }
1238
1238
  CoreManagement.CreateRefundCorrectionReason = CreateRefundCorrectionReason;
1239
1239
  /**
1240
- * Create repair user task
1240
+ * Create a repair
1241
1241
  *
1242
1242
  * @export
1243
1243
  * @class CreateRepair
@@ -2007,7 +2007,7 @@ Name is required
2007
2007
  }
2008
2008
  CoreManagement.DeleteOrganizationUnitGroup = DeleteOrganizationUnitGroup;
2009
2009
  /**
2010
- * TODO: Needs documentation
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
- * TODO: Needs documentation
895
+ * Attach a language directly to an organization unit.
896
896
  *
897
897
  * @export
898
898
  * @class CreateOrganizationUnitLanguage
@@ -1237,7 +1237,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1237
1237
  }
1238
1238
  CoreManagement.CreateRefundCorrectionReason = CreateRefundCorrectionReason;
1239
1239
  /**
1240
- * Create repair user task
1240
+ * Create a repair
1241
1241
  *
1242
1242
  * @export
1243
1243
  * @class CreateRepair
@@ -2007,7 +2007,7 @@ Name is required
2007
2007
  }
2008
2008
  CoreManagement.DeleteOrganizationUnitGroup = DeleteOrganizationUnitGroup;
2009
2009
  /**
2010
- * TODO: Needs documentation
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
- * TODO: Needs documentation
901
+ * Attach a language directly to an organization unit.
902
902
  *
903
903
  * @export
904
904
  * @class CreateOrganizationUnitLanguage
@@ -1243,7 +1243,7 @@
1243
1243
  }
1244
1244
  CoreManagement.CreateRefundCorrectionReason = CreateRefundCorrectionReason;
1245
1245
  /**
1246
- * Create repair user task
1246
+ * Create a repair
1247
1247
  *
1248
1248
  * @export
1249
1249
  * @class CreateRepair
@@ -2013,7 +2013,7 @@
2013
2013
  }
2014
2014
  CoreManagement.DeleteOrganizationUnitGroup = DeleteOrganizationUnitGroup;
2015
2015
  /**
2016
- * TODO: Needs documentation
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.98.0",
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": "d9912f6b06eb2f9745ab919bc4bccfd2c462aa4b"
36
+ "gitHead": "8769fd6e99854fa35741a3224765a98aa6acd31d"
37
37
  }