complexqa_frontend_core 1.14.3 → 1.14.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "complexqa_frontend_core",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
4
4
  "description": "core of web ",
5
5
  "type": "module",
6
6
  "exports": {
@@ -43,7 +43,7 @@ export class typeTestCase extends familyTestDocumentation
43
43
  team_id : 'integer | require',
44
44
  assigned_to : 'integer | optional',
45
45
  functional_id : 'integer | optional',
46
- test_case_status : 'string | require',
46
+ test_case_status : 'string | enum | require',
47
47
  test_case_title : 'string | optional',
48
48
  test_case_descriptions : 'string | optional',
49
49
  test_case_time_to_execute: 'integer | optional',
@@ -38,7 +38,7 @@ export class typeTestRun extends familyTestDocumentation
38
38
  test_run_description: 'string | optional',
39
39
  assigned_to : 'integer | optional',
40
40
  test_case_ids : 'array | optional',
41
- test_run_status : 'string | require',
41
+ test_run_status : 'string | enum | require',
42
42
  created_at : 'timestamp | require',
43
43
  updated_at : 'timestamp | optional',
44
44
  completed_at : 'timestamp | optional',