@springtree/eva-services-core-management 1.98.0 → 1.99.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.
|
@@ -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
|
|
1155
|
+
* Create a repair
|
|
1156
1156
|
*
|
|
1157
1157
|
* @export
|
|
1158
1158
|
* @class CreateRepair
|
|
@@ -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
|
|
1240
|
+
* Create a repair
|
|
1241
1241
|
*
|
|
1242
1242
|
* @export
|
|
1243
1243
|
* @class CreateRepair
|
|
@@ -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
|
|
1240
|
+
* Create a repair
|
|
1241
1241
|
*
|
|
1242
1242
|
* @export
|
|
1243
1243
|
* @class CreateRepair
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springtree/eva-services-core-management",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.99.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": "1c9b295109ed4003789ceaa7a8514304ceae17cd"
|
|
37
37
|
}
|