windmill-client 1.779.0 → 1.781.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
|
@@ -5390,6 +5390,10 @@ export type DbtWarehouseConnection = {
|
|
|
5390
5390
|
*/
|
|
5391
5391
|
value: unknown;
|
|
5392
5392
|
target?: string;
|
|
5393
|
+
/**
|
|
5394
|
+
* decides whether the value is translated into a profiles.yml target or already is one
|
|
5395
|
+
*/
|
|
5396
|
+
resource_type?: string;
|
|
5393
5397
|
};
|
|
5394
5398
|
export type LargeFileStorage = {
|
|
5395
5399
|
type?: 'S3Storage' | 'AzureBlobStorage' | 'AzureWorkloadIdentity' | 'S3AwsOidc' | 'GoogleCloudStorage';
|
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.781.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",
|