@osdk/generator-converters.ontologyir 2.4.0-beta.1 → 2.4.0-beta.10

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,66 @@
1
1
  # @osdk/generator-converters.ontologyir
2
2
 
3
+ ## 2.4.0-beta.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/client.unstable@2.4.0-beta.10
8
+
9
+ ## 2.4.0-beta.9
10
+
11
+ ### Patch Changes
12
+
13
+ - @osdk/client.unstable@2.4.0-beta.9
14
+
15
+ ## 2.4.0-beta.8
16
+
17
+ ### Patch Changes
18
+
19
+ - @osdk/client.unstable@2.4.0-beta.8
20
+
21
+ ## 2.4.0-beta.7
22
+
23
+ ### Patch Changes
24
+
25
+ - @osdk/client.unstable@2.4.0-beta.7
26
+
27
+ ## 2.4.0-beta.6
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [764e5f1]
32
+ - @osdk/client.unstable@2.4.0-beta.6
33
+
34
+ ## 2.4.0-beta.5
35
+
36
+ ### Minor Changes
37
+
38
+ - 1c1c2c4: Properly handles one to many links
39
+
40
+ ### Patch Changes
41
+
42
+ - @osdk/client.unstable@2.4.0-beta.5
43
+
44
+ ## 2.4.0-beta.4
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [a01b8d4]
49
+ - @osdk/client.unstable@2.4.0-beta.4
50
+
51
+ ## 2.4.0-beta.3
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies [988bf66]
56
+ - @osdk/client.unstable@2.4.0-beta.3
57
+
58
+ ## 2.4.0-beta.2
59
+
60
+ ### Patch Changes
61
+
62
+ - @osdk/client.unstable@2.4.0-beta.2
63
+
3
64
  ## 2.3.0-beta.10
4
65
 
5
66
  ### Patch Changes
@@ -3065,6 +3065,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
3065
3065
  "apiName": "restaurant",
3066
3066
  "cardinality": "ONE",
3067
3067
  "displayName": "Restaurant",
3068
+ "foreignKeyPropertyApiName": "restaurant",
3068
3069
  "linkTypeRid": "ri.Dc3Restaurant.Dc3RestaurantToDistributionRoute.Dc3DistributionRouteAnalysis",
3069
3070
  "objectTypeApiName": "Dc3Restaurant",
3070
3071
  "status": "ACTIVE",
@@ -3073,6 +3074,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
3073
3074
  "apiName": "distributionCenterProposal",
3074
3075
  "cardinality": "ONE",
3075
3076
  "displayName": "Distribution Center Proposal",
3077
+ "foreignKeyPropertyApiName": "distributionProposal",
3076
3078
  "linkTypeRid": "ri.Dc3DistributionCenterProposal.Dc3DistributionCenterProposalToDistributionRoute.Dc3DistributionRouteAnalysis",
3077
3079
  "objectTypeApiName": "Dc3DistributionCenterProposal",
3078
3080
  "status": "ACTIVE",