@camunda/play 5.3.1-rc.0 → 5.3.1-rc.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 (2) hide show
  1. package/build/index.js +10 -10
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -7458,7 +7458,7 @@ function mWe(r, e) {
7458
7458
  instruction: {
7459
7459
  type: "throw-job-error",
7460
7460
  elementId: r.elementId,
7461
- errorCode: r.errorCode,
7461
+ errorCode: r.errorCode || "",
7462
7462
  ...r.taskDefinitionType && { jobType: r.taskDefinitionType }
7463
7463
  }
7464
7464
  };
@@ -7474,7 +7474,7 @@ function mWe(r, e) {
7474
7474
  }
7475
7475
  return {
7476
7476
  isSuccess: !1,
7477
- errorMessage: `Action type '${r.action}' cannot be saved to a test scenario file yet. Please contact support.`
7477
+ errorMessage: `Action type '${r.action}' cannot be saved to a Test scenarios file yet. Please contact support.`
7478
7478
  };
7479
7479
  }
7480
7480
  function vWe(r, e) {
@@ -7846,7 +7846,7 @@ let NWe = class extends OEe {
7846
7846
  const o = mA(i, n);
7847
7847
  if (!o.isSuccess)
7848
7848
  return s && this.#e({
7849
- title: "Failed to create test scenarios file",
7849
+ title: "Failed to create Test scenarios file",
7850
7850
  subtitle: "Please contact support",
7851
7851
  errorMessage: o.errorMessage + " Scenarios: " + JSON.stringify(i)
7852
7852
  }), { isSuccess: !1 };
@@ -7863,7 +7863,7 @@ let NWe = class extends OEe {
7863
7863
  d && (this.saveTestScenarioFileMetadata(d.id, d.revision), h = d.id);
7864
7864
  } catch (d) {
7865
7865
  return s && this.#e({
7866
- title: "Failed to create test scenarios file",
7866
+ title: "Failed to create Test scenarios file",
7867
7867
  errorMessage: Kf(d)
7868
7868
  }), { isSuccess: !1, errorMessage: Kf(d) };
7869
7869
  }
@@ -7912,7 +7912,7 @@ let NWe = class extends OEe {
7912
7912
  );
7913
7913
  if (!l.isSuccess) {
7914
7914
  this.#e({
7915
- title: "Failed to add test scenario file",
7915
+ title: "Failed to add Test scenarios file",
7916
7916
  subtitle: "Please contact support",
7917
7917
  errorMessage: l.errorMessage + " Scenarios: " + JSON.stringify(a)
7918
7918
  });
@@ -7923,7 +7923,7 @@ let NWe = class extends OEe {
7923
7923
  } catch (h) {
7924
7924
  this.#e({
7925
7925
  title: "Failed to add scenario",
7926
- subtitle: "Failed to update test scenario file",
7926
+ subtitle: "Failed to update Test scenarios file",
7927
7927
  errorMessage: Kf(h)
7928
7928
  });
7929
7929
  return;
@@ -7987,7 +7987,7 @@ let NWe = class extends OEe {
7987
7987
  } catch (u) {
7988
7988
  this.#e({
7989
7989
  title: "Failed to update scenario",
7990
- subtitle: "Failed to update test scenario file",
7990
+ subtitle: "Failed to update Test scenarios file",
7991
7991
  errorMessage: Kf(u)
7992
7992
  });
7993
7993
  return;
@@ -8010,7 +8010,7 @@ let NWe = class extends OEe {
8010
8010
  if (this.state.testScenarioFileId === void 0) {
8011
8011
  this.#e({
8012
8012
  title: "Failed to delete scenario",
8013
- subtitle: "Test scenario file not found"
8013
+ subtitle: "Test scenarios file not found"
8014
8014
  });
8015
8015
  return;
8016
8016
  }
@@ -35915,7 +35915,7 @@ const Ps = new fdt(), Ab = (r) => {
35915
35915
  "_blank"
35916
35916
  );
35917
35917
  },
35918
- subtitle: "Scenarios will be saved to a Test scenario file in your Web Modeler project. It cannot be run locally or in a pipeline."
35918
+ subtitle: "Scenarios will be saved to a Test scenarios file in your Web Modeler project. It cannot be run locally or in a pipeline."
35919
35919
  }
35920
35920
  )
35921
35921
  ] })
@@ -151985,7 +151985,7 @@ const rCe = Ae.p`
151985
151985
  onRequestSubmit: n,
151986
151986
  children: /* @__PURE__ */ D.jsxs(mi, { gap: 5, children: [
151987
151987
  /* @__PURE__ */ D.jsxs(rCe, { children: [
151988
- "Your scenarios have been migrated from local storage into a new test scenarios file:",
151988
+ "Your scenarios have been migrated from local storage into a new Test scenarios file:",
151989
151989
  " ",
151990
151990
  /* @__PURE__ */ D.jsx(Oo, { href: `/test-scenarios/${t}`, target: "_blank", inline: !0, children: e })
151991
151991
  ] }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "5.3.1-rc.0",
3
+ "version": "5.3.1-rc.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",