@saritasa/crm-delmar-core-sdk 0.2.314 → 0.2.317
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/README.md +2 -2
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +20 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/client-statistics-request.dto.d.ts +3 -3
- package/model/client-statistics.dto.d.ts +3 -3
- package/model/models.d.ts +2 -0
- package/model/project-statistics-request.dto.d.ts +3 -3
- package/model/project-statistics.dto.d.ts +3 -3
- package/model/task-statistics-request.dto.d.ts +22 -0
- package/model/task-statistics.dto.d.ts +25 -0
- package/model/task.dto.d.ts +2 -7
- package/model/update-task.dto.d.ts +2 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21828,6 +21828,26 @@ var ServerErrorEnumDto;
|
|
|
21828
21828
|
* Do not edit the class manually.
|
|
21829
21829
|
*/
|
|
21830
21830
|
|
|
21831
|
+
/**
|
|
21832
|
+
* Delmar Api
|
|
21833
|
+
*
|
|
21834
|
+
*
|
|
21835
|
+
*
|
|
21836
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
21837
|
+
* https://openapi-generator.tech
|
|
21838
|
+
* Do not edit the class manually.
|
|
21839
|
+
*/
|
|
21840
|
+
|
|
21841
|
+
/**
|
|
21842
|
+
* Delmar Api
|
|
21843
|
+
*
|
|
21844
|
+
*
|
|
21845
|
+
*
|
|
21846
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
21847
|
+
* https://openapi-generator.tech
|
|
21848
|
+
* Do not edit the class manually.
|
|
21849
|
+
*/
|
|
21850
|
+
|
|
21831
21851
|
/**
|
|
21832
21852
|
* Delmar Api
|
|
21833
21853
|
*
|