@camunda8/orchestration-cluster-api 9.1.0 → 9.1.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.
- package/CHANGELOG.md +7 -0
- package/dist/{chunk-HITO27AC.js → chunk-ZHIFAOE5.js} +3 -3
- package/dist/{chunk-HITO27AC.js.map → chunk-ZHIFAOE5.js.map} +1 -1
- package/dist/fp/index.cjs +4 -2
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.d.cts +1 -1
- package/dist/fp/index.d.ts +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/{index-iQD-RC8z.d.cts → index-BKWpoAzp.d.cts} +8 -1
- package/dist/{index-C-cbKqyy.d.ts → index-DcisxmIq.d.ts} +8 -1
- package/dist/index.cjs +7 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{zod.gen-J3DNBFMQ.js → zod.gen-BU5BWYUA.js} +4 -2
- package/dist/zod.gen-BU5BWYUA.js.map +1 -0
- package/package.json +1 -1
- package/dist/zod.gen-J3DNBFMQ.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
isLeft,
|
|
10
10
|
isRight,
|
|
11
11
|
isSdkError
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-ZHIFAOE5.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:
|
|
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: "
|
|
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: "
|
|
466
|
+
assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^[0-9]+-[0-9]+$", minLength: 3, maxLength: 30 });
|
|
467
467
|
return true;
|
|
468
468
|
} catch {
|
|
469
469
|
return false;
|