windmill-cli 1.535.1 → 1.537.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 (390) hide show
  1. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_create_walk_entry.js +2 -2
  2. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_is_same_path.js +1 -1
  3. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_is_subdir.js +2 -2
  4. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_to_path_string.js +1 -1
  5. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/copy.js +4 -5
  6. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/empty_dir.js +1 -1
  7. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_file.js +1 -1
  8. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_link.js +1 -1
  9. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_symlink.js +3 -4
  10. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/expand_glob.js +7 -8
  11. package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/walk.js +1 -1
  12. package/esm/deps/jsr.io/@std/internal/1.0.10/_os.js +12 -0
  13. package/esm/deps/jsr.io/@std/internal/1.0.10/os.js +5 -0
  14. package/esm/deps/jsr.io/@std/io/0.225.2/read_all.js +1 -1
  15. package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.js +1 -1
  16. package/esm/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
  17. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/assert_path.js +1 -1
  18. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/basename.js +1 -1
  19. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/common.js +1 -1
  20. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/constants.js +1 -1
  21. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/dirname.js +1 -1
  22. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/format.js +1 -1
  23. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/from_file_url.js +1 -1
  24. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/glob_to_reg_exp.js +1 -1
  25. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/normalize.js +1 -1
  26. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/normalize_string.js +1 -1
  27. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/relative.js +1 -1
  28. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/strip_trailing_separators.js +1 -1
  29. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/to_file_url.js +1 -1
  30. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/basename.js +4 -5
  31. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/common.js +1 -1
  32. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/constants.js +2 -2
  33. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/dirname.js +4 -5
  34. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/extname.js +4 -5
  35. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/format.js +2 -2
  36. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/from_file_url.js +2 -2
  37. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/glob_to_regexp.js +2 -2
  38. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/is_absolute.js +2 -2
  39. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/is_glob.js +2 -2
  40. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/join.js +7 -7
  41. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/join_globs.js +2 -2
  42. package/esm/deps/jsr.io/@std/path/1.1.2/mod.js +216 -0
  43. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/normalize.js +4 -5
  44. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/normalize_glob.js +2 -2
  45. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/parse.js +2 -2
  46. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/_util.js +1 -1
  47. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/basename.js +7 -4
  48. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/constants.js +1 -1
  49. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/dirname.js +6 -4
  50. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/extname.js +8 -4
  51. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/format.js +1 -1
  52. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/from_file_url.js +1 -1
  53. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/glob_to_regexp.js +1 -1
  54. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/is_absolute.js +1 -1
  55. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/join.js +11 -8
  56. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/join_globs.js +1 -1
  57. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/normalize.js +7 -6
  58. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/normalize_glob.js +1 -1
  59. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/parse.js +1 -1
  60. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/relative.js +1 -1
  61. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/resolve.js +1 -1
  62. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/to_file_url.js +1 -1
  63. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/to_namespaced_path.js +1 -1
  64. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/relative.js +2 -2
  65. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/resolve.js +2 -2
  66. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/to_file_url.js +2 -2
  67. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/to_namespaced_path.js +2 -2
  68. package/esm/deps/jsr.io/@std/path/1.1.2/types.js +3 -0
  69. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/_util.js +1 -1
  70. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/basename.js +7 -4
  71. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/constants.js +1 -1
  72. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/dirname.js +7 -6
  73. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/extname.js +7 -6
  74. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/format.js +1 -1
  75. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/from_file_url.js +1 -1
  76. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/glob_to_regexp.js +1 -1
  77. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/is_absolute.js +1 -1
  78. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/join.js +10 -7
  79. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/join_globs.js +1 -1
  80. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/normalize.js +7 -6
  81. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/normalize_glob.js +1 -1
  82. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/parse.js +1 -1
  83. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/relative.js +1 -1
  84. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/resolve.js +1 -1
  85. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/to_file_url.js +1 -1
  86. package/esm/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/to_namespaced_path.js +1 -1
  87. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_chars.js +1 -1
  88. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_dumper_state.js +14 -5
  89. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_loader_state.js +168 -150
  90. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_schema.js +1 -6
  91. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/bool.js +1 -1
  92. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/float.js +1 -1
  93. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/int.js +1 -1
  94. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/map.js +1 -1
  95. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/merge.js +1 -1
  96. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/nil.js +1 -1
  97. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/omap.js +1 -1
  98. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/pairs.js +1 -1
  99. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/regexp.js +1 -1
  100. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/seq.js +1 -1
  101. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/set.js +1 -1
  102. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/str.js +1 -1
  103. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/timestamp.js +1 -1
  104. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/undefined.js +1 -1
  105. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type.js +1 -1
  106. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_utils.js +1 -1
  107. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/mod.js +1 -1
  108. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/parse.js +1 -1
  109. package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/stringify.js +1 -1
  110. package/esm/deps.js +5 -5
  111. package/esm/gen/core/OpenAPI.js +1 -1
  112. package/esm/gen/services.gen.js +4 -0
  113. package/esm/src/main.js +1 -1
  114. package/package.json +1 -1
  115. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts.map +1 -1
  116. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts +1 -1
  117. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  118. package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.8}/colors.d.ts.map +1 -1
  119. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_create_walk_entry.d.ts.map +1 -1
  120. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_get_file_info_type.d.ts.map +1 -1
  121. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_is_same_path.d.ts.map +1 -1
  122. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_is_subdir.d.ts.map +1 -1
  123. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_to_path_string.d.ts.map +1 -1
  124. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/copy.d.ts.map +1 -1
  125. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/empty_dir.d.ts.map +1 -1
  126. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_dir.d.ts.map +1 -1
  127. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_file.d.ts.map +1 -1
  128. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_link.d.ts.map +1 -1
  129. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_symlink.d.ts.map +1 -1
  130. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/eol.d.ts.map +1 -1
  131. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/exists.d.ts.map +1 -1
  132. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/expand_glob.d.ts +1 -1
  133. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/expand_glob.d.ts.map +1 -1
  134. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/mod.d.ts.map +1 -1
  135. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/move.d.ts.map +1 -1
  136. package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/walk.d.ts.map +1 -1
  137. package/types/deps/jsr.io/@std/internal/1.0.10/_os.d.ts +2 -0
  138. package/types/deps/jsr.io/@std/internal/1.0.10/_os.d.ts.map +1 -0
  139. package/types/deps/jsr.io/@std/internal/1.0.10/os.d.ts +3 -0
  140. package/types/deps/jsr.io/@std/internal/1.0.10/os.d.ts.map +1 -0
  141. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/assert_path.d.ts.map +1 -1
  142. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/basename.d.ts.map +1 -1
  143. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/common.d.ts.map +1 -1
  144. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/constants.d.ts.map +1 -1
  145. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/dirname.d.ts.map +1 -1
  146. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/format.d.ts.map +1 -1
  147. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/from_file_url.d.ts.map +1 -1
  148. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/glob_to_reg_exp.d.ts.map +1 -1
  149. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/normalize.d.ts.map +1 -1
  150. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/normalize_string.d.ts.map +1 -1
  151. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/relative.d.ts.map +1 -1
  152. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/strip_trailing_separators.d.ts.map +1 -1
  153. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/to_file_url.d.ts.map +1 -1
  154. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/basename.d.ts +3 -4
  155. package/types/deps/jsr.io/@std/path/1.1.2/basename.d.ts.map +1 -0
  156. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/common.d.ts.map +1 -1
  157. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/constants.d.ts.map +1 -1
  158. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/dirname.d.ts +3 -4
  159. package/types/deps/jsr.io/@std/path/1.1.2/dirname.d.ts.map +1 -0
  160. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/extname.d.ts +3 -4
  161. package/types/deps/jsr.io/@std/path/1.1.2/extname.d.ts.map +1 -0
  162. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/format.d.ts.map +1 -1
  163. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/from_file_url.d.ts.map +1 -1
  164. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/glob_to_regexp.d.ts.map +1 -1
  165. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/is_absolute.d.ts.map +1 -1
  166. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/is_glob.d.ts.map +1 -1
  167. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/join.d.ts +4 -4
  168. package/types/deps/jsr.io/@std/path/1.1.2/join.d.ts.map +1 -0
  169. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/join_globs.d.ts.map +1 -1
  170. package/types/deps/jsr.io/@std/path/1.1.2/mod.d.ts +213 -0
  171. package/types/deps/jsr.io/@std/path/1.1.2/mod.d.ts.map +1 -0
  172. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/normalize.d.ts +3 -4
  173. package/types/deps/jsr.io/@std/path/1.1.2/normalize.d.ts.map +1 -0
  174. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/normalize_glob.d.ts.map +1 -1
  175. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/parse.d.ts.map +1 -1
  176. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/_util.d.ts.map +1 -1
  177. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/basename.d.ts +3 -4
  178. package/types/deps/jsr.io/@std/path/1.1.2/posix/basename.d.ts.map +1 -0
  179. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/constants.d.ts.map +1 -1
  180. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/dirname.d.ts +2 -4
  181. package/types/deps/jsr.io/@std/path/1.1.2/posix/dirname.d.ts.map +1 -0
  182. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/extname.d.ts +4 -4
  183. package/types/deps/jsr.io/@std/path/1.1.2/posix/extname.d.ts.map +1 -0
  184. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/format.d.ts.map +1 -1
  185. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/from_file_url.d.ts.map +1 -1
  186. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/glob_to_regexp.d.ts.map +1 -1
  187. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/is_absolute.d.ts.map +1 -1
  188. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/join.d.ts +4 -6
  189. package/types/deps/jsr.io/@std/path/1.1.2/posix/join.d.ts.map +1 -0
  190. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/join_globs.d.ts.map +1 -1
  191. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/normalize.d.ts +3 -6
  192. package/types/deps/jsr.io/@std/path/1.1.2/posix/normalize.d.ts.map +1 -0
  193. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/normalize_glob.d.ts.map +1 -1
  194. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/parse.d.ts.map +1 -1
  195. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/relative.d.ts.map +1 -1
  196. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/resolve.d.ts.map +1 -1
  197. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/to_file_url.d.ts.map +1 -1
  198. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/to_namespaced_path.d.ts.map +1 -1
  199. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/relative.d.ts.map +1 -1
  200. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/resolve.d.ts.map +1 -1
  201. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/to_file_url.d.ts.map +1 -1
  202. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/to_namespaced_path.d.ts.map +1 -1
  203. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/types.d.ts.map +1 -1
  204. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/_util.d.ts.map +1 -1
  205. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/basename.d.ts +3 -4
  206. package/types/deps/jsr.io/@std/path/1.1.2/windows/basename.d.ts.map +1 -0
  207. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/constants.d.ts.map +1 -1
  208. package/types/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts +17 -0
  209. package/types/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts.map +1 -0
  210. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/extname.d.ts +3 -6
  211. package/types/deps/jsr.io/@std/path/1.1.2/windows/extname.d.ts.map +1 -0
  212. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/format.d.ts.map +1 -1
  213. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/from_file_url.d.ts.map +1 -1
  214. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/glob_to_regexp.d.ts.map +1 -1
  215. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/is_absolute.d.ts.map +1 -1
  216. package/types/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts +18 -0
  217. package/types/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts.map +1 -0
  218. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/join_globs.d.ts.map +1 -1
  219. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/normalize.d.ts +3 -6
  220. package/types/deps/jsr.io/@std/path/1.1.2/windows/normalize.d.ts.map +1 -0
  221. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/normalize_glob.d.ts.map +1 -1
  222. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/parse.d.ts.map +1 -1
  223. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/relative.d.ts.map +1 -1
  224. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/resolve.d.ts.map +1 -1
  225. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/to_file_url.d.ts.map +1 -1
  226. package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/to_namespaced_path.d.ts.map +1 -1
  227. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_chars.d.ts.map +1 -1
  228. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_dumper_state.d.ts +8 -1
  229. package/types/deps/jsr.io/@std/yaml/1.0.9/_dumper_state.d.ts.map +1 -0
  230. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_loader_state.d.ts +14 -8
  231. package/types/deps/jsr.io/@std/yaml/1.0.9/_loader_state.d.ts.map +1 -0
  232. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_schema.d.ts.map +1 -1
  233. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/binary.d.ts.map +1 -1
  234. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/bool.d.ts.map +1 -1
  235. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/float.d.ts.map +1 -1
  236. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/int.d.ts.map +1 -1
  237. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/map.d.ts.map +1 -1
  238. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/merge.d.ts.map +1 -1
  239. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/nil.d.ts.map +1 -1
  240. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/omap.d.ts.map +1 -1
  241. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/pairs.d.ts.map +1 -1
  242. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/regexp.d.ts.map +1 -1
  243. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/seq.d.ts.map +1 -1
  244. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/set.d.ts.map +1 -1
  245. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/str.d.ts.map +1 -1
  246. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/timestamp.d.ts.map +1 -1
  247. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/undefined.d.ts.map +1 -1
  248. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type.d.ts.map +1 -1
  249. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_utils.d.ts.map +1 -1
  250. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/mod.d.ts.map +1 -1
  251. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/parse.d.ts.map +1 -1
  252. package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/stringify.d.ts.map +1 -1
  253. package/types/deps.d.ts +5 -5
  254. package/types/gen/services.gen.d.ts +1 -0
  255. package/types/gen/services.gen.d.ts.map +1 -1
  256. package/types/gen/types.gen.d.ts +6 -0
  257. package/types/gen/types.gen.d.ts.map +1 -1
  258. package/types/src/main.d.ts +1 -1
  259. package/types/windmill-utils-internal/src/gen/types.gen.d.ts +6 -0
  260. package/types/windmill-utils-internal/src/gen/types.gen.d.ts.map +1 -1
  261. package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +0 -9
  262. package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +0 -57
  263. package/esm/deps/jsr.io/@std/path/1.0.8/types.js +0 -3
  264. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
  265. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
  266. package/types/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
  267. package/types/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
  268. package/types/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
  269. package/types/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
  270. package/types/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
  271. package/types/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
  272. package/types/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
  273. package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
  274. package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
  275. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
  276. package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
  277. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
  278. package/types/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
  279. package/types/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
  280. package/types/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
  281. package/types/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
  282. package/types/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
  283. package/types/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
  284. package/types/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
  285. package/types/deps/jsr.io/@std/yaml/1.0.5/_dumper_state.d.ts.map +0 -1
  286. package/types/deps/jsr.io/@std/yaml/1.0.5/_loader_state.d.ts.map +0 -1
  287. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  288. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  289. /package/esm/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.8}/colors.js +0 -0
  290. /package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_get_file_info_type.js +0 -0
  291. /package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_dir.js +0 -0
  292. /package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/eol.js +0 -0
  293. /package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/exists.js +0 -0
  294. /package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/mod.js +0 -0
  295. /package/esm/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/move.js +0 -0
  296. /package/esm/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/binary.js +0 -0
  297. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  298. /package/types/deps/jsr.io/@std/fmt/{1.0.6 → 1.0.8}/colors.d.ts +0 -0
  299. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_create_walk_entry.d.ts +0 -0
  300. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_get_file_info_type.d.ts +0 -0
  301. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_is_same_path.d.ts +0 -0
  302. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_is_subdir.d.ts +0 -0
  303. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/_to_path_string.d.ts +0 -0
  304. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/copy.d.ts +0 -0
  305. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/empty_dir.d.ts +0 -0
  306. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_dir.d.ts +0 -0
  307. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_file.d.ts +0 -0
  308. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_link.d.ts +0 -0
  309. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/ensure_symlink.d.ts +0 -0
  310. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/eol.d.ts +0 -0
  311. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/exists.d.ts +0 -0
  312. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/mod.d.ts +0 -0
  313. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/move.d.ts +0 -0
  314. /package/types/deps/jsr.io/@std/fs/{1.0.16 → 1.0.19}/walk.d.ts +0 -0
  315. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/assert_path.d.ts +0 -0
  316. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/basename.d.ts +0 -0
  317. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/common.d.ts +0 -0
  318. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/constants.d.ts +0 -0
  319. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/dirname.d.ts +0 -0
  320. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/format.d.ts +0 -0
  321. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/from_file_url.d.ts +0 -0
  322. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/glob_to_reg_exp.d.ts +0 -0
  323. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/normalize.d.ts +0 -0
  324. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/normalize_string.d.ts +0 -0
  325. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/relative.d.ts +0 -0
  326. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/strip_trailing_separators.d.ts +0 -0
  327. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/_common/to_file_url.d.ts +0 -0
  328. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/common.d.ts +0 -0
  329. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/constants.d.ts +0 -0
  330. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/format.d.ts +0 -0
  331. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/from_file_url.d.ts +0 -0
  332. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/glob_to_regexp.d.ts +0 -0
  333. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/is_absolute.d.ts +0 -0
  334. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/is_glob.d.ts +0 -0
  335. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/join_globs.d.ts +0 -0
  336. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/normalize_glob.d.ts +0 -0
  337. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/parse.d.ts +0 -0
  338. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/_util.d.ts +0 -0
  339. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/constants.d.ts +0 -0
  340. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/format.d.ts +0 -0
  341. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/from_file_url.d.ts +0 -0
  342. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/glob_to_regexp.d.ts +0 -0
  343. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/is_absolute.d.ts +0 -0
  344. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/join_globs.d.ts +0 -0
  345. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/normalize_glob.d.ts +0 -0
  346. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/parse.d.ts +0 -0
  347. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/relative.d.ts +0 -0
  348. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/resolve.d.ts +0 -0
  349. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/to_file_url.d.ts +0 -0
  350. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/posix/to_namespaced_path.d.ts +0 -0
  351. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/relative.d.ts +0 -0
  352. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/resolve.d.ts +0 -0
  353. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/to_file_url.d.ts +0 -0
  354. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/to_namespaced_path.d.ts +0 -0
  355. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/types.d.ts +0 -0
  356. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/_util.d.ts +0 -0
  357. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/constants.d.ts +0 -0
  358. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/format.d.ts +0 -0
  359. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/from_file_url.d.ts +0 -0
  360. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/glob_to_regexp.d.ts +0 -0
  361. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/is_absolute.d.ts +0 -0
  362. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/join_globs.d.ts +0 -0
  363. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/normalize_glob.d.ts +0 -0
  364. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/parse.d.ts +0 -0
  365. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/relative.d.ts +0 -0
  366. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/resolve.d.ts +0 -0
  367. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/to_file_url.d.ts +0 -0
  368. /package/types/deps/jsr.io/@std/path/{1.0.8 → 1.1.2}/windows/to_namespaced_path.d.ts +0 -0
  369. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_chars.d.ts +0 -0
  370. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_schema.d.ts +0 -0
  371. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/binary.d.ts +0 -0
  372. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/bool.d.ts +0 -0
  373. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/float.d.ts +0 -0
  374. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/int.d.ts +0 -0
  375. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/map.d.ts +0 -0
  376. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/merge.d.ts +0 -0
  377. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/nil.d.ts +0 -0
  378. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/omap.d.ts +0 -0
  379. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/pairs.d.ts +0 -0
  380. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/regexp.d.ts +0 -0
  381. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/seq.d.ts +0 -0
  382. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/set.d.ts +0 -0
  383. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/str.d.ts +0 -0
  384. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/timestamp.d.ts +0 -0
  385. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type/undefined.d.ts +0 -0
  386. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_type.d.ts +0 -0
  387. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/_utils.d.ts +0 -0
  388. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/mod.d.ts +0 -0
  389. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/parse.d.ts +0 -0
  390. /package/types/deps/jsr.io/@std/yaml/{1.0.5 → 1.0.9}/stringify.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.535.0";
25
+ export declare const VERSION = "1.537.0";
26
26
  declare const command: Command<{
27
27
  workspace?: (import("../deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/mod.js").StringType & string) | undefined;
28
28
  } & {
@@ -2852,6 +2852,10 @@ export type GetIsPremiumData = {
2852
2852
  };
2853
2853
  export type GetIsPremiumResponse = (boolean);
2854
2854
  export type GetPremiumInfoData = {
2855
+ /**
2856
+ * skip fetching subscription status from stripe
2857
+ */
2858
+ skipSubscriptionFetch?: boolean;
2855
2859
  workspace: string;
2856
2860
  };
2857
2861
  export type GetPremiumInfoResponse = ({
@@ -2859,6 +2863,8 @@ export type GetPremiumInfoResponse = ({
2859
2863
  usage?: number;
2860
2864
  owner: string;
2861
2865
  status?: string;
2866
+ is_past_due: boolean;
2867
+ max_tolerated_executions?: number;
2862
2868
  });
2863
2869
  export type GetThresholdAlertData = {
2864
2870
  workspace: string;