@vizzly/api-client 0.0.59 → 0.0.60

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -473,7 +473,7 @@ export declare namespace DataOptimiser {
473
473
  id: string;
474
474
  address: string[];
475
475
  data_type: string;
476
- normalized_data_type: string;
476
+ normalized_data_type: 'string' | 'number' | 'date_time' | 'boolean';
477
477
  }>;
478
478
  type EphemeralDataSourceFields = Array<Omit<DataSourceFields[number], 'id'>>;
479
479
  type DimensionFieldsMapping = Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",