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.
Files changed (244) hide show
  1. package/package/autosize.js +6 -1
  2. package/package/common.d.ts +2 -2
  3. package/package/components/ApiConnectForm.svelte +2 -1
  4. package/package/components/AppConnect.svelte +1 -1
  5. package/package/components/DeployWorkspace.svelte +2 -2
  6. package/package/components/DeployWorkspace.svelte.d.ts +1 -1
  7. package/package/components/DeployWorkspaceDrawer.svelte.d.ts +2 -2
  8. package/package/components/Dev.svelte +2 -1
  9. package/package/components/DropdownV2.svelte +4 -1
  10. package/package/components/DropdownV2.svelte.d.ts +2 -2
  11. package/package/components/Editor.svelte +1 -1
  12. package/package/components/Editor.svelte.d.ts +2 -2
  13. package/package/components/EditorBar.svelte +25 -23
  14. package/package/components/EditorBar.svelte.d.ts +2 -3
  15. package/package/components/ErrorOrRecoveryHandler.svelte +2 -2
  16. package/package/components/ErrorOrRecoveryHandler.svelte.d.ts +1 -1
  17. package/package/components/FlowBuilder.svelte +6 -6
  18. package/package/components/FlowBuilder.svelte.d.ts +1 -1
  19. package/package/components/FlowLoopIterationPreview.svelte +1 -1
  20. package/package/components/FlowLoopIterationPreview.svelte.d.ts +1 -1
  21. package/package/components/FlowPreviewContent.svelte +1 -1
  22. package/package/components/FlowPreviewContent.svelte.d.ts +1 -1
  23. package/package/components/FlowStatusViewerInner.svelte +13 -15
  24. package/package/components/FlowStatusViewerInner.svelte.d.ts +1 -1
  25. package/package/components/FlowStatusWaitingForEvents.svelte +3 -3
  26. package/package/components/FlowStatusWaitingForEvents.svelte.d.ts +1 -1
  27. package/package/components/HighlightCode.svelte.d.ts +1 -1
  28. package/package/components/InstanceSettings.svelte +4 -2
  29. package/package/components/LogViewer.svelte +65 -20
  30. package/package/components/ModulePreview.svelte +2 -2
  31. package/package/components/ModulePreview.svelte.d.ts +2 -2
  32. package/package/components/ModuleStatus.svelte +6 -7
  33. package/package/components/ModuleStatus.svelte.d.ts +2 -2
  34. package/package/components/MoveDrawer.svelte.d.ts +2 -2
  35. package/package/components/ParqetTableRenderer.svelte +3 -3
  36. package/package/components/Path.svelte.d.ts +1 -1
  37. package/package/components/ResultJobLoader.svelte.d.ts +1 -1
  38. package/package/components/SavedInputs.svelte +6 -5
  39. package/package/components/ScheduleEditorInner.svelte +6 -6
  40. package/package/components/ScriptBuilder.svelte +9 -9
  41. package/package/components/ScriptBuilder.svelte.d.ts +1 -1
  42. package/package/components/ScriptEditor.svelte +1 -1
  43. package/package/components/ScriptEditor.svelte.d.ts +4 -4
  44. package/package/components/ScriptPicker.svelte +2 -2
  45. package/package/components/ScriptPicker.svelte.d.ts +2 -3
  46. package/package/components/ShareModal.svelte +1 -2
  47. package/package/components/ShareModal.svelte.d.ts +2 -2
  48. package/package/components/SuperadminSettings.svelte +1 -1
  49. package/package/components/TestConnection.svelte +2 -2
  50. package/package/components/TestJobLoader.svelte +1 -1
  51. package/package/components/TestJobLoader.svelte.d.ts +4 -4
  52. package/package/components/WorkspaceGroup.svelte +2 -2
  53. package/package/components/apps/components/display/AppText.svelte +2 -2
  54. package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte +4 -0
  55. package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte.d.ts +2 -0
  56. package/package/components/apps/components/display/dbtable/queries/count.js +1 -2
  57. package/package/components/apps/components/display/dbtable/queries/delete.js +20 -12
  58. package/package/components/apps/components/display/dbtable/queries/select.js +2 -1
  59. package/package/components/apps/components/display/dbtable/queries/update.js +20 -12
  60. package/package/components/apps/components/display/dbtable/utils.d.ts +2 -1
  61. package/package/components/apps/components/display/dbtable/utils.js +14 -13
  62. package/package/components/apps/components/display/table/AppAggridExplorerTable.svelte +75 -1
  63. package/package/components/apps/components/display/table/AppAggridExplorerTable.svelte.d.ts +2 -1
  64. package/package/components/apps/components/display/table/AppAggridTable.svelte +10 -28
  65. package/package/components/apps/components/display/table/AppAggridTableActions.svelte +2 -2
  66. package/package/components/apps/components/display/table/utils.js +0 -1
  67. package/package/components/apps/components/inputs/AppTextInput.svelte +1 -1
  68. package/package/components/apps/editor/AppEditorHeader.svelte +60 -45
  69. package/package/components/apps/editor/AppEditorHeader.svelte.d.ts +1 -1
  70. package/package/components/apps/editor/AppEditorTutorial.svelte +10 -6
  71. package/package/components/apps/editor/AppInputs.svelte +1 -1
  72. package/package/components/apps/editor/AppReportsDrawer.svelte +6 -4
  73. package/package/components/apps/editor/DeploymentHistory.svelte +1 -1
  74. package/package/components/apps/editor/PreviewToggle.svelte +10 -1
  75. package/package/components/apps/editor/SettingsPanel.svelte +6 -2
  76. package/package/components/apps/editor/appUtils.js +19 -7
  77. package/package/components/apps/editor/component/Component.svelte +1 -0
  78. package/package/components/apps/editor/component/ComponentCallbacks.svelte +4 -1
  79. package/package/components/apps/editor/component/components.d.ts +77 -70
  80. package/package/components/apps/editor/component/components.js +7 -1
  81. package/package/components/apps/editor/componentsPanel/CustomComponentRow.svelte +24 -21
  82. package/package/components/apps/editor/contextPanel/components/OutputHeader.svelte +6 -2
  83. package/package/components/apps/editor/contextPanel/components/TableActionsOutput.svelte +1 -1
  84. package/package/components/apps/editor/inlineScriptsPanel/CacheTtlPopup.svelte +5 -4
  85. package/package/components/apps/editor/inlineScriptsPanel/EmptyInlineScript.svelte +2 -3
  86. package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditor.svelte +20 -18
  87. package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanel.svelte +1 -1
  88. package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelWithTable.svelte +1 -1
  89. package/package/components/apps/editor/inlineScriptsPanel/utils.js +3 -1
  90. package/package/components/apps/editor/settingsPanel/ComponentPanel.svelte +2 -0
  91. package/package/components/apps/editor/settingsPanel/mainInput/WorkspaceScriptList.svelte +1 -1
  92. package/package/components/apps/svelte-select/lib/Select.svelte.d.ts +2 -2
  93. package/package/components/apps/types.d.ts +1 -1
  94. package/package/components/apps/utils.js +3 -1
  95. package/package/components/auditLogs/AuditLogDetails.svelte +6 -4
  96. package/package/components/auditLogs/AuditLogDetails.svelte.d.ts +1 -1
  97. package/package/components/auditLogs/AuditLogsFilters.svelte +1 -1
  98. package/package/components/auditLogs/AuditLogsFilters.svelte.d.ts +1 -1
  99. package/package/components/build_workers.js +5 -5
  100. package/package/components/common/confirmationModal/UnsavedConfirmationModal.svelte +5 -2
  101. package/package/components/common/languageIcons/LanguageIcon.svelte +13 -12
  102. package/package/components/common/table/AppRow.svelte +1 -1
  103. package/package/components/common/table/Row.svelte.d.ts +1 -1
  104. package/package/components/copilot/FlowCopilotDrawer.svelte +6 -4
  105. package/package/components/copilot/ScriptGen.svelte +5 -5
  106. package/package/components/copilot/ScriptGen.svelte.d.ts +1 -1
  107. package/package/components/copilot/StepGen.svelte +1 -1
  108. package/package/components/copilot/flow.d.ts +3 -3
  109. package/package/components/copilot/flow.js +1 -1
  110. package/package/components/copilot/lib.d.ts +2 -2
  111. package/package/components/copilot/lib.js +1 -1
  112. package/package/components/details/WebhooksPanel.svelte +1 -1
  113. package/package/components/details/utils.d.ts +1 -1
  114. package/package/components/details/utils.js +1 -1
  115. package/package/components/flows/FlowProgressBar.svelte +3 -4
  116. package/package/components/flows/FlowProgressBar.svelte.d.ts +1 -1
  117. package/package/components/flows/content/FlowInputs.svelte +5 -8
  118. package/package/components/flows/content/FlowLoop.svelte.d.ts +1 -1
  119. package/package/components/flows/content/FlowModuleComponent.svelte.d.ts +1 -1
  120. package/package/components/flows/content/FlowModuleWrapper.svelte +5 -5
  121. package/package/components/flows/content/FlowWhileLoop.svelte +10 -3
  122. package/package/components/flows/content/FlowWhileLoop.svelte.d.ts +1 -1
  123. package/package/components/flows/content/ScriptEditorDrawer.svelte +2 -1
  124. package/package/components/flows/content/SuspendDrawer.svelte +5 -6
  125. package/package/components/flows/dfs.d.ts +1 -1
  126. package/package/components/flows/flowStateUtils.d.ts +2 -2
  127. package/package/components/flows/flowStateUtils.js +1 -1
  128. package/package/components/graph/FlowGraph.svelte +3 -3
  129. package/package/components/graph/model.d.ts +1 -1
  130. package/package/components/graph/util.d.ts +2 -2
  131. package/package/components/graph/util.js +5 -6
  132. package/package/components/home/ItemsList.svelte +1 -1
  133. package/package/components/home/ItemsList.svelte.d.ts +1 -1
  134. package/package/components/icons/VismaIcon.svelte +10 -0
  135. package/package/components/icons/VismaIcon.svelte.d.ts +17 -0
  136. package/package/components/icons/index.d.ts +2 -0
  137. package/package/components/icons/index.js +3 -1
  138. package/package/components/jobs/JobPreview.svelte +2 -2
  139. package/package/components/runs/JobLoader.svelte +26 -8
  140. package/package/components/runs/JobLoader.svelte.d.ts +1 -1
  141. package/package/components/runs/JobPreview.svelte +3 -3
  142. package/package/components/runs/QueuePopover.svelte +1 -1
  143. package/package/components/runs/RunsFilter.svelte.d.ts +1 -1
  144. package/package/components/scriptEditor/LogPanel.svelte +2 -2
  145. package/package/components/scriptEditor/LogPanel.svelte.d.ts +2 -2
  146. package/package/components/tutorials/FlowErrorHandler.svelte +1 -2
  147. package/package/components/tutorials/utils.js +1 -1
  148. package/package/gen/core/ApiError.d.ts +1 -1
  149. package/package/gen/core/ApiRequestOptions.d.ts +5 -5
  150. package/package/gen/core/ApiResult.d.ts +3 -3
  151. package/package/gen/core/CancelablePromise.d.ts +10 -4
  152. package/package/gen/core/CancelablePromise.js +38 -39
  153. package/package/gen/core/OpenAPI.d.ts +17 -6
  154. package/package/gen/core/OpenAPI.js +25 -5
  155. package/package/gen/core/request.d.ts +6 -7
  156. package/package/gen/core/request.js +77 -57
  157. package/package/gen/enums.gen.d.ts +149 -0
  158. package/package/gen/enums.gen.js +150 -0
  159. package/package/gen/index.d.ts +5 -178
  160. package/package/gen/index.js +5 -52
  161. package/package/gen/models/AppWithLastVersionWDraft.d.ts +2 -2
  162. package/package/gen/models/Flow.d.ts +1 -1
  163. package/package/gen/models/FlowModuleValue.d.ts +1 -1
  164. package/package/gen/models/FlowStatus.d.ts +2 -2
  165. package/package/gen/models/InputTransform.d.ts +1 -1
  166. package/package/gen/models/Job.d.ts +2 -2
  167. package/package/gen/models/MainArgSignature.d.ts +4 -4
  168. package/package/gen/models/NewScriptWithDraft.d.ts +2 -2
  169. package/package/gen/models/OpenFlowWPath.d.ts +2 -2
  170. package/package/gen/models/ScheduleWJobs.d.ts +2 -2
  171. package/package/gen/schemas.gen.d.ts +3155 -0
  172. package/package/gen/schemas.gen.js +3217 -0
  173. package/package/gen/services/AdminService.d.ts +3 -3
  174. package/package/gen/services/AdminService.js +12 -12
  175. package/package/gen/services/AppService.d.ts +16 -16
  176. package/package/gen/services/AppService.js +69 -69
  177. package/package/gen/services/AuditService.d.ts +2 -2
  178. package/package/gen/services/AuditService.js +15 -15
  179. package/package/gen/services/CaptureService.d.ts +3 -3
  180. package/package/gen/services/CaptureService.js +13 -13
  181. package/package/gen/services/ConcurrencyGroupsService.d.ts +1 -1
  182. package/package/gen/services/ConcurrencyGroupsService.js +4 -4
  183. package/package/gen/services/ConfigService.d.ts +3 -3
  184. package/package/gen/services/ConfigService.js +10 -10
  185. package/package/gen/services/DraftService.d.ts +2 -2
  186. package/package/gen/services/DraftService.js +8 -8
  187. package/package/gen/services/FavoriteService.d.ts +2 -2
  188. package/package/gen/services/FavoriteService.js +6 -6
  189. package/package/gen/services/FlowService.d.ts +21 -21
  190. package/package/gen/services/FlowService.js +58 -58
  191. package/package/gen/services/FolderService.d.ts +9 -9
  192. package/package/gen/services/FolderService.js +36 -36
  193. package/package/gen/services/GranularAclService.d.ts +3 -3
  194. package/package/gen/services/GranularAclService.js +15 -15
  195. package/package/gen/services/GroupService.d.ts +14 -14
  196. package/package/gen/services/GroupService.js +50 -50
  197. package/package/gen/services/HelpersService.d.ts +14 -14
  198. package/package/gen/services/HelpersService.js +70 -70
  199. package/package/gen/services/InputService.d.ts +5 -5
  200. package/package/gen/services/InputService.js +26 -26
  201. package/package/gen/services/IntegrationService.d.ts +1 -1
  202. package/package/gen/services/IntegrationService.js +3 -3
  203. package/package/gen/services/JobService.d.ts +51 -42
  204. package/package/gen/services/JobService.js +326 -311
  205. package/package/gen/services/MetricsService.d.ts +1 -1
  206. package/package/gen/services/MetricsService.js +4 -4
  207. package/package/gen/services/OauthService.d.ts +6 -6
  208. package/package/gen/services/OauthService.js +22 -22
  209. package/package/gen/services/OidcService.d.ts +1 -1
  210. package/package/gen/services/OidcService.js +4 -4
  211. package/package/gen/services/RawAppService.d.ts +6 -6
  212. package/package/gen/services/RawAppService.js +30 -30
  213. package/package/gen/services/ResourceService.d.ts +19 -19
  214. package/package/gen/services/ResourceService.js +77 -77
  215. package/package/gen/services/ScheduleService.d.ts +10 -10
  216. package/package/gen/services/ScheduleService.js +41 -41
  217. package/package/gen/services/ScriptService.d.ts +23 -23
  218. package/package/gen/services/ScriptService.js +104 -104
  219. package/package/gen/services/SettingService.d.ts +6 -6
  220. package/package/gen/services/SettingService.js +16 -16
  221. package/package/gen/services/SettingsService.js +4 -4
  222. package/package/gen/services/UserService.d.ts +26 -26
  223. package/package/gen/services/UserService.js +85 -85
  224. package/package/gen/services/VariableService.d.ts +9 -9
  225. package/package/gen/services/VariableService.js +36 -36
  226. package/package/gen/services/WorkerService.d.ts +2 -2
  227. package/package/gen/services/WorkerService.js +11 -11
  228. package/package/gen/services/WorkspaceService.d.ts +39 -39
  229. package/package/gen/services/WorkspaceService.js +118 -118
  230. package/package/gen/services.gen.d.ts +1928 -0
  231. package/package/gen/services.gen.js +5309 -0
  232. package/package/gen/types.gen.d.ts +6898 -0
  233. package/package/gen/types.gen.js +2 -0
  234. package/package/hub.d.ts +1 -1
  235. package/package/infer.d.ts +1 -1
  236. package/package/infer.js +2 -2
  237. package/package/script_helpers.d.ts +3 -3
  238. package/package/script_helpers.js +2 -2
  239. package/package/scripts.d.ts +2 -2
  240. package/package/scripts.js +20 -16
  241. package/package/stores.d.ts +1 -2
  242. package/package/utils.d.ts +1 -1
  243. package/package/utils.js +1 -1
  244. package/package.json +6 -6
@@ -8,7 +8,7 @@ export declare class MetricsService {
8
8
  * @returns any job details
9
9
  * @throws ApiError
10
10
  */
11
- static getJobMetrics({ workspace, id, requestBody, }: {
11
+ static getJobMetrics({ workspace, id, requestBody }: {
12
12
  workspace: string;
13
13
  id: string;
14
14
  /**
@@ -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
- 'workspace': workspace,
15
- 'id': id,
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
- 'workspace': workspace,
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
- 'client_name': clientName,
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
- 'workspace': workspace,
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
- 'workspace': workspace,
63
- 'id': id,
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
- 'workspace': workspace,
80
- 'id': id,
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
- 'workspace': workspace,
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
- 'workspace': workspace,
15
- 'audience': audience,
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
- 'workspace': workspace,
14
+ workspace: workspace
15
15
  },
16
16
  query: {
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
- },
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
- 'workspace': workspace,
38
- 'path': path,
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
- 'workspace': workspace,
53
- 'version': version,
54
- 'path': path,
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
- 'workspace': workspace,
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
- 'workspace': workspace,
85
- 'path': path,
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
- 'workspace': workspace,
102
- 'path': path,
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