@narrative.io/data-collaboration-sdk-ts 3.1.1 → 3.2.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.
|
@@ -337,6 +337,7 @@ export interface UpdateDatasetRefreshScheduleRequest {
|
|
|
337
337
|
};
|
|
338
338
|
stats_enabled?: boolean;
|
|
339
339
|
status?: DatasetStatus;
|
|
340
|
+
compute_pool_id?: string;
|
|
340
341
|
}
|
|
341
342
|
export interface CreateDatasetRefreshScheduleRequest {
|
|
342
343
|
cron: string;
|
|
@@ -346,5 +347,6 @@ export interface CreateDatasetRefreshScheduleRequest {
|
|
|
346
347
|
};
|
|
347
348
|
stats_enabled?: boolean;
|
|
348
349
|
status?: DatasetStatus;
|
|
350
|
+
compute_pool_id?: string;
|
|
349
351
|
}
|
|
350
352
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narrative.io/data-collaboration-sdk-ts",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"repository": "github:narrative-io/data-collaboration-sdk-ts",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@babel/core": "7.29.7",
|
|
31
31
|
"@babel/preset-env": "7.29.7",
|
|
32
32
|
"@babel/preset-typescript": "7.29.7",
|
|
33
|
-
"@biomejs/biome": "2.
|
|
33
|
+
"@biomejs/biome": "2.5.0",
|
|
34
34
|
"@commitlint/cli": "21.0.2",
|
|
35
35
|
"@commitlint/config-conventional": "21.0.2",
|
|
36
36
|
"@types/jest": "30.0.0",
|