@saritasa/crm-delmar-core-sdk 0.1.63 → 0.1.64

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
@@ -1,5 +1,5 @@
1
- # @@saritasa/crm-delmar-core-sdk@0.1.63
1
+ # @@saritasa/crm-delmar-core-sdk@0.1.64
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.1.63 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.1.64 --save
5
5
  ```
@@ -26,4 +26,8 @@ export interface JiraCompareTaskDto {
26
26
  readonly instance_data: SimpleJiraInstanceDto;
27
27
  readonly created_by_data: SimpleUserDto;
28
28
  status?: JiraCompareTaskStatusEnumDto;
29
+ /**
30
+ * Python error message in case of error
31
+ */
32
+ error_message?: string;
29
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.44)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {