@camunda8/orchestration-cluster-api 9.1.0 → 9.1.2

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/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  isLeft,
10
10
  isRight,
11
11
  isSdkError
12
- } from "./chunk-HITO27AC.js";
12
+ } from "./chunk-WSCXETVI.js";
13
13
  import "./chunk-KQ4UL2WX.js";
14
14
  import "./chunk-DGUM43GV.js";
15
15
 
@@ -20,7 +20,7 @@ function createCamundaClientLoose(...args) {
20
20
  }
21
21
 
22
22
  // src/gen/specHash.ts
23
- var SPEC_HASH = "sha256:5de81e6b2d3f152265e6f6f042a776f0bc2ca73572e9f5a8c54eee460f5c6161";
23
+ var SPEC_HASH = "sha256:fe524536c89d236f85a390f5877becc6d497fe83c039dcb2f58f8805269bcd44";
24
24
 
25
25
  // src/gen/types.gen.ts
26
26
  var AuditLogEntityTypeEnum = {
@@ -453,7 +453,7 @@ var DecisionDefinitionKey;
453
453
  var DecisionEvaluationInstanceKey;
454
454
  ((DecisionEvaluationInstanceKey2) => {
455
455
  function assumeExists(value) {
456
- assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^-?[0-9]+$", minLength: 1, maxLength: 25 });
456
+ assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^[0-9]+-[0-9]+$", minLength: 3, maxLength: 30 });
457
457
  return value;
458
458
  }
459
459
  DecisionEvaluationInstanceKey2.assumeExists = assumeExists;
@@ -463,7 +463,7 @@ var DecisionEvaluationInstanceKey;
463
463
  DecisionEvaluationInstanceKey2.getValue = getValue;
464
464
  function isValid(value) {
465
465
  try {
466
- assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^-?[0-9]+$", minLength: 1, maxLength: 25 });
466
+ assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^[0-9]+-[0-9]+$", minLength: 3, maxLength: 30 });
467
467
  return true;
468
468
  } catch {
469
469
  return false;