@osdk/generator-converters.ontologyir 2.3.0-beta.9 → 2.3.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 +35 -0
- package/build/browser/OntologyIrToFullMetadaConvert.test.js +30 -0
- package/build/browser/OntologyIrToFullMetadaConvert.test.js.map +1 -1
- package/build/esm/OntologyIrToFullMetadaConvert.test.js +30 -0
- package/build/esm/OntologyIrToFullMetadaConvert.test.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @osdk/generator-converters.ontologyir
|
|
2
2
|
|
|
3
|
+
## 2.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 43554b4: OMS Api bump
|
|
8
|
+
- 9839eab: Introduces code to convert from ontology ir to ontology.json
|
|
9
|
+
- ad18c80: Fixes link directions for oneToMany links
|
|
10
|
+
- f8db93d: improve media upload (beta)
|
|
11
|
+
- Updated dependencies [322c5bc]
|
|
12
|
+
- Updated dependencies [43554b4]
|
|
13
|
+
- Updated dependencies [cc2ce5f]
|
|
14
|
+
- Updated dependencies [9839eab]
|
|
15
|
+
- Updated dependencies [7d232fb]
|
|
16
|
+
- Updated dependencies [474f4ca]
|
|
17
|
+
- Updated dependencies [a6c01ff]
|
|
18
|
+
- Updated dependencies [0cc9cad]
|
|
19
|
+
- Updated dependencies [f8db93d]
|
|
20
|
+
- Updated dependencies [3408ea9]
|
|
21
|
+
- @osdk/client.unstable@2.3.0
|
|
22
|
+
|
|
23
|
+
## 2.3.0-rc.11
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 43554b4: OMS Api bump
|
|
28
|
+
- Updated dependencies [43554b4]
|
|
29
|
+
- @osdk/client.unstable@2.3.0-rc.11
|
|
30
|
+
|
|
31
|
+
## 2.3.0-beta.10
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [0cc9cad]
|
|
36
|
+
- @osdk/client.unstable@2.3.0-beta.10
|
|
37
|
+
|
|
3
38
|
## 2.3.0-beta.9
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
|
@@ -668,6 +668,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
668
668
|
},
|
|
669
669
|
"parameterValidations": {
|
|
670
670
|
"primaryKey_": {
|
|
671
|
+
"conditionalOverrides": [],
|
|
671
672
|
"defaultValidation": {
|
|
672
673
|
"display": {
|
|
673
674
|
"renderHint": {
|
|
@@ -695,6 +696,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
695
696
|
}
|
|
696
697
|
},
|
|
697
698
|
"name": {
|
|
699
|
+
"conditionalOverrides": [],
|
|
698
700
|
"defaultValidation": {
|
|
699
701
|
"display": {
|
|
700
702
|
"renderHint": {
|
|
@@ -722,6 +724,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
722
724
|
}
|
|
723
725
|
},
|
|
724
726
|
"price": {
|
|
727
|
+
"conditionalOverrides": [],
|
|
725
728
|
"defaultValidation": {
|
|
726
729
|
"display": {
|
|
727
730
|
"renderHint": {
|
|
@@ -749,6 +752,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
749
752
|
}
|
|
750
753
|
},
|
|
751
754
|
"proposedLocation": {
|
|
755
|
+
"conditionalOverrides": [],
|
|
752
756
|
"defaultValidation": {
|
|
753
757
|
"display": {
|
|
754
758
|
"renderHint": {
|
|
@@ -913,6 +917,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
913
917
|
},
|
|
914
918
|
"parameterValidations": {
|
|
915
919
|
"objectToModifyParameter": {
|
|
920
|
+
"conditionalOverrides": [],
|
|
916
921
|
"defaultValidation": {
|
|
917
922
|
"display": {
|
|
918
923
|
"renderHint": {
|
|
@@ -940,6 +945,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
940
945
|
}
|
|
941
946
|
},
|
|
942
947
|
"primaryKey_": {
|
|
948
|
+
"conditionalOverrides": [],
|
|
943
949
|
"defaultValidation": {
|
|
944
950
|
"display": {
|
|
945
951
|
"renderHint": {
|
|
@@ -967,6 +973,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
967
973
|
}
|
|
968
974
|
},
|
|
969
975
|
"name": {
|
|
976
|
+
"conditionalOverrides": [],
|
|
970
977
|
"defaultValidation": {
|
|
971
978
|
"display": {
|
|
972
979
|
"renderHint": {
|
|
@@ -994,6 +1001,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
994
1001
|
}
|
|
995
1002
|
},
|
|
996
1003
|
"price": {
|
|
1004
|
+
"conditionalOverrides": [],
|
|
997
1005
|
"defaultValidation": {
|
|
998
1006
|
"display": {
|
|
999
1007
|
"renderHint": {
|
|
@@ -1021,6 +1029,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1021
1029
|
}
|
|
1022
1030
|
},
|
|
1023
1031
|
"proposedLocation": {
|
|
1032
|
+
"conditionalOverrides": [],
|
|
1024
1033
|
"defaultValidation": {
|
|
1025
1034
|
"display": {
|
|
1026
1035
|
"renderHint": {
|
|
@@ -1180,6 +1189,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1180
1189
|
},
|
|
1181
1190
|
"parameterValidations": {
|
|
1182
1191
|
"objectToDeleteParameter": {
|
|
1192
|
+
"conditionalOverrides": [],
|
|
1183
1193
|
"defaultValidation": {
|
|
1184
1194
|
"display": {
|
|
1185
1195
|
"renderHint": {
|
|
@@ -1310,6 +1320,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1310
1320
|
},
|
|
1311
1321
|
"parameterValidations": {
|
|
1312
1322
|
"primaryKey_": {
|
|
1323
|
+
"conditionalOverrides": [],
|
|
1313
1324
|
"defaultValidation": {
|
|
1314
1325
|
"display": {
|
|
1315
1326
|
"renderHint": {
|
|
@@ -1337,6 +1348,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1337
1348
|
}
|
|
1338
1349
|
},
|
|
1339
1350
|
"name": {
|
|
1351
|
+
"conditionalOverrides": [],
|
|
1340
1352
|
"defaultValidation": {
|
|
1341
1353
|
"display": {
|
|
1342
1354
|
"renderHint": {
|
|
@@ -1364,6 +1376,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1364
1376
|
}
|
|
1365
1377
|
},
|
|
1366
1378
|
"location": {
|
|
1379
|
+
"conditionalOverrides": [],
|
|
1367
1380
|
"defaultValidation": {
|
|
1368
1381
|
"display": {
|
|
1369
1382
|
"renderHint": {
|
|
@@ -1391,6 +1404,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1391
1404
|
}
|
|
1392
1405
|
},
|
|
1393
1406
|
"rating": {
|
|
1407
|
+
"conditionalOverrides": [],
|
|
1394
1408
|
"defaultValidation": {
|
|
1395
1409
|
"display": {
|
|
1396
1410
|
"renderHint": {
|
|
@@ -1555,6 +1569,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1555
1569
|
},
|
|
1556
1570
|
"parameterValidations": {
|
|
1557
1571
|
"objectToModifyParameter": {
|
|
1572
|
+
"conditionalOverrides": [],
|
|
1558
1573
|
"defaultValidation": {
|
|
1559
1574
|
"display": {
|
|
1560
1575
|
"renderHint": {
|
|
@@ -1582,6 +1597,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1582
1597
|
}
|
|
1583
1598
|
},
|
|
1584
1599
|
"primaryKey_": {
|
|
1600
|
+
"conditionalOverrides": [],
|
|
1585
1601
|
"defaultValidation": {
|
|
1586
1602
|
"display": {
|
|
1587
1603
|
"renderHint": {
|
|
@@ -1609,6 +1625,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1609
1625
|
}
|
|
1610
1626
|
},
|
|
1611
1627
|
"name": {
|
|
1628
|
+
"conditionalOverrides": [],
|
|
1612
1629
|
"defaultValidation": {
|
|
1613
1630
|
"display": {
|
|
1614
1631
|
"renderHint": {
|
|
@@ -1636,6 +1653,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1636
1653
|
}
|
|
1637
1654
|
},
|
|
1638
1655
|
"location": {
|
|
1656
|
+
"conditionalOverrides": [],
|
|
1639
1657
|
"defaultValidation": {
|
|
1640
1658
|
"display": {
|
|
1641
1659
|
"renderHint": {
|
|
@@ -1663,6 +1681,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1663
1681
|
}
|
|
1664
1682
|
},
|
|
1665
1683
|
"rating": {
|
|
1684
|
+
"conditionalOverrides": [],
|
|
1666
1685
|
"defaultValidation": {
|
|
1667
1686
|
"display": {
|
|
1668
1687
|
"renderHint": {
|
|
@@ -1822,6 +1841,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1822
1841
|
},
|
|
1823
1842
|
"parameterValidations": {
|
|
1824
1843
|
"objectToDeleteParameter": {
|
|
1844
|
+
"conditionalOverrides": [],
|
|
1825
1845
|
"defaultValidation": {
|
|
1826
1846
|
"display": {
|
|
1827
1847
|
"renderHint": {
|
|
@@ -1952,6 +1972,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1952
1972
|
},
|
|
1953
1973
|
"parameterValidations": {
|
|
1954
1974
|
"primaryKey_": {
|
|
1975
|
+
"conditionalOverrides": [],
|
|
1955
1976
|
"defaultValidation": {
|
|
1956
1977
|
"display": {
|
|
1957
1978
|
"renderHint": {
|
|
@@ -1979,6 +2000,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
1979
2000
|
}
|
|
1980
2001
|
},
|
|
1981
2002
|
"distributionProposal": {
|
|
2003
|
+
"conditionalOverrides": [],
|
|
1982
2004
|
"defaultValidation": {
|
|
1983
2005
|
"display": {
|
|
1984
2006
|
"renderHint": {
|
|
@@ -2006,6 +2028,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2006
2028
|
}
|
|
2007
2029
|
},
|
|
2008
2030
|
"restaurant": {
|
|
2031
|
+
"conditionalOverrides": [],
|
|
2009
2032
|
"defaultValidation": {
|
|
2010
2033
|
"display": {
|
|
2011
2034
|
"renderHint": {
|
|
@@ -2033,6 +2056,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2033
2056
|
}
|
|
2034
2057
|
},
|
|
2035
2058
|
"timeMinutes": {
|
|
2059
|
+
"conditionalOverrides": [],
|
|
2036
2060
|
"defaultValidation": {
|
|
2037
2061
|
"display": {
|
|
2038
2062
|
"renderHint": {
|
|
@@ -2197,6 +2221,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2197
2221
|
},
|
|
2198
2222
|
"parameterValidations": {
|
|
2199
2223
|
"objectToModifyParameter": {
|
|
2224
|
+
"conditionalOverrides": [],
|
|
2200
2225
|
"defaultValidation": {
|
|
2201
2226
|
"display": {
|
|
2202
2227
|
"renderHint": {
|
|
@@ -2224,6 +2249,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2224
2249
|
}
|
|
2225
2250
|
},
|
|
2226
2251
|
"primaryKey_": {
|
|
2252
|
+
"conditionalOverrides": [],
|
|
2227
2253
|
"defaultValidation": {
|
|
2228
2254
|
"display": {
|
|
2229
2255
|
"renderHint": {
|
|
@@ -2251,6 +2277,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2251
2277
|
}
|
|
2252
2278
|
},
|
|
2253
2279
|
"distributionProposal": {
|
|
2280
|
+
"conditionalOverrides": [],
|
|
2254
2281
|
"defaultValidation": {
|
|
2255
2282
|
"display": {
|
|
2256
2283
|
"renderHint": {
|
|
@@ -2278,6 +2305,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2278
2305
|
}
|
|
2279
2306
|
},
|
|
2280
2307
|
"restaurant": {
|
|
2308
|
+
"conditionalOverrides": [],
|
|
2281
2309
|
"defaultValidation": {
|
|
2282
2310
|
"display": {
|
|
2283
2311
|
"renderHint": {
|
|
@@ -2305,6 +2333,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2305
2333
|
}
|
|
2306
2334
|
},
|
|
2307
2335
|
"timeMinutes": {
|
|
2336
|
+
"conditionalOverrides": [],
|
|
2308
2337
|
"defaultValidation": {
|
|
2309
2338
|
"display": {
|
|
2310
2339
|
"renderHint": {
|
|
@@ -2464,6 +2493,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
|
|
|
2464
2493
|
},
|
|
2465
2494
|
"parameterValidations": {
|
|
2466
2495
|
"objectToDeleteParameter": {
|
|
2496
|
+
"conditionalOverrides": [],
|
|
2467
2497
|
"defaultValidation": {
|
|
2468
2498
|
"display": {
|
|
2469
2499
|
"renderHint": {
|