shared-ritm 1.3.21 → 1.3.22

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.
@@ -335,4 +335,5 @@ export type Api_Task_Dto = {
335
335
  status: Api_Status_DTO;
336
336
  teams: Api_Teams_DTO[];
337
337
  video_source: Api_VideoSource_DTO;
338
+ defect: boolean | null;
338
339
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -368,4 +368,5 @@ export type Api_Task_Dto = {
368
368
  status: Api_Status_DTO
369
369
  teams: Api_Teams_DTO[]
370
370
  video_source: Api_VideoSource_DTO
371
+ defect: boolean | null
371
372
  }