windmill-components 1.306.13 → 1.309.3
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/package/autosize.js +6 -1
- package/package/common.d.ts +2 -2
- package/package/components/ApiConnectForm.svelte +2 -1
- package/package/components/AppConnect.svelte +1 -1
- package/package/components/DeployWorkspace.svelte +2 -2
- package/package/components/DeployWorkspace.svelte.d.ts +1 -1
- package/package/components/DeployWorkspaceDrawer.svelte.d.ts +2 -2
- package/package/components/Dev.svelte +2 -1
- package/package/components/DropdownV2.svelte +4 -1
- package/package/components/DropdownV2.svelte.d.ts +2 -2
- package/package/components/Editor.svelte +1 -1
- package/package/components/Editor.svelte.d.ts +2 -2
- package/package/components/EditorBar.svelte +25 -23
- package/package/components/EditorBar.svelte.d.ts +2 -3
- package/package/components/ErrorOrRecoveryHandler.svelte +2 -2
- package/package/components/ErrorOrRecoveryHandler.svelte.d.ts +1 -1
- package/package/components/FlowBuilder.svelte +5 -5
- package/package/components/FlowBuilder.svelte.d.ts +0 -1
- package/package/components/FlowLoopIterationPreview.svelte +1 -1
- package/package/components/FlowLoopIterationPreview.svelte.d.ts +1 -1
- package/package/components/FlowPreviewContent.svelte +1 -1
- package/package/components/FlowPreviewContent.svelte.d.ts +1 -1
- package/package/components/FlowStatusViewerInner.svelte +13 -15
- package/package/components/FlowStatusViewerInner.svelte.d.ts +1 -1
- package/package/components/FlowStatusWaitingForEvents.svelte +3 -3
- package/package/components/FlowStatusWaitingForEvents.svelte.d.ts +1 -1
- package/package/components/HighlightCode.svelte.d.ts +1 -1
- package/package/components/InstanceSettings.svelte +4 -2
- package/package/components/LogViewer.svelte +65 -20
- package/package/components/ModulePreview.svelte +2 -2
- package/package/components/ModulePreview.svelte.d.ts +2 -2
- package/package/components/ModuleStatus.svelte +6 -7
- package/package/components/ModuleStatus.svelte.d.ts +2 -2
- package/package/components/MoveDrawer.svelte.d.ts +2 -2
- package/package/components/ParqetTableRenderer.svelte +3 -3
- package/package/components/Path.svelte.d.ts +1 -1
- package/package/components/ResultJobLoader.svelte.d.ts +1 -1
- package/package/components/SavedInputs.svelte +6 -5
- package/package/components/ScheduleEditorInner.svelte +6 -6
- package/package/components/ScriptBuilder.svelte +9 -9
- package/package/components/ScriptBuilder.svelte.d.ts +1 -1
- package/package/components/ScriptEditor.svelte +1 -1
- package/package/components/ScriptEditor.svelte.d.ts +4 -4
- package/package/components/ScriptPicker.svelte +2 -2
- package/package/components/ScriptPicker.svelte.d.ts +2 -3
- package/package/components/ShareModal.svelte +1 -2
- package/package/components/ShareModal.svelte.d.ts +2 -2
- package/package/components/SuperadminSettings.svelte +1 -1
- package/package/components/TestConnection.svelte +2 -2
- package/package/components/TestJobLoader.svelte +1 -1
- package/package/components/TestJobLoader.svelte.d.ts +4 -4
- package/package/components/WorkspaceGroup.svelte +2 -2
- package/package/components/apps/components/display/AppText.svelte +2 -2
- package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte +4 -0
- package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte.d.ts +2 -0
- package/package/components/apps/components/display/dbtable/queries/count.js +1 -2
- package/package/components/apps/components/display/dbtable/queries/delete.js +20 -12
- package/package/components/apps/components/display/dbtable/queries/select.js +2 -1
- package/package/components/apps/components/display/dbtable/queries/update.js +20 -12
- package/package/components/apps/components/display/dbtable/utils.d.ts +2 -1
- package/package/components/apps/components/display/dbtable/utils.js +14 -13
- package/package/components/apps/components/display/table/AppAggridExplorerTable.svelte +75 -1
- package/package/components/apps/components/display/table/AppAggridExplorerTable.svelte.d.ts +2 -1
- package/package/components/apps/components/display/table/AppAggridTable.svelte +10 -28
- package/package/components/apps/components/display/table/AppAggridTableActions.svelte +2 -2
- package/package/components/apps/components/display/table/utils.js +0 -1
- package/package/components/apps/components/inputs/AppTextInput.svelte +1 -1
- package/package/components/apps/editor/AppEditorHeader.svelte +60 -45
- package/package/components/apps/editor/AppEditorHeader.svelte.d.ts +1 -1
- package/package/components/apps/editor/AppEditorTutorial.svelte +10 -6
- package/package/components/apps/editor/AppInputs.svelte +1 -1
- package/package/components/apps/editor/AppReportsDrawer.svelte +6 -4
- package/package/components/apps/editor/DeploymentHistory.svelte +1 -1
- package/package/components/apps/editor/PreviewToggle.svelte +10 -1
- package/package/components/apps/editor/SettingsPanel.svelte +6 -2
- package/package/components/apps/editor/appUtils.js +19 -7
- package/package/components/apps/editor/component/Component.svelte +1 -0
- package/package/components/apps/editor/component/ComponentCallbacks.svelte +4 -1
- package/package/components/apps/editor/component/components.d.ts +77 -70
- package/package/components/apps/editor/component/components.js +7 -1
- package/package/components/apps/editor/componentsPanel/CustomComponentRow.svelte +24 -21
- package/package/components/apps/editor/contextPanel/components/OutputHeader.svelte +6 -2
- package/package/components/apps/editor/contextPanel/components/TableActionsOutput.svelte +1 -1
- package/package/components/apps/editor/inlineScriptsPanel/CacheTtlPopup.svelte +5 -4
- package/package/components/apps/editor/inlineScriptsPanel/EmptyInlineScript.svelte +2 -3
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditor.svelte +20 -18
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanel.svelte +1 -1
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelWithTable.svelte +1 -1
- package/package/components/apps/editor/inlineScriptsPanel/utils.js +3 -1
- package/package/components/apps/editor/settingsPanel/ComponentPanel.svelte +2 -0
- package/package/components/apps/editor/settingsPanel/mainInput/WorkspaceScriptList.svelte +1 -1
- package/package/components/apps/svelte-select/lib/Select.svelte.d.ts +2 -2
- package/package/components/apps/types.d.ts +1 -1
- package/package/components/apps/utils.js +3 -1
- package/package/components/auditLogs/AuditLogDetails.svelte +6 -4
- package/package/components/auditLogs/AuditLogDetails.svelte.d.ts +1 -1
- package/package/components/auditLogs/AuditLogsFilters.svelte +1 -1
- package/package/components/auditLogs/AuditLogsFilters.svelte.d.ts +1 -1
- package/package/components/common/languageIcons/LanguageIcon.svelte +13 -12
- package/package/components/common/table/AppRow.svelte +1 -1
- package/package/components/common/table/Row.svelte.d.ts +1 -1
- package/package/components/copilot/FlowCopilotDrawer.svelte +6 -4
- package/package/components/copilot/ScriptGen.svelte +5 -5
- package/package/components/copilot/ScriptGen.svelte.d.ts +1 -1
- package/package/components/copilot/StepGen.svelte +1 -1
- package/package/components/copilot/flow.d.ts +3 -3
- package/package/components/copilot/flow.js +1 -1
- package/package/components/copilot/lib.d.ts +2 -2
- package/package/components/copilot/lib.js +1 -1
- package/package/components/details/WebhooksPanel.svelte +1 -1
- package/package/components/details/utils.d.ts +1 -1
- package/package/components/details/utils.js +1 -1
- package/package/components/flows/FlowProgressBar.svelte +3 -4
- package/package/components/flows/FlowProgressBar.svelte.d.ts +1 -1
- package/package/components/flows/content/FlowInputs.svelte +5 -8
- package/package/components/flows/content/FlowLoop.svelte.d.ts +1 -1
- package/package/components/flows/content/FlowModuleComponent.svelte.d.ts +1 -1
- package/package/components/flows/content/FlowModuleWrapper.svelte +5 -5
- package/package/components/flows/content/FlowWhileLoop.svelte +10 -3
- package/package/components/flows/content/FlowWhileLoop.svelte.d.ts +1 -1
- package/package/components/flows/content/ScriptEditorDrawer.svelte +2 -1
- package/package/components/flows/content/SuspendDrawer.svelte +5 -6
- package/package/components/flows/dfs.d.ts +1 -1
- package/package/components/flows/flowStateUtils.d.ts +2 -2
- package/package/components/flows/flowStateUtils.js +1 -1
- package/package/components/graph/FlowGraph.svelte +3 -3
- package/package/components/graph/model.d.ts +1 -1
- package/package/components/graph/util.d.ts +2 -2
- package/package/components/graph/util.js +5 -6
- package/package/components/home/ItemsList.svelte +1 -1
- package/package/components/home/ItemsList.svelte.d.ts +1 -1
- package/package/components/icons/VismaIcon.svelte +10 -0
- package/package/components/icons/VismaIcon.svelte.d.ts +17 -0
- package/package/components/icons/index.d.ts +2 -0
- package/package/components/icons/index.js +3 -1
- package/package/components/jobs/JobPreview.svelte +2 -2
- package/package/components/runs/JobLoader.svelte +26 -8
- package/package/components/runs/JobLoader.svelte.d.ts +1 -1
- package/package/components/runs/JobPreview.svelte +3 -3
- package/package/components/runs/QueuePopover.svelte +1 -1
- package/package/components/runs/RunsFilter.svelte.d.ts +1 -1
- package/package/components/scriptEditor/LogPanel.svelte +2 -2
- package/package/components/scriptEditor/LogPanel.svelte.d.ts +2 -2
- package/package/components/tutorials/FlowErrorHandler.svelte +1 -2
- package/package/components/tutorials/utils.js +1 -1
- package/package/gen/core/ApiError.d.ts +1 -1
- package/package/gen/core/ApiRequestOptions.d.ts +5 -5
- package/package/gen/core/ApiResult.d.ts +3 -3
- package/package/gen/core/CancelablePromise.d.ts +10 -4
- package/package/gen/core/CancelablePromise.js +38 -39
- package/package/gen/core/OpenAPI.d.ts +17 -6
- package/package/gen/core/OpenAPI.js +25 -5
- package/package/gen/core/request.d.ts +6 -7
- package/package/gen/core/request.js +77 -57
- package/package/gen/enums.gen.d.ts +149 -0
- package/package/gen/enums.gen.js +150 -0
- package/package/gen/index.d.ts +5 -178
- package/package/gen/index.js +5 -52
- package/package/gen/models/AppWithLastVersionWDraft.d.ts +2 -2
- package/package/gen/models/Flow.d.ts +1 -1
- package/package/gen/models/FlowModuleValue.d.ts +1 -1
- package/package/gen/models/FlowStatus.d.ts +2 -2
- package/package/gen/models/InputTransform.d.ts +1 -1
- package/package/gen/models/Job.d.ts +2 -2
- package/package/gen/models/MainArgSignature.d.ts +4 -4
- package/package/gen/models/NewScriptWithDraft.d.ts +2 -2
- package/package/gen/models/OpenFlowWPath.d.ts +2 -2
- package/package/gen/models/ScheduleWJobs.d.ts +2 -2
- package/package/gen/schemas.gen.d.ts +3155 -0
- package/package/gen/schemas.gen.js +3217 -0
- package/package/gen/services/AdminService.d.ts +3 -3
- package/package/gen/services/AdminService.js +12 -12
- package/package/gen/services/AppService.d.ts +16 -16
- package/package/gen/services/AppService.js +69 -69
- package/package/gen/services/AuditService.d.ts +2 -2
- package/package/gen/services/AuditService.js +15 -15
- package/package/gen/services/CaptureService.d.ts +3 -3
- package/package/gen/services/CaptureService.js +13 -13
- package/package/gen/services/ConcurrencyGroupsService.d.ts +1 -1
- package/package/gen/services/ConcurrencyGroupsService.js +4 -4
- package/package/gen/services/ConfigService.d.ts +3 -3
- package/package/gen/services/ConfigService.js +10 -10
- package/package/gen/services/DraftService.d.ts +2 -2
- package/package/gen/services/DraftService.js +8 -8
- package/package/gen/services/FavoriteService.d.ts +2 -2
- package/package/gen/services/FavoriteService.js +6 -6
- package/package/gen/services/FlowService.d.ts +21 -21
- package/package/gen/services/FlowService.js +58 -58
- package/package/gen/services/FolderService.d.ts +9 -9
- package/package/gen/services/FolderService.js +36 -36
- package/package/gen/services/GranularAclService.d.ts +3 -3
- package/package/gen/services/GranularAclService.js +15 -15
- package/package/gen/services/GroupService.d.ts +14 -14
- package/package/gen/services/GroupService.js +50 -50
- package/package/gen/services/HelpersService.d.ts +14 -14
- package/package/gen/services/HelpersService.js +70 -70
- package/package/gen/services/InputService.d.ts +5 -5
- package/package/gen/services/InputService.js +26 -26
- package/package/gen/services/IntegrationService.d.ts +1 -1
- package/package/gen/services/IntegrationService.js +3 -3
- package/package/gen/services/JobService.d.ts +51 -42
- package/package/gen/services/JobService.js +326 -311
- package/package/gen/services/MetricsService.d.ts +1 -1
- package/package/gen/services/MetricsService.js +4 -4
- package/package/gen/services/OauthService.d.ts +6 -6
- package/package/gen/services/OauthService.js +22 -22
- package/package/gen/services/OidcService.d.ts +1 -1
- package/package/gen/services/OidcService.js +4 -4
- package/package/gen/services/RawAppService.d.ts +6 -6
- package/package/gen/services/RawAppService.js +30 -30
- package/package/gen/services/ResourceService.d.ts +19 -19
- package/package/gen/services/ResourceService.js +77 -77
- package/package/gen/services/ScheduleService.d.ts +10 -10
- package/package/gen/services/ScheduleService.js +41 -41
- package/package/gen/services/ScriptService.d.ts +23 -23
- package/package/gen/services/ScriptService.js +104 -104
- package/package/gen/services/SettingService.d.ts +6 -6
- package/package/gen/services/SettingService.js +16 -16
- package/package/gen/services/SettingsService.js +4 -4
- package/package/gen/services/UserService.d.ts +26 -26
- package/package/gen/services/UserService.js +85 -85
- package/package/gen/services/VariableService.d.ts +9 -9
- package/package/gen/services/VariableService.js +36 -36
- package/package/gen/services/WorkerService.d.ts +2 -2
- package/package/gen/services/WorkerService.js +11 -11
- package/package/gen/services/WorkspaceService.d.ts +39 -39
- package/package/gen/services/WorkspaceService.js +118 -118
- package/package/gen/services.gen.d.ts +1928 -0
- package/package/gen/services.gen.js +5309 -0
- package/package/gen/types.gen.d.ts +6898 -0
- package/package/gen/types.gen.js +2 -0
- package/package/hub.d.ts +1 -1
- package/package/infer.d.ts +1 -1
- package/package/infer.js +2 -2
- package/package/script_helpers.d.ts +3 -3
- package/package/script_helpers.js +2 -2
- package/package/scripts.d.ts +2 -2
- package/package/scripts.js +20 -16
- package/package/stores.d.ts +1 -2
- package/package/utils.d.ts +1 -1
- package/package/utils.js +1 -1
- package/package.json +14 -6
|
@@ -14,7 +14,7 @@ export declare class JobService {
|
|
|
14
14
|
* @returns string job created
|
|
15
15
|
* @throws ApiError
|
|
16
16
|
*/
|
|
17
|
-
static runScriptByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, cacheTtl, jobId, invisibleToOwner
|
|
17
|
+
static runScriptByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, cacheTtl, jobId, invisibleToOwner }: {
|
|
18
18
|
workspace: string;
|
|
19
19
|
path: string;
|
|
20
20
|
/**
|
|
@@ -55,7 +55,7 @@ export declare class JobService {
|
|
|
55
55
|
* @returns any job result
|
|
56
56
|
* @throws ApiError
|
|
57
57
|
*/
|
|
58
|
-
static openaiSyncScriptByPath({ workspace, path, requestBody, parentJob, jobId, includeHeader, queueLimit
|
|
58
|
+
static openaiSyncScriptByPath({ workspace, path, requestBody, parentJob, jobId, includeHeader, queueLimit }: {
|
|
59
59
|
workspace: string;
|
|
60
60
|
path: string;
|
|
61
61
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class JobService {
|
|
|
87
87
|
* @returns any job result
|
|
88
88
|
* @throws ApiError
|
|
89
89
|
*/
|
|
90
|
-
static runWaitResultScriptByPath({ workspace, path, requestBody, parentJob, tag, cacheTtl, jobId, includeHeader, queueLimit
|
|
90
|
+
static runWaitResultScriptByPath({ workspace, path, requestBody, parentJob, tag, cacheTtl, jobId, includeHeader, queueLimit }: {
|
|
91
91
|
workspace: string;
|
|
92
92
|
path: string;
|
|
93
93
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class JobService {
|
|
|
127
127
|
* @returns any job result
|
|
128
128
|
* @throws ApiError
|
|
129
129
|
*/
|
|
130
|
-
static runWaitResultScriptByPathGet({ workspace, path, parentJob, tag, cacheTtl, jobId, includeHeader, queueLimit, payload
|
|
130
|
+
static runWaitResultScriptByPathGet({ workspace, path, parentJob, tag, cacheTtl, jobId, includeHeader, queueLimit, payload }: {
|
|
131
131
|
workspace: string;
|
|
132
132
|
path: string;
|
|
133
133
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class JobService {
|
|
|
169
169
|
* @returns any job result
|
|
170
170
|
* @throws ApiError
|
|
171
171
|
*/
|
|
172
|
-
static openaiSyncFlowByPath({ workspace, path, requestBody, includeHeader, queueLimit, jobId
|
|
172
|
+
static openaiSyncFlowByPath({ workspace, path, requestBody, includeHeader, queueLimit, jobId }: {
|
|
173
173
|
workspace: string;
|
|
174
174
|
path: string;
|
|
175
175
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class JobService {
|
|
|
197
197
|
* @returns any job result
|
|
198
198
|
* @throws ApiError
|
|
199
199
|
*/
|
|
200
|
-
static runWaitResultFlowByPath({ workspace, path, requestBody, includeHeader, queueLimit, jobId
|
|
200
|
+
static runWaitResultFlowByPath({ workspace, path, requestBody, includeHeader, queueLimit, jobId }: {
|
|
201
201
|
workspace: string;
|
|
202
202
|
path: string;
|
|
203
203
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class JobService {
|
|
|
225
225
|
* @returns any job result
|
|
226
226
|
* @throws ApiError
|
|
227
227
|
*/
|
|
228
|
-
static resultById({ workspace, flowJobId, nodeId
|
|
228
|
+
static resultById({ workspace, flowJobId, nodeId }: {
|
|
229
229
|
workspace: string;
|
|
230
230
|
flowJobId: string;
|
|
231
231
|
nodeId: string;
|
|
@@ -235,7 +235,7 @@ export declare class JobService {
|
|
|
235
235
|
* @returns string job created
|
|
236
236
|
* @throws ApiError
|
|
237
237
|
*/
|
|
238
|
-
static runFlowByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, jobId, includeHeader, invisibleToOwner
|
|
238
|
+
static runFlowByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, jobId, includeHeader, invisibleToOwner }: {
|
|
239
239
|
workspace: string;
|
|
240
240
|
path: string;
|
|
241
241
|
/**
|
|
@@ -278,7 +278,7 @@ export declare class JobService {
|
|
|
278
278
|
* @returns string job created
|
|
279
279
|
* @throws ApiError
|
|
280
280
|
*/
|
|
281
|
-
static restartFlowAtStep({ workspace, id, stepId, branchOrIterationN, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, jobId, includeHeader, invisibleToOwner
|
|
281
|
+
static restartFlowAtStep({ workspace, id, stepId, branchOrIterationN, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, jobId, includeHeader, invisibleToOwner }: {
|
|
282
282
|
workspace: string;
|
|
283
283
|
id: string;
|
|
284
284
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class JobService {
|
|
|
329
329
|
* @returns string job created
|
|
330
330
|
* @throws ApiError
|
|
331
331
|
*/
|
|
332
|
-
static runScriptByHash({ workspace, hash, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, cacheTtl, jobId, includeHeader, invisibleToOwner
|
|
332
|
+
static runScriptByHash({ workspace, hash, requestBody, scheduledFor, scheduledInSecs, parentJob, tag, cacheTtl, jobId, includeHeader, invisibleToOwner }: {
|
|
333
333
|
workspace: string;
|
|
334
334
|
hash: string;
|
|
335
335
|
/**
|
|
@@ -376,7 +376,7 @@ export declare class JobService {
|
|
|
376
376
|
* @returns string job created
|
|
377
377
|
* @throws ApiError
|
|
378
378
|
*/
|
|
379
|
-
static runScriptPreview({ workspace, requestBody, includeHeader, invisibleToOwner, jobId
|
|
379
|
+
static runScriptPreview({ workspace, requestBody, includeHeader, invisibleToOwner, jobId }: {
|
|
380
380
|
workspace: string;
|
|
381
381
|
/**
|
|
382
382
|
* preview
|
|
@@ -402,7 +402,7 @@ export declare class JobService {
|
|
|
402
402
|
* @returns string job created
|
|
403
403
|
* @throws ApiError
|
|
404
404
|
*/
|
|
405
|
-
static runCodeWorkflowTask({ workspace, jobId, entrypoint, requestBody
|
|
405
|
+
static runCodeWorkflowTask({ workspace, jobId, entrypoint, requestBody }: {
|
|
406
406
|
workspace: string;
|
|
407
407
|
jobId: string;
|
|
408
408
|
entrypoint: string;
|
|
@@ -416,7 +416,7 @@ export declare class JobService {
|
|
|
416
416
|
* @returns any dependency job result
|
|
417
417
|
* @throws ApiError
|
|
418
418
|
*/
|
|
419
|
-
static runRawScriptDependencies({ workspace, requestBody
|
|
419
|
+
static runRawScriptDependencies({ workspace, requestBody }: {
|
|
420
420
|
workspace: string;
|
|
421
421
|
/**
|
|
422
422
|
* raw script content
|
|
@@ -433,7 +433,7 @@ export declare class JobService {
|
|
|
433
433
|
* @returns string job created
|
|
434
434
|
* @throws ApiError
|
|
435
435
|
*/
|
|
436
|
-
static runFlowPreview({ workspace, requestBody, includeHeader, invisibleToOwner, jobId
|
|
436
|
+
static runFlowPreview({ workspace, requestBody, includeHeader, invisibleToOwner, jobId }: {
|
|
437
437
|
workspace: string;
|
|
438
438
|
/**
|
|
439
439
|
* preview
|
|
@@ -459,7 +459,7 @@ export declare class JobService {
|
|
|
459
459
|
* @returns QueuedJob All queued jobs
|
|
460
460
|
* @throws ApiError
|
|
461
461
|
*/
|
|
462
|
-
static listQueue({ workspace, orderDesc, createdBy, parentJob, scriptPathExact, scriptPathStart, schedulePath, scriptHash, startedBefore, startedAfter, success, scheduledForBeforeNow, jobKinds, suspended, running, args, result, tag, page, perPage, allWorkspaces
|
|
462
|
+
static listQueue({ workspace, orderDesc, createdBy, parentJob, scriptPathExact, scriptPathStart, schedulePath, scriptHash, startedBefore, startedAfter, success, scheduledForBeforeNow, jobKinds, suspended, running, args, result, tag, page, perPage, allWorkspaces }: {
|
|
463
463
|
workspace: string;
|
|
464
464
|
/**
|
|
465
465
|
* order by desc order (default true)
|
|
@@ -547,7 +547,7 @@ export declare class JobService {
|
|
|
547
547
|
* @returns any queue count
|
|
548
548
|
* @throws ApiError
|
|
549
549
|
*/
|
|
550
|
-
static getQueueCount({ workspace, allWorkspaces
|
|
550
|
+
static getQueueCount({ workspace, allWorkspaces }: {
|
|
551
551
|
workspace: string;
|
|
552
552
|
/**
|
|
553
553
|
* get jobs from all workspaces (only valid if request come from the `admins` workspace)
|
|
@@ -561,7 +561,7 @@ export declare class JobService {
|
|
|
561
561
|
* @returns any completed count
|
|
562
562
|
* @throws ApiError
|
|
563
563
|
*/
|
|
564
|
-
static getCompletedCount({ workspace
|
|
564
|
+
static getCompletedCount({ workspace }: {
|
|
565
565
|
workspace: string;
|
|
566
566
|
}): CancelablePromise<{
|
|
567
567
|
database_length: number;
|
|
@@ -571,7 +571,7 @@ export declare class JobService {
|
|
|
571
571
|
* @returns string uuids of canceled jobs
|
|
572
572
|
* @throws ApiError
|
|
573
573
|
*/
|
|
574
|
-
static cancelAll({ workspace
|
|
574
|
+
static cancelAll({ workspace }: {
|
|
575
575
|
workspace: string;
|
|
576
576
|
}): CancelablePromise<Array<string>>;
|
|
577
577
|
/**
|
|
@@ -579,7 +579,7 @@ export declare class JobService {
|
|
|
579
579
|
* @returns CompletedJob All completed jobs
|
|
580
580
|
* @throws ApiError
|
|
581
581
|
*/
|
|
582
|
-
static listCompletedJobs({ workspace, orderDesc, createdBy, parentJob, scriptPathExact, scriptPathStart, schedulePath, scriptHash, startedBefore, startedAfter, success, jobKinds, args, result, tag, page, perPage, isSkipped, isFlowStep, hasNullParent
|
|
582
|
+
static listCompletedJobs({ workspace, orderDesc, createdBy, parentJob, scriptPathExact, scriptPathStart, schedulePath, scriptHash, startedBefore, startedAfter, success, jobKinds, args, result, tag, page, perPage, isSkipped, isFlowStep, hasNullParent }: {
|
|
583
583
|
workspace: string;
|
|
584
584
|
/**
|
|
585
585
|
* order by desc order (default true)
|
|
@@ -663,7 +663,7 @@ export declare class JobService {
|
|
|
663
663
|
* @returns Job All jobs
|
|
664
664
|
* @throws ApiError
|
|
665
665
|
*/
|
|
666
|
-
static listJobs({ workspace, createdBy, parentJob, scriptPathExact, scriptPathStart, schedulePath, scriptHash, startedBefore, startedAfter, createdOrStartedBefore, running, scheduledForBeforeNow, createdOrStartedAfter, jobKinds, args, tag, result, page, perPage, isSkipped, isFlowStep, hasNullParent, success, allWorkspaces
|
|
666
|
+
static listJobs({ workspace, createdBy, parentJob, scriptPathExact, scriptPathStart, schedulePath, scriptHash, startedBefore, startedAfter, createdOrStartedBefore, running, scheduledForBeforeNow, createdOrStartedAfter, jobKinds, args, tag, result, page, perPage, isSkipped, isFlowStep, hasNullParent, success, allWorkspaces }: {
|
|
667
667
|
workspace: string;
|
|
668
668
|
/**
|
|
669
669
|
* mask to filter exact matching user creator
|
|
@@ -769,7 +769,7 @@ export declare class JobService {
|
|
|
769
769
|
* @returns Job job details
|
|
770
770
|
* @throws ApiError
|
|
771
771
|
*/
|
|
772
|
-
static getJob({ workspace, id, noLogs
|
|
772
|
+
static getJob({ workspace, id, noLogs }: {
|
|
773
773
|
workspace: string;
|
|
774
774
|
id: string;
|
|
775
775
|
noLogs?: boolean;
|
|
@@ -779,7 +779,7 @@ export declare class JobService {
|
|
|
779
779
|
* @returns string get root job id
|
|
780
780
|
* @throws ApiError
|
|
781
781
|
*/
|
|
782
|
-
static getRootJobId({ workspace, id
|
|
782
|
+
static getRootJobId({ workspace, id }: {
|
|
783
783
|
workspace: string;
|
|
784
784
|
id: string;
|
|
785
785
|
}): CancelablePromise<string>;
|
|
@@ -788,7 +788,7 @@ export declare class JobService {
|
|
|
788
788
|
* @returns string job details
|
|
789
789
|
* @throws ApiError
|
|
790
790
|
*/
|
|
791
|
-
static getJobLogs({ workspace, id
|
|
791
|
+
static getJobLogs({ workspace, id }: {
|
|
792
792
|
workspace: string;
|
|
793
793
|
id: string;
|
|
794
794
|
}): CancelablePromise<string>;
|
|
@@ -797,7 +797,7 @@ export declare class JobService {
|
|
|
797
797
|
* @returns any job details
|
|
798
798
|
* @throws ApiError
|
|
799
799
|
*/
|
|
800
|
-
static getJobUpdates({ workspace, id, running, logOffset
|
|
800
|
+
static getJobUpdates({ workspace, id, running, logOffset }: {
|
|
801
801
|
workspace: string;
|
|
802
802
|
id: string;
|
|
803
803
|
running?: boolean;
|
|
@@ -810,12 +810,21 @@ export declare class JobService {
|
|
|
810
810
|
mem_peak?: number;
|
|
811
811
|
flow_status?: WorkflowStatusRecord;
|
|
812
812
|
}>;
|
|
813
|
+
/**
|
|
814
|
+
* get log file from object store
|
|
815
|
+
* @returns any job log
|
|
816
|
+
* @throws ApiError
|
|
817
|
+
*/
|
|
818
|
+
static getLogFileFromStore({ workspace, path }: {
|
|
819
|
+
workspace: string;
|
|
820
|
+
path?: string;
|
|
821
|
+
}): CancelablePromise<any>;
|
|
813
822
|
/**
|
|
814
823
|
* get flow debug info
|
|
815
824
|
* @returns any flow debug info details
|
|
816
825
|
* @throws ApiError
|
|
817
826
|
*/
|
|
818
|
-
static getFlowDebugInfo({ workspace, id
|
|
827
|
+
static getFlowDebugInfo({ workspace, id }: {
|
|
819
828
|
workspace: string;
|
|
820
829
|
id: string;
|
|
821
830
|
}): CancelablePromise<any>;
|
|
@@ -824,7 +833,7 @@ export declare class JobService {
|
|
|
824
833
|
* @returns CompletedJob job details
|
|
825
834
|
* @throws ApiError
|
|
826
835
|
*/
|
|
827
|
-
static getCompletedJob({ workspace, id
|
|
836
|
+
static getCompletedJob({ workspace, id }: {
|
|
828
837
|
workspace: string;
|
|
829
838
|
id: string;
|
|
830
839
|
}): CancelablePromise<CompletedJob>;
|
|
@@ -833,7 +842,7 @@ export declare class JobService {
|
|
|
833
842
|
* @returns any result
|
|
834
843
|
* @throws ApiError
|
|
835
844
|
*/
|
|
836
|
-
static getCompletedJobResult({ workspace, id
|
|
845
|
+
static getCompletedJobResult({ workspace, id }: {
|
|
837
846
|
workspace: string;
|
|
838
847
|
id: string;
|
|
839
848
|
}): CancelablePromise<any>;
|
|
@@ -842,7 +851,7 @@ export declare class JobService {
|
|
|
842
851
|
* @returns any result
|
|
843
852
|
* @throws ApiError
|
|
844
853
|
*/
|
|
845
|
-
static getCompletedJobResultMaybe({ workspace, id, getStarted
|
|
854
|
+
static getCompletedJobResultMaybe({ workspace, id, getStarted }: {
|
|
846
855
|
workspace: string;
|
|
847
856
|
id: string;
|
|
848
857
|
getStarted?: boolean;
|
|
@@ -857,7 +866,7 @@ export declare class JobService {
|
|
|
857
866
|
* @returns CompletedJob job details
|
|
858
867
|
* @throws ApiError
|
|
859
868
|
*/
|
|
860
|
-
static deleteCompletedJob({ workspace, id
|
|
869
|
+
static deleteCompletedJob({ workspace, id }: {
|
|
861
870
|
workspace: string;
|
|
862
871
|
id: string;
|
|
863
872
|
}): CancelablePromise<CompletedJob>;
|
|
@@ -866,7 +875,7 @@ export declare class JobService {
|
|
|
866
875
|
* @returns string job canceled
|
|
867
876
|
* @throws ApiError
|
|
868
877
|
*/
|
|
869
|
-
static cancelQueuedJob({ workspace, id, requestBody
|
|
878
|
+
static cancelQueuedJob({ workspace, id, requestBody }: {
|
|
870
879
|
workspace: string;
|
|
871
880
|
id: string;
|
|
872
881
|
/**
|
|
@@ -881,7 +890,7 @@ export declare class JobService {
|
|
|
881
890
|
* @returns string persistent job scaled down to zero
|
|
882
891
|
* @throws ApiError
|
|
883
892
|
*/
|
|
884
|
-
static cancelPersistentQueuedJobs({ workspace, path, requestBody
|
|
893
|
+
static cancelPersistentQueuedJobs({ workspace, path, requestBody }: {
|
|
885
894
|
workspace: string;
|
|
886
895
|
path: string;
|
|
887
896
|
/**
|
|
@@ -896,7 +905,7 @@ export declare class JobService {
|
|
|
896
905
|
* @returns string job canceled
|
|
897
906
|
* @throws ApiError
|
|
898
907
|
*/
|
|
899
|
-
static forceCancelQueuedJob({ workspace, id, requestBody
|
|
908
|
+
static forceCancelQueuedJob({ workspace, id, requestBody }: {
|
|
900
909
|
workspace: string;
|
|
901
910
|
id: string;
|
|
902
911
|
/**
|
|
@@ -911,7 +920,7 @@ export declare class JobService {
|
|
|
911
920
|
* @returns string job signature
|
|
912
921
|
* @throws ApiError
|
|
913
922
|
*/
|
|
914
|
-
static createJobSignature({ workspace, id, resumeId, approver
|
|
923
|
+
static createJobSignature({ workspace, id, resumeId, approver }: {
|
|
915
924
|
workspace: string;
|
|
916
925
|
id: string;
|
|
917
926
|
resumeId: number;
|
|
@@ -922,7 +931,7 @@ export declare class JobService {
|
|
|
922
931
|
* @returns any url endpoints
|
|
923
932
|
* @throws ApiError
|
|
924
933
|
*/
|
|
925
|
-
static getResumeUrls({ workspace, id, resumeId, approver
|
|
934
|
+
static getResumeUrls({ workspace, id, resumeId, approver }: {
|
|
926
935
|
workspace: string;
|
|
927
936
|
id: string;
|
|
928
937
|
resumeId: number;
|
|
@@ -937,7 +946,7 @@ export declare class JobService {
|
|
|
937
946
|
* @returns string job resumed
|
|
938
947
|
* @throws ApiError
|
|
939
948
|
*/
|
|
940
|
-
static resumeSuspendedJobGet({ workspace, id, resumeId, signature, payload, approver
|
|
949
|
+
static resumeSuspendedJobGet({ workspace, id, resumeId, signature, payload, approver }: {
|
|
941
950
|
workspace: string;
|
|
942
951
|
id: string;
|
|
943
952
|
resumeId: number;
|
|
@@ -955,7 +964,7 @@ export declare class JobService {
|
|
|
955
964
|
* @returns string job resumed
|
|
956
965
|
* @throws ApiError
|
|
957
966
|
*/
|
|
958
|
-
static resumeSuspendedJobPost({ workspace, id, resumeId, signature, requestBody, approver
|
|
967
|
+
static resumeSuspendedJobPost({ workspace, id, resumeId, signature, requestBody, approver }: {
|
|
959
968
|
workspace: string;
|
|
960
969
|
id: string;
|
|
961
970
|
resumeId: number;
|
|
@@ -968,7 +977,7 @@ export declare class JobService {
|
|
|
968
977
|
* @returns string flow user state updated
|
|
969
978
|
* @throws ApiError
|
|
970
979
|
*/
|
|
971
|
-
static setFlowUserState({ workspace, id, key, requestBody
|
|
980
|
+
static setFlowUserState({ workspace, id, key, requestBody }: {
|
|
972
981
|
workspace: string;
|
|
973
982
|
id: string;
|
|
974
983
|
key: string;
|
|
@@ -982,7 +991,7 @@ export declare class JobService {
|
|
|
982
991
|
* @returns any flow user state updated
|
|
983
992
|
* @throws ApiError
|
|
984
993
|
*/
|
|
985
|
-
static getFlowUserState({ workspace, id, key
|
|
994
|
+
static getFlowUserState({ workspace, id, key }: {
|
|
986
995
|
workspace: string;
|
|
987
996
|
id: string;
|
|
988
997
|
key: string;
|
|
@@ -992,7 +1001,7 @@ export declare class JobService {
|
|
|
992
1001
|
* @returns string job resumed
|
|
993
1002
|
* @throws ApiError
|
|
994
1003
|
*/
|
|
995
|
-
static resumeSuspendedFlowAsOwner({ workspace, id, requestBody
|
|
1004
|
+
static resumeSuspendedFlowAsOwner({ workspace, id, requestBody }: {
|
|
996
1005
|
workspace: string;
|
|
997
1006
|
id: string;
|
|
998
1007
|
requestBody: Record<string, any>;
|
|
@@ -1002,7 +1011,7 @@ export declare class JobService {
|
|
|
1002
1011
|
* @returns string job canceled
|
|
1003
1012
|
* @throws ApiError
|
|
1004
1013
|
*/
|
|
1005
|
-
static cancelSuspendedJobGet({ workspace, id, resumeId, signature, approver
|
|
1014
|
+
static cancelSuspendedJobGet({ workspace, id, resumeId, signature, approver }: {
|
|
1006
1015
|
workspace: string;
|
|
1007
1016
|
id: string;
|
|
1008
1017
|
resumeId: number;
|
|
@@ -1014,7 +1023,7 @@ export declare class JobService {
|
|
|
1014
1023
|
* @returns string job canceled
|
|
1015
1024
|
* @throws ApiError
|
|
1016
1025
|
*/
|
|
1017
|
-
static cancelSuspendedJobPost({ workspace, id, resumeId, signature, requestBody, approver
|
|
1026
|
+
static cancelSuspendedJobPost({ workspace, id, resumeId, signature, requestBody, approver }: {
|
|
1018
1027
|
workspace: string;
|
|
1019
1028
|
id: string;
|
|
1020
1029
|
resumeId: number;
|
|
@@ -1027,7 +1036,7 @@ export declare class JobService {
|
|
|
1027
1036
|
* @returns any parent flow details
|
|
1028
1037
|
* @throws ApiError
|
|
1029
1038
|
*/
|
|
1030
|
-
static getSuspendedJobFlow({ workspace, id, resumeId, signature, approver
|
|
1039
|
+
static getSuspendedJobFlow({ workspace, id, resumeId, signature, approver }: {
|
|
1031
1040
|
workspace: string;
|
|
1032
1041
|
id: string;
|
|
1033
1042
|
resumeId: number;
|