@camunda8/orchestration-cluster-api 10.0.0-alpha.2 → 10.0.0-alpha.3

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-MPDW3NIE.js";
12
+ } from "./chunk-JP44BUAM.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:23c77958ed5c8e6d5bec3a5368ea7cc9aef83d7a745bffdbf618c34ece760409";
23
+ var SPEC_HASH = "sha256:6d0560fde009abd591d2bf84c727edc92340880af0b54a90093ed40ebb97f973";
24
24
 
25
25
  // src/gen/types.gen.ts
26
26
  var AuditLogEntityTypeEnum = {
@@ -254,6 +254,7 @@ var JobKindEnum = {
254
254
  };
255
255
  var JobListenerEventTypeEnum = {
256
256
  ASSIGNING: "ASSIGNING",
257
+ BEFORE_ALL: "BEFORE_ALL",
257
258
  CANCELING: "CANCELING",
258
259
  COMPLETING: "COMPLETING",
259
260
  CREATING: "CREATING",
@@ -268,6 +269,10 @@ var MessageSubscriptionStateEnum = {
268
269
  DELETED: "DELETED",
269
270
  MIGRATED: "MIGRATED"
270
271
  };
272
+ var MessageSubscriptionTypeEnum = {
273
+ START_EVENT: "START_EVENT",
274
+ PROCESS_EVENT: "PROCESS_EVENT"
275
+ };
271
276
  var ProcessInstanceStateEnum = {
272
277
  ACTIVE: "ACTIVE",
273
278
  COMPLETED: "COMPLETED",
@@ -453,7 +458,7 @@ var DecisionDefinitionKey;
453
458
  var DecisionEvaluationInstanceKey;
454
459
  ((DecisionEvaluationInstanceKey2) => {
455
460
  function assumeExists(value) {
456
- assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^-?[0-9]+$", minLength: 1, maxLength: 25 });
461
+ assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^[0-9]+-[0-9]+$", minLength: 3, maxLength: 30 });
457
462
  return value;
458
463
  }
459
464
  DecisionEvaluationInstanceKey2.assumeExists = assumeExists;
@@ -463,7 +468,7 @@ var DecisionEvaluationInstanceKey;
463
468
  DecisionEvaluationInstanceKey2.getValue = getValue;
464
469
  function isValid(value) {
465
470
  try {
466
- assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^-?[0-9]+$", minLength: 1, maxLength: 25 });
471
+ assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^[0-9]+-[0-9]+$", minLength: 3, maxLength: 30 });
467
472
  return true;
468
473
  } catch {
469
474
  return false;
@@ -1054,6 +1059,7 @@ export {
1054
1059
  MessageKey,
1055
1060
  MessageSubscriptionKey,
1056
1061
  MessageSubscriptionStateEnum,
1062
+ MessageSubscriptionTypeEnum,
1057
1063
  OwnerTypeEnum,
1058
1064
  PermissionTypeEnum,
1059
1065
  ProcessDefinitionId,