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

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,32 @@
1
1
  # @osdk/client.unstable
2
2
 
3
+ ## 2.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 322c5bc: Simulated release
8
+ - 8381ac2: Alias and render hint overrides for oac
9
+ - e462938: Support PSGs in OAC
10
+ - 31cd835: Revert beta changes
11
+ - c95f3bc: Support IDPs in OAC
12
+
13
+ ## 2.7.0-rc.15
14
+
15
+ ### Patch Changes
16
+
17
+ - e462938: Support PSGs in OAC
18
+ - 31cd835: Revert beta changes
19
+
20
+ ## 2.7.0-beta.14
21
+
22
+ ## 2.7.0-beta.13
23
+
24
+ ## 2.7.0-beta.12
25
+
26
+ ## 2.7.0-beta.11
27
+
28
+ ## 2.7.0-beta.10
29
+
3
30
  ## 2.7.0-beta.9
4
31
 
5
32
  ### Minor Changes
@@ -21,6 +48,17 @@
21
48
 
22
49
  ## 2.7.0-beta.2
23
50
 
51
+ ## 2.6.0
52
+
53
+ ### Patch Changes
54
+
55
+ - 322c5bc: Simulated release
56
+ - 7fd788b: Support derived properties
57
+ - af4f3bf: Remove the following features for RC:
58
+ - Property formatting
59
+ - Branching
60
+ - Constant RDPs
61
+
24
62
  ## 2.6.0-beta.13
25
63
 
26
64
  ## 2.6.0-beta.12
@@ -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