oro-sdk 2.1.4-dev1 → 2.2.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.
- package/dist/oro-sdk.cjs.development.js +2 -2
- package/dist/oro-sdk.cjs.development.js.map +1 -1
- package/dist/oro-sdk.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk.esm.js +2 -2
- package/dist/oro-sdk.esm.js.map +1 -1
- package/dist/services/diagnosis.d.ts +2 -2
- package/package.json +1 -1
- package/src/services/diagnosis.ts +2 -2
@@ -1826,8 +1826,8 @@ var DiagnosisService = /*#__PURE__*/function () {
|
|
1826
1826
|
});
|
1827
1827
|
}
|
1828
1828
|
/**
|
1829
|
-
* creates a new treatment for the diagnosis
|
1830
|
-
* @param diagnosisUuid uuid of the diagnosis that is linked to
|
1829
|
+
* creates a new treatment for the specified diagnosis
|
1830
|
+
* @param diagnosisUuid uuid of the diagnosis that the treatment is linked to
|
1831
1831
|
* @param treatmentRequest the treatment to be inserted
|
1832
1832
|
*/
|
1833
1833
|
;
|