windmill-client 1.801.0 → 1.803.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.
- package/dist/core/OpenAPI.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types.gen.d.ts +4 -0
- package/package.json +1 -1
package/dist/core/OpenAPI.mjs
CHANGED
package/dist/index.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -1858,6 +1858,10 @@ export type AIConfig = {
|
|
|
1858
1858
|
model_pricing?: {
|
|
1859
1859
|
[key: string]: ModelPriceOverride;
|
|
1860
1860
|
};
|
|
1861
|
+
/**
|
|
1862
|
+
* Hides the Windmill AI assistant (chat, sessions, code generation, completion, fixes) from the workspace UI. Read from the workspace's own settings even when the providers served fall back to the instance config. AI agent steps and the AI sandbox in flows are unaffected.
|
|
1863
|
+
*/
|
|
1864
|
+
copilot_disabled?: boolean;
|
|
1861
1865
|
};
|
|
1862
1866
|
/**
|
|
1863
1867
|
* Read-only. Present when the workspace has no AI provider of its own and is running on Windmill's free tier. Ignored on write.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "windmill-client",
|
|
3
3
|
"description": "Windmill SDK client for browsers and Node.js",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.803.0",
|
|
5
5
|
"author": "Ruben Fiszel",
|
|
6
6
|
"license": "Apache 2.0",
|
|
7
7
|
"homepage": "https://github.com/windmill-labs/windmill/tree/main/typescript-client#readme",
|