@saritasa/crm-delmar-core-sdk 0.1.47 → 0.1.48
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.
|
@@ -54,7 +54,6 @@ export interface JiraSyncIssueDto {
|
|
|
54
54
|
readonly job_data: SimpleJobDto | null;
|
|
55
55
|
readonly task_data: SimpleTaskDto | null;
|
|
56
56
|
readonly user_data: SimpleUserDto;
|
|
57
|
-
is_resolved?: boolean;
|
|
58
57
|
job?: number | null;
|
|
59
58
|
task?: number | null;
|
|
60
59
|
jira_issue_key?: string | null;
|
package/package.json
CHANGED