@saritasa/crm-delmar-core-sdk 0.1.26 → 0.1.27

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.26
1
+ # @@saritasa/crm-delmar-core-sdk@0.1.27
2
2
 
3
3
  ```bash
4
- npm install @saritasa/crm-delmar-core-sdk@0.1.26 --save
4
+ npm install @saritasa/crm-delmar-core-sdk@0.1.27 --save
5
5
  ```
@@ -16,6 +16,10 @@ export interface SimpleJiraProjectDto {
16
16
  readonly created: string;
17
17
  readonly modified: string;
18
18
  key: string;
19
+ /**
20
+ * Get url to project.
21
+ */
22
+ readonly url: string;
19
23
  instance: number;
20
24
  readonly instance_data: SimpleJiraInstanceDto;
21
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.22)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {