windmill-components 1.306.10 → 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 +6 -6
- package/package/components/FlowBuilder.svelte.d.ts +1 -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/build_workers.js +5 -5
- package/package/components/common/confirmationModal/UnsavedConfirmationModal.svelte +5 -2
- 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,16 +6,16 @@ export class MetricsService {
|
|
|
6
6
|
* @returns any job details
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static getJobMetrics({ workspace, id, requestBody
|
|
9
|
+
static getJobMetrics({ workspace, id, requestBody }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'POST',
|
|
12
12
|
url: '/w/{workspace}/job_metrics/get/{id}',
|
|
13
13
|
path: {
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
workspace: workspace,
|
|
15
|
+
id: id
|
|
16
16
|
},
|
|
17
17
|
body: requestBody,
|
|
18
|
-
mediaType: 'application/json'
|
|
18
|
+
mediaType: 'application/json'
|
|
19
19
|
});
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -6,7 +6,7 @@ export declare class OauthService {
|
|
|
6
6
|
* @returns string slack token
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static connectSlackCallback({ workspace, requestBody
|
|
9
|
+
static connectSlackCallback({ workspace, requestBody }: {
|
|
10
10
|
workspace: string;
|
|
11
11
|
/**
|
|
12
12
|
* code endpoint
|
|
@@ -21,7 +21,7 @@ export declare class OauthService {
|
|
|
21
21
|
* @returns TokenResponse oauth token
|
|
22
22
|
* @throws ApiError
|
|
23
23
|
*/
|
|
24
|
-
static connectCallback({ clientName, requestBody
|
|
24
|
+
static connectCallback({ clientName, requestBody }: {
|
|
25
25
|
clientName: string;
|
|
26
26
|
/**
|
|
27
27
|
* code endpoint
|
|
@@ -36,7 +36,7 @@ export declare class OauthService {
|
|
|
36
36
|
* @returns string account set
|
|
37
37
|
* @throws ApiError
|
|
38
38
|
*/
|
|
39
|
-
static createAccount({ workspace, requestBody
|
|
39
|
+
static createAccount({ workspace, requestBody }: {
|
|
40
40
|
workspace: string;
|
|
41
41
|
/**
|
|
42
42
|
* code endpoint
|
|
@@ -52,7 +52,7 @@ export declare class OauthService {
|
|
|
52
52
|
* @returns string token refreshed
|
|
53
53
|
* @throws ApiError
|
|
54
54
|
*/
|
|
55
|
-
static refreshToken({ workspace, id, requestBody
|
|
55
|
+
static refreshToken({ workspace, id, requestBody }: {
|
|
56
56
|
workspace: string;
|
|
57
57
|
id: number;
|
|
58
58
|
/**
|
|
@@ -67,7 +67,7 @@ export declare class OauthService {
|
|
|
67
67
|
* @returns string disconnected client
|
|
68
68
|
* @throws ApiError
|
|
69
69
|
*/
|
|
70
|
-
static disconnectAccount({ workspace, id
|
|
70
|
+
static disconnectAccount({ workspace, id }: {
|
|
71
71
|
workspace: string;
|
|
72
72
|
id: number;
|
|
73
73
|
}): CancelablePromise<string>;
|
|
@@ -76,7 +76,7 @@ export declare class OauthService {
|
|
|
76
76
|
* @returns string disconnected slack
|
|
77
77
|
* @throws ApiError
|
|
78
78
|
*/
|
|
79
|
-
static disconnectSlack({ workspace
|
|
79
|
+
static disconnectSlack({ workspace }: {
|
|
80
80
|
workspace: string;
|
|
81
81
|
}): CancelablePromise<string>;
|
|
82
82
|
/**
|
|
@@ -6,15 +6,15 @@ export class OauthService {
|
|
|
6
6
|
* @returns string slack token
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static connectSlackCallback({ workspace, requestBody
|
|
9
|
+
static connectSlackCallback({ workspace, requestBody }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'POST',
|
|
12
12
|
url: '/w/{workspace}/oauth/connect_slack_callback',
|
|
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 OauthService {
|
|
|
22
22
|
* @returns TokenResponse oauth token
|
|
23
23
|
* @throws ApiError
|
|
24
24
|
*/
|
|
25
|
-
static connectCallback({ clientName, requestBody
|
|
25
|
+
static connectCallback({ clientName, requestBody }) {
|
|
26
26
|
return __request(OpenAPI, {
|
|
27
27
|
method: 'POST',
|
|
28
28
|
url: '/oauth/connect_callback/{client_name}',
|
|
29
29
|
path: {
|
|
30
|
-
|
|
30
|
+
client_name: clientName
|
|
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 OauthService {
|
|
|
38
38
|
* @returns string account set
|
|
39
39
|
* @throws ApiError
|
|
40
40
|
*/
|
|
41
|
-
static createAccount({ workspace, requestBody
|
|
41
|
+
static createAccount({ workspace, requestBody }) {
|
|
42
42
|
return __request(OpenAPI, {
|
|
43
43
|
method: 'POST',
|
|
44
44
|
url: '/w/{workspace}/oauth/create_account',
|
|
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,16 +54,16 @@ export class OauthService {
|
|
|
54
54
|
* @returns string token refreshed
|
|
55
55
|
* @throws ApiError
|
|
56
56
|
*/
|
|
57
|
-
static refreshToken({ workspace, id, requestBody
|
|
57
|
+
static refreshToken({ workspace, id, requestBody }) {
|
|
58
58
|
return __request(OpenAPI, {
|
|
59
59
|
method: 'POST',
|
|
60
60
|
url: '/w/{workspace}/oauth/refresh_token/{id}',
|
|
61
61
|
path: {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
workspace: workspace,
|
|
63
|
+
id: id
|
|
64
64
|
},
|
|
65
65
|
body: requestBody,
|
|
66
|
-
mediaType: 'application/json'
|
|
66
|
+
mediaType: 'application/json'
|
|
67
67
|
});
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
@@ -71,14 +71,14 @@ export class OauthService {
|
|
|
71
71
|
* @returns string disconnected client
|
|
72
72
|
* @throws ApiError
|
|
73
73
|
*/
|
|
74
|
-
static disconnectAccount({ workspace, id
|
|
74
|
+
static disconnectAccount({ workspace, id }) {
|
|
75
75
|
return __request(OpenAPI, {
|
|
76
76
|
method: 'POST',
|
|
77
77
|
url: '/w/{workspace}/oauth/disconnect/{id}',
|
|
78
78
|
path: {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
79
|
+
workspace: workspace,
|
|
80
|
+
id: id
|
|
81
|
+
}
|
|
82
82
|
});
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
@@ -86,13 +86,13 @@ export class OauthService {
|
|
|
86
86
|
* @returns string disconnected slack
|
|
87
87
|
* @throws ApiError
|
|
88
88
|
*/
|
|
89
|
-
static disconnectSlack({ workspace
|
|
89
|
+
static disconnectSlack({ workspace }) {
|
|
90
90
|
return __request(OpenAPI, {
|
|
91
91
|
method: 'POST',
|
|
92
92
|
url: '/w/{workspace}/oauth/disconnect_slack',
|
|
93
93
|
path: {
|
|
94
|
-
|
|
95
|
-
}
|
|
94
|
+
workspace: workspace
|
|
95
|
+
}
|
|
96
96
|
});
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
@@ -103,7 +103,7 @@ export class OauthService {
|
|
|
103
103
|
static listOAuthLogins() {
|
|
104
104
|
return __request(OpenAPI, {
|
|
105
105
|
method: 'GET',
|
|
106
|
-
url: '/oauth/list_logins'
|
|
106
|
+
url: '/oauth/list_logins'
|
|
107
107
|
});
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
@@ -114,7 +114,7 @@ export class OauthService {
|
|
|
114
114
|
static listOAuthConnects() {
|
|
115
115
|
return __request(OpenAPI, {
|
|
116
116
|
method: 'GET',
|
|
117
|
-
url: '/oauth/list_connects'
|
|
117
|
+
url: '/oauth/list_connects'
|
|
118
118
|
});
|
|
119
119
|
}
|
|
120
120
|
}
|
|
@@ -5,7 +5,7 @@ export declare class OidcService {
|
|
|
5
5
|
* @returns string new oidc token
|
|
6
6
|
* @throws ApiError
|
|
7
7
|
*/
|
|
8
|
-
static getOidcToken({ workspace, audience
|
|
8
|
+
static getOidcToken({ workspace, audience }: {
|
|
9
9
|
workspace: string;
|
|
10
10
|
audience: string;
|
|
11
11
|
}): CancelablePromise<string>;
|
|
@@ -6,14 +6,14 @@ export class OidcService {
|
|
|
6
6
|
* @returns string new oidc token
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static getOidcToken({ workspace, audience
|
|
9
|
+
static getOidcToken({ workspace, audience }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'POST',
|
|
12
12
|
url: '/w/{workspace}/oidc/token/{audience}',
|
|
13
13
|
path: {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
14
|
+
workspace: workspace,
|
|
15
|
+
audience: audience
|
|
16
|
+
}
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@ export declare class RawAppService {
|
|
|
6
6
|
* @returns ListableRawApp All raw apps
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static listRawApps({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, starredOnly
|
|
9
|
+
static listRawApps({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, starredOnly }: {
|
|
10
10
|
workspace: string;
|
|
11
11
|
/**
|
|
12
12
|
* which page to return (start at 1, default 1)
|
|
@@ -44,7 +44,7 @@ export declare class RawAppService {
|
|
|
44
44
|
* @returns boolean app exists
|
|
45
45
|
* @throws ApiError
|
|
46
46
|
*/
|
|
47
|
-
static existsRawApp({ workspace, path
|
|
47
|
+
static existsRawApp({ workspace, path }: {
|
|
48
48
|
workspace: string;
|
|
49
49
|
path: string;
|
|
50
50
|
}): CancelablePromise<boolean>;
|
|
@@ -53,7 +53,7 @@ export declare class RawAppService {
|
|
|
53
53
|
* @returns string app details
|
|
54
54
|
* @throws ApiError
|
|
55
55
|
*/
|
|
56
|
-
static getRawAppData({ workspace, version, path
|
|
56
|
+
static getRawAppData({ workspace, version, path }: {
|
|
57
57
|
workspace: string;
|
|
58
58
|
version: number;
|
|
59
59
|
path: string;
|
|
@@ -63,7 +63,7 @@ export declare class RawAppService {
|
|
|
63
63
|
* @returns string raw app created
|
|
64
64
|
* @throws ApiError
|
|
65
65
|
*/
|
|
66
|
-
static createRawApp({ workspace, requestBody
|
|
66
|
+
static createRawApp({ workspace, requestBody }: {
|
|
67
67
|
workspace: string;
|
|
68
68
|
/**
|
|
69
69
|
* new raw app
|
|
@@ -79,7 +79,7 @@ export declare class RawAppService {
|
|
|
79
79
|
* @returns string app updated
|
|
80
80
|
* @throws ApiError
|
|
81
81
|
*/
|
|
82
|
-
static updateRawApp({ workspace, path, requestBody
|
|
82
|
+
static updateRawApp({ workspace, path, requestBody }: {
|
|
83
83
|
workspace: string;
|
|
84
84
|
path: string;
|
|
85
85
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class RawAppService {
|
|
|
96
96
|
* @returns string app deleted
|
|
97
97
|
* @throws ApiError
|
|
98
98
|
*/
|
|
99
|
-
static deleteRawApp({ workspace, path
|
|
99
|
+
static deleteRawApp({ workspace, path }: {
|
|
100
100
|
workspace: string;
|
|
101
101
|
path: string;
|
|
102
102
|
}): CancelablePromise<string>;
|
|
@@ -6,22 +6,22 @@ export class RawAppService {
|
|
|
6
6
|
* @returns ListableRawApp All raw apps
|
|
7
7
|
* @throws ApiError
|
|
8
8
|
*/
|
|
9
|
-
static listRawApps({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, starredOnly
|
|
9
|
+
static listRawApps({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, starredOnly }) {
|
|
10
10
|
return __request(OpenAPI, {
|
|
11
11
|
method: 'GET',
|
|
12
12
|
url: '/w/{workspace}/raw_apps/list',
|
|
13
13
|
path: {
|
|
14
|
-
|
|
14
|
+
workspace: workspace
|
|
15
15
|
},
|
|
16
16
|
query: {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
17
|
+
page: page,
|
|
18
|
+
per_page: perPage,
|
|
19
|
+
order_desc: orderDesc,
|
|
20
|
+
created_by: createdBy,
|
|
21
|
+
path_start: pathStart,
|
|
22
|
+
path_exact: pathExact,
|
|
23
|
+
starred_only: starredOnly
|
|
24
|
+
}
|
|
25
25
|
});
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
@@ -29,14 +29,14 @@ export class RawAppService {
|
|
|
29
29
|
* @returns boolean app exists
|
|
30
30
|
* @throws ApiError
|
|
31
31
|
*/
|
|
32
|
-
static existsRawApp({ workspace, path
|
|
32
|
+
static existsRawApp({ workspace, path }) {
|
|
33
33
|
return __request(OpenAPI, {
|
|
34
34
|
method: 'GET',
|
|
35
35
|
url: '/w/{workspace}/raw_apps/exists/{path}',
|
|
36
36
|
path: {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
37
|
+
workspace: workspace,
|
|
38
|
+
path: path
|
|
39
|
+
}
|
|
40
40
|
});
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
@@ -44,15 +44,15 @@ export class RawAppService {
|
|
|
44
44
|
* @returns string app details
|
|
45
45
|
* @throws ApiError
|
|
46
46
|
*/
|
|
47
|
-
static getRawAppData({ workspace, version, path
|
|
47
|
+
static getRawAppData({ workspace, version, path }) {
|
|
48
48
|
return __request(OpenAPI, {
|
|
49
49
|
method: 'GET',
|
|
50
50
|
url: '/w/{workspace}/apps/get_data/{version}/{path}',
|
|
51
51
|
path: {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
52
|
+
workspace: workspace,
|
|
53
|
+
version: version,
|
|
54
|
+
path: path
|
|
55
|
+
}
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
@@ -60,15 +60,15 @@ export class RawAppService {
|
|
|
60
60
|
* @returns string raw app created
|
|
61
61
|
* @throws ApiError
|
|
62
62
|
*/
|
|
63
|
-
static createRawApp({ workspace, requestBody
|
|
63
|
+
static createRawApp({ workspace, requestBody }) {
|
|
64
64
|
return __request(OpenAPI, {
|
|
65
65
|
method: 'POST',
|
|
66
66
|
url: '/w/{workspace}/raw_apps/create',
|
|
67
67
|
path: {
|
|
68
|
-
|
|
68
|
+
workspace: workspace
|
|
69
69
|
},
|
|
70
70
|
body: requestBody,
|
|
71
|
-
mediaType: 'application/json'
|
|
71
|
+
mediaType: 'application/json'
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
@@ -76,16 +76,16 @@ export class RawAppService {
|
|
|
76
76
|
* @returns string app updated
|
|
77
77
|
* @throws ApiError
|
|
78
78
|
*/
|
|
79
|
-
static updateRawApp({ workspace, path, requestBody
|
|
79
|
+
static updateRawApp({ workspace, path, requestBody }) {
|
|
80
80
|
return __request(OpenAPI, {
|
|
81
81
|
method: 'POST',
|
|
82
82
|
url: '/w/{workspace}/raw_apps/update/{path}',
|
|
83
83
|
path: {
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
workspace: workspace,
|
|
85
|
+
path: path
|
|
86
86
|
},
|
|
87
87
|
body: requestBody,
|
|
88
|
-
mediaType: 'application/json'
|
|
88
|
+
mediaType: 'application/json'
|
|
89
89
|
});
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
@@ -93,14 +93,14 @@ export class RawAppService {
|
|
|
93
93
|
* @returns string app deleted
|
|
94
94
|
* @throws ApiError
|
|
95
95
|
*/
|
|
96
|
-
static deleteRawApp({ workspace, path
|
|
96
|
+
static deleteRawApp({ workspace, path }) {
|
|
97
97
|
return __request(OpenAPI, {
|
|
98
98
|
method: 'DELETE',
|
|
99
99
|
url: '/w/{workspace}/raw_apps/delete/{path}',
|
|
100
100
|
path: {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
101
|
+
workspace: workspace,
|
|
102
|
+
path: path
|
|
103
|
+
}
|
|
104
104
|
});
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -11,7 +11,7 @@ export declare class ResourceService {
|
|
|
11
11
|
* @returns string resource created
|
|
12
12
|
* @throws ApiError
|
|
13
13
|
*/
|
|
14
|
-
static createResource({ workspace, requestBody, updateIfExists
|
|
14
|
+
static createResource({ workspace, requestBody, updateIfExists }: {
|
|
15
15
|
workspace: string;
|
|
16
16
|
/**
|
|
17
17
|
* new resource
|
|
@@ -24,7 +24,7 @@ export declare class ResourceService {
|
|
|
24
24
|
* @returns string resource deleted
|
|
25
25
|
* @throws ApiError
|
|
26
26
|
*/
|
|
27
|
-
static deleteResource({ workspace, path
|
|
27
|
+
static deleteResource({ workspace, path }: {
|
|
28
28
|
workspace: string;
|
|
29
29
|
path: string;
|
|
30
30
|
}): CancelablePromise<string>;
|
|
@@ -33,7 +33,7 @@ export declare class ResourceService {
|
|
|
33
33
|
* @returns string resource updated
|
|
34
34
|
* @throws ApiError
|
|
35
35
|
*/
|
|
36
|
-
static updateResource({ workspace, path, requestBody
|
|
36
|
+
static updateResource({ workspace, path, requestBody }: {
|
|
37
37
|
workspace: string;
|
|
38
38
|
path: string;
|
|
39
39
|
/**
|
|
@@ -46,7 +46,7 @@ export declare class ResourceService {
|
|
|
46
46
|
* @returns string resource value updated
|
|
47
47
|
* @throws ApiError
|
|
48
48
|
*/
|
|
49
|
-
static updateResourceValue({ workspace, path, requestBody
|
|
49
|
+
static updateResourceValue({ workspace, path, requestBody }: {
|
|
50
50
|
workspace: string;
|
|
51
51
|
path: string;
|
|
52
52
|
/**
|
|
@@ -61,7 +61,7 @@ export declare class ResourceService {
|
|
|
61
61
|
* @returns Resource resource
|
|
62
62
|
* @throws ApiError
|
|
63
63
|
*/
|
|
64
|
-
static getResource({ workspace, path
|
|
64
|
+
static getResource({ workspace, path }: {
|
|
65
65
|
workspace: string;
|
|
66
66
|
path: string;
|
|
67
67
|
}): CancelablePromise<Resource>;
|
|
@@ -70,7 +70,7 @@ export declare class ResourceService {
|
|
|
70
70
|
* @returns any resource value
|
|
71
71
|
* @throws ApiError
|
|
72
72
|
*/
|
|
73
|
-
static getResourceValueInterpolated({ workspace, path, jobId
|
|
73
|
+
static getResourceValueInterpolated({ workspace, path, jobId }: {
|
|
74
74
|
workspace: string;
|
|
75
75
|
path: string;
|
|
76
76
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class ResourceService {
|
|
|
83
83
|
* @returns any resource value
|
|
84
84
|
* @throws ApiError
|
|
85
85
|
*/
|
|
86
|
-
static getResourceValue({ workspace, path
|
|
86
|
+
static getResourceValue({ workspace, path }: {
|
|
87
87
|
workspace: string;
|
|
88
88
|
path: string;
|
|
89
89
|
}): CancelablePromise<any>;
|
|
@@ -92,7 +92,7 @@ export declare class ResourceService {
|
|
|
92
92
|
* @returns boolean does resource exists
|
|
93
93
|
* @throws ApiError
|
|
94
94
|
*/
|
|
95
|
-
static existsResource({ workspace, path
|
|
95
|
+
static existsResource({ workspace, path }: {
|
|
96
96
|
workspace: string;
|
|
97
97
|
path: string;
|
|
98
98
|
}): CancelablePromise<boolean>;
|
|
@@ -101,7 +101,7 @@ export declare class ResourceService {
|
|
|
101
101
|
* @returns ListableResource resource list
|
|
102
102
|
* @throws ApiError
|
|
103
103
|
*/
|
|
104
|
-
static listResource({ workspace, page, perPage, resourceType, resourceTypeExclude
|
|
104
|
+
static listResource({ workspace, page, perPage, resourceType, resourceTypeExclude }: {
|
|
105
105
|
workspace: string;
|
|
106
106
|
/**
|
|
107
107
|
* which page to return (start at 1, default 1)
|
|
@@ -125,7 +125,7 @@ export declare class ResourceService {
|
|
|
125
125
|
* @returns any resource list
|
|
126
126
|
* @throws ApiError
|
|
127
127
|
*/
|
|
128
|
-
static listSearchResource({ workspace
|
|
128
|
+
static listSearchResource({ workspace }: {
|
|
129
129
|
workspace: string;
|
|
130
130
|
}): CancelablePromise<Array<{
|
|
131
131
|
path: string;
|
|
@@ -136,7 +136,7 @@ export declare class ResourceService {
|
|
|
136
136
|
* @returns any resource list names
|
|
137
137
|
* @throws ApiError
|
|
138
138
|
*/
|
|
139
|
-
static listResourceNames({ workspace, name
|
|
139
|
+
static listResourceNames({ workspace, name }: {
|
|
140
140
|
workspace: string;
|
|
141
141
|
name: string;
|
|
142
142
|
}): CancelablePromise<Array<{
|
|
@@ -148,7 +148,7 @@ export declare class ResourceService {
|
|
|
148
148
|
* @returns string resource_type created
|
|
149
149
|
* @throws ApiError
|
|
150
150
|
*/
|
|
151
|
-
static createResourceType({ workspace, requestBody
|
|
151
|
+
static createResourceType({ workspace, requestBody }: {
|
|
152
152
|
workspace: string;
|
|
153
153
|
/**
|
|
154
154
|
* new resource_type
|
|
@@ -160,7 +160,7 @@ export declare class ResourceService {
|
|
|
160
160
|
* @returns string resource_type deleted
|
|
161
161
|
* @throws ApiError
|
|
162
162
|
*/
|
|
163
|
-
static deleteResourceType({ workspace, path
|
|
163
|
+
static deleteResourceType({ workspace, path }: {
|
|
164
164
|
workspace: string;
|
|
165
165
|
path: string;
|
|
166
166
|
}): CancelablePromise<string>;
|
|
@@ -169,7 +169,7 @@ export declare class ResourceService {
|
|
|
169
169
|
* @returns string resource_type updated
|
|
170
170
|
* @throws ApiError
|
|
171
171
|
*/
|
|
172
|
-
static updateResourceType({ workspace, path, requestBody
|
|
172
|
+
static updateResourceType({ workspace, path, requestBody }: {
|
|
173
173
|
workspace: string;
|
|
174
174
|
path: string;
|
|
175
175
|
/**
|
|
@@ -182,7 +182,7 @@ export declare class ResourceService {
|
|
|
182
182
|
* @returns ResourceType resource_type deleted
|
|
183
183
|
* @throws ApiError
|
|
184
184
|
*/
|
|
185
|
-
static getResourceType({ workspace, path
|
|
185
|
+
static getResourceType({ workspace, path }: {
|
|
186
186
|
workspace: string;
|
|
187
187
|
path: string;
|
|
188
188
|
}): CancelablePromise<ResourceType>;
|
|
@@ -191,7 +191,7 @@ export declare class ResourceService {
|
|
|
191
191
|
* @returns boolean does resource_type exist
|
|
192
192
|
* @throws ApiError
|
|
193
193
|
*/
|
|
194
|
-
static existsResourceType({ workspace, path
|
|
194
|
+
static existsResourceType({ workspace, path }: {
|
|
195
195
|
workspace: string;
|
|
196
196
|
path: string;
|
|
197
197
|
}): CancelablePromise<boolean>;
|
|
@@ -200,7 +200,7 @@ export declare class ResourceService {
|
|
|
200
200
|
* @returns ResourceType resource_type list
|
|
201
201
|
* @throws ApiError
|
|
202
202
|
*/
|
|
203
|
-
static listResourceType({ workspace
|
|
203
|
+
static listResourceType({ workspace }: {
|
|
204
204
|
workspace: string;
|
|
205
205
|
}): CancelablePromise<Array<ResourceType>>;
|
|
206
206
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class ResourceService {
|
|
|
208
208
|
* @returns string resource_type list
|
|
209
209
|
* @throws ApiError
|
|
210
210
|
*/
|
|
211
|
-
static listResourceTypeNames({ workspace
|
|
211
|
+
static listResourceTypeNames({ workspace }: {
|
|
212
212
|
workspace: string;
|
|
213
213
|
}): CancelablePromise<Array<string>>;
|
|
214
214
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class ResourceService {
|
|
|
216
216
|
* @returns any resource type details
|
|
217
217
|
* @throws ApiError
|
|
218
218
|
*/
|
|
219
|
-
static queryResourceTypes({ workspace, text, limit
|
|
219
|
+
static queryResourceTypes({ workspace, text, limit }: {
|
|
220
220
|
workspace: string;
|
|
221
221
|
/**
|
|
222
222
|
* query text
|