@osdk/generator-converters.ontologyir 2.3.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 +44 -0
- package/build/browser/ApiName.js +2 -0
- package/build/browser/ApiName.js.map +1 -0
- package/build/browser/OntologyIrToFullMetadaConvert.test.js +3211 -0
- package/build/browser/OntologyIrToFullMetadaConvert.test.js.map +1 -0
- package/build/browser/OntologyIrToFullMetadataConverter.js +832 -0
- package/build/browser/OntologyIrToFullMetadataConverter.js.map +1 -0
- package/build/browser/index.js +18 -0
- package/build/browser/index.js.map +1 -0
- package/build/cjs/index.cjs +793 -0
- package/build/cjs/index.cjs.map +1 -0
- package/build/cjs/index.d.cts +57 -0
- package/build/esm/ApiName.js +2 -0
- package/build/esm/ApiName.js.map +1 -0
- package/build/esm/OntologyIrToFullMetadaConvert.test.js +3211 -0
- package/build/esm/OntologyIrToFullMetadaConvert.test.js.map +1 -0
- package/build/esm/OntologyIrToFullMetadataConverter.js +832 -0
- package/build/esm/OntologyIrToFullMetadataConverter.js.map +1 -0
- package/build/esm/index.js +18 -0
- package/build/esm/index.js.map +1 -0
- package/build/types/ApiName.d.ts +1 -0
- package/build/types/ApiName.d.ts.map +1 -0
- package/build/types/OntologyIrToFullMetadaConvert.test.d.ts +1 -0
- package/build/types/OntologyIrToFullMetadaConvert.test.d.ts.map +1 -0
- package/build/types/OntologyIrToFullMetadataConverter.d.ts +52 -0
- package/build/types/OntologyIrToFullMetadataConverter.d.ts.map +1 -0
- package/build/types/index.d.ts +2 -0
- package/build/types/index.d.ts.map +1 -0
- package/package.json +75 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# @osdk/generator-converters.ontologyir
|
|
2
|
+
|
|
3
|
+
## 2.3.0-beta.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0cc9cad]
|
|
8
|
+
- @osdk/client.unstable@2.3.0-beta.10
|
|
9
|
+
|
|
10
|
+
## 2.3.0-beta.9
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [7d232fb]
|
|
15
|
+
- @osdk/client.unstable@2.3.0-beta.9
|
|
16
|
+
|
|
17
|
+
## 2.3.0-beta.8
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- @osdk/client.unstable@2.3.0-beta.8
|
|
22
|
+
|
|
23
|
+
## 2.3.0-beta.7
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- f8db93d: improve media upload (beta)
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [f8db93d]
|
|
32
|
+
- @osdk/client.unstable@2.3.0-beta.7
|
|
33
|
+
|
|
34
|
+
## 2.3.0-beta.6
|
|
35
|
+
|
|
36
|
+
### Minor Changes
|
|
37
|
+
|
|
38
|
+
- 9839eab: Introduces code to convert from ontology ir to ontology.json
|
|
39
|
+
- ad18c80: Fixes link directions for oneToMany links
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [9839eab]
|
|
44
|
+
- @osdk/client.unstable@2.3.0-beta.6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiName.js","names":[],"sources":["ApiName.ts"],"sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport type ApiName = string;\n"],"mappings":"","ignoreList":[]}
|