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,34 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $Resource = {
5
- properties: {
6
- workspace_id: {
7
- type: 'string',
8
- },
9
- path: {
10
- type: 'string',
11
- isRequired: true,
12
- },
13
- description: {
14
- type: 'string',
15
- },
16
- resource_type: {
17
- type: 'string',
18
- isRequired: true,
19
- },
20
- value: {
21
- properties: {},
22
- },
23
- is_oauth: {
24
- type: 'boolean',
25
- isRequired: true,
26
- },
27
- extra_perms: {
28
- type: 'dictionary',
29
- contains: {
30
- type: 'boolean',
31
- },
32
- },
33
- },
34
- };
@@ -1,17 +0,0 @@
1
- export declare const $ResourceType: {
2
- readonly properties: {
3
- readonly workspace_id: {
4
- readonly type: "string";
5
- };
6
- readonly name: {
7
- readonly type: "string";
8
- readonly isRequired: true;
9
- };
10
- readonly schema: {
11
- readonly properties: {};
12
- };
13
- readonly description: {
14
- readonly type: "string";
15
- };
16
- };
17
- };
@@ -1,20 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $ResourceType = {
5
- properties: {
6
- workspace_id: {
7
- type: 'string',
8
- },
9
- name: {
10
- type: 'string',
11
- isRequired: true,
12
- },
13
- schema: {
14
- properties: {},
15
- },
16
- description: {
17
- type: 'string',
18
- },
19
- },
20
- };
@@ -1,47 +0,0 @@
1
- export declare const $Schedule: {
2
- readonly properties: {
3
- readonly path: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly edited_by: {
8
- readonly type: "string";
9
- readonly isRequired: true;
10
- };
11
- readonly edited_at: {
12
- readonly type: "string";
13
- readonly isRequired: true;
14
- readonly format: "date-time";
15
- };
16
- readonly schedule: {
17
- readonly type: "string";
18
- readonly isRequired: true;
19
- };
20
- readonly offset_: {
21
- readonly type: "number";
22
- readonly isRequired: true;
23
- };
24
- readonly enabled: {
25
- readonly type: "boolean";
26
- readonly isRequired: true;
27
- };
28
- readonly script_path: {
29
- readonly type: "string";
30
- readonly isRequired: true;
31
- };
32
- readonly is_flow: {
33
- readonly type: "boolean";
34
- readonly isRequired: true;
35
- };
36
- readonly args: {
37
- readonly type: "ScriptArgs";
38
- };
39
- readonly extra_perms: {
40
- readonly type: "dictionary";
41
- readonly contains: {
42
- readonly type: "boolean";
43
- };
44
- readonly isRequired: true;
45
- };
46
- };
47
- };
@@ -1,50 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $Schedule = {
5
- properties: {
6
- path: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- edited_by: {
11
- type: 'string',
12
- isRequired: true,
13
- },
14
- edited_at: {
15
- type: 'string',
16
- isRequired: true,
17
- format: 'date-time',
18
- },
19
- schedule: {
20
- type: 'string',
21
- isRequired: true,
22
- },
23
- offset_: {
24
- type: 'number',
25
- isRequired: true,
26
- },
27
- enabled: {
28
- type: 'boolean',
29
- isRequired: true,
30
- },
31
- script_path: {
32
- type: 'string',
33
- isRequired: true,
34
- },
35
- is_flow: {
36
- type: 'boolean',
37
- isRequired: true,
38
- },
39
- args: {
40
- type: 'ScriptArgs',
41
- },
42
- extra_perms: {
43
- type: 'dictionary',
44
- contains: {
45
- type: 'boolean',
46
- },
47
- isRequired: true,
48
- },
49
- },
50
- };
@@ -1,77 +0,0 @@
1
- export declare const $Script: {
2
- readonly properties: {
3
- readonly workspace_id: {
4
- readonly type: "string";
5
- };
6
- readonly hash: {
7
- readonly type: "string";
8
- readonly isRequired: true;
9
- };
10
- readonly path: {
11
- readonly type: "string";
12
- readonly isRequired: true;
13
- };
14
- readonly parent_hashes: {
15
- readonly type: "array";
16
- readonly contains: {
17
- readonly type: "string";
18
- };
19
- };
20
- readonly summary: {
21
- readonly type: "string";
22
- readonly isRequired: true;
23
- };
24
- readonly description: {
25
- readonly type: "string";
26
- };
27
- readonly content: {
28
- readonly type: "string";
29
- readonly isRequired: true;
30
- };
31
- readonly created_by: {
32
- readonly type: "string";
33
- readonly isRequired: true;
34
- };
35
- readonly created_at: {
36
- readonly type: "string";
37
- readonly isRequired: true;
38
- readonly format: "date-time";
39
- };
40
- readonly archived: {
41
- readonly type: "boolean";
42
- readonly isRequired: true;
43
- };
44
- readonly schema: {
45
- readonly properties: {};
46
- };
47
- readonly deleted: {
48
- readonly type: "boolean";
49
- readonly isRequired: true;
50
- };
51
- readonly is_template: {
52
- readonly type: "boolean";
53
- readonly isRequired: true;
54
- };
55
- readonly extra_perms: {
56
- readonly type: "dictionary";
57
- readonly contains: {
58
- readonly type: "boolean";
59
- };
60
- readonly isRequired: true;
61
- };
62
- readonly lock: {
63
- readonly type: "string";
64
- };
65
- readonly lock_error_logs: {
66
- readonly type: "string";
67
- };
68
- readonly language: {
69
- readonly type: "Enum";
70
- readonly isRequired: true;
71
- };
72
- readonly is_trigger: {
73
- readonly type: "boolean";
74
- readonly isRequired: true;
75
- };
76
- };
77
- };
@@ -1,80 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $Script = {
5
- properties: {
6
- workspace_id: {
7
- type: 'string',
8
- },
9
- hash: {
10
- type: 'string',
11
- isRequired: true,
12
- },
13
- path: {
14
- type: 'string',
15
- isRequired: true,
16
- },
17
- parent_hashes: {
18
- type: 'array',
19
- contains: {
20
- type: 'string',
21
- },
22
- },
23
- summary: {
24
- type: 'string',
25
- isRequired: true,
26
- },
27
- description: {
28
- type: 'string',
29
- },
30
- content: {
31
- type: 'string',
32
- isRequired: true,
33
- },
34
- created_by: {
35
- type: 'string',
36
- isRequired: true,
37
- },
38
- created_at: {
39
- type: 'string',
40
- isRequired: true,
41
- format: 'date-time',
42
- },
43
- archived: {
44
- type: 'boolean',
45
- isRequired: true,
46
- },
47
- schema: {
48
- properties: {},
49
- },
50
- deleted: {
51
- type: 'boolean',
52
- isRequired: true,
53
- },
54
- is_template: {
55
- type: 'boolean',
56
- isRequired: true,
57
- },
58
- extra_perms: {
59
- type: 'dictionary',
60
- contains: {
61
- type: 'boolean',
62
- },
63
- isRequired: true,
64
- },
65
- lock: {
66
- type: 'string',
67
- },
68
- lock_error_logs: {
69
- type: 'string',
70
- },
71
- language: {
72
- type: 'Enum',
73
- isRequired: true,
74
- },
75
- is_trigger: {
76
- type: 'boolean',
77
- isRequired: true,
78
- },
79
- },
80
- };
@@ -1,6 +0,0 @@
1
- export declare const $ScriptArgs: {
2
- readonly type: "dictionary";
3
- readonly contains: {
4
- readonly properties: {};
5
- };
6
- };
@@ -1,9 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $ScriptArgs = {
5
- type: 'dictionary',
6
- contains: {
7
- properties: {},
8
- },
9
- };
@@ -1,24 +0,0 @@
1
- export declare const $SlackToken: {
2
- readonly properties: {
3
- readonly access_token: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly team_id: {
8
- readonly type: "string";
9
- readonly isRequired: true;
10
- };
11
- readonly team_name: {
12
- readonly type: "string";
13
- readonly isRequired: true;
14
- };
15
- readonly bot: {
16
- readonly properties: {
17
- readonly bot_access_token: {
18
- readonly type: "string";
19
- };
20
- };
21
- readonly isRequired: true;
22
- };
23
- };
24
- };
@@ -1,27 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $SlackToken = {
5
- properties: {
6
- access_token: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- team_id: {
11
- type: 'string',
12
- isRequired: true,
13
- },
14
- team_name: {
15
- type: 'string',
16
- isRequired: true,
17
- },
18
- bot: {
19
- properties: {
20
- bot_access_token: {
21
- type: 'string',
22
- },
23
- },
24
- isRequired: true,
25
- },
26
- },
27
- };
@@ -1,23 +0,0 @@
1
- export declare const $TokenResponse: {
2
- readonly properties: {
3
- readonly access_token: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly expires_in: {
8
- readonly type: "number";
9
- readonly isRequired: true;
10
- };
11
- readonly refresh_token: {
12
- readonly type: "string";
13
- readonly isRequired: true;
14
- };
15
- readonly scope: {
16
- readonly type: "array";
17
- readonly contains: {
18
- readonly type: "string";
19
- };
20
- readonly isRequired: true;
21
- };
22
- };
23
- };
@@ -1,26 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $TokenResponse = {
5
- properties: {
6
- access_token: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- expires_in: {
11
- type: 'number',
12
- isRequired: true,
13
- },
14
- refresh_token: {
15
- type: 'string',
16
- isRequired: true,
17
- },
18
- scope: {
19
- type: 'array',
20
- contains: {
21
- type: 'string',
22
- },
23
- isRequired: true,
24
- },
25
- },
26
- };
@@ -1,25 +0,0 @@
1
- export declare const $TruncatedToken: {
2
- readonly properties: {
3
- readonly label: {
4
- readonly type: "string";
5
- };
6
- readonly expiration: {
7
- readonly type: "string";
8
- readonly format: "date-time";
9
- };
10
- readonly token_prefix: {
11
- readonly type: "string";
12
- readonly isRequired: true;
13
- };
14
- readonly created_at: {
15
- readonly type: "string";
16
- readonly isRequired: true;
17
- readonly format: "date-time";
18
- };
19
- readonly last_used_at: {
20
- readonly type: "string";
21
- readonly isRequired: true;
22
- readonly format: "date-time";
23
- };
24
- };
25
- };
@@ -1,28 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $TruncatedToken = {
5
- properties: {
6
- label: {
7
- type: 'string',
8
- },
9
- expiration: {
10
- type: 'string',
11
- format: 'date-time',
12
- },
13
- token_prefix: {
14
- type: 'string',
15
- isRequired: true,
16
- },
17
- created_at: {
18
- type: 'string',
19
- isRequired: true,
20
- format: 'date-time',
21
- },
22
- last_used_at: {
23
- type: 'string',
24
- isRequired: true,
25
- format: 'date-time',
26
- },
27
- },
28
- };
@@ -1,13 +0,0 @@
1
- export declare const $Usage: {
2
- readonly properties: {
3
- readonly duration_ms: {
4
- readonly type: "number";
5
- };
6
- readonly jobs: {
7
- readonly type: "number";
8
- };
9
- readonly flows: {
10
- readonly type: "number";
11
- };
12
- };
13
- };
@@ -1,16 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $Usage = {
5
- properties: {
6
- duration_ms: {
7
- type: 'number',
8
- },
9
- jobs: {
10
- type: 'number',
11
- },
12
- flows: {
13
- type: 'number',
14
- },
15
- },
16
- };
@@ -1,42 +0,0 @@
1
- export declare const $User: {
2
- readonly properties: {
3
- readonly email: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly username: {
8
- readonly type: "string";
9
- readonly isRequired: true;
10
- };
11
- readonly is_admin: {
12
- readonly type: "boolean";
13
- readonly isRequired: true;
14
- };
15
- readonly is_super_admin: {
16
- readonly type: "boolean";
17
- readonly isRequired: true;
18
- };
19
- readonly created_at: {
20
- readonly type: "string";
21
- readonly isRequired: true;
22
- readonly format: "date-time";
23
- };
24
- readonly operator: {
25
- readonly type: "boolean";
26
- readonly isRequired: true;
27
- };
28
- readonly disabled: {
29
- readonly type: "boolean";
30
- readonly isRequired: true;
31
- };
32
- readonly groups: {
33
- readonly type: "array";
34
- readonly contains: {
35
- readonly type: "string";
36
- };
37
- };
38
- readonly job_duration_ms: {
39
- readonly type: "Usage";
40
- };
41
- };
42
- };
@@ -1,45 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $User = {
5
- properties: {
6
- email: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- username: {
11
- type: 'string',
12
- isRequired: true,
13
- },
14
- is_admin: {
15
- type: 'boolean',
16
- isRequired: true,
17
- },
18
- is_super_admin: {
19
- type: 'boolean',
20
- isRequired: true,
21
- },
22
- created_at: {
23
- type: 'string',
24
- isRequired: true,
25
- format: 'date-time',
26
- },
27
- operator: {
28
- type: 'boolean',
29
- isRequired: true,
30
- },
31
- disabled: {
32
- type: 'boolean',
33
- isRequired: true,
34
- },
35
- groups: {
36
- type: 'array',
37
- contains: {
38
- type: 'string',
39
- },
40
- },
41
- job_duration_ms: {
42
- type: 'Usage',
43
- },
44
- },
45
- };
@@ -1,28 +0,0 @@
1
- export declare const $UserWorkspaceList: {
2
- readonly properties: {
3
- readonly email: {
4
- readonly type: "string";
5
- readonly isRequired: true;
6
- };
7
- readonly workspaces: {
8
- readonly type: "array";
9
- readonly contains: {
10
- readonly properties: {
11
- readonly id: {
12
- readonly type: "string";
13
- readonly isRequired: true;
14
- };
15
- readonly name: {
16
- readonly type: "string";
17
- readonly isRequired: true;
18
- };
19
- readonly username: {
20
- readonly type: "string";
21
- readonly isRequired: true;
22
- };
23
- };
24
- };
25
- readonly isRequired: true;
26
- };
27
- };
28
- };
@@ -1,31 +0,0 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export const $UserWorkspaceList = {
5
- properties: {
6
- email: {
7
- type: 'string',
8
- isRequired: true,
9
- },
10
- workspaces: {
11
- type: 'array',
12
- contains: {
13
- properties: {
14
- id: {
15
- type: 'string',
16
- isRequired: true,
17
- },
18
- name: {
19
- type: 'string',
20
- isRequired: true,
21
- },
22
- username: {
23
- type: 'string',
24
- isRequired: true,
25
- },
26
- },
27
- },
28
- isRequired: true,
29
- },
30
- },
31
- };