digicust_types 1.8.531 → 1.8.532
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.
|
@@ -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
|
}
|