@osdk/client.unstable 2.7.0-beta.9 → 2.8.0-beta.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @osdk/client.unstable
2
2
 
3
+ ## 2.7.0-beta.14
4
+
5
+ ## 2.7.0-beta.13
6
+
7
+ ## 2.7.0-beta.12
8
+
9
+ ## 2.7.0-beta.11
10
+
11
+ ## 2.7.0-beta.10
12
+
3
13
  ## 2.7.0-beta.9
4
14
 
5
15
  ### Minor Changes
@@ -14894,7 +14894,7 @@ interface OntologyIrSecurityGroupMandatoryOnlySecurityDefinition {
14894
14894
  }
14895
14895
  interface OntologyIrSecurityGroupMandatoryPolicy {
14896
14896
  assumedMarkings: Array<MarkingId>;
14897
- markings: Array<MarkingId>;
14897
+ markings: Record<MarkingId, MarkingType>;
14898
14898
  }
14899
14899
  /**
14900
14900
  * Condition that specifies that user's markings must be evaluated against the marking(s) contained on each
@@ -8076,7 +8076,7 @@ export interface OntologyIrSecurityGroupMandatoryOnlySecurityDefinition {
8076
8076
  }
8077
8077
  export interface OntologyIrSecurityGroupMandatoryPolicy {
8078
8078
  assumedMarkings: Array<MarkingId>;
8079
- markings: Array<MarkingId>;
8079
+ markings: Record<MarkingId, MarkingType>;
8080
8080
  }
8081
8081
  /**
8082
8082
  * Condition that specifies that user's markings must be evaluated against the marking(s) contained on each