@saritasa/crm-delmar-core-sdk 0.1.23 → 0.1.24
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
CHANGED
|
@@ -29,7 +29,7 @@ export interface ProjectStatusReportDto {
|
|
|
29
29
|
is_utilized: boolean;
|
|
30
30
|
is_billable: boolean;
|
|
31
31
|
time_limit_per_month: number;
|
|
32
|
-
time_limit: number;
|
|
32
|
+
readonly time_limit: number;
|
|
33
33
|
/**
|
|
34
34
|
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
35
35
|
*/
|
|
@@ -42,6 +42,7 @@ export interface ProjectStatusReportDto {
|
|
|
42
42
|
jira_link: SimpleJiraProjectDto | null;
|
|
43
43
|
readonly billable_duration: number;
|
|
44
44
|
readonly unbillable_duration: number;
|
|
45
|
+
readonly total_duration: number;
|
|
45
46
|
readonly client_data: SimpleClientStatusReportDto;
|
|
46
47
|
readonly client_contact_data: SimpleClientContactDto | null;
|
|
47
48
|
readonly priority_data: SimpleProjectPriorityDto | null;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.20)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|