@saritasa/crm-delmar-core-sdk 0.1.35 → 0.1.37

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.
@@ -8,12 +8,13 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * * `created` - Created * `loading_data` - Loading data * `comparing_data` - Comparing data * `finished` - Finished * `failed` - Failed
11
+ * * `created` - Created * `loading_data` - Loading data * `comparing_data_jira_to_delmar` - Comparing data Jira to Delmar * `comparing_data_delmar_to_jira` - Comparing data Delmar to Jira * `finished` - Finished * `failed` - Failed
12
12
  */
13
13
  export declare enum JiraCompareTaskStatusEnumDto {
14
14
  Created = "created",
15
15
  LoadingData = "loading_data",
16
- ComparingData = "comparing_data",
16
+ ComparingDataJiraToDelmar = "comparing_data_jira_to_delmar",
17
+ ComparingDataDelmarToJira = "comparing_data_delmar_to_jira",
17
18
  Finished = "finished",
18
19
  Failed = "failed"
19
20
  }
@@ -20,9 +20,9 @@ export interface JiraSyncIssueDto {
20
20
  readonly modified: string;
21
21
  type: JiraSyncIssueTypeEnumDto;
22
22
  instance: number;
23
- readonly tempo_date: string;
24
- readonly tempo_duration: number;
25
- readonly tempo_description: string;
23
+ readonly tempo_date: string | null;
24
+ readonly tempo_duration: number | null;
25
+ readonly tempo_description: string | null;
26
26
  readonly instance_data: SimpleJiraInstanceDto;
27
27
  readonly job_data: SimpleJobDto | null;
28
28
  readonly user_data: SimpleUserDto | null;
@@ -8,12 +8,13 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * * `created` - created * `loading_data` - loading_data * `comparing_data` - comparing_data * `finished` - finished * `failed` - failed * `pending` - pending * `started` - started * `success` - success
11
+ * * `created` - created * `loading_data` - loading_data * `comparing_data_jira_to_delmar` - comparing_data_jira_to_delmar * `comparing_data_delmar_to_jira` - comparing_data_delmar_to_jira * `finished` - finished * `failed` - failed * `pending` - pending * `started` - started * `success` - success
12
12
  */
13
13
  export declare enum TaskProgressStateEnumDto {
14
14
  Created = "created",
15
15
  LoadingData = "loading_data",
16
- ComparingData = "comparing_data",
16
+ ComparingDataJiraToDelmar = "comparing_data_jira_to_delmar",
17
+ ComparingDataDelmarToJira = "comparing_data_delmar_to_jira",
17
18
  Finished = "finished",
18
19
  Failed = "failed",
19
20
  Pending = "pending",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.27)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {