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

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,7 +8,7 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * * `architecture` - Architecture * `code_optimization` - Code optimization * `code_review` - Code review * `coding` - Coding * `project_management` - Project management * `validation_and_verification` - Validation and verification * `design` - Design * `devops` - DevOps * `unknown` - Unknown
11
+ * * `architecture` - Architecture * `code_optimization` - Code Optimization * `code_review` - Code Review * `coding` - Coding * `project_management` - Project Management * `validation_and_verification` - Validation & Verification * `design` - Design * `devops` - DevOps * `unknown` - Unknown
12
12
  */
13
13
  export declare enum JobTypeEnumDto {
14
14
  Architecture = "architecture",
@@ -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.28",
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": {