windmill-components 1.306.13 → 1.309.2
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 +6 -6
|
@@ -9,7 +9,7 @@ export class FlowService {
|
|
|
9
9
|
static listHubFlows() {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'GET',
|
|
12
|
-
url: '/flows/hub/list'
|
|
12
|
+
url: '/flows/hub/list'
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
@@ -17,13 +17,13 @@ export class FlowService {
|
|
|
17
17
|
* @returns any flow
|
|
18
18
|
* @throws ApiError
|
|
19
19
|
*/
|
|
20
|
-
static getHubFlowById({ id
|
|
20
|
+
static getHubFlowById({ id }) {
|
|
21
21
|
return __request(OpenAPI, {
|
|
22
22
|
method: 'GET',
|
|
23
23
|
url: '/flows/hub/get/{id}',
|
|
24
24
|
path: {
|
|
25
|
-
|
|
26
|
-
}
|
|
25
|
+
id: id
|
|
26
|
+
}
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
@@ -31,13 +31,13 @@ export class FlowService {
|
|
|
31
31
|
* @returns string list of flow paths
|
|
32
32
|
* @throws ApiError
|
|
33
33
|
*/
|
|
34
|
-
static listFlowPaths({ workspace
|
|
34
|
+
static listFlowPaths({ workspace }) {
|
|
35
35
|
return __request(OpenAPI, {
|
|
36
36
|
method: 'GET',
|
|
37
37
|
url: '/w/{workspace}/flows/list_paths',
|
|
38
38
|
path: {
|
|
39
|
-
|
|
40
|
-
}
|
|
39
|
+
workspace: workspace
|
|
40
|
+
}
|
|
41
41
|
});
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
@@ -45,13 +45,13 @@ export class FlowService {
|
|
|
45
45
|
* @returns any flow list
|
|
46
46
|
* @throws ApiError
|
|
47
47
|
*/
|
|
48
|
-
static listSearchFlow({ workspace
|
|
48
|
+
static listSearchFlow({ workspace }) {
|
|
49
49
|
return __request(OpenAPI, {
|
|
50
50
|
method: 'GET',
|
|
51
51
|
url: '/w/{workspace}/flows/list_search',
|
|
52
52
|
path: {
|
|
53
|
-
|
|
54
|
-
}
|
|
53
|
+
workspace: workspace
|
|
54
|
+
}
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
@@ -59,23 +59,23 @@ export class FlowService {
|
|
|
59
59
|
* @returns any All flow
|
|
60
60
|
* @throws ApiError
|
|
61
61
|
*/
|
|
62
|
-
static listFlows({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, showArchived, starredOnly
|
|
62
|
+
static listFlows({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, showArchived, starredOnly }) {
|
|
63
63
|
return __request(OpenAPI, {
|
|
64
64
|
method: 'GET',
|
|
65
65
|
url: '/w/{workspace}/flows/list',
|
|
66
66
|
path: {
|
|
67
|
-
|
|
67
|
+
workspace: workspace
|
|
68
68
|
},
|
|
69
69
|
query: {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
70
|
+
page: page,
|
|
71
|
+
per_page: perPage,
|
|
72
|
+
order_desc: orderDesc,
|
|
73
|
+
created_by: createdBy,
|
|
74
|
+
path_start: pathStart,
|
|
75
|
+
path_exact: pathExact,
|
|
76
|
+
show_archived: showArchived,
|
|
77
|
+
starred_only: starredOnly
|
|
78
|
+
}
|
|
79
79
|
});
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
@@ -83,14 +83,14 @@ export class FlowService {
|
|
|
83
83
|
* @returns Flow flow details
|
|
84
84
|
* @throws ApiError
|
|
85
85
|
*/
|
|
86
|
-
static getFlowByPath({ workspace, path
|
|
86
|
+
static getFlowByPath({ workspace, path }) {
|
|
87
87
|
return __request(OpenAPI, {
|
|
88
88
|
method: 'GET',
|
|
89
89
|
url: '/w/{workspace}/flows/get/{path}',
|
|
90
90
|
path: {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
91
|
+
workspace: workspace,
|
|
92
|
+
path: path
|
|
93
|
+
}
|
|
94
94
|
});
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
@@ -98,16 +98,16 @@ export class FlowService {
|
|
|
98
98
|
* @returns string error handler toggled
|
|
99
99
|
* @throws ApiError
|
|
100
100
|
*/
|
|
101
|
-
static toggleWorkspaceErrorHandlerForFlow({ workspace, path, requestBody
|
|
101
|
+
static toggleWorkspaceErrorHandlerForFlow({ workspace, path, requestBody }) {
|
|
102
102
|
return __request(OpenAPI, {
|
|
103
103
|
method: 'POST',
|
|
104
104
|
url: '/w/{workspace}/flows/toggle_workspace_error_handler/{path}',
|
|
105
105
|
path: {
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
workspace: workspace,
|
|
107
|
+
path: path
|
|
108
108
|
},
|
|
109
109
|
body: requestBody,
|
|
110
|
-
mediaType: 'application/json'
|
|
110
|
+
mediaType: 'application/json'
|
|
111
111
|
});
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
@@ -115,14 +115,14 @@ export class FlowService {
|
|
|
115
115
|
* @returns any flow details with draft
|
|
116
116
|
* @throws ApiError
|
|
117
117
|
*/
|
|
118
|
-
static getFlowByPathWithDraft({ workspace, path
|
|
118
|
+
static getFlowByPathWithDraft({ workspace, path }) {
|
|
119
119
|
return __request(OpenAPI, {
|
|
120
120
|
method: 'GET',
|
|
121
121
|
url: '/w/{workspace}/flows/get/draft/{path}',
|
|
122
122
|
path: {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
123
|
+
workspace: workspace,
|
|
124
|
+
path: path
|
|
125
|
+
}
|
|
126
126
|
});
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
@@ -130,14 +130,14 @@ export class FlowService {
|
|
|
130
130
|
* @returns boolean flow details
|
|
131
131
|
* @throws ApiError
|
|
132
132
|
*/
|
|
133
|
-
static existsFlowByPath({ workspace, path
|
|
133
|
+
static existsFlowByPath({ workspace, path }) {
|
|
134
134
|
return __request(OpenAPI, {
|
|
135
135
|
method: 'GET',
|
|
136
136
|
url: '/w/{workspace}/flows/exists/{path}',
|
|
137
137
|
path: {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
138
|
+
workspace: workspace,
|
|
139
|
+
path: path
|
|
140
|
+
}
|
|
141
141
|
});
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
@@ -145,15 +145,15 @@ export class FlowService {
|
|
|
145
145
|
* @returns string flow created
|
|
146
146
|
* @throws ApiError
|
|
147
147
|
*/
|
|
148
|
-
static createFlow({ workspace, requestBody
|
|
148
|
+
static createFlow({ workspace, requestBody }) {
|
|
149
149
|
return __request(OpenAPI, {
|
|
150
150
|
method: 'POST',
|
|
151
151
|
url: '/w/{workspace}/flows/create',
|
|
152
152
|
path: {
|
|
153
|
-
|
|
153
|
+
workspace: workspace
|
|
154
154
|
},
|
|
155
155
|
body: requestBody,
|
|
156
|
-
mediaType: 'application/json'
|
|
156
|
+
mediaType: 'application/json'
|
|
157
157
|
});
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
@@ -161,16 +161,16 @@ export class FlowService {
|
|
|
161
161
|
* @returns string flow updated
|
|
162
162
|
* @throws ApiError
|
|
163
163
|
*/
|
|
164
|
-
static updateFlow({ workspace, path, requestBody
|
|
164
|
+
static updateFlow({ workspace, path, requestBody }) {
|
|
165
165
|
return __request(OpenAPI, {
|
|
166
166
|
method: 'POST',
|
|
167
167
|
url: '/w/{workspace}/flows/update/{path}',
|
|
168
168
|
path: {
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
workspace: workspace,
|
|
170
|
+
path: path
|
|
171
171
|
},
|
|
172
172
|
body: requestBody,
|
|
173
|
-
mediaType: 'application/json'
|
|
173
|
+
mediaType: 'application/json'
|
|
174
174
|
});
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
@@ -178,16 +178,16 @@ export class FlowService {
|
|
|
178
178
|
* @returns string flow archived
|
|
179
179
|
* @throws ApiError
|
|
180
180
|
*/
|
|
181
|
-
static archiveFlowByPath({ workspace, path, requestBody
|
|
181
|
+
static archiveFlowByPath({ workspace, path, requestBody }) {
|
|
182
182
|
return __request(OpenAPI, {
|
|
183
183
|
method: 'POST',
|
|
184
184
|
url: '/w/{workspace}/flows/archive/{path}',
|
|
185
185
|
path: {
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
workspace: workspace,
|
|
187
|
+
path: path
|
|
188
188
|
},
|
|
189
189
|
body: requestBody,
|
|
190
|
-
mediaType: 'application/json'
|
|
190
|
+
mediaType: 'application/json'
|
|
191
191
|
});
|
|
192
192
|
}
|
|
193
193
|
/**
|
|
@@ -195,14 +195,14 @@ export class FlowService {
|
|
|
195
195
|
* @returns string flow delete
|
|
196
196
|
* @throws ApiError
|
|
197
197
|
*/
|
|
198
|
-
static deleteFlowByPath({ workspace, path
|
|
198
|
+
static deleteFlowByPath({ workspace, path }) {
|
|
199
199
|
return __request(OpenAPI, {
|
|
200
200
|
method: 'DELETE',
|
|
201
201
|
url: '/w/{workspace}/flows/delete/{path}',
|
|
202
202
|
path: {
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
}
|
|
203
|
+
workspace: workspace,
|
|
204
|
+
path: path
|
|
205
|
+
}
|
|
206
206
|
});
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
@@ -210,18 +210,18 @@ export class FlowService {
|
|
|
210
210
|
* @returns Input input history for completed jobs with this flow path
|
|
211
211
|
* @throws ApiError
|
|
212
212
|
*/
|
|
213
|
-
static getFlowInputHistoryByPath({ workspace, path, page, perPage
|
|
213
|
+
static getFlowInputHistoryByPath({ workspace, path, page, perPage }) {
|
|
214
214
|
return __request(OpenAPI, {
|
|
215
215
|
method: 'GET',
|
|
216
216
|
url: '/w/{workspace}/flows/input_history/p/{path}',
|
|
217
217
|
path: {
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
workspace: workspace,
|
|
219
|
+
path: path
|
|
220
220
|
},
|
|
221
221
|
query: {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
}
|
|
222
|
+
page: page,
|
|
223
|
+
per_page: perPage
|
|
224
|
+
}
|
|
225
225
|
});
|
|
226
226
|
}
|
|
227
227
|
}
|
|
@@ -6,7 +6,7 @@ export declare class FolderService {
|
|
|
6
6
|
* @returns Folder folder list
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static listFolders({ workspace, page, perPage
|
|
9
|
+
static listFolders({ workspace, page, perPage }: {
|
|
10
10
|
workspace: string;
|
|
11
11
|
/**
|
|
12
12
|
* which page to return (start at 1, default 1)
|
|
@@ -22,7 +22,7 @@ export declare class FolderService {
|
|
|
22
22
|
* @returns string folder list
|
|
23
23
|
* @throws ApiError
|
|
24
24
|
*/
|
|
25
|
-
static listFolderNames({ workspace, onlyMemberOf
|
|
25
|
+
static listFolderNames({ workspace, onlyMemberOf }: {
|
|
26
26
|
workspace: string;
|
|
27
27
|
/**
|
|
28
28
|
* only list the folders the user is member of (default false)
|
|
@@ -34,7 +34,7 @@ export declare class FolderService {
|
|
|
34
34
|
* @returns string folder created
|
|
35
35
|
* @throws ApiError
|
|
36
36
|
*/
|
|
37
|
-
static createFolder({ workspace, requestBody
|
|
37
|
+
static createFolder({ workspace, requestBody }: {
|
|
38
38
|
workspace: string;
|
|
39
39
|
/**
|
|
40
40
|
* create folder
|
|
@@ -50,7 +50,7 @@ export declare class FolderService {
|
|
|
50
50
|
* @returns string folder updated
|
|
51
51
|
* @throws ApiError
|
|
52
52
|
*/
|
|
53
|
-
static updateFolder({ workspace, name, requestBody
|
|
53
|
+
static updateFolder({ workspace, name, requestBody }: {
|
|
54
54
|
workspace: string;
|
|
55
55
|
name: string;
|
|
56
56
|
/**
|
|
@@ -66,7 +66,7 @@ export declare class FolderService {
|
|
|
66
66
|
* @returns string folder deleted
|
|
67
67
|
* @throws ApiError
|
|
68
68
|
*/
|
|
69
|
-
static deleteFolder({ workspace, name
|
|
69
|
+
static deleteFolder({ workspace, name }: {
|
|
70
70
|
workspace: string;
|
|
71
71
|
name: string;
|
|
72
72
|
}): CancelablePromise<string>;
|
|
@@ -75,7 +75,7 @@ export declare class FolderService {
|
|
|
75
75
|
* @returns Folder folder
|
|
76
76
|
* @throws ApiError
|
|
77
77
|
*/
|
|
78
|
-
static getFolder({ workspace, name
|
|
78
|
+
static getFolder({ workspace, name }: {
|
|
79
79
|
workspace: string;
|
|
80
80
|
name: string;
|
|
81
81
|
}): CancelablePromise<Folder>;
|
|
@@ -84,7 +84,7 @@ export declare class FolderService {
|
|
|
84
84
|
* @returns any folder
|
|
85
85
|
* @throws ApiError
|
|
86
86
|
*/
|
|
87
|
-
static getFolderUsage({ workspace, name
|
|
87
|
+
static getFolderUsage({ workspace, name }: {
|
|
88
88
|
workspace: string;
|
|
89
89
|
name: string;
|
|
90
90
|
}): CancelablePromise<{
|
|
@@ -100,7 +100,7 @@ export declare class FolderService {
|
|
|
100
100
|
* @returns string owner added to folder
|
|
101
101
|
* @throws ApiError
|
|
102
102
|
*/
|
|
103
|
-
static addOwnerToFolder({ workspace, name, requestBody
|
|
103
|
+
static addOwnerToFolder({ workspace, name, requestBody }: {
|
|
104
104
|
workspace: string;
|
|
105
105
|
name: string;
|
|
106
106
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class FolderService {
|
|
|
115
115
|
* @returns string owner removed from folder
|
|
116
116
|
* @throws ApiError
|
|
117
117
|
*/
|
|
118
|
-
static removeOwnerToFolder({ workspace, name, requestBody
|
|
118
|
+
static removeOwnerToFolder({ workspace, name, requestBody }: {
|
|
119
119
|
workspace: string;
|
|
120
120
|
name: string;
|
|
121
121
|
/**
|
|
@@ -6,17 +6,17 @@ export class FolderService {
|
|
|
6
6
|
* @returns Folder folder list
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static listFolders({ workspace, page, perPage
|
|
9
|
+
static listFolders({ workspace, page, perPage }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'GET',
|
|
12
12
|
url: '/w/{workspace}/folders/list',
|
|
13
13
|
path: {
|
|
14
|
-
|
|
14
|
+
workspace: workspace
|
|
15
15
|
},
|
|
16
16
|
query: {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
17
|
+
page: page,
|
|
18
|
+
per_page: perPage
|
|
19
|
+
}
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
@@ -24,16 +24,16 @@ export class FolderService {
|
|
|
24
24
|
* @returns string folder list
|
|
25
25
|
* @throws ApiError
|
|
26
26
|
*/
|
|
27
|
-
static listFolderNames({ workspace, onlyMemberOf
|
|
27
|
+
static listFolderNames({ workspace, onlyMemberOf }) {
|
|
28
28
|
return __request(OpenAPI, {
|
|
29
29
|
method: 'GET',
|
|
30
30
|
url: '/w/{workspace}/folders/listnames',
|
|
31
31
|
path: {
|
|
32
|
-
|
|
32
|
+
workspace: workspace
|
|
33
33
|
},
|
|
34
34
|
query: {
|
|
35
|
-
|
|
36
|
-
}
|
|
35
|
+
only_member_of: onlyMemberOf
|
|
36
|
+
}
|
|
37
37
|
});
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
@@ -41,15 +41,15 @@ export class FolderService {
|
|
|
41
41
|
* @returns string folder created
|
|
42
42
|
* @throws ApiError
|
|
43
43
|
*/
|
|
44
|
-
static createFolder({ workspace, requestBody
|
|
44
|
+
static createFolder({ workspace, requestBody }) {
|
|
45
45
|
return __request(OpenAPI, {
|
|
46
46
|
method: 'POST',
|
|
47
47
|
url: '/w/{workspace}/folders/create',
|
|
48
48
|
path: {
|
|
49
|
-
|
|
49
|
+
workspace: workspace
|
|
50
50
|
},
|
|
51
51
|
body: requestBody,
|
|
52
|
-
mediaType: 'application/json'
|
|
52
|
+
mediaType: 'application/json'
|
|
53
53
|
});
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
@@ -57,16 +57,16 @@ export class FolderService {
|
|
|
57
57
|
* @returns string folder updated
|
|
58
58
|
* @throws ApiError
|
|
59
59
|
*/
|
|
60
|
-
static updateFolder({ workspace, name, requestBody
|
|
60
|
+
static updateFolder({ workspace, name, requestBody }) {
|
|
61
61
|
return __request(OpenAPI, {
|
|
62
62
|
method: 'POST',
|
|
63
63
|
url: '/w/{workspace}/folders/update/{name}',
|
|
64
64
|
path: {
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
workspace: workspace,
|
|
66
|
+
name: name
|
|
67
67
|
},
|
|
68
68
|
body: requestBody,
|
|
69
|
-
mediaType: 'application/json'
|
|
69
|
+
mediaType: 'application/json'
|
|
70
70
|
});
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
@@ -74,14 +74,14 @@ export class FolderService {
|
|
|
74
74
|
* @returns string folder deleted
|
|
75
75
|
* @throws ApiError
|
|
76
76
|
*/
|
|
77
|
-
static deleteFolder({ workspace, name
|
|
77
|
+
static deleteFolder({ workspace, name }) {
|
|
78
78
|
return __request(OpenAPI, {
|
|
79
79
|
method: 'DELETE',
|
|
80
80
|
url: '/w/{workspace}/folders/delete/{name}',
|
|
81
81
|
path: {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
82
|
+
workspace: workspace,
|
|
83
|
+
name: name
|
|
84
|
+
}
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
@@ -89,14 +89,14 @@ export class FolderService {
|
|
|
89
89
|
* @returns Folder folder
|
|
90
90
|
* @throws ApiError
|
|
91
91
|
*/
|
|
92
|
-
static getFolder({ workspace, name
|
|
92
|
+
static getFolder({ workspace, name }) {
|
|
93
93
|
return __request(OpenAPI, {
|
|
94
94
|
method: 'GET',
|
|
95
95
|
url: '/w/{workspace}/folders/get/{name}',
|
|
96
96
|
path: {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
97
|
+
workspace: workspace,
|
|
98
|
+
name: name
|
|
99
|
+
}
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
@@ -104,14 +104,14 @@ export class FolderService {
|
|
|
104
104
|
* @returns any folder
|
|
105
105
|
* @throws ApiError
|
|
106
106
|
*/
|
|
107
|
-
static getFolderUsage({ workspace, name
|
|
107
|
+
static getFolderUsage({ workspace, name }) {
|
|
108
108
|
return __request(OpenAPI, {
|
|
109
109
|
method: 'GET',
|
|
110
110
|
url: '/w/{workspace}/folders/getusage/{name}',
|
|
111
111
|
path: {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
112
|
+
workspace: workspace,
|
|
113
|
+
name: name
|
|
114
|
+
}
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
@@ -119,16 +119,16 @@ export class FolderService {
|
|
|
119
119
|
* @returns string owner added to folder
|
|
120
120
|
* @throws ApiError
|
|
121
121
|
*/
|
|
122
|
-
static addOwnerToFolder({ workspace, name, requestBody
|
|
122
|
+
static addOwnerToFolder({ workspace, name, requestBody }) {
|
|
123
123
|
return __request(OpenAPI, {
|
|
124
124
|
method: 'POST',
|
|
125
125
|
url: '/w/{workspace}/folders/addowner/{name}',
|
|
126
126
|
path: {
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
workspace: workspace,
|
|
128
|
+
name: name
|
|
129
129
|
},
|
|
130
130
|
body: requestBody,
|
|
131
|
-
mediaType: 'application/json'
|
|
131
|
+
mediaType: 'application/json'
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
@@ -136,16 +136,16 @@ export class FolderService {
|
|
|
136
136
|
* @returns string owner removed from folder
|
|
137
137
|
* @throws ApiError
|
|
138
138
|
*/
|
|
139
|
-
static removeOwnerToFolder({ workspace, name, requestBody
|
|
139
|
+
static removeOwnerToFolder({ workspace, name, requestBody }) {
|
|
140
140
|
return __request(OpenAPI, {
|
|
141
141
|
method: 'POST',
|
|
142
142
|
url: '/w/{workspace}/folders/removeowner/{name}',
|
|
143
143
|
path: {
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
workspace: workspace,
|
|
145
|
+
name: name
|
|
146
146
|
},
|
|
147
147
|
body: requestBody,
|
|
148
|
-
mediaType: 'application/json'
|
|
148
|
+
mediaType: 'application/json'
|
|
149
149
|
});
|
|
150
150
|
}
|
|
151
151
|
}
|
|
@@ -5,7 +5,7 @@ export declare class GranularAclService {
|
|
|
5
5
|
* @returns boolean acls
|
|
6
6
|
* @throws ApiError
|
|
7
7
|
*/
|
|
8
|
-
static getGranularAcls({ workspace, path, kind
|
|
8
|
+
static getGranularAcls({ workspace, path, kind }: {
|
|
9
9
|
workspace: string;
|
|
10
10
|
path: string;
|
|
11
11
|
kind: 'script' | 'group_' | 'resource' | 'schedule' | 'variable' | 'flow' | 'folder' | 'app' | 'raw_app';
|
|
@@ -15,7 +15,7 @@ export declare class GranularAclService {
|
|
|
15
15
|
* @returns string granular acl added
|
|
16
16
|
* @throws ApiError
|
|
17
17
|
*/
|
|
18
|
-
static addGranularAcls({ workspace, path, kind, requestBody
|
|
18
|
+
static addGranularAcls({ workspace, path, kind, requestBody }: {
|
|
19
19
|
workspace: string;
|
|
20
20
|
path: string;
|
|
21
21
|
kind: 'script' | 'group_' | 'resource' | 'schedule' | 'variable' | 'flow' | 'folder' | 'app' | 'raw_app';
|
|
@@ -32,7 +32,7 @@ export declare class GranularAclService {
|
|
|
32
32
|
* @returns string granular acl removed
|
|
33
33
|
* @throws ApiError
|
|
34
34
|
*/
|
|
35
|
-
static removeGranularAcls({ workspace, path, kind, requestBody
|
|
35
|
+
static removeGranularAcls({ workspace, path, kind, requestBody }: {
|
|
36
36
|
workspace: string;
|
|
37
37
|
path: string;
|
|
38
38
|
kind: 'script' | 'group_' | 'resource' | 'schedule' | 'variable' | 'flow' | 'folder' | 'app' | 'raw_app';
|
|
@@ -6,15 +6,15 @@ export class GranularAclService {
|
|
|
6
6
|
* @returns boolean acls
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static getGranularAcls({ workspace, path, kind
|
|
9
|
+
static getGranularAcls({ workspace, path, kind }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'GET',
|
|
12
12
|
url: '/w/{workspace}/acls/get/{kind}/{path}',
|
|
13
13
|
path: {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
14
|
+
workspace: workspace,
|
|
15
|
+
path: path,
|
|
16
|
+
kind: kind
|
|
17
|
+
}
|
|
18
18
|
});
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
@@ -22,17 +22,17 @@ export class GranularAclService {
|
|
|
22
22
|
* @returns string granular acl added
|
|
23
23
|
* @throws ApiError
|
|
24
24
|
*/
|
|
25
|
-
static addGranularAcls({ workspace, path, kind, requestBody
|
|
25
|
+
static addGranularAcls({ workspace, path, kind, requestBody }) {
|
|
26
26
|
return __request(OpenAPI, {
|
|
27
27
|
method: 'POST',
|
|
28
28
|
url: '/w/{workspace}/acls/add/{kind}/{path}',
|
|
29
29
|
path: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
workspace: workspace,
|
|
31
|
+
path: path,
|
|
32
|
+
kind: kind
|
|
33
33
|
},
|
|
34
34
|
body: requestBody,
|
|
35
|
-
mediaType: 'application/json'
|
|
35
|
+
mediaType: 'application/json'
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
@@ -40,17 +40,17 @@ export class GranularAclService {
|
|
|
40
40
|
* @returns string granular acl removed
|
|
41
41
|
* @throws ApiError
|
|
42
42
|
*/
|
|
43
|
-
static removeGranularAcls({ workspace, path, kind, requestBody
|
|
43
|
+
static removeGranularAcls({ workspace, path, kind, requestBody }) {
|
|
44
44
|
return __request(OpenAPI, {
|
|
45
45
|
method: 'POST',
|
|
46
46
|
url: '/w/{workspace}/acls/remove/{kind}/{path}',
|
|
47
47
|
path: {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
workspace: workspace,
|
|
49
|
+
path: path,
|
|
50
|
+
kind: kind
|
|
51
51
|
},
|
|
52
52
|
body: requestBody,
|
|
53
|
-
mediaType: 'application/json'
|
|
53
|
+
mediaType: 'application/json'
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
}
|