windmill-client 1.652.0 → 1.653.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 +8 -0
- package/package.json +1 -1
package/dist/core/OpenAPI.mjs
CHANGED
package/dist/index.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -11981,6 +11981,10 @@ export type SearchJobsIndexResponse = {
|
|
|
11981
11981
|
* Is the current indexer service being replaced
|
|
11982
11982
|
*/
|
|
11983
11983
|
lost_lock_ownership?: boolean;
|
|
11984
|
+
/**
|
|
11985
|
+
* Maximum time window in seconds for indexing
|
|
11986
|
+
*/
|
|
11987
|
+
max_index_time_window_secs?: number;
|
|
11984
11988
|
};
|
|
11985
11989
|
};
|
|
11986
11990
|
export type SearchLogsIndexData = {
|
|
@@ -24774,6 +24778,10 @@ export type $OpenApiTs = {
|
|
|
24774
24778
|
* Is the current indexer service being replaced
|
|
24775
24779
|
*/
|
|
24776
24780
|
lost_lock_ownership?: boolean;
|
|
24781
|
+
/**
|
|
24782
|
+
* Maximum time window in seconds for indexing
|
|
24783
|
+
*/
|
|
24784
|
+
max_index_time_window_secs?: number;
|
|
24777
24785
|
};
|
|
24778
24786
|
};
|
|
24779
24787
|
};
|