@saritasa/crm-delmar-core-sdk 0.1.313 → 0.1.316
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
|
@@ -21138,6 +21138,26 @@ var ServerErrorEnumDto;
|
|
|
21138
21138
|
* Do not edit the class manually.
|
|
21139
21139
|
*/
|
|
21140
21140
|
|
|
21141
|
+
/**
|
|
21142
|
+
* Delmar Api
|
|
21143
|
+
*
|
|
21144
|
+
*
|
|
21145
|
+
*
|
|
21146
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
21147
|
+
* https://openapi-generator.tech
|
|
21148
|
+
* Do not edit the class manually.
|
|
21149
|
+
*/
|
|
21150
|
+
|
|
21151
|
+
/**
|
|
21152
|
+
* Delmar Api
|
|
21153
|
+
*
|
|
21154
|
+
*
|
|
21155
|
+
*
|
|
21156
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
21157
|
+
* https://openapi-generator.tech
|
|
21158
|
+
* Do not edit the class manually.
|
|
21159
|
+
*/
|
|
21160
|
+
|
|
21141
21161
|
/**
|
|
21142
21162
|
* Delmar Api
|
|
21143
21163
|
*
|