windmill-client 1.430.2 → 1.431.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/services.gen.d.ts +0 -1
- package/dist/services.gen.js +0 -2
- package/dist/types.gen.d.ts +2 -4
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/services.gen.d.ts
CHANGED
|
@@ -3889,7 +3889,6 @@ export declare class IndexSearchService {
|
|
|
3889
3889
|
* Search and count the log line hits on every provided host
|
|
3890
3890
|
* @param data The data for the request.
|
|
3891
3891
|
* @param data.searchQuery
|
|
3892
|
-
* @param data.hosts
|
|
3893
3892
|
* @param data.minTs
|
|
3894
3893
|
* @param data.maxTs
|
|
3895
3894
|
* @returns unknown search results
|
package/dist/services.gen.js
CHANGED
|
@@ -7873,7 +7873,6 @@ class IndexSearchService {
|
|
|
7873
7873
|
* Search and count the log line hits on every provided host
|
|
7874
7874
|
* @param data The data for the request.
|
|
7875
7875
|
* @param data.searchQuery
|
|
7876
|
-
* @param data.hosts
|
|
7877
7876
|
* @param data.minTs
|
|
7878
7877
|
* @param data.maxTs
|
|
7879
7878
|
* @returns unknown search results
|
|
@@ -7885,7 +7884,6 @@ class IndexSearchService {
|
|
|
7885
7884
|
url: '/srch/index/search/count_service_logs',
|
|
7886
7885
|
query: {
|
|
7887
7886
|
search_query: data.searchQuery,
|
|
7888
|
-
hosts: data.hosts,
|
|
7889
7887
|
min_ts: data.minTs,
|
|
7890
7888
|
max_ts: data.maxTs
|
|
7891
7889
|
}
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -130,7 +130,7 @@ export type QueuedJob = {
|
|
|
130
130
|
canceled_by?: string;
|
|
131
131
|
canceled_reason?: string;
|
|
132
132
|
last_ping?: string;
|
|
133
|
-
job_kind: 'script' | 'preview' | 'dependencies' | 'flowdependencies' | 'appdependencies' | 'flow' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow';
|
|
133
|
+
job_kind: 'script' | 'preview' | 'dependencies' | 'flowdependencies' | 'appdependencies' | 'flow' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow' | 'flowscript';
|
|
134
134
|
schedule_path?: string;
|
|
135
135
|
/**
|
|
136
136
|
* The user (u/userfoo) or group (g/groupfoo) whom
|
|
@@ -170,7 +170,7 @@ export type CompletedJob = {
|
|
|
170
170
|
canceled: boolean;
|
|
171
171
|
canceled_by?: string;
|
|
172
172
|
canceled_reason?: string;
|
|
173
|
-
job_kind: 'script' | 'preview' | 'dependencies' | 'flow' | 'flowdependencies' | 'appdependencies' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow';
|
|
173
|
+
job_kind: 'script' | 'preview' | 'dependencies' | 'flow' | 'flowdependencies' | 'appdependencies' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow' | 'flowscript';
|
|
174
174
|
schedule_path?: string;
|
|
175
175
|
/**
|
|
176
176
|
* The user (u/userfoo) or group (g/groupfoo) whom
|
|
@@ -5400,7 +5400,6 @@ export type SearchLogsIndexResponse = {
|
|
|
5400
5400
|
hits?: Array<LogSearchHit>;
|
|
5401
5401
|
};
|
|
5402
5402
|
export type CountSearchLogsIndexData = {
|
|
5403
|
-
hosts: string;
|
|
5404
5403
|
maxTs?: string;
|
|
5405
5404
|
minTs?: string;
|
|
5406
5405
|
searchQuery: string;
|
|
@@ -12861,7 +12860,6 @@ export type $OpenApiTs = {
|
|
|
12861
12860
|
'/srch/index/search/count_service_logs': {
|
|
12862
12861
|
get: {
|
|
12863
12862
|
req: {
|
|
12864
|
-
hosts: string;
|
|
12865
12863
|
maxTs?: string;
|
|
12866
12864
|
minTs?: string;
|
|
12867
12865
|
searchQuery: string;
|