@osdk/generator-converters.ontologyir 2.4.0-beta.3 → 2.4.0-beta.5
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 +17 -0
- package/build/browser/OntologyIrToFullMetadaConvert.test.js +2 -0
- package/build/browser/OntologyIrToFullMetadaConvert.test.js.map +1 -1
- package/build/browser/OntologyIrToFullMetadataConverter.js +11 -3
- package/build/browser/OntologyIrToFullMetadataConverter.js.map +1 -1
- package/build/cjs/index.cjs +15 -3
- package/build/cjs/index.cjs.map +1 -1
- package/build/esm/OntologyIrToFullMetadaConvert.test.js +2 -0
- package/build/esm/OntologyIrToFullMetadaConvert.test.js.map +1 -1
- package/build/esm/OntologyIrToFullMetadataConverter.js +11 -3
- package/build/esm/OntologyIrToFullMetadataConverter.js.map +1 -1
- package/build/types/OntologyIrToFullMetadataConverter.d.ts.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @osdk/generator-converters.ontologyir
|
|
2
2
|
|
|
3
|
+
## 2.4.0-beta.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1c1c2c4: Properly handles one to many links
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- @osdk/client.unstable@2.4.0-beta.5
|
|
12
|
+
|
|
13
|
+
## 2.4.0-beta.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [a01b8d4]
|
|
18
|
+
- @osdk/client.unstable@2.4.0-beta.4
|
|
19
|
+
|
|
3
20
|
## 2.4.0-beta.3
|
|
4
21
|
|
|
5
22
|
### 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",
|