yellowgrid-api-ts 3.2.255-dev.0 → 3.2.256-dev.0

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/api.ts CHANGED
@@ -9706,7 +9706,7 @@ export interface TcxEngineerTaskDTO {
9706
9706
  /**
9707
9707
  * Completion Status
9708
9708
  */
9709
- 'complete': number;
9709
+ 'complete': boolean;
9710
9710
  /**
9711
9711
  * Note
9712
9712
  */
package/dist/api.d.ts CHANGED
@@ -9526,7 +9526,7 @@ export interface TcxEngineerTaskDTO {
9526
9526
  /**
9527
9527
  * Completion Status
9528
9528
  */
9529
- 'complete': number;
9529
+ 'complete': boolean;
9530
9530
  /**
9531
9531
  * Note
9532
9532
  */
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **taskId** | **number** | Task ID | [default to undefined]
10
10
  **title** | **string** | Title | [default to undefined]
11
11
  **description** | **string** | Description | [default to undefined]
12
- **complete** | **number** | Completion Status | [default to undefined]
12
+ **complete** | **boolean** | Completion Status | [default to undefined]
13
13
  **note** | **string** | Note | [default to undefined]
14
14
 
15
15
  ## Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.255-dev.0",
3
+ "version": "3.2.256-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {