@osdk/api 0.0.6 → 0.0.7

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,11 @@
1
1
  # @osdk/api
2
2
 
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - a2b7874: Addin TimeSeries support and fixing issues during code-gen time with Queries
8
+
3
9
  ## 0.0.6
4
10
 
5
11
  ### Patch Changes
@@ -52,6 +52,8 @@ export interface ValidPropertyTypes {
52
52
  float: number;
53
53
  decimal: number;
54
54
  byte: number;
55
+ numericTimeseries: any;
56
+ stringTimeseries: any;
55
57
  attachment: any;
56
58
  geopoint: any;
57
59
  geoshape: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/api",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",