@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
|
@@ -1830,7 +1830,9 @@ var zDecisionEvaluationInstruction = z.union([
|
|
|
1830
1830
|
zDecisionEvaluationById,
|
|
1831
1831
|
zDecisionEvaluationByKey
|
|
1832
1832
|
]);
|
|
1833
|
-
var zDecisionEvaluationInstanceKey =
|
|
1833
|
+
var zDecisionEvaluationInstanceKey = z.string().min(3).max(30).regex(/^[0-9]+-[0-9]+$/).register(z.globalRegistry, {
|
|
1834
|
+
description: "System-generated identifier for a decision evaluation instance. It is composed of the\nparent decision evaluation key and the 1-based index of the evaluated decision within\nthat evaluation, joined by a hyphen (format: `<decisionEvaluationKey>-<index>`).\n"
|
|
1835
|
+
});
|
|
1834
1836
|
var zEvaluatedDecisionResult = z.object({
|
|
1835
1837
|
decisionDefinitionId: zDecisionDefinitionId,
|
|
1836
1838
|
decisionDefinitionName: z.string().register(z.globalRegistry, {
|
|
@@ -8274,4 +8276,4 @@ export {
|
|
|
8274
8276
|
zVariableSearchResult,
|
|
8275
8277
|
zVariableValueFilterProperty
|
|
8276
8278
|
};
|
|
8277
|
-
//# sourceMappingURL=zod.gen-
|
|
8279
|
+
//# sourceMappingURL=zod.gen-BU5BWYUA.js.map
|