windmill-client 1.454.0 → 1.455.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.js +1 -1
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -5696,6 +5696,7 @@ export type DuckdbConnectionSettingsV2Data = {
|
|
|
5696
5696
|
};
|
|
5697
5697
|
export type DuckdbConnectionSettingsV2Response = {
|
|
5698
5698
|
connection_settings_str: string;
|
|
5699
|
+
azure_container_path?: string;
|
|
5699
5700
|
};
|
|
5700
5701
|
export type PolarsConnectionSettingsData = {
|
|
5701
5702
|
/**
|
|
@@ -13653,6 +13654,7 @@ export type $OpenApiTs = {
|
|
|
13653
13654
|
*/
|
|
13654
13655
|
200: {
|
|
13655
13656
|
connection_settings_str: string;
|
|
13657
|
+
azure_container_path?: string;
|
|
13656
13658
|
};
|
|
13657
13659
|
};
|
|
13658
13660
|
};
|