@osdk/generator-converters.ontologyir 2.3.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,38 +1,65 @@
1
1
  # @osdk/generator-converters.ontologyir
2
2
 
3
- ## 2.3.1
3
+ ## 2.4.0-beta.10
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @osdk/client.unstable@2.3.1
7
+ - @osdk/client.unstable@2.4.0-beta.10
8
8
 
9
- ## 2.3.0
9
+ ## 2.4.0-beta.9
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - 43554b4: OMS Api bump
14
- - 9839eab: Introduces code to convert from ontology ir to ontology.json
15
- - ad18c80: Fixes link directions for oneToMany links
16
- - f8db93d: improve media upload (beta)
17
- - Updated dependencies [322c5bc]
18
- - Updated dependencies [43554b4]
19
- - Updated dependencies [cc2ce5f]
20
- - Updated dependencies [9839eab]
21
- - Updated dependencies [7d232fb]
22
- - Updated dependencies [474f4ca]
23
- - Updated dependencies [a6c01ff]
24
- - Updated dependencies [0cc9cad]
25
- - Updated dependencies [f8db93d]
26
- - Updated dependencies [3408ea9]
27
- - @osdk/client.unstable@2.3.0
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
28
57
 
29
- ## 2.3.0-rc.11
58
+ ## 2.4.0-beta.2
30
59
 
31
60
  ### Patch Changes
32
61
 
33
- - 43554b4: OMS Api bump
34
- - Updated dependencies [43554b4]
35
- - @osdk/client.unstable@2.3.0-rc.11
62
+ - @osdk/client.unstable@2.4.0-beta.2
36
63
 
37
64
  ## 2.3.0-beta.10
38
65
 
@@ -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",