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
|
@@ -6,15 +6,15 @@ export class HelpersService {
|
|
|
6
6
|
* @returns any Connection settings
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static duckdbConnectionSettings({ workspace, requestBody
|
|
9
|
+
static duckdbConnectionSettings({ workspace, requestBody }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'POST',
|
|
12
12
|
url: '/w/{workspace}/job_helpers/duckdb_connection_settings',
|
|
13
13
|
path: {
|
|
14
|
-
|
|
14
|
+
workspace: workspace
|
|
15
15
|
},
|
|
16
16
|
body: requestBody,
|
|
17
|
-
mediaType: 'application/json'
|
|
17
|
+
mediaType: 'application/json'
|
|
18
18
|
});
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
@@ -22,15 +22,15 @@ export class HelpersService {
|
|
|
22
22
|
* @returns any Connection settings
|
|
23
23
|
* @throws ApiError
|
|
24
24
|
*/
|
|
25
|
-
static duckdbConnectionSettingsV2({ workspace, requestBody
|
|
25
|
+
static duckdbConnectionSettingsV2({ workspace, requestBody }) {
|
|
26
26
|
return __request(OpenAPI, {
|
|
27
27
|
method: 'POST',
|
|
28
28
|
url: '/w/{workspace}/job_helpers/v2/duckdb_connection_settings',
|
|
29
29
|
path: {
|
|
30
|
-
|
|
30
|
+
workspace: workspace
|
|
31
31
|
},
|
|
32
32
|
body: requestBody,
|
|
33
|
-
mediaType: 'application/json'
|
|
33
|
+
mediaType: 'application/json'
|
|
34
34
|
});
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
@@ -38,15 +38,15 @@ export class HelpersService {
|
|
|
38
38
|
* @returns any Connection settings
|
|
39
39
|
* @throws ApiError
|
|
40
40
|
*/
|
|
41
|
-
static polarsConnectionSettings({ workspace, requestBody
|
|
41
|
+
static polarsConnectionSettings({ workspace, requestBody }) {
|
|
42
42
|
return __request(OpenAPI, {
|
|
43
43
|
method: 'POST',
|
|
44
44
|
url: '/w/{workspace}/job_helpers/polars_connection_settings',
|
|
45
45
|
path: {
|
|
46
|
-
|
|
46
|
+
workspace: workspace
|
|
47
47
|
},
|
|
48
48
|
body: requestBody,
|
|
49
|
-
mediaType: 'application/json'
|
|
49
|
+
mediaType: 'application/json'
|
|
50
50
|
});
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
@@ -54,15 +54,15 @@ export class HelpersService {
|
|
|
54
54
|
* @returns any Connection settings
|
|
55
55
|
* @throws ApiError
|
|
56
56
|
*/
|
|
57
|
-
static polarsConnectionSettingsV2({ workspace, requestBody
|
|
57
|
+
static polarsConnectionSettingsV2({ workspace, requestBody }) {
|
|
58
58
|
return __request(OpenAPI, {
|
|
59
59
|
method: 'POST',
|
|
60
60
|
url: '/w/{workspace}/job_helpers/v2/polars_connection_settings',
|
|
61
61
|
path: {
|
|
62
|
-
|
|
62
|
+
workspace: workspace
|
|
63
63
|
},
|
|
64
64
|
body: requestBody,
|
|
65
|
-
mediaType: 'application/json'
|
|
65
|
+
mediaType: 'application/json'
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
@@ -70,15 +70,15 @@ export class HelpersService {
|
|
|
70
70
|
* @returns S3Resource Connection settings
|
|
71
71
|
* @throws ApiError
|
|
72
72
|
*/
|
|
73
|
-
static s3ResourceInfo({ workspace, requestBody
|
|
73
|
+
static s3ResourceInfo({ workspace, requestBody }) {
|
|
74
74
|
return __request(OpenAPI, {
|
|
75
75
|
method: 'POST',
|
|
76
76
|
url: '/w/{workspace}/job_helpers/v2/s3_resource_info',
|
|
77
77
|
path: {
|
|
78
|
-
|
|
78
|
+
workspace: workspace
|
|
79
79
|
},
|
|
80
80
|
body: requestBody,
|
|
81
|
-
mediaType: 'application/json'
|
|
81
|
+
mediaType: 'application/json'
|
|
82
82
|
});
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
@@ -86,13 +86,13 @@ export class HelpersService {
|
|
|
86
86
|
* @returns any Connection settings
|
|
87
87
|
* @throws ApiError
|
|
88
88
|
*/
|
|
89
|
-
static datasetStorageTestConnection({ workspace
|
|
89
|
+
static datasetStorageTestConnection({ workspace }) {
|
|
90
90
|
return __request(OpenAPI, {
|
|
91
91
|
method: 'GET',
|
|
92
92
|
url: '/w/{workspace}/job_helpers/test_connection',
|
|
93
93
|
path: {
|
|
94
|
-
|
|
95
|
-
}
|
|
94
|
+
workspace: workspace
|
|
95
|
+
}
|
|
96
96
|
});
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
@@ -100,18 +100,18 @@ export class HelpersService {
|
|
|
100
100
|
* @returns any List of file keys
|
|
101
101
|
* @throws ApiError
|
|
102
102
|
*/
|
|
103
|
-
static listStoredFiles({ workspace, maxKeys, marker, prefix
|
|
103
|
+
static listStoredFiles({ workspace, maxKeys, marker, prefix }) {
|
|
104
104
|
return __request(OpenAPI, {
|
|
105
105
|
method: 'GET',
|
|
106
106
|
url: '/w/{workspace}/job_helpers/list_stored_files',
|
|
107
107
|
path: {
|
|
108
|
-
|
|
108
|
+
workspace: workspace
|
|
109
109
|
},
|
|
110
110
|
query: {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
111
|
+
max_keys: maxKeys,
|
|
112
|
+
marker: marker,
|
|
113
|
+
prefix: prefix
|
|
114
|
+
}
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
@@ -119,16 +119,16 @@ export class HelpersService {
|
|
|
119
119
|
* @returns WindmillFileMetadata FileMetadata
|
|
120
120
|
* @throws ApiError
|
|
121
121
|
*/
|
|
122
|
-
static loadFileMetadata({ workspace, fileKey
|
|
122
|
+
static loadFileMetadata({ workspace, fileKey }) {
|
|
123
123
|
return __request(OpenAPI, {
|
|
124
124
|
method: 'GET',
|
|
125
125
|
url: '/w/{workspace}/job_helpers/load_file_metadata',
|
|
126
126
|
path: {
|
|
127
|
-
|
|
127
|
+
workspace: workspace
|
|
128
128
|
},
|
|
129
129
|
query: {
|
|
130
|
-
|
|
131
|
-
}
|
|
130
|
+
file_key: fileKey
|
|
131
|
+
}
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
@@ -136,22 +136,22 @@ export class HelpersService {
|
|
|
136
136
|
* @returns WindmillFilePreview FilePreview
|
|
137
137
|
* @throws ApiError
|
|
138
138
|
*/
|
|
139
|
-
static loadFilePreview({ workspace, fileKey, fileSizeInBytes, fileMimeType, csvSeparator, csvHasHeader, readBytesFrom, readBytesLength
|
|
139
|
+
static loadFilePreview({ workspace, fileKey, fileSizeInBytes, fileMimeType, csvSeparator, csvHasHeader, readBytesFrom, readBytesLength }) {
|
|
140
140
|
return __request(OpenAPI, {
|
|
141
141
|
method: 'GET',
|
|
142
142
|
url: '/w/{workspace}/job_helpers/load_file_preview',
|
|
143
143
|
path: {
|
|
144
|
-
|
|
144
|
+
workspace: workspace
|
|
145
145
|
},
|
|
146
146
|
query: {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}
|
|
147
|
+
file_key: fileKey,
|
|
148
|
+
file_size_in_bytes: fileSizeInBytes,
|
|
149
|
+
file_mime_type: fileMimeType,
|
|
150
|
+
csv_separator: csvSeparator,
|
|
151
|
+
csv_has_header: csvHasHeader,
|
|
152
|
+
read_bytes_from: readBytesFrom,
|
|
153
|
+
read_bytes_length: readBytesLength
|
|
154
|
+
}
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
@@ -159,22 +159,22 @@ export class HelpersService {
|
|
|
159
159
|
* @returns any Parquet Preview
|
|
160
160
|
* @throws ApiError
|
|
161
161
|
*/
|
|
162
|
-
static loadParquetPreview({ workspace, path, offset, limit, sortCol, sortDesc, searchCol, searchTerm
|
|
162
|
+
static loadParquetPreview({ workspace, path, offset, limit, sortCol, sortDesc, searchCol, searchTerm }) {
|
|
163
163
|
return __request(OpenAPI, {
|
|
164
164
|
method: 'GET',
|
|
165
165
|
url: '/w/{workspace}/job_helpers/load_parquet_preview/{path}',
|
|
166
166
|
path: {
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
workspace: workspace,
|
|
168
|
+
path: path
|
|
169
169
|
},
|
|
170
170
|
query: {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
}
|
|
171
|
+
offset: offset,
|
|
172
|
+
limit: limit,
|
|
173
|
+
sort_col: sortCol,
|
|
174
|
+
sort_desc: sortDesc,
|
|
175
|
+
search_col: searchCol,
|
|
176
|
+
search_term: searchTerm
|
|
177
|
+
}
|
|
178
178
|
});
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
@@ -182,16 +182,16 @@ export class HelpersService {
|
|
|
182
182
|
* @returns any Confirmation
|
|
183
183
|
* @throws ApiError
|
|
184
184
|
*/
|
|
185
|
-
static deleteS3File({ workspace, fileKey
|
|
185
|
+
static deleteS3File({ workspace, fileKey }) {
|
|
186
186
|
return __request(OpenAPI, {
|
|
187
187
|
method: 'DELETE',
|
|
188
188
|
url: '/w/{workspace}/job_helpers/delete_s3_file',
|
|
189
189
|
path: {
|
|
190
|
-
|
|
190
|
+
workspace: workspace
|
|
191
191
|
},
|
|
192
192
|
query: {
|
|
193
|
-
|
|
194
|
-
}
|
|
193
|
+
file_key: fileKey
|
|
194
|
+
}
|
|
195
195
|
});
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
@@ -199,17 +199,17 @@ export class HelpersService {
|
|
|
199
199
|
* @returns any Confirmation
|
|
200
200
|
* @throws ApiError
|
|
201
201
|
*/
|
|
202
|
-
static moveS3File({ workspace, srcFileKey, destFileKey
|
|
202
|
+
static moveS3File({ workspace, srcFileKey, destFileKey }) {
|
|
203
203
|
return __request(OpenAPI, {
|
|
204
204
|
method: 'GET',
|
|
205
205
|
url: '/w/{workspace}/job_helpers/move_s3_file',
|
|
206
206
|
path: {
|
|
207
|
-
|
|
207
|
+
workspace: workspace
|
|
208
208
|
},
|
|
209
209
|
query: {
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
210
|
+
src_file_key: srcFileKey,
|
|
211
|
+
dest_file_key: destFileKey
|
|
212
|
+
}
|
|
213
213
|
});
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
@@ -217,21 +217,21 @@ export class HelpersService {
|
|
|
217
217
|
* @returns any File upload status
|
|
218
218
|
* @throws ApiError
|
|
219
219
|
*/
|
|
220
|
-
static fileUpload({ workspace, requestBody, fileKey, fileExtension, s3ResourcePath, resourceType
|
|
220
|
+
static fileUpload({ workspace, requestBody, fileKey, fileExtension, s3ResourcePath, resourceType }) {
|
|
221
221
|
return __request(OpenAPI, {
|
|
222
222
|
method: 'POST',
|
|
223
223
|
url: '/w/{workspace}/job_helpers/upload_s3_file',
|
|
224
224
|
path: {
|
|
225
|
-
|
|
225
|
+
workspace: workspace
|
|
226
226
|
},
|
|
227
227
|
query: {
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
228
|
+
file_key: fileKey,
|
|
229
|
+
file_extension: fileExtension,
|
|
230
|
+
s3_resource_path: s3ResourcePath,
|
|
231
|
+
resource_type: resourceType
|
|
232
232
|
},
|
|
233
233
|
body: requestBody,
|
|
234
|
-
mediaType: 'application/octet-stream'
|
|
234
|
+
mediaType: 'application/octet-stream'
|
|
235
235
|
});
|
|
236
236
|
}
|
|
237
237
|
/**
|
|
@@ -239,18 +239,18 @@ export class HelpersService {
|
|
|
239
239
|
* @returns binary Chunk of the downloaded file
|
|
240
240
|
* @throws ApiError
|
|
241
241
|
*/
|
|
242
|
-
static fileDownload({ workspace, fileKey, s3ResourcePath, resourceType
|
|
242
|
+
static fileDownload({ workspace, fileKey, s3ResourcePath, resourceType }) {
|
|
243
243
|
return __request(OpenAPI, {
|
|
244
244
|
method: 'GET',
|
|
245
245
|
url: '/w/{workspace}/job_helpers/download_s3_file',
|
|
246
246
|
path: {
|
|
247
|
-
|
|
247
|
+
workspace: workspace
|
|
248
248
|
},
|
|
249
249
|
query: {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
}
|
|
250
|
+
file_key: fileKey,
|
|
251
|
+
s3_resource_path: s3ResourcePath,
|
|
252
|
+
resource_type: resourceType
|
|
253
|
+
}
|
|
254
254
|
});
|
|
255
255
|
}
|
|
256
256
|
}
|
|
@@ -9,7 +9,7 @@ export declare class InputService {
|
|
|
9
9
|
* @returns Input Input history for completed jobs
|
|
10
10
|
* @throws ApiError
|
|
11
11
|
*/
|
|
12
|
-
static getInputHistory({ workspace, runnableId, runnableType, page, perPage
|
|
12
|
+
static getInputHistory({ workspace, runnableId, runnableType, page, perPage }: {
|
|
13
13
|
workspace: string;
|
|
14
14
|
runnableId?: string;
|
|
15
15
|
runnableType?: RunnableType;
|
|
@@ -27,7 +27,7 @@ export declare class InputService {
|
|
|
27
27
|
* @returns Input Saved Inputs for a Runnable
|
|
28
28
|
* @throws ApiError
|
|
29
29
|
*/
|
|
30
|
-
static listInputs({ workspace, runnableId, runnableType, page, perPage
|
|
30
|
+
static listInputs({ workspace, runnableId, runnableType, page, perPage }: {
|
|
31
31
|
workspace: string;
|
|
32
32
|
runnableId?: string;
|
|
33
33
|
runnableType?: RunnableType;
|
|
@@ -45,7 +45,7 @@ export declare class InputService {
|
|
|
45
45
|
* @returns string Input created
|
|
46
46
|
* @throws ApiError
|
|
47
47
|
*/
|
|
48
|
-
static createInput({ workspace, requestBody, runnableId, runnableType
|
|
48
|
+
static createInput({ workspace, requestBody, runnableId, runnableType }: {
|
|
49
49
|
workspace: string;
|
|
50
50
|
/**
|
|
51
51
|
* Input
|
|
@@ -59,7 +59,7 @@ export declare class InputService {
|
|
|
59
59
|
* @returns string Input updated
|
|
60
60
|
* @throws ApiError
|
|
61
61
|
*/
|
|
62
|
-
static updateInput({ workspace, requestBody
|
|
62
|
+
static updateInput({ workspace, requestBody }: {
|
|
63
63
|
workspace: string;
|
|
64
64
|
/**
|
|
65
65
|
* UpdateInput
|
|
@@ -71,7 +71,7 @@ export declare class InputService {
|
|
|
71
71
|
* @returns string Input deleted
|
|
72
72
|
* @throws ApiError
|
|
73
73
|
*/
|
|
74
|
-
static deleteInput({ workspace, input
|
|
74
|
+
static deleteInput({ workspace, input }: {
|
|
75
75
|
workspace: string;
|
|
76
76
|
input: string;
|
|
77
77
|
}): CancelablePromise<string>;
|
|
@@ -6,19 +6,19 @@ export class InputService {
|
|
|
6
6
|
* @returns Input Input history for completed jobs
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static getInputHistory({ workspace, runnableId, runnableType, page, perPage
|
|
9
|
+
static getInputHistory({ workspace, runnableId, runnableType, page, perPage }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'GET',
|
|
12
12
|
url: '/w/{workspace}/inputs/history',
|
|
13
13
|
path: {
|
|
14
|
-
|
|
14
|
+
workspace: workspace
|
|
15
15
|
},
|
|
16
16
|
query: {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
17
|
+
runnable_id: runnableId,
|
|
18
|
+
runnable_type: runnableType,
|
|
19
|
+
page: page,
|
|
20
|
+
per_page: perPage
|
|
21
|
+
}
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
@@ -26,19 +26,19 @@ export class InputService {
|
|
|
26
26
|
* @returns Input Saved Inputs for a Runnable
|
|
27
27
|
* @throws ApiError
|
|
28
28
|
*/
|
|
29
|
-
static listInputs({ workspace, runnableId, runnableType, page, perPage
|
|
29
|
+
static listInputs({ workspace, runnableId, runnableType, page, perPage }) {
|
|
30
30
|
return __request(OpenAPI, {
|
|
31
31
|
method: 'GET',
|
|
32
32
|
url: '/w/{workspace}/inputs/list',
|
|
33
33
|
path: {
|
|
34
|
-
|
|
34
|
+
workspace: workspace
|
|
35
35
|
},
|
|
36
36
|
query: {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
37
|
+
runnable_id: runnableId,
|
|
38
|
+
runnable_type: runnableType,
|
|
39
|
+
page: page,
|
|
40
|
+
per_page: perPage
|
|
41
|
+
}
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
@@ -46,19 +46,19 @@ export class InputService {
|
|
|
46
46
|
* @returns string Input created
|
|
47
47
|
* @throws ApiError
|
|
48
48
|
*/
|
|
49
|
-
static createInput({ workspace, requestBody, runnableId, runnableType
|
|
49
|
+
static createInput({ workspace, requestBody, runnableId, runnableType }) {
|
|
50
50
|
return __request(OpenAPI, {
|
|
51
51
|
method: 'POST',
|
|
52
52
|
url: '/w/{workspace}/inputs/create',
|
|
53
53
|
path: {
|
|
54
|
-
|
|
54
|
+
workspace: workspace
|
|
55
55
|
},
|
|
56
56
|
query: {
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
runnable_id: runnableId,
|
|
58
|
+
runnable_type: runnableType
|
|
59
59
|
},
|
|
60
60
|
body: requestBody,
|
|
61
|
-
mediaType: 'application/json'
|
|
61
|
+
mediaType: 'application/json'
|
|
62
62
|
});
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
@@ -66,15 +66,15 @@ export class InputService {
|
|
|
66
66
|
* @returns string Input updated
|
|
67
67
|
* @throws ApiError
|
|
68
68
|
*/
|
|
69
|
-
static updateInput({ workspace, requestBody
|
|
69
|
+
static updateInput({ workspace, requestBody }) {
|
|
70
70
|
return __request(OpenAPI, {
|
|
71
71
|
method: 'POST',
|
|
72
72
|
url: '/w/{workspace}/inputs/update',
|
|
73
73
|
path: {
|
|
74
|
-
|
|
74
|
+
workspace: workspace
|
|
75
75
|
},
|
|
76
76
|
body: requestBody,
|
|
77
|
-
mediaType: 'application/json'
|
|
77
|
+
mediaType: 'application/json'
|
|
78
78
|
});
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
@@ -82,14 +82,14 @@ export class InputService {
|
|
|
82
82
|
* @returns string Input deleted
|
|
83
83
|
* @throws ApiError
|
|
84
84
|
*/
|
|
85
|
-
static deleteInput({ workspace, input
|
|
85
|
+
static deleteInput({ workspace, input }) {
|
|
86
86
|
return __request(OpenAPI, {
|
|
87
87
|
method: 'POST',
|
|
88
88
|
url: '/w/{workspace}/inputs/delete/{input}',
|
|
89
89
|
path: {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
90
|
+
workspace: workspace,
|
|
91
|
+
input: input
|
|
92
|
+
}
|
|
93
93
|
});
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -6,13 +6,13 @@ export class IntegrationService {
|
|
|
6
6
|
* @returns any integrations details
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static listHubIntegrations({ kind
|
|
9
|
+
static listHubIntegrations({ kind }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'GET',
|
|
12
12
|
url: '/integrations/hub/list',
|
|
13
13
|
query: {
|
|
14
|
-
|
|
15
|
-
}
|
|
14
|
+
kind: kind
|
|
15
|
+
}
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
18
|
}
|