windmill-client 1.352.0 → 1.355.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 +13 -4
- package/dist/services.gen.js +19 -7
- package/dist/types.gen.d.ts +47 -8
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/services.gen.d.ts
CHANGED
|
@@ -1212,13 +1212,16 @@ export declare class FlowService {
|
|
|
1212
1212
|
* @param data.pathStart mask to filter matching starting path
|
|
1213
1213
|
* @param data.pathExact mask to filter exact matching path
|
|
1214
1214
|
* @param data.showArchived (default false)
|
|
1215
|
-
* show
|
|
1215
|
+
* show only the archived files.
|
|
1216
1216
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
1217
1217
|
* are displayed.
|
|
1218
1218
|
*
|
|
1219
1219
|
* @param data.starredOnly (default false)
|
|
1220
1220
|
* show only the starred items
|
|
1221
1221
|
*
|
|
1222
|
+
* @param data.includeDraftOnly (default false)
|
|
1223
|
+
* include items that have no deployed version
|
|
1224
|
+
*
|
|
1222
1225
|
* @returns unknown All flow
|
|
1223
1226
|
* @throws ApiError
|
|
1224
1227
|
*/
|
|
@@ -1346,6 +1349,9 @@ export declare class AppService {
|
|
|
1346
1349
|
* @param data.starredOnly (default false)
|
|
1347
1350
|
* show only the starred items
|
|
1348
1351
|
*
|
|
1352
|
+
* @param data.includeDraftOnly (default false)
|
|
1353
|
+
* include items that have no deployed version
|
|
1354
|
+
*
|
|
1349
1355
|
* @returns ListableApp All apps
|
|
1350
1356
|
* @throws ApiError
|
|
1351
1357
|
*/
|
|
@@ -1540,13 +1546,16 @@ export declare class ScriptService {
|
|
|
1540
1546
|
* limited number of direct parent
|
|
1541
1547
|
*
|
|
1542
1548
|
* @param data.showArchived (default false)
|
|
1543
|
-
* show
|
|
1549
|
+
* show only the archived files.
|
|
1544
1550
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
1545
1551
|
* are
|
|
1546
1552
|
* ed.
|
|
1547
1553
|
*
|
|
1548
|
-
* @param data.
|
|
1549
|
-
*
|
|
1554
|
+
* @param data.includeWithoutMain (default false)
|
|
1555
|
+
* include scripts without an exported main function
|
|
1556
|
+
*
|
|
1557
|
+
* @param data.includeDraftOnly (default false)
|
|
1558
|
+
* include scripts that have no deployed version
|
|
1550
1559
|
*
|
|
1551
1560
|
* @param data.isTemplate (default regardless)
|
|
1552
1561
|
* if true show only the templates
|
package/dist/services.gen.js
CHANGED
|
@@ -2416,13 +2416,16 @@ class FlowService {
|
|
|
2416
2416
|
* @param data.pathStart mask to filter matching starting path
|
|
2417
2417
|
* @param data.pathExact mask to filter exact matching path
|
|
2418
2418
|
* @param data.showArchived (default false)
|
|
2419
|
-
* show
|
|
2419
|
+
* show only the archived files.
|
|
2420
2420
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
2421
2421
|
* are displayed.
|
|
2422
2422
|
*
|
|
2423
2423
|
* @param data.starredOnly (default false)
|
|
2424
2424
|
* show only the starred items
|
|
2425
2425
|
*
|
|
2426
|
+
* @param data.includeDraftOnly (default false)
|
|
2427
|
+
* include items that have no deployed version
|
|
2428
|
+
*
|
|
2426
2429
|
* @returns unknown All flow
|
|
2427
2430
|
* @throws ApiError
|
|
2428
2431
|
*/
|
|
@@ -2441,7 +2444,8 @@ class FlowService {
|
|
|
2441
2444
|
path_start: data.pathStart,
|
|
2442
2445
|
path_exact: data.pathExact,
|
|
2443
2446
|
show_archived: data.showArchived,
|
|
2444
|
-
starred_only: data.starredOnly
|
|
2447
|
+
starred_only: data.starredOnly,
|
|
2448
|
+
include_draft_only: data.includeDraftOnly
|
|
2445
2449
|
}
|
|
2446
2450
|
});
|
|
2447
2451
|
}
|
|
@@ -2682,6 +2686,9 @@ class AppService {
|
|
|
2682
2686
|
* @param data.starredOnly (default false)
|
|
2683
2687
|
* show only the starred items
|
|
2684
2688
|
*
|
|
2689
|
+
* @param data.includeDraftOnly (default false)
|
|
2690
|
+
* include items that have no deployed version
|
|
2691
|
+
*
|
|
2685
2692
|
* @returns ListableApp All apps
|
|
2686
2693
|
* @throws ApiError
|
|
2687
2694
|
*/
|
|
@@ -2699,7 +2706,8 @@ class AppService {
|
|
|
2699
2706
|
created_by: data.createdBy,
|
|
2700
2707
|
path_start: data.pathStart,
|
|
2701
2708
|
path_exact: data.pathExact,
|
|
2702
|
-
starred_only: data.starredOnly
|
|
2709
|
+
starred_only: data.starredOnly,
|
|
2710
|
+
include_draft_only: data.includeDraftOnly
|
|
2703
2711
|
}
|
|
2704
2712
|
});
|
|
2705
2713
|
}
|
|
@@ -3064,13 +3072,16 @@ class ScriptService {
|
|
|
3064
3072
|
* limited number of direct parent
|
|
3065
3073
|
*
|
|
3066
3074
|
* @param data.showArchived (default false)
|
|
3067
|
-
* show
|
|
3075
|
+
* show only the archived files.
|
|
3068
3076
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
3069
3077
|
* are
|
|
3070
3078
|
* ed.
|
|
3071
3079
|
*
|
|
3072
|
-
* @param data.
|
|
3073
|
-
*
|
|
3080
|
+
* @param data.includeWithoutMain (default false)
|
|
3081
|
+
* include scripts without an exported main function
|
|
3082
|
+
*
|
|
3083
|
+
* @param data.includeDraftOnly (default false)
|
|
3084
|
+
* include scripts that have no deployed version
|
|
3074
3085
|
*
|
|
3075
3086
|
* @param data.isTemplate (default regardless)
|
|
3076
3087
|
* if true show only the templates
|
|
@@ -3104,7 +3115,8 @@ class ScriptService {
|
|
|
3104
3115
|
last_parent_hash: data.lastParentHash,
|
|
3105
3116
|
parent_hash: data.parentHash,
|
|
3106
3117
|
show_archived: data.showArchived,
|
|
3107
|
-
|
|
3118
|
+
include_without_main: data.includeWithoutMain,
|
|
3119
|
+
include_draft_only: data.includeDraftOnly,
|
|
3108
3120
|
is_template: data.isTemplate,
|
|
3109
3121
|
kinds: data.kinds,
|
|
3110
3122
|
starred_only: data.starredOnly
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -419,6 +419,7 @@ export type Schedule = {
|
|
|
419
419
|
summary?: string;
|
|
420
420
|
no_flow_overlap?: boolean;
|
|
421
421
|
tag?: string;
|
|
422
|
+
paused_until?: string;
|
|
422
423
|
};
|
|
423
424
|
export type ScheduleWJobs = Schedule & {
|
|
424
425
|
jobs?: Array<{
|
|
@@ -447,6 +448,7 @@ export type NewSchedule = {
|
|
|
447
448
|
no_flow_overlap?: boolean;
|
|
448
449
|
summary?: string;
|
|
449
450
|
tag?: string;
|
|
451
|
+
paused_until?: string;
|
|
450
452
|
};
|
|
451
453
|
export type EditSchedule = {
|
|
452
454
|
schedule: string;
|
|
@@ -464,6 +466,7 @@ export type EditSchedule = {
|
|
|
464
466
|
no_flow_overlap?: boolean;
|
|
465
467
|
summary?: string;
|
|
466
468
|
tag?: string;
|
|
469
|
+
paused_until?: string;
|
|
467
470
|
};
|
|
468
471
|
export type Group = {
|
|
469
472
|
name: string;
|
|
@@ -2086,6 +2089,12 @@ export type ListFlowsData = {
|
|
|
2086
2089
|
* mask to filter exact matching user creator
|
|
2087
2090
|
*/
|
|
2088
2091
|
createdBy?: string;
|
|
2092
|
+
/**
|
|
2093
|
+
* (default false)
|
|
2094
|
+
* include items that have no deployed version
|
|
2095
|
+
*
|
|
2096
|
+
*/
|
|
2097
|
+
includeDraftOnly?: boolean;
|
|
2089
2098
|
/**
|
|
2090
2099
|
* order by desc order (default true)
|
|
2091
2100
|
*/
|
|
@@ -2108,7 +2117,7 @@ export type ListFlowsData = {
|
|
|
2108
2117
|
perPage?: number;
|
|
2109
2118
|
/**
|
|
2110
2119
|
* (default false)
|
|
2111
|
-
* show
|
|
2120
|
+
* show only the archived files.
|
|
2112
2121
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
2113
2122
|
* are displayed.
|
|
2114
2123
|
*
|
|
@@ -2236,6 +2245,12 @@ export type ListAppsData = {
|
|
|
2236
2245
|
* mask to filter exact matching user creator
|
|
2237
2246
|
*/
|
|
2238
2247
|
createdBy?: string;
|
|
2248
|
+
/**
|
|
2249
|
+
* (default false)
|
|
2250
|
+
* include items that have no deployed version
|
|
2251
|
+
*
|
|
2252
|
+
*/
|
|
2253
|
+
includeDraftOnly?: boolean;
|
|
2239
2254
|
/**
|
|
2240
2255
|
* order by desc order (default true)
|
|
2241
2256
|
*/
|
|
@@ -2464,10 +2479,16 @@ export type ListScriptsData = {
|
|
|
2464
2479
|
firstParentHash?: string;
|
|
2465
2480
|
/**
|
|
2466
2481
|
* (default false)
|
|
2467
|
-
*
|
|
2482
|
+
* include scripts that have no deployed version
|
|
2483
|
+
*
|
|
2484
|
+
*/
|
|
2485
|
+
includeDraftOnly?: boolean;
|
|
2486
|
+
/**
|
|
2487
|
+
* (default false)
|
|
2488
|
+
* include scripts without an exported main function
|
|
2468
2489
|
*
|
|
2469
2490
|
*/
|
|
2470
|
-
|
|
2491
|
+
includeWithoutMain?: boolean;
|
|
2471
2492
|
/**
|
|
2472
2493
|
* (default regardless)
|
|
2473
2494
|
* if true show only the templates
|
|
@@ -2520,7 +2541,7 @@ export type ListScriptsData = {
|
|
|
2520
2541
|
perPage?: number;
|
|
2521
2542
|
/**
|
|
2522
2543
|
* (default false)
|
|
2523
|
-
* show
|
|
2544
|
+
* show only the archived files.
|
|
2524
2545
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
2525
2546
|
* are
|
|
2526
2547
|
* ed.
|
|
@@ -6751,6 +6772,12 @@ export type $OpenApiTs = {
|
|
|
6751
6772
|
* mask to filter exact matching user creator
|
|
6752
6773
|
*/
|
|
6753
6774
|
createdBy?: string;
|
|
6775
|
+
/**
|
|
6776
|
+
* (default false)
|
|
6777
|
+
* include items that have no deployed version
|
|
6778
|
+
*
|
|
6779
|
+
*/
|
|
6780
|
+
includeDraftOnly?: boolean;
|
|
6754
6781
|
/**
|
|
6755
6782
|
* order by desc order (default true)
|
|
6756
6783
|
*/
|
|
@@ -6773,7 +6800,7 @@ export type $OpenApiTs = {
|
|
|
6773
6800
|
perPage?: number;
|
|
6774
6801
|
/**
|
|
6775
6802
|
* (default false)
|
|
6776
|
-
* show
|
|
6803
|
+
* show only the archived files.
|
|
6777
6804
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
6778
6805
|
* are displayed.
|
|
6779
6806
|
*
|
|
@@ -7018,6 +7045,12 @@ export type $OpenApiTs = {
|
|
|
7018
7045
|
* mask to filter exact matching user creator
|
|
7019
7046
|
*/
|
|
7020
7047
|
createdBy?: string;
|
|
7048
|
+
/**
|
|
7049
|
+
* (default false)
|
|
7050
|
+
* include items that have no deployed version
|
|
7051
|
+
*
|
|
7052
|
+
*/
|
|
7053
|
+
includeDraftOnly?: boolean;
|
|
7021
7054
|
/**
|
|
7022
7055
|
* order by desc order (default true)
|
|
7023
7056
|
*/
|
|
@@ -7417,10 +7450,16 @@ export type $OpenApiTs = {
|
|
|
7417
7450
|
firstParentHash?: string;
|
|
7418
7451
|
/**
|
|
7419
7452
|
* (default false)
|
|
7420
|
-
*
|
|
7453
|
+
* include scripts that have no deployed version
|
|
7454
|
+
*
|
|
7455
|
+
*/
|
|
7456
|
+
includeDraftOnly?: boolean;
|
|
7457
|
+
/**
|
|
7458
|
+
* (default false)
|
|
7459
|
+
* include scripts without an exported main function
|
|
7421
7460
|
*
|
|
7422
7461
|
*/
|
|
7423
|
-
|
|
7462
|
+
includeWithoutMain?: boolean;
|
|
7424
7463
|
/**
|
|
7425
7464
|
* (default regardless)
|
|
7426
7465
|
* if true show only the templates
|
|
@@ -7473,7 +7512,7 @@ export type $OpenApiTs = {
|
|
|
7473
7512
|
perPage?: number;
|
|
7474
7513
|
/**
|
|
7475
7514
|
* (default false)
|
|
7476
|
-
* show
|
|
7515
|
+
* show only the archived files.
|
|
7477
7516
|
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
7478
7517
|
* are
|
|
7479
7518
|
* ed.
|