windmill-components 1.36.2 → 1.46.1

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 (414) hide show
  1. package/common.d.ts +1 -0
  2. package/components/AppConnect.svelte +45 -49
  3. package/components/ArgInfo.svelte +37 -15
  4. package/components/ArgInput.svelte +33 -34
  5. package/components/ArgInput.svelte.d.ts +3 -1
  6. package/components/ButtonAndDropdown.svelte +1 -1
  7. package/components/CenteredPage.svelte +2 -2
  8. package/components/CronInput.svelte +24 -20
  9. package/components/CronInput.svelte.d.ts +1 -0
  10. package/components/DisplayResult.svelte +4 -4
  11. package/components/Dropdown.svelte +10 -13
  12. package/components/Dropdown.svelte.d.ts +4 -1
  13. package/components/Editor.svelte +39 -6
  14. package/components/Editor.svelte.d.ts +4 -1
  15. package/components/EditorBar.svelte +81 -37
  16. package/components/EditorBar.svelte.d.ts +4 -1
  17. package/components/FieldHeader.svelte +6 -5
  18. package/components/FlowBuilder.svelte +52 -55
  19. package/components/FlowBuilder.svelte.d.ts +2 -0
  20. package/components/FlowJobResult.svelte +11 -18
  21. package/components/FlowJobResult.svelte.d.ts +2 -2
  22. package/components/FlowMetadata.svelte +65 -0
  23. package/components/FlowMetadata.svelte.d.ts +17 -0
  24. package/components/FlowModulesViewer.svelte +18 -6
  25. package/components/FlowPreviewContent.svelte +88 -51
  26. package/components/FlowPreviewContent.svelte.d.ts +1 -0
  27. package/components/FlowStatusViewer.svelte +129 -52
  28. package/components/FlowStatusViewer.svelte.d.ts +8 -3
  29. package/components/FlowViewer.svelte +84 -9
  30. package/components/FlowViewer.svelte.d.ts +1 -0
  31. package/components/GroupModal.svelte +43 -44
  32. package/components/GroupModal.svelte.d.ts +2 -2
  33. package/components/HighlightCode.svelte +4 -1
  34. package/components/HighlightCode.svelte.d.ts +1 -1
  35. package/components/IconedResourceType.svelte +6 -4
  36. package/components/IconedResourceType.svelte.d.ts +1 -0
  37. package/components/InputTransformForm.svelte +50 -40
  38. package/components/InputTransformForm.svelte.d.ts +3 -3
  39. package/components/InputTransformsViewer.svelte +2 -1
  40. package/components/InviteGlobalUser.svelte +6 -10
  41. package/components/InviteGlobalUser.svelte.d.ts +1 -4
  42. package/components/InviteUser.svelte +4 -8
  43. package/components/InviteUser.svelte.d.ts +1 -4
  44. package/components/ItemPicker.svelte +50 -43
  45. package/components/ItemPicker.svelte.d.ts +2 -2
  46. package/components/JobArgs.svelte +33 -0
  47. package/components/JobArgs.svelte.d.ts +16 -0
  48. package/components/JobStatus.svelte +21 -17
  49. package/components/LogViewer.svelte +11 -6
  50. package/components/Modal.svelte +5 -5
  51. package/components/Modal.svelte.d.ts +4 -4
  52. package/components/ModulePreview.svelte +47 -63
  53. package/components/ModulePreview.svelte.d.ts +0 -1
  54. package/components/PageHeader.svelte +8 -8
  55. package/components/Password.svelte +1 -1
  56. package/components/Path.svelte +28 -7
  57. package/components/Path.svelte.d.ts +4 -4
  58. package/components/Popover.svelte +61 -0
  59. package/components/Popover.svelte.d.ts +17 -0
  60. package/components/Required.svelte +4 -4
  61. package/components/Required.svelte.d.ts +1 -0
  62. package/components/ResourceEditor.svelte +105 -116
  63. package/components/ResourceEditor.svelte.d.ts +0 -1
  64. package/components/ResourcePicker.svelte +9 -6
  65. package/components/ResourceTypePicker.svelte +3 -1
  66. package/components/RunChart.svelte +102 -0
  67. package/components/RunChart.svelte.d.ts +20 -0
  68. package/components/RunForm.svelte +58 -41
  69. package/components/RunForm.svelte.d.ts +13 -0
  70. package/components/SchemaEditor.svelte +5 -5
  71. package/components/SchemaEditorProperty.svelte +1 -1
  72. package/components/SchemaForm.svelte +5 -3
  73. package/components/SchemaForm.svelte.d.ts +1 -0
  74. package/components/SchemaModal.svelte +113 -105
  75. package/components/SchemaModal.svelte.d.ts +4 -4
  76. package/components/SchemaViewer.svelte +7 -4
  77. package/components/ScriptBuilder.svelte +143 -163
  78. package/components/ScriptBuilder.svelte.d.ts +1 -0
  79. package/components/ScriptEditor.svelte +119 -131
  80. package/components/ScriptEditor.svelte.d.ts +1 -0
  81. package/components/ScriptPicker.svelte +16 -24
  82. package/components/ScriptPicker.svelte.d.ts +1 -1
  83. package/components/ScriptSchema.svelte +33 -32
  84. package/components/ShareModal.svelte +74 -68
  85. package/components/ShareModal.svelte.d.ts +2 -2
  86. package/components/SharedBadge.svelte +4 -0
  87. package/components/SimpleEditor.svelte +4 -2
  88. package/components/SuperadminSettings.svelte +134 -0
  89. package/components/SuperadminSettings.svelte.d.ts +19 -0
  90. package/components/TableCustom.svelte +1 -1
  91. package/components/TableSimple.svelte +1 -1
  92. package/components/TestJobLoader.svelte +16 -9
  93. package/components/TestJobLoader.svelte.d.ts +4 -2
  94. package/components/Toggle.svelte +5 -3
  95. package/components/Toggle.svelte.d.ts +2 -0
  96. package/components/Tooltip.svelte +9 -64
  97. package/components/UserSettings.svelte +241 -0
  98. package/components/UserSettings.svelte.d.ts +19 -0
  99. package/components/VariableEditor.svelte +80 -74
  100. package/components/common/actionRow/ActionRow.svelte +5 -4
  101. package/components/common/alert/Alert.svelte +1 -1
  102. package/components/common/alert/Alert.svelte.d.ts +1 -0
  103. package/components/common/badge/Badge.svelte +4 -9
  104. package/components/common/breadcrumb/Breadcrumb.svelte +24 -0
  105. package/components/common/breadcrumb/Breadcrumb.svelte.d.ts +22 -0
  106. package/components/common/button/Button.svelte +23 -8
  107. package/components/common/button/Button.svelte.d.ts +1 -0
  108. package/components/common/button/ButtonPopup.svelte +1 -0
  109. package/components/common/button/model.d.ts +1 -1
  110. package/components/common/confirmationModal/ConfirmationModal.svelte +1 -0
  111. package/components/common/confirmationModal/UnsavedConfirmationModal.svelte +2 -1
  112. package/components/common/drawer/Drawer.svelte +38 -7
  113. package/components/common/drawer/Drawer.svelte.d.ts +6 -0
  114. package/components/common/drawer/DrawerContent.svelte +21 -7
  115. package/components/common/drawer/DrawerContent.svelte.d.ts +4 -0
  116. package/components/common/index.d.ts +5 -0
  117. package/components/common/index.js +5 -0
  118. package/components/common/kbd/Kbd.svelte +1 -1
  119. package/components/common/languageIcons/Bash.svelte +18 -0
  120. package/components/common/languageIcons/Bash.svelte.d.ts +27 -0
  121. package/components/common/languageIcons/Go.svelte +34 -0
  122. package/components/common/languageIcons/Go.svelte.d.ts +27 -0
  123. package/components/common/languageIcons/LanguageIcon.svelte +19 -0
  124. package/components/common/languageIcons/LanguageIcon.svelte.d.ts +21 -0
  125. package/components/common/languageIcons/Python.svelte +51 -0
  126. package/components/common/languageIcons/Python.svelte.d.ts +27 -0
  127. package/components/common/languageIcons/TypeScript.svelte +31 -0
  128. package/components/common/languageIcons/TypeScript.svelte.d.ts +27 -0
  129. package/components/common/languageIcons/index.d.ts +5 -0
  130. package/components/common/languageIcons/index.js +5 -0
  131. package/components/common/menu/Menu.svelte +15 -19
  132. package/components/common/skeleton/Skeleton.svelte +37 -0
  133. package/components/common/skeleton/Skeleton.svelte.d.ts +20 -0
  134. package/components/common/skeleton/SkeletonElement.svelte +8 -0
  135. package/components/common/skeleton/SkeletonElement.svelte.d.ts +17 -0
  136. package/components/common/skeleton/model.d.ts +21 -0
  137. package/components/common/skeleton/model.js +1 -0
  138. package/components/common/tabs/TabContent.svelte +2 -1
  139. package/components/common/tabs/TabContent.svelte.d.ts +1 -0
  140. package/components/common/tabs/Tabs.svelte +8 -6
  141. package/components/common/tabs/Tabs.svelte.d.ts +1 -0
  142. package/components/flows/FlowEditor.svelte +11 -20
  143. package/components/flows/FlowProgressBar.svelte +55 -0
  144. package/components/flows/FlowProgressBar.svelte.d.ts +21 -0
  145. package/components/flows/common/FlowCardHeader.svelte +5 -6
  146. package/components/flows/content/CapturePayload.svelte +112 -0
  147. package/components/flows/content/CapturePayload.svelte.d.ts +17 -0
  148. package/components/flows/content/DynamicInputHelpBox.svelte +6 -10
  149. package/components/flows/content/FlowBranchAllWrapper.svelte +21 -0
  150. package/components/flows/content/FlowBranchAllWrapper.svelte.d.ts +21 -0
  151. package/components/flows/content/FlowBranchOneWrapper.svelte +49 -0
  152. package/components/flows/content/FlowBranchOneWrapper.svelte.d.ts +23 -0
  153. package/components/flows/content/FlowBranchesWrapper.svelte +140 -0
  154. package/components/flows/content/FlowBranchesWrapper.svelte.d.ts +19 -0
  155. package/components/flows/content/FlowEditorPanel.svelte +8 -6
  156. package/components/flows/content/FlowFailureModule.svelte +4 -6
  157. package/components/flows/content/FlowInput.svelte +31 -6
  158. package/components/flows/content/FlowInputs.svelte +119 -50
  159. package/components/flows/content/FlowInputs.svelte.d.ts +5 -4
  160. package/components/flows/content/FlowLoop.svelte +85 -142
  161. package/components/flows/content/FlowLoop.svelte.d.ts +2 -1
  162. package/components/flows/content/FlowModuleComponent.svelte +231 -0
  163. package/components/flows/content/FlowModuleComponent.svelte.d.ts +20 -0
  164. package/components/flows/content/FlowModuleEarlyStop.svelte +45 -48
  165. package/components/flows/content/FlowModuleEarlyStop.svelte.d.ts +1 -0
  166. package/components/flows/content/FlowModuleHeader.svelte +11 -40
  167. package/components/flows/content/FlowModuleHeader.svelte.d.ts +0 -1
  168. package/components/flows/content/FlowModuleScript.svelte +7 -12
  169. package/components/flows/content/FlowModuleScript.svelte.d.ts +1 -2
  170. package/components/flows/content/FlowModuleSuspend.svelte +84 -6
  171. package/components/flows/content/FlowModuleSuspend.svelte.d.ts +1 -0
  172. package/components/flows/content/FlowModuleWrapper.svelte +138 -38
  173. package/components/flows/content/FlowModuleWrapper.svelte.d.ts +6 -1
  174. package/components/flows/content/FlowRetries.svelte +13 -2
  175. package/components/flows/content/FlowRetries.svelte.d.ts +1 -0
  176. package/components/flows/content/FlowSchedules.svelte +0 -2
  177. package/components/flows/content/FlowSettings.svelte +103 -72
  178. package/components/flows/content/RemoveStepConfirmationModal.svelte +0 -1
  179. package/components/flows/flowState.d.ts +8 -8
  180. package/components/flows/flowState.js +32 -17
  181. package/components/flows/flowStateUtils.d.ts +21 -38
  182. package/components/flows/flowStateUtils.js +87 -159
  183. package/components/flows/flowStore.d.ts +3 -2
  184. package/components/flows/flowStore.js +60 -7
  185. package/components/flows/header/FlowImportExportMenu.svelte +11 -21
  186. package/components/flows/header/FlowPreviewButtons.svelte +13 -12
  187. package/components/flows/map/FlowBranchAllMap.svelte +90 -0
  188. package/components/flows/map/FlowBranchAllMap.svelte.d.ts +17 -0
  189. package/components/flows/map/FlowBranchOneMap.svelte +116 -0
  190. package/components/flows/map/FlowBranchOneMap.svelte.d.ts +17 -0
  191. package/components/flows/map/FlowErrorHandlerItem.svelte +14 -11
  192. package/components/flows/map/FlowInputsItem.svelte +19 -0
  193. package/components/flows/map/FlowInputsItem.svelte.d.ts +14 -0
  194. package/components/flows/map/FlowModuleSchemaItem.svelte +53 -36
  195. package/components/flows/map/FlowModuleSchemaItem.svelte.d.ts +5 -5
  196. package/components/flows/map/FlowModuleSchemaMap.svelte +73 -144
  197. package/components/flows/map/FlowModuleSchemaMap.svelte.d.ts +2 -3
  198. package/components/flows/map/FlowSettingsItem.svelte +29 -0
  199. package/components/flows/map/FlowSettingsItem.svelte.d.ts +14 -0
  200. package/components/flows/map/InsertModuleButton.svelte +11 -0
  201. package/components/flows/map/InsertModuleButton.svelte.d.ts +16 -0
  202. package/components/flows/map/MapItem.svelte +105 -0
  203. package/components/flows/map/MapItem.svelte.d.ts +22 -0
  204. package/components/flows/pickers/FlowScriptPicker.svelte +14 -4
  205. package/components/flows/pickers/FlowScriptPicker.svelte.d.ts +1 -1
  206. package/components/flows/pickers/PickHubScript.svelte +5 -4
  207. package/components/flows/pickers/PickHubScript.svelte.d.ts +1 -0
  208. package/components/flows/pickers/PickScript.svelte +6 -5
  209. package/components/flows/pickers/PickScript.svelte.d.ts +1 -0
  210. package/components/flows/previousResults.d.ts +14 -0
  211. package/components/flows/previousResults.js +118 -0
  212. package/components/flows/propPicker/PropPickerWrapper.svelte +24 -15
  213. package/components/flows/propPicker/PropPickerWrapper.svelte.d.ts +7 -2
  214. package/components/flows/utils.d.ts +8 -3
  215. package/components/flows/utils.js +86 -46
  216. package/components/graph/FlowGraph.svelte +259 -0
  217. package/components/graph/FlowGraph.svelte.d.ts +20 -0
  218. package/components/graph/index.d.ts +3 -0
  219. package/components/graph/index.js +3 -0
  220. package/components/graph/model.d.ts +20 -0
  221. package/components/graph/model.js +9 -0
  222. package/components/graph/util.d.ts +9 -0
  223. package/components/graph/util.js +14 -0
  224. package/components/icons/WindmillIcon.svelte +85 -52
  225. package/components/icons/WindmillIcon.svelte.d.ts +2 -0
  226. package/components/jobs/JobDetail.svelte +40 -30
  227. package/components/landing/FlowGettingStarted.svelte +4 -3
  228. package/components/landing/FlowLandingBox.svelte +23 -53
  229. package/components/landing/RessourceGettingStarted.svelte +1 -1
  230. package/components/landing/ScriptBox.svelte +25 -27
  231. package/components/landing/ScriptGettingStarted.svelte +4 -3
  232. package/components/preview/FlowPreviewStatus.svelte +1 -1
  233. package/components/progressBar/ProgressBar.svelte +89 -0
  234. package/components/{ProgressBar.svelte.d.ts → progressBar/ProgressBar.svelte.d.ts} +5 -2
  235. package/components/progressBar/ProgressBarGeneralPart.svelte +22 -0
  236. package/components/progressBar/ProgressBarGeneralPart.svelte.d.ts +19 -0
  237. package/components/progressBar/ProgressBarLoopAccessor.svelte +14 -0
  238. package/components/progressBar/ProgressBarLoopAccessor.svelte.d.ts +19 -0
  239. package/components/progressBar/ProgressBarLoopPart.svelte +34 -0
  240. package/components/progressBar/ProgressBarLoopPart.svelte.d.ts +19 -0
  241. package/components/progressBar/index.d.ts +2 -0
  242. package/components/progressBar/index.js +2 -0
  243. package/components/progressBar/model.d.ts +32 -0
  244. package/components/progressBar/model.js +14 -0
  245. package/components/propertyPicker/ObjectViewer.svelte +18 -13
  246. package/components/propertyPicker/ObjectViewer.svelte.d.ts +1 -0
  247. package/components/propertyPicker/PropPicker.svelte +133 -84
  248. package/components/propertyPicker/PropPicker.svelte.d.ts +5 -1
  249. package/components/propertyPicker/PropPickerResult.svelte +12 -0
  250. package/components/propertyPicker/PropPickerResult.svelte.d.ts +18 -0
  251. package/components/propertyPicker/utils.d.ts +1 -1
  252. package/components/propertyPicker/utils.js +4 -1
  253. package/components/{script_editor → scriptEditor}/LogPanel.svelte +30 -20
  254. package/components/{script_editor → scriptEditor}/LogPanel.svelte.d.ts +0 -0
  255. package/components/scripts/CreateActions.svelte +2 -2
  256. package/components/sidebar/SidebarContent.svelte +1 -1
  257. package/components/sidebar/UserMenu.svelte +17 -1
  258. package/components/sidebar/UserMenu.svelte.d.ts +3 -0
  259. package/components/sidebar/WorkspaceMenu.svelte +16 -14
  260. package/components/splitPanes/SplitPanesWrapper.svelte +34 -0
  261. package/components/splitPanes/SplitPanesWrapper.svelte.d.ts +20 -0
  262. package/editorUtils.js +4 -0
  263. package/gen/core/OpenAPI.js +1 -1
  264. package/gen/index.d.ts +8 -1
  265. package/gen/index.js +5 -0
  266. package/gen/models/AppWithLastVersion.d.ts +21 -0
  267. package/gen/models/AppWithLastVersion.js +12 -0
  268. package/gen/models/BranchAll.d.ts +10 -0
  269. package/gen/models/{PathFlow.js → BranchAll.js} +0 -0
  270. package/gen/models/BranchOne.d.ts +10 -0
  271. package/gen/models/BranchOne.js +4 -0
  272. package/gen/models/CompletedJob.d.ts +4 -2
  273. package/gen/models/CompletedJob.js +2 -0
  274. package/gen/models/FlowModule.d.ts +7 -2
  275. package/gen/models/FlowModuleValue.d.ts +4 -2
  276. package/gen/models/FlowStatus.d.ts +1 -0
  277. package/gen/models/FlowStatusModule.d.ts +14 -1
  278. package/gen/models/ForloopFlow.d.ts +1 -0
  279. package/gen/models/Identity.d.ts +3 -0
  280. package/gen/models/Identity.js +4 -0
  281. package/gen/models/ListableApp.d.ts +16 -0
  282. package/gen/models/ListableApp.js +12 -0
  283. package/gen/models/ListableVariable.d.ts +1 -1
  284. package/gen/models/PathScript.d.ts +2 -0
  285. package/gen/models/Policy.d.ts +12 -0
  286. package/gen/models/Policy.js +12 -0
  287. package/gen/models/Preview.d.ts +2 -1
  288. package/gen/models/Preview.js +1 -0
  289. package/gen/models/QueuedJob.d.ts +4 -2
  290. package/gen/models/QueuedJob.js +2 -0
  291. package/gen/models/RawScript.d.ts +4 -1
  292. package/gen/models/RawScript.js +1 -0
  293. package/gen/models/Script.d.ts +4 -2
  294. package/gen/models/Script.js +2 -0
  295. package/gen/services/AppService.d.ts +31 -0
  296. package/gen/services/AppService.js +49 -0
  297. package/gen/services/CaptureService.d.ts +30 -0
  298. package/gen/services/CaptureService.js +52 -0
  299. package/gen/services/FlowService.d.ts +90 -0
  300. package/gen/services/FlowService.js +72 -0
  301. package/gen/services/JobService.d.ts +69 -16
  302. package/gen/services/JobService.js +86 -14
  303. package/gen/services/OauthService.d.ts +6 -15
  304. package/gen/services/OauthService.js +6 -19
  305. package/gen/services/ResourceService.d.ts +10 -1
  306. package/gen/services/ResourceService.js +16 -1
  307. package/gen/services/ScriptService.d.ts +28 -3
  308. package/gen/services/ScriptService.js +27 -0
  309. package/gen/services/UserService.d.ts +14 -6
  310. package/gen/services/UserService.js +25 -11
  311. package/infer.d.ts +1 -1
  312. package/infer.js +35 -18
  313. package/logout.d.ts +1 -1
  314. package/logout.js +7 -9
  315. package/package.json +80 -72
  316. package/script_helpers.d.ts +6 -4
  317. package/script_helpers.js +48 -14
  318. package/scripts.js +9 -4
  319. package/utils.d.ts +8 -9
  320. package/utils.js +42 -81
  321. package/components/AutosizedTextarea.svelte +0 -34
  322. package/components/AutosizedTextarea.svelte.d.ts +0 -19
  323. package/components/ProgressBar.svelte +0 -31
  324. package/components/ProgressBarPart.svelte +0 -20
  325. package/components/ProgressBarPart.svelte.d.ts +0 -20
  326. package/components/Switch.svelte +0 -61
  327. package/components/Switch.svelte.d.ts +0 -31
  328. package/components/Tabs.svelte +0 -21
  329. package/components/Tabs.svelte.d.ts +0 -20
  330. package/components/flows/content/CopyFirstStepSchema.svelte +0 -13
  331. package/components/flows/content/CopyFirstStepSchema.svelte.d.ts +0 -14
  332. package/components/flows/content/FlowLoopWrapper.svelte +0 -9
  333. package/components/flows/content/FlowLoopWrapper.svelte.d.ts +0 -14
  334. package/components/flows/content/FlowModule.svelte +0 -211
  335. package/components/flows/content/FlowModule.svelte.d.ts +0 -29
  336. package/gen/models/PathFlow.d.ts +0 -4
  337. package/gen/schemas/$AuditLog.d.ts +0 -32
  338. package/gen/schemas/$AuditLog.js +0 -35
  339. package/gen/schemas/$CompletedJob.d.ts +0 -98
  340. package/gen/schemas/$CompletedJob.js +0 -103
  341. package/gen/schemas/$ContextualVariable.d.ts +0 -16
  342. package/gen/schemas/$ContextualVariable.js +0 -19
  343. package/gen/schemas/$CreateResource.d.ts +0 -22
  344. package/gen/schemas/$CreateResource.js +0 -25
  345. package/gen/schemas/$CreateVariable.d.ts +0 -26
  346. package/gen/schemas/$CreateVariable.js +0 -29
  347. package/gen/schemas/$CreateWorkspace.d.ts +0 -20
  348. package/gen/schemas/$CreateWorkspace.js +0 -23
  349. package/gen/schemas/$EditResource.d.ts +0 -13
  350. package/gen/schemas/$EditResource.js +0 -16
  351. package/gen/schemas/$EditResourceType.d.ts +0 -10
  352. package/gen/schemas/$EditResourceType.js +0 -13
  353. package/gen/schemas/$EditSchedule.d.ts +0 -20
  354. package/gen/schemas/$EditSchedule.js +0 -23
  355. package/gen/schemas/$EditVariable.d.ts +0 -16
  356. package/gen/schemas/$EditVariable.js +0 -19
  357. package/gen/schemas/$EditWorkspaceUser.d.ts +0 -7
  358. package/gen/schemas/$EditWorkspaceUser.js +0 -10
  359. package/gen/schemas/$Flow.d.ts +0 -23
  360. package/gen/schemas/$Flow.js +0 -26
  361. package/gen/schemas/$FlowMetadata.d.ts +0 -31
  362. package/gen/schemas/$FlowMetadata.js +0 -34
  363. package/gen/schemas/$FlowPreview.d.ts +0 -80
  364. package/gen/schemas/$FlowPreview.js +0 -83
  365. package/gen/schemas/$GlobalUserInfo.d.ts +0 -26
  366. package/gen/schemas/$GlobalUserInfo.js +0 -29
  367. package/gen/schemas/$Group.d.ts +0 -23
  368. package/gen/schemas/$Group.js +0 -26
  369. package/gen/schemas/$Job.d.ts +0 -17
  370. package/gen/schemas/$Job.js +0 -20
  371. package/gen/schemas/$ListableVariable.d.ts +0 -35
  372. package/gen/schemas/$ListableVariable.js +0 -38
  373. package/gen/schemas/$Login.d.ts +0 -12
  374. package/gen/schemas/$Login.js +0 -15
  375. package/gen/schemas/$MainArgSignature.d.ts +0 -50
  376. package/gen/schemas/$MainArgSignature.js +0 -53
  377. package/gen/schemas/$NewSchedule.d.ts +0 -30
  378. package/gen/schemas/$NewSchedule.js +0 -33
  379. package/gen/schemas/$NewToken.d.ts +0 -11
  380. package/gen/schemas/$NewToken.js +0 -14
  381. package/gen/schemas/$NewUser.d.ts +0 -16
  382. package/gen/schemas/$NewUser.js +0 -19
  383. package/gen/schemas/$Preview.d.ts +0 -19
  384. package/gen/schemas/$Preview.js +0 -22
  385. package/gen/schemas/$QueuedJob.d.ts +0 -139
  386. package/gen/schemas/$QueuedJob.js +0 -144
  387. package/gen/schemas/$Resource.d.ts +0 -31
  388. package/gen/schemas/$Resource.js +0 -34
  389. package/gen/schemas/$ResourceType.d.ts +0 -17
  390. package/gen/schemas/$ResourceType.js +0 -20
  391. package/gen/schemas/$Schedule.d.ts +0 -47
  392. package/gen/schemas/$Schedule.js +0 -50
  393. package/gen/schemas/$Script.d.ts +0 -77
  394. package/gen/schemas/$Script.js +0 -80
  395. package/gen/schemas/$ScriptArgs.d.ts +0 -6
  396. package/gen/schemas/$ScriptArgs.js +0 -9
  397. package/gen/schemas/$SlackToken.d.ts +0 -24
  398. package/gen/schemas/$SlackToken.js +0 -27
  399. package/gen/schemas/$TokenResponse.d.ts +0 -23
  400. package/gen/schemas/$TokenResponse.js +0 -26
  401. package/gen/schemas/$TruncatedToken.d.ts +0 -25
  402. package/gen/schemas/$TruncatedToken.js +0 -28
  403. package/gen/schemas/$Usage.d.ts +0 -13
  404. package/gen/schemas/$Usage.js +0 -16
  405. package/gen/schemas/$User.d.ts +0 -42
  406. package/gen/schemas/$User.js +0 -45
  407. package/gen/schemas/$UserWorkspaceList.d.ts +0 -28
  408. package/gen/schemas/$UserWorkspaceList.js +0 -31
  409. package/gen/schemas/$WorkerPing.d.ts +0 -31
  410. package/gen/schemas/$WorkerPing.js +0 -34
  411. package/gen/schemas/$Workspace.d.ts +0 -19
  412. package/gen/schemas/$Workspace.js +0 -22
  413. package/gen/schemas/$WorkspaceInvite.d.ts +0 -16
  414. package/gen/schemas/$WorkspaceInvite.js +0 -19
@@ -1,23 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $CreateWorkspace = {
5
- properties: {
6
- id: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- name: {
11
- type: 'string',
12
- isRequired: true,
13
- },
14
- username: {
15
- type: 'string',
16
- isRequired: true,
17
- },
18
- domain: {
19
- type: 'string',
20
- isRequired: true,
21
- },
22
- },
23
- };
@@ -1,13 +0,0 @@
1
- export declare const $EditResource: {
2
- readonly properties: {
3
- readonly path: {
4
- readonly type: "string";
5
- };
6
- readonly description: {
7
- readonly type: "string";
8
- };
9
- readonly value: {
10
- readonly properties: {};
11
- };
12
- };
13
- };
@@ -1,16 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $EditResource = {
5
- properties: {
6
- path: {
7
- type: 'string',
8
- },
9
- description: {
10
- type: 'string',
11
- },
12
- value: {
13
- properties: {},
14
- },
15
- },
16
- };
@@ -1,10 +0,0 @@
1
- export declare const $EditResourceType: {
2
- readonly properties: {
3
- readonly schema: {
4
- readonly type: "string";
5
- };
6
- readonly description: {
7
- readonly type: "string";
8
- };
9
- };
10
- };
@@ -1,13 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $EditResourceType = {
5
- properties: {
6
- schema: {
7
- type: 'string',
8
- },
9
- description: {
10
- type: 'string',
11
- },
12
- },
13
- };
@@ -1,20 +0,0 @@
1
- export declare const $EditSchedule: {
2
- readonly properties: {
3
- readonly schedule: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly script_path: {
8
- readonly type: "string";
9
- readonly isRequired: true;
10
- };
11
- readonly is_flow: {
12
- readonly type: "boolean";
13
- readonly isRequired: true;
14
- };
15
- readonly args: {
16
- readonly type: "ScriptArgs";
17
- readonly isRequired: true;
18
- };
19
- };
20
- };
@@ -1,23 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $EditSchedule = {
5
- properties: {
6
- schedule: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- script_path: {
11
- type: 'string',
12
- isRequired: true,
13
- },
14
- is_flow: {
15
- type: 'boolean',
16
- isRequired: true,
17
- },
18
- args: {
19
- type: 'ScriptArgs',
20
- isRequired: true,
21
- },
22
- },
23
- };
@@ -1,16 +0,0 @@
1
- export declare const $EditVariable: {
2
- readonly properties: {
3
- readonly path: {
4
- readonly type: "string";
5
- };
6
- readonly value: {
7
- readonly type: "string";
8
- };
9
- readonly is_secret: {
10
- readonly type: "boolean";
11
- };
12
- readonly description: {
13
- readonly type: "string";
14
- };
15
- };
16
- };
@@ -1,19 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $EditVariable = {
5
- properties: {
6
- path: {
7
- type: 'string',
8
- },
9
- value: {
10
- type: 'string',
11
- },
12
- is_secret: {
13
- type: 'boolean',
14
- },
15
- description: {
16
- type: 'string',
17
- },
18
- },
19
- };
@@ -1,7 +0,0 @@
1
- export declare const $EditWorkspaceUser: {
2
- readonly properties: {
3
- readonly is_admin: {
4
- readonly type: "boolean";
5
- };
6
- };
7
- };
@@ -1,10 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $EditWorkspaceUser = {
5
- properties: {
6
- is_admin: {
7
- type: 'boolean',
8
- },
9
- },
10
- };
@@ -1,23 +0,0 @@
1
- export declare const $Flow: {
2
- readonly type: "all-of";
3
- readonly contains: readonly [{
4
- readonly properties: {
5
- readonly summary: {
6
- readonly type: "string";
7
- readonly isRequired: true;
8
- };
9
- readonly description: {
10
- readonly type: "string";
11
- };
12
- readonly value: {
13
- readonly type: "FlowPreview_properties_value";
14
- readonly isRequired: true;
15
- };
16
- readonly schema: {
17
- readonly properties: {};
18
- };
19
- };
20
- }, {
21
- readonly type: "FlowMetadata";
22
- }];
23
- };
@@ -1,26 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $Flow = {
5
- type: 'all-of',
6
- contains: [{
7
- properties: {
8
- summary: {
9
- type: 'string',
10
- isRequired: true,
11
- },
12
- description: {
13
- type: 'string',
14
- },
15
- value: {
16
- type: 'FlowPreview_properties_value',
17
- isRequired: true,
18
- },
19
- schema: {
20
- properties: {},
21
- },
22
- },
23
- }, {
24
- type: 'FlowMetadata',
25
- }],
26
- };
@@ -1,31 +0,0 @@
1
- export declare const $FlowMetadata: {
2
- readonly properties: {
3
- readonly workspace_id: {
4
- readonly type: "string";
5
- };
6
- readonly path: {
7
- readonly type: "string";
8
- readonly isRequired: true;
9
- };
10
- readonly edited_by: {
11
- readonly type: "string";
12
- readonly isRequired: true;
13
- };
14
- readonly edited_at: {
15
- readonly type: "string";
16
- readonly isRequired: true;
17
- readonly format: "date-time";
18
- };
19
- readonly archived: {
20
- readonly type: "boolean";
21
- readonly isRequired: true;
22
- };
23
- readonly extra_perms: {
24
- readonly properties: {};
25
- readonly isRequired: true;
26
- };
27
- readonly additionalProperties: {
28
- readonly type: "boolean";
29
- };
30
- };
31
- };
@@ -1,34 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $FlowMetadata = {
5
- properties: {
6
- workspace_id: {
7
- type: 'string',
8
- },
9
- path: {
10
- type: 'string',
11
- isRequired: true,
12
- },
13
- edited_by: {
14
- type: 'string',
15
- isRequired: true,
16
- },
17
- edited_at: {
18
- type: 'string',
19
- isRequired: true,
20
- format: 'date-time',
21
- },
22
- archived: {
23
- type: 'boolean',
24
- isRequired: true,
25
- },
26
- extra_perms: {
27
- properties: {},
28
- isRequired: true,
29
- },
30
- additionalProperties: {
31
- type: 'boolean',
32
- },
33
- },
34
- };
@@ -1,80 +0,0 @@
1
- export declare const $FlowPreview: {
2
- readonly properties: {
3
- readonly value: {
4
- readonly properties: {
5
- readonly modules: {
6
- readonly type: "array";
7
- readonly contains: {
8
- readonly type: "paths_1w_1_workspace_1jobs_1run_1preview_flow_post_requestBody_content_application_1json_schema_properties_value_properties_failure_module";
9
- };
10
- readonly isRequired: true;
11
- };
12
- readonly failure_module: {
13
- readonly properties: {
14
- readonly input_transform: {
15
- readonly type: "dictionary";
16
- readonly contains: {
17
- readonly properties: {
18
- readonly type: {
19
- readonly type: "Enum";
20
- };
21
- readonly step: {
22
- readonly type: "number";
23
- };
24
- readonly value: {
25
- readonly properties: {};
26
- };
27
- readonly expr: {
28
- readonly type: "string";
29
- };
30
- };
31
- };
32
- readonly isRequired: true;
33
- };
34
- readonly value: {
35
- readonly properties: {
36
- readonly value: {
37
- readonly type: "FlowPreview_properties_value";
38
- };
39
- readonly iterator: {
40
- readonly type: "paths_1flows_1hub_1get_1_id_get_responses_200_content_application_1json_schema_properties_flow_properties_value_properties_modules_items_properties_input_transform_additionalProperties";
41
- };
42
- readonly skip_failures: {
43
- readonly type: "boolean";
44
- };
45
- readonly path: {
46
- readonly type: "string";
47
- };
48
- readonly content: {
49
- readonly type: "string";
50
- };
51
- readonly language: {
52
- readonly type: "Enum";
53
- };
54
- readonly type: {
55
- readonly type: "Enum";
56
- readonly isRequired: true;
57
- };
58
- };
59
- readonly isRequired: true;
60
- };
61
- readonly stop_after_if_expr: {
62
- readonly type: "string";
63
- };
64
- readonly skip_if_stopped: {
65
- readonly type: "boolean";
66
- };
67
- };
68
- };
69
- };
70
- readonly isRequired: true;
71
- };
72
- readonly path: {
73
- readonly type: "string";
74
- };
75
- readonly args: {
76
- readonly type: "ScriptArgs";
77
- readonly isRequired: true;
78
- };
79
- };
80
- };
@@ -1,83 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $FlowPreview = {
5
- properties: {
6
- value: {
7
- properties: {
8
- modules: {
9
- type: 'array',
10
- contains: {
11
- type: 'paths_1w_1_workspace_1jobs_1run_1preview_flow_post_requestBody_content_application_1json_schema_properties_value_properties_failure_module',
12
- },
13
- isRequired: true,
14
- },
15
- failure_module: {
16
- properties: {
17
- input_transform: {
18
- type: 'dictionary',
19
- contains: {
20
- properties: {
21
- type: {
22
- type: 'Enum',
23
- },
24
- step: {
25
- type: 'number',
26
- },
27
- value: {
28
- properties: {},
29
- },
30
- expr: {
31
- type: 'string',
32
- },
33
- },
34
- },
35
- isRequired: true,
36
- },
37
- value: {
38
- properties: {
39
- value: {
40
- type: 'FlowPreview_properties_value',
41
- },
42
- iterator: {
43
- type: 'paths_1flows_1hub_1get_1_id_get_responses_200_content_application_1json_schema_properties_flow_properties_value_properties_modules_items_properties_input_transform_additionalProperties',
44
- },
45
- skip_failures: {
46
- type: 'boolean',
47
- },
48
- path: {
49
- type: 'string',
50
- },
51
- content: {
52
- type: 'string',
53
- },
54
- language: {
55
- type: 'Enum',
56
- },
57
- type: {
58
- type: 'Enum',
59
- isRequired: true,
60
- },
61
- },
62
- isRequired: true,
63
- },
64
- stop_after_if_expr: {
65
- type: 'string',
66
- },
67
- skip_if_stopped: {
68
- type: 'boolean',
69
- },
70
- },
71
- },
72
- },
73
- isRequired: true,
74
- },
75
- path: {
76
- type: 'string',
77
- },
78
- args: {
79
- type: 'ScriptArgs',
80
- isRequired: true,
81
- },
82
- },
83
- };
@@ -1,26 +0,0 @@
1
- export declare const $GlobalUserInfo: {
2
- readonly properties: {
3
- readonly email: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly login_type: {
8
- readonly type: "Enum";
9
- readonly isRequired: true;
10
- };
11
- readonly super_admin: {
12
- readonly type: "boolean";
13
- readonly isRequired: true;
14
- };
15
- readonly verified: {
16
- readonly type: "boolean";
17
- readonly isRequired: true;
18
- };
19
- readonly name: {
20
- readonly type: "string";
21
- };
22
- readonly company: {
23
- readonly type: "string";
24
- };
25
- };
26
- };
@@ -1,29 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $GlobalUserInfo = {
5
- properties: {
6
- email: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- login_type: {
11
- type: 'Enum',
12
- isRequired: true,
13
- },
14
- super_admin: {
15
- type: 'boolean',
16
- isRequired: true,
17
- },
18
- verified: {
19
- type: 'boolean',
20
- isRequired: true,
21
- },
22
- name: {
23
- type: 'string',
24
- },
25
- company: {
26
- type: 'string',
27
- },
28
- },
29
- };
@@ -1,23 +0,0 @@
1
- export declare const $Group: {
2
- readonly properties: {
3
- readonly name: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly summary: {
8
- readonly type: "string";
9
- };
10
- readonly members: {
11
- readonly type: "array";
12
- readonly contains: {
13
- readonly type: "string";
14
- };
15
- };
16
- readonly extra_perms: {
17
- readonly type: "dictionary";
18
- readonly contains: {
19
- readonly type: "boolean";
20
- };
21
- };
22
- };
23
- };
@@ -1,26 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $Group = {
5
- properties: {
6
- name: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- summary: {
11
- type: 'string',
12
- },
13
- members: {
14
- type: 'array',
15
- contains: {
16
- type: 'string',
17
- },
18
- },
19
- extra_perms: {
20
- type: 'dictionary',
21
- contains: {
22
- type: 'boolean',
23
- },
24
- },
25
- },
26
- };
@@ -1,17 +0,0 @@
1
- export declare const $Job: {
2
- readonly type: "all-of";
3
- readonly contains: readonly [{
4
- readonly type: "one-of";
5
- readonly contains: readonly [{
6
- readonly type: "CompletedJob";
7
- }, {
8
- readonly type: "QueuedJob";
9
- }];
10
- }, {
11
- readonly properties: {
12
- readonly type: {
13
- readonly type: "Enum";
14
- };
15
- };
16
- }];
17
- };
@@ -1,20 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $Job = {
5
- type: 'all-of',
6
- contains: [{
7
- type: 'one-of',
8
- contains: [{
9
- type: 'CompletedJob',
10
- }, {
11
- type: 'QueuedJob',
12
- }],
13
- }, {
14
- properties: {
15
- type: {
16
- type: 'Enum',
17
- },
18
- },
19
- }],
20
- };
@@ -1,35 +0,0 @@
1
- export declare const $ListableVariable: {
2
- readonly properties: {
3
- readonly workspace_id: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly path: {
8
- readonly type: "string";
9
- readonly isRequired: true;
10
- };
11
- readonly value: {
12
- readonly type: "string";
13
- };
14
- readonly is_secret: {
15
- readonly type: "boolean";
16
- readonly isRequired: true;
17
- };
18
- readonly description: {
19
- readonly type: "string";
20
- };
21
- readonly account: {
22
- readonly type: "string";
23
- };
24
- readonly is_oauth: {
25
- readonly type: "boolean";
26
- };
27
- readonly extra_perms: {
28
- readonly type: "dictionary";
29
- readonly contains: {
30
- readonly type: "boolean";
31
- };
32
- readonly isRequired: true;
33
- };
34
- };
35
- };