windmill-client 1.711.0 → 1.712.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
|
@@ -3644,6 +3644,10 @@ export type CustomInstanceDb = {
|
|
|
3644
3644
|
*/
|
|
3645
3645
|
error?: string | null;
|
|
3646
3646
|
tag?: CustomInstanceDbTag;
|
|
3647
|
+
/**
|
|
3648
|
+
* Workspaces that reference this database via a ducklake catalog or datatable database with resource_type 'instance'. Computed at request time, not persisted.
|
|
3649
|
+
*/
|
|
3650
|
+
used_by_workspaces?: Array<(string)>;
|
|
3647
3651
|
};
|
|
3648
3652
|
export type NewSqsTrigger = {
|
|
3649
3653
|
/**
|