digicust_types 1.8.17 → 1.8.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,4 +13,5 @@ export interface StartDataExtractionDto {
13
13
  };
14
14
  executionStrategy?: ExecutionStrategy;
15
15
  queueId?: string;
16
+ isHumanAnnotation?: boolean;
16
17
  }
@@ -34,6 +34,7 @@ export interface ExecutionStrategy {
34
34
  engineSpecification?: string;
35
35
  promptRemarks?: string;
36
36
  requireManualClassification?: boolean;
37
+ requireHumanAnnotation?: boolean;
37
38
  exportOnConfirmedStrategy?: boolean;
38
39
  queueMapping?: {
39
40
  documentType: DigicustDocumentType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.17",
3
+ "version": "1.8.19",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",