shared-ritm 1.2.102 → 1.2.103

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.
@@ -165,6 +165,7 @@ export type Api_Tasks_Task_Dto = {
165
165
  repair_object: null | string;
166
166
  isPause: boolean;
167
167
  defect: string | null;
168
+ expired: boolean;
168
169
  subtasks: Api_Tasks_Task_Dto[];
169
170
  status: Api_Tasks_Status_Dto;
170
171
  project: Api_Tasks_Project_Dto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.2.102",
3
+ "version": "1.2.103",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -181,6 +181,7 @@ export type Api_Tasks_Task_Dto = {
181
181
  repair_object: null | string
182
182
  isPause: boolean
183
183
  defect: string | null
184
+ expired: boolean
184
185
  subtasks: Api_Tasks_Task_Dto[]
185
186
  status: Api_Tasks_Status_Dto
186
187
  project: Api_Tasks_Project_Dto