windmill-client 1.299.0 → 1.300.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.
package/dist/client.js CHANGED
@@ -322,6 +322,9 @@ exports.setState = setState;
322
322
  function setFlowUserState(key, value, errorIfNotPossible) {
323
323
  return __awaiter(this, void 0, void 0, function* () {
324
324
  !clientSet && setClient();
325
+ if (value === undefined) {
326
+ value = null;
327
+ }
325
328
  const workspace = getWorkspace();
326
329
  try {
327
330
  yield index_1.JobService.setFlowUserState({
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '/api',
6
- VERSION: '1.299.0',
6
+ VERSION: '1.300.0',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -29,5 +29,6 @@ export type FlowModule = {
29
29
  hide_cancel?: boolean;
30
30
  };
31
31
  priority?: number;
32
+ continue_on_error?: boolean;
32
33
  retry?: Retry;
33
34
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.299.0",
4
+ "version": "1.300.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {