@osdk/generator-converters.ontologyir 2.5.0-beta.2 → 2.5.0-beta.3

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,16 @@
1
1
  # @osdk/generator-converters.ontologyir
2
2
 
3
+ ## 2.5.0-beta.3
4
+
5
+ ### Minor Changes
6
+
7
+ - 7bdac45: Update Platform SDK dependency
8
+ - 7bdac45: Support value type enum generation for strings and booleans
9
+
10
+ ### Patch Changes
11
+
12
+ - @osdk/client.unstable@2.5.0-beta.3
13
+
3
14
  ## 2.5.0-beta.2
4
15
 
5
16
  ### Minor Changes
@@ -3245,6 +3245,7 @@ describe(OntologyIrToFullMetadataConverter, () => {
3245
3245
  },
3246
3246
  "queryTypes": {},
3247
3247
  "sharedPropertyTypes": {},
3248
+ "valueTypes": {},
3248
3249
  }
3249
3250
  `);
3250
3251
  });