@saritasa/crm-delmar-core-sdk 0.1.23 → 0.1.25

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.
@@ -15,7 +15,7 @@ export interface JiraInstanceDto {
15
15
  readonly created: string;
16
16
  readonly modified: string;
17
17
  name: string;
18
- server?: string;
18
+ server: string;
19
19
  is_project_creation_allowed?: boolean;
20
20
  /**
21
21
  * Usually it\'s instances used for debugging like saritasa-beta. Free tier has limited features.
@@ -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;
@@ -12,5 +12,5 @@
12
12
  */
13
13
  export interface SimpleJiraInstanceRequestDto {
14
14
  name: string;
15
- server?: string;
15
+ server: string;
16
16
  }
@@ -15,5 +15,5 @@ export interface SimpleJiraInstanceDto {
15
15
  readonly created: string;
16
16
  readonly modified: string;
17
17
  name: string;
18
- server?: string;
18
+ server: string;
19
19
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.23",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.18)",
3
+ "version": "0.1.25",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.21)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",