@gooddata/api-client-tiger 11.54.0-alpha.1 → 11.54.0-alpha.2

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.
@@ -865,10 +865,8 @@ export interface ClusteringRequest {
865
865
  export interface ClusteringResult {
866
866
  'attribute': Array<object>;
867
867
  'clusters': Array<number | null>;
868
- 'xCoord'?: Array<number | null>;
869
- 'xcoord': Array<number>;
870
- 'yCoord'?: Array<number | null>;
871
- 'ycoord': Array<number>;
868
+ 'xcoord': Array<number | null>;
869
+ 'ycoord': Array<number | null>;
872
870
  }
873
871
  /**
874
872
  * Single column projection override: applies `function(column)` to a source column.