windmill-cli 1.576.3 → 1.577.0

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 (279) hide show
  1. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_create_walk_entry.js +2 -2
  2. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_is_same_path.js +1 -1
  3. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_is_subdir.js +2 -2
  4. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_to_path_string.js +1 -1
  5. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/copy.js +3 -3
  6. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/empty_dir.js +1 -1
  7. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_file.js +1 -1
  8. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_link.js +1 -1
  9. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_symlink.js +2 -2
  10. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/expand_glob.js +35 -10
  11. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/move.js +2 -1
  12. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/walk.js +1 -1
  13. package/esm/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
  14. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/is_glob.js +1 -1
  15. package/esm/deps.js +3 -3
  16. package/esm/gen/core/OpenAPI.js +1 -1
  17. package/esm/gen/services.gen.js +21 -0
  18. package/esm/src/main.js +1 -1
  19. package/esm/wasm/regex/windmill_parser_wasm.js +35 -35
  20. package/esm/wasm/regex/windmill_parser_wasm_bg.wasm +0 -0
  21. package/package.json +1 -1
  22. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_create_walk_entry.d.ts.map +1 -1
  23. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_get_file_info_type.d.ts.map +1 -1
  24. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_is_same_path.d.ts.map +1 -1
  25. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_is_subdir.d.ts.map +1 -1
  26. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_to_path_string.d.ts.map +1 -1
  27. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/copy.d.ts.map +1 -1
  28. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/empty_dir.d.ts.map +1 -1
  29. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_dir.d.ts.map +1 -1
  30. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_file.d.ts.map +1 -1
  31. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_link.d.ts.map +1 -1
  32. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_symlink.d.ts.map +1 -1
  33. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/eol.d.ts.map +1 -1
  34. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/exists.d.ts.map +1 -1
  35. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/expand_glob.d.ts +1 -1
  36. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/expand_glob.d.ts.map +1 -1
  37. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/mod.d.ts.map +1 -1
  38. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/move.d.ts.map +1 -1
  39. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/walk.d.ts.map +1 -1
  40. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/assert_path.d.ts.map +1 -1
  41. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/basename.d.ts.map +1 -1
  42. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/common.d.ts.map +1 -1
  43. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/constants.d.ts.map +1 -1
  44. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/dirname.d.ts.map +1 -1
  45. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/format.d.ts.map +1 -1
  46. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/from_file_url.d.ts.map +1 -1
  47. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/glob_to_reg_exp.d.ts.map +1 -1
  48. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/normalize.d.ts.map +1 -1
  49. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/normalize_string.d.ts.map +1 -1
  50. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/relative.d.ts.map +1 -1
  51. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/strip_trailing_separators.d.ts.map +1 -1
  52. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/to_file_url.d.ts.map +1 -1
  53. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/basename.d.ts.map +1 -1
  54. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/common.d.ts.map +1 -1
  55. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/constants.d.ts.map +1 -1
  56. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/dirname.d.ts.map +1 -1
  57. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/extname.d.ts.map +1 -1
  58. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/format.d.ts.map +1 -1
  59. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/from_file_url.d.ts.map +1 -1
  60. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/glob_to_regexp.d.ts.map +1 -1
  61. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/is_absolute.d.ts.map +1 -1
  62. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/is_glob.d.ts.map +1 -1
  63. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/join.d.ts.map +1 -1
  64. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/join_globs.d.ts.map +1 -1
  65. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/mod.d.ts.map +1 -1
  66. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/normalize.d.ts.map +1 -1
  67. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/normalize_glob.d.ts.map +1 -1
  68. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/parse.d.ts.map +1 -1
  69. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/_util.d.ts.map +1 -1
  70. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/basename.d.ts.map +1 -1
  71. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/constants.d.ts.map +1 -1
  72. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/dirname.d.ts.map +1 -1
  73. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/extname.d.ts.map +1 -1
  74. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/format.d.ts.map +1 -1
  75. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/from_file_url.d.ts.map +1 -1
  76. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/glob_to_regexp.d.ts.map +1 -1
  77. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/is_absolute.d.ts.map +1 -1
  78. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/join.d.ts.map +1 -1
  79. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/join_globs.d.ts.map +1 -1
  80. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/normalize.d.ts.map +1 -1
  81. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/normalize_glob.d.ts.map +1 -1
  82. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/parse.d.ts.map +1 -1
  83. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/relative.d.ts.map +1 -1
  84. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/resolve.d.ts.map +1 -1
  85. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/to_file_url.d.ts.map +1 -1
  86. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/to_namespaced_path.d.ts.map +1 -1
  87. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/relative.d.ts.map +1 -1
  88. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/resolve.d.ts.map +1 -1
  89. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/to_file_url.d.ts.map +1 -1
  90. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/to_namespaced_path.d.ts.map +1 -1
  91. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/types.d.ts.map +1 -1
  92. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/_util.d.ts.map +1 -1
  93. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/basename.d.ts.map +1 -1
  94. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/constants.d.ts.map +1 -1
  95. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/dirname.d.ts.map +1 -1
  96. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/extname.d.ts.map +1 -1
  97. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/format.d.ts.map +1 -1
  98. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/from_file_url.d.ts.map +1 -1
  99. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/glob_to_regexp.d.ts.map +1 -1
  100. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/is_absolute.d.ts.map +1 -1
  101. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/join.d.ts.map +1 -1
  102. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/join_globs.d.ts.map +1 -1
  103. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/normalize.d.ts.map +1 -1
  104. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/normalize_glob.d.ts.map +1 -1
  105. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/parse.d.ts.map +1 -1
  106. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/relative.d.ts.map +1 -1
  107. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/resolve.d.ts.map +1 -1
  108. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/to_file_url.d.ts.map +1 -1
  109. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/to_namespaced_path.d.ts.map +1 -1
  110. package/types/deps.d.ts +3 -3
  111. package/types/gen/services.gen.d.ts +11 -1
  112. package/types/gen/services.gen.d.ts.map +1 -1
  113. package/types/gen/types.gen.d.ts +10 -7
  114. package/types/gen/types.gen.d.ts.map +1 -1
  115. package/types/src/main.d.ts +1 -1
  116. package/types/wasm/regex/windmill_parser_wasm.d.ts +14 -14
  117. package/types/wasm/regex/windmill_parser_wasm.d.ts.map +1 -1
  118. package/types/windmill-utils-internal/src/gen/types.gen.d.ts +10 -7
  119. package/types/windmill-utils-internal/src/gen/types.gen.d.ts.map +1 -1
  120. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_get_file_info_type.js +0 -0
  121. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_dir.js +0 -0
  122. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/eol.js +0 -0
  123. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/exists.js +0 -0
  124. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/mod.js +0 -0
  125. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/assert_path.js +0 -0
  126. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/basename.js +0 -0
  127. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/common.js +0 -0
  128. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/constants.js +0 -0
  129. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/dirname.js +0 -0
  130. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/format.js +0 -0
  131. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/from_file_url.js +0 -0
  132. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/glob_to_reg_exp.js +0 -0
  133. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/normalize.js +0 -0
  134. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/normalize_string.js +0 -0
  135. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/relative.js +0 -0
  136. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/strip_trailing_separators.js +0 -0
  137. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/to_file_url.js +0 -0
  138. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/basename.js +0 -0
  139. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/common.js +0 -0
  140. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/constants.js +0 -0
  141. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/dirname.js +0 -0
  142. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/extname.js +0 -0
  143. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/format.js +0 -0
  144. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/from_file_url.js +0 -0
  145. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/glob_to_regexp.js +0 -0
  146. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/is_absolute.js +0 -0
  147. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/join.js +0 -0
  148. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/join_globs.js +0 -0
  149. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/mod.js +0 -0
  150. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/normalize.js +0 -0
  151. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/normalize_glob.js +0 -0
  152. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/parse.js +0 -0
  153. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/_util.js +0 -0
  154. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/basename.js +0 -0
  155. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/constants.js +0 -0
  156. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/dirname.js +0 -0
  157. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/extname.js +0 -0
  158. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/format.js +0 -0
  159. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/from_file_url.js +0 -0
  160. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/glob_to_regexp.js +0 -0
  161. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/is_absolute.js +0 -0
  162. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/join.js +0 -0
  163. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/join_globs.js +0 -0
  164. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/normalize.js +0 -0
  165. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/normalize_glob.js +0 -0
  166. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/parse.js +0 -0
  167. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/relative.js +0 -0
  168. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/resolve.js +0 -0
  169. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/to_file_url.js +0 -0
  170. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/to_namespaced_path.js +0 -0
  171. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/relative.js +0 -0
  172. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/resolve.js +0 -0
  173. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/to_file_url.js +0 -0
  174. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/to_namespaced_path.js +0 -0
  175. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/types.js +0 -0
  176. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/_util.js +0 -0
  177. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/basename.js +0 -0
  178. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/constants.js +0 -0
  179. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/dirname.js +0 -0
  180. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/extname.js +0 -0
  181. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/format.js +0 -0
  182. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/from_file_url.js +0 -0
  183. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/glob_to_regexp.js +0 -0
  184. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/is_absolute.js +0 -0
  185. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/join.js +0 -0
  186. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/join_globs.js +0 -0
  187. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/normalize.js +0 -0
  188. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/normalize_glob.js +0 -0
  189. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/parse.js +0 -0
  190. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/relative.js +0 -0
  191. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/resolve.js +0 -0
  192. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/to_file_url.js +0 -0
  193. /package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/to_namespaced_path.js +0 -0
  194. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_create_walk_entry.d.ts +0 -0
  195. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_get_file_info_type.d.ts +0 -0
  196. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_is_same_path.d.ts +0 -0
  197. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_is_subdir.d.ts +0 -0
  198. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/_to_path_string.d.ts +0 -0
  199. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/copy.d.ts +0 -0
  200. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/empty_dir.d.ts +0 -0
  201. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_dir.d.ts +0 -0
  202. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_file.d.ts +0 -0
  203. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_link.d.ts +0 -0
  204. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/ensure_symlink.d.ts +0 -0
  205. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/eol.d.ts +0 -0
  206. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/exists.d.ts +0 -0
  207. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/mod.d.ts +0 -0
  208. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/move.d.ts +0 -0
  209. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.20}/walk.d.ts +0 -0
  210. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/assert_path.d.ts +0 -0
  211. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/basename.d.ts +0 -0
  212. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/common.d.ts +0 -0
  213. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/constants.d.ts +0 -0
  214. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/dirname.d.ts +0 -0
  215. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/format.d.ts +0 -0
  216. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/from_file_url.d.ts +0 -0
  217. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/glob_to_reg_exp.d.ts +0 -0
  218. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/normalize.d.ts +0 -0
  219. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/normalize_string.d.ts +0 -0
  220. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/relative.d.ts +0 -0
  221. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/strip_trailing_separators.d.ts +0 -0
  222. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/_common/to_file_url.d.ts +0 -0
  223. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/basename.d.ts +0 -0
  224. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/common.d.ts +0 -0
  225. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/constants.d.ts +0 -0
  226. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/dirname.d.ts +0 -0
  227. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/extname.d.ts +0 -0
  228. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/format.d.ts +0 -0
  229. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/from_file_url.d.ts +0 -0
  230. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/glob_to_regexp.d.ts +0 -0
  231. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/is_absolute.d.ts +0 -0
  232. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/is_glob.d.ts +0 -0
  233. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/join.d.ts +0 -0
  234. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/join_globs.d.ts +0 -0
  235. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/mod.d.ts +0 -0
  236. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/normalize.d.ts +0 -0
  237. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/normalize_glob.d.ts +0 -0
  238. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/parse.d.ts +0 -0
  239. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/_util.d.ts +0 -0
  240. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/basename.d.ts +0 -0
  241. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/constants.d.ts +0 -0
  242. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/dirname.d.ts +0 -0
  243. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/extname.d.ts +0 -0
  244. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/format.d.ts +0 -0
  245. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/from_file_url.d.ts +0 -0
  246. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/glob_to_regexp.d.ts +0 -0
  247. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/is_absolute.d.ts +0 -0
  248. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/join.d.ts +0 -0
  249. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/join_globs.d.ts +0 -0
  250. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/normalize.d.ts +0 -0
  251. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/normalize_glob.d.ts +0 -0
  252. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/parse.d.ts +0 -0
  253. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/relative.d.ts +0 -0
  254. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/resolve.d.ts +0 -0
  255. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/to_file_url.d.ts +0 -0
  256. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/posix/to_namespaced_path.d.ts +0 -0
  257. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/relative.d.ts +0 -0
  258. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/resolve.d.ts +0 -0
  259. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/to_file_url.d.ts +0 -0
  260. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/to_namespaced_path.d.ts +0 -0
  261. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/types.d.ts +0 -0
  262. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/_util.d.ts +0 -0
  263. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/basename.d.ts +0 -0
  264. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/constants.d.ts +0 -0
  265. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/dirname.d.ts +0 -0
  266. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/extname.d.ts +0 -0
  267. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/format.d.ts +0 -0
  268. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/from_file_url.d.ts +0 -0
  269. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/glob_to_regexp.d.ts +0 -0
  270. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/is_absolute.d.ts +0 -0
  271. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/join.d.ts +0 -0
  272. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/join_globs.d.ts +0 -0
  273. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/normalize.d.ts +0 -0
  274. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/normalize_glob.d.ts +0 -0
  275. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/parse.d.ts +0 -0
  276. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/relative.d.ts +0 -0
  277. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/resolve.d.ts +0 -0
  278. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/to_file_url.d.ts +0 -0
  279. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.1.3}/windows/to_namespaced_path.d.ts +0 -0
@@ -22,7 +22,7 @@ import { pull as hubPull } from "./commands/hub/hub.js";
22
22
  import { pull, push } from "./commands/sync/sync.js";
23
23
  import { add as workspaceAdd } from "./commands/workspace/workspace.js";
24
24
  export { flow, app, script, workspace, resource, resourceType, user, variable, hub, folder, schedule, trigger, sync, gitsyncSettings, instance, dev, hubPull, pull, push, workspaceAdd, };
25
- export declare const VERSION = "1.576.3";
25
+ export declare const VERSION = "1.577.0";
26
26
  export declare const WM_FORK_PREFIX = "wm-fork";
27
27
  declare const command: Command<{
28
28
  workspace?: (import("../deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/mod.js").StringType & string) | undefined;
@@ -2,61 +2,61 @@
2
2
  * @param {string} code
3
3
  * @returns {string}
4
4
  */
5
- export function parse_mssql(code: string): string;
5
+ export function parse_powershell(code: string): string;
6
6
  /**
7
7
  * @param {string} code
8
8
  * @returns {string}
9
9
  */
10
- export function parse_powershell(code: string): string;
10
+ export function parse_assets_sql(code: string): string;
11
11
  /**
12
12
  * @param {string} code
13
13
  * @returns {string}
14
14
  */
15
- export function parse_oracledb(code: string): string;
15
+ export function parse_snowflake(code: string): string;
16
16
  /**
17
17
  * @param {string} code
18
- * @returns {string}
18
+ * @returns {string | undefined}
19
19
  */
20
- export function parse_graphql(code: string): string;
20
+ export function parse_db_resource(code: string): string | undefined;
21
21
  /**
22
22
  * @param {string} code
23
23
  * @returns {string}
24
24
  */
25
- export function parse_assets_sql(code: string): string;
25
+ export function parse_graphql(code: string): string;
26
26
  /**
27
27
  * @param {string} code
28
28
  * @returns {string}
29
29
  */
30
- export function parse_mysql(code: string): string;
30
+ export function parse_mssql(code: string): string;
31
31
  /**
32
32
  * @param {string} code
33
33
  * @returns {string}
34
34
  */
35
- export function parse_bash(code: string): string;
35
+ export function parse_sql(code: string): string;
36
36
  /**
37
37
  * @param {string} code
38
38
  * @returns {string}
39
39
  */
40
- export function parse_duckdb(code: string): string;
40
+ export function parse_oracledb(code: string): string;
41
41
  /**
42
42
  * @param {string} code
43
- * @returns {string | undefined}
43
+ * @returns {string}
44
44
  */
45
- export function parse_db_resource(code: string): string | undefined;
45
+ export function parse_bigquery(code: string): string;
46
46
  /**
47
47
  * @param {string} code
48
48
  * @returns {string}
49
49
  */
50
- export function parse_bigquery(code: string): string;
50
+ export function parse_mysql(code: string): string;
51
51
  /**
52
52
  * @param {string} code
53
53
  * @returns {string}
54
54
  */
55
- export function parse_snowflake(code: string): string;
55
+ export function parse_bash(code: string): string;
56
56
  /**
57
57
  * @param {string} code
58
58
  * @returns {string}
59
59
  */
60
- export function parse_sql(code: string): string;
60
+ export function parse_duckdb(code: string): string;
61
61
  export const __wasm: any;
62
62
  //# sourceMappingURL=windmill_parser_wasm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"windmill_parser_wasm.d.ts","sourceRoot":"","sources":["../../../src/wasm/regex/windmill_parser_wasm.js"],"names":[],"mappings":"AAuEA;;;GAGG;AACH,kCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,uCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,qCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,oCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,uCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,kCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,iCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,mCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,wCAHW,MAAM,GACJ,MAAM,GAAG,SAAS,CAY9B;AAED;;;GAGG;AACH,qCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,sCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,gCAHW,MAAM,GACJ,MAAM,CAelB;AAkCD,yBAA2B"}
1
+ {"version":3,"file":"windmill_parser_wasm.d.ts","sourceRoot":"","sources":["../../../src/wasm/regex/windmill_parser_wasm.js"],"names":[],"mappings":"AAuEA;;;GAGG;AACH,uCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,uCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,sCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,wCAHW,MAAM,GACJ,MAAM,GAAG,SAAS,CAY9B;AAED;;;GAGG;AACH,oCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,kCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,gCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,qCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,qCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,kCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,iCAHW,MAAM,GACJ,MAAM,CAelB;AAED;;;GAGG;AACH,mCAHW,MAAM,GACJ,MAAM,CAelB;AAkCD,yBAA2B"}
@@ -1156,6 +1156,7 @@ export type TriggerExtraProperty = {
1156
1156
  edited_by: string;
1157
1157
  edited_at: string;
1158
1158
  is_flow: boolean;
1159
+ enabled: boolean;
1159
1160
  };
1160
1161
  export type AuthenticationMethod = 'none' | 'windmill' | 'api_key' | 'basic_http' | 'custom_script' | 'signature';
1161
1162
  export type RunnableKind = 'script' | 'flow';
@@ -1241,6 +1242,7 @@ export type NewHttpTrigger = {
1241
1242
  authentication_method: AuthenticationMethod;
1242
1243
  is_static_website: boolean;
1243
1244
  wrap_body?: boolean;
1245
+ enabled?: boolean;
1244
1246
  raw_string?: boolean;
1245
1247
  error_handler_path?: string;
1246
1248
  error_handler_args?: ScriptArgs;
@@ -1296,7 +1298,6 @@ export type WebsocketTrigger = TriggerExtraProperty & {
1296
1298
  server_id?: string;
1297
1299
  last_server_ping?: string;
1298
1300
  error?: string;
1299
- enabled: boolean;
1300
1301
  filters: Array<{
1301
1302
  key: string;
1302
1303
  value: unknown;
@@ -1377,7 +1378,6 @@ export type MqttTrigger = TriggerExtraProperty & {
1377
1378
  server_id?: string;
1378
1379
  last_server_ping?: string;
1379
1380
  error?: string;
1380
- enabled: boolean;
1381
1381
  error_handler_path?: string;
1382
1382
  error_handler_args?: ScriptArgs;
1383
1383
  retry?: Retry;
@@ -1427,7 +1427,6 @@ export type GcpTrigger = TriggerExtraProperty & {
1427
1427
  subscription_mode: SubscriptionMode;
1428
1428
  last_server_ping?: string;
1429
1429
  error?: string;
1430
- enabled: boolean;
1431
1430
  error_handler_path?: string;
1432
1431
  error_handler_args?: ScriptArgs;
1433
1432
  retry?: Retry;
@@ -1472,7 +1471,6 @@ export type SqsTrigger = TriggerExtraProperty & {
1472
1471
  server_id?: string;
1473
1472
  last_server_ping?: string;
1474
1473
  error?: string;
1475
- enabled: boolean;
1476
1474
  error_handler_path?: string;
1477
1475
  error_handler_args?: ScriptArgs;
1478
1476
  retry?: Retry;
@@ -1553,7 +1551,6 @@ export type TemplateScript = {
1553
1551
  language: Language;
1554
1552
  };
1555
1553
  export type PostgresTrigger = TriggerExtraProperty & {
1556
- enabled: boolean;
1557
1554
  postgres_resource_path: string;
1558
1555
  publication_name: string;
1559
1556
  server_id?: string;
@@ -1597,7 +1594,6 @@ export type KafkaTrigger = TriggerExtraProperty & {
1597
1594
  server_id?: string;
1598
1595
  last_server_ping?: string;
1599
1596
  error?: string;
1600
- enabled: boolean;
1601
1597
  error_handler_path?: string;
1602
1598
  error_handler_args?: ScriptArgs;
1603
1599
  retry?: Retry;
@@ -1634,7 +1630,6 @@ export type NatsTrigger = TriggerExtraProperty & {
1634
1630
  server_id?: string;
1635
1631
  last_server_ping?: string;
1636
1632
  error?: string;
1637
- enabled: boolean;
1638
1633
  error_handler_path?: string;
1639
1634
  error_handler_args?: ScriptArgs;
1640
1635
  retry?: Retry;
@@ -7027,6 +7022,14 @@ export type ExistsRouteData = {
7027
7022
  workspace: string;
7028
7023
  };
7029
7024
  export type ExistsRouteResponse = (boolean);
7025
+ export type SetHttpTriggerEnabledData = {
7026
+ path: string;
7027
+ requestBody: {
7028
+ enabled: boolean;
7029
+ };
7030
+ workspace: string;
7031
+ };
7032
+ export type SetHttpTriggerEnabledResponse = (string);
7030
7033
  export type CreateWebsocketTriggerData = {
7031
7034
  /**
7032
7035
  * new websocket trigger