@narrative.io/data-collaboration-sdk-ts 2.95.1 → 2.96.0

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.
@@ -9,6 +9,7 @@ export declare const resources: {
9
9
  readonly charges: "Charges";
10
10
  readonly commands_subscriptions_delivery: "Commands Subscriptions Delivery";
11
11
  readonly company_info: "Company Info";
12
+ readonly compute_pools: "Compute Pools";
12
13
  readonly connections: "Connections";
13
14
  readonly contracts: "Contracts";
14
15
  readonly data_planes: "Data Planes";
@@ -8,6 +8,7 @@ export const resources = {
8
8
  charges: "Charges",
9
9
  commands_subscriptions_delivery: "Commands Subscriptions Delivery",
10
10
  company_info: "Company Info",
11
+ compute_pools: "Compute Pools",
11
12
  connections: "Connections",
12
13
  contracts: "Contracts",
13
14
  data_planes: "Data Planes",
@@ -256,7 +256,6 @@ export interface BasicStatistics {
256
256
  lower_bound: string | number | null | boolean;
257
257
  upper_bound: string | number | null | boolean;
258
258
  value_count: number;
259
- column_store_bytes: number;
260
259
  }
261
260
  export interface AdvancedStatistics {
262
261
  approx_count_distinct: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narrative.io/data-collaboration-sdk-ts",
3
- "version": "2.95.1",
3
+ "version": "2.96.0",
4
4
  "main": "build/index.js",
5
5
  "repository": "github:narrative-io/data-collaboration-sdk-ts",
6
6
  "source": "src/index.ts",