@emilgroup/task-sdk 1.0.1-beta.11 → 1.0.1-beta.12

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
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/task-sdk@1.0.1-beta.11 --save
20
+ npm install @emilgroup/task-sdk@1.0.1-beta.12 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/task-sdk@1.0.1-beta.11
24
+ yarn add @emilgroup/task-sdk@1.0.1-beta.12
25
25
  ```
26
26
 
27
27
  And then you can import `TasksApi`.
@@ -21,6 +21,12 @@ export interface PatchTaskRequestDto {
21
21
  * @memberof PatchTaskRequestDto
22
22
  */
23
23
  'code': string;
24
+ /**
25
+ * Entity version for optimistic locking. If provided, update fails if version does not match current version.
26
+ * @type {number}
27
+ * @memberof PatchTaskRequestDto
28
+ */
29
+ 'version'?: number;
24
30
  /**
25
31
  * Task subject: title of the task
26
32
  * @type {string}
@@ -26,6 +26,12 @@ export interface PatchTaskRequestDto {
26
26
  * @memberof PatchTaskRequestDto
27
27
  */
28
28
  'code': string;
29
+ /**
30
+ * Entity version for optimistic locking. If provided, update fails if version does not match current version.
31
+ * @type {number}
32
+ * @memberof PatchTaskRequestDto
33
+ */
34
+ 'version'?: number;
29
35
  /**
30
36
  * Task subject: title of the task
31
37
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/task-sdk",
3
- "version": "1.0.1-beta.11",
3
+ "version": "1.0.1-beta.12",
4
4
  "description": "OpenAPI client for @emilgroup/task-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [