digicust_types 1.8.531 → 1.8.534

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.
@@ -45,7 +45,7 @@ export interface ExecutionStrategy {
45
45
  defaultProcedureMode?: ProcedureMode;
46
46
  dataExtraction?: {
47
47
  active?: boolean;
48
- engine?: "default" | "dexter_experimental" | "llm";
48
+ engine?: "default" | "dexter_experimental" | "llm" | "bigdog";
49
49
  llmOptions?: {
50
50
  classificationRemarks?: string;
51
51
  extractionRemarks?: {
@@ -1,3 +1,5 @@
1
+ /// <reference types="node" />
2
+ /// <reference types="node" />
1
3
  /**
2
4
  * Information about an uploaded file. Used by multer package.
3
5
  */
@@ -6,4 +6,11 @@ export interface CertificateAreaSegmentModel {
6
6
  measureConditionCodeDesc: string;
7
7
  certificateDesc: string;
8
8
  segmentDE: string;
9
+ /**
10
+ * Geographic areas where this certificate does NOT apply.
11
+ * This is the "net effect" - if ANY measure provides this certificate
12
+ * without excluding an area, then that area is NOT in this list.
13
+ * Only areas excluded by ALL contributing measures appear here.
14
+ */
15
+ excludedAreas?: string[];
9
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.531",
3
+ "version": "1.8.534",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",