@camunda8/orchestration-cluster-api 8.9.0-alpha.11 → 8.9.0-alpha.12
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 +8 -2
- package/dist/{chunk-TA4NPVIS.js → chunk-4LIDRKND.js} +9 -7
- package/dist/chunk-4LIDRKND.js.map +1 -0
- package/dist/fp/index.cjs +8 -6
- 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-Cw6GHVq6.d.cts → index-BtaIAxYd.d.cts} +17 -12
- package/dist/{index-CvMgO1LN.d.ts → index-CCQ7L-Rm.d.ts} +17 -12
- package/dist/index.cjs +8 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-TA4NPVIS.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
# [8.9.0-alpha.
|
|
1
|
+
# [8.9.0-alpha.12](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.11...v8.9.0-alpha.12) (2026-03-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* build from hardened contract in 8.9 ([03ef35a](https://github.com/camunda/orchestration-cluster-api-js/commit/03ef35a9cda1913bf11bd42b07ae95829d4118cc))
|
|
2
7
|
|
|
8
|
+
# [8.9.0-alpha.11](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.10...v8.9.0-alpha.11) (2026-03-06)
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
|
-
|
|
12
|
+
- add per-operation retry config. New tuning for backpressure ([9dd921a](https://github.com/camunda/orchestration-cluster-api-js/commit/9dd921a0eae67d56d0e8a7d6423ac7d8a3edd3b4))
|
|
7
13
|
|
|
8
14
|
# [8.9.0-alpha.10](https://github.com/camunda/orchestration-cluster-api-js/compare/v8.9.0-alpha.9...v8.9.0-alpha.10) (2026-03-05)
|
|
9
15
|
|
|
@@ -5754,9 +5754,9 @@ var zDecisionInstanceResult = z.object({
|
|
|
5754
5754
|
description: "The name of the DMN decision."
|
|
5755
5755
|
}),
|
|
5756
5756
|
decisionDefinitionType: zDecisionDefinitionTypeEnum,
|
|
5757
|
-
decisionDefinitionVersion: z.
|
|
5757
|
+
decisionDefinitionVersion: z.int().register(z.globalRegistry, {
|
|
5758
5758
|
description: "The version of the decision."
|
|
5759
|
-
})
|
|
5759
|
+
}),
|
|
5760
5760
|
decisionEvaluationInstanceKey: zDecisionEvaluationInstanceKey,
|
|
5761
5761
|
decisionEvaluationKey: zDecisionEvaluationKey,
|
|
5762
5762
|
elementInstanceKey: z.union([
|
|
@@ -6658,7 +6658,7 @@ var zProblemDetail = z.object({
|
|
|
6658
6658
|
var zProcessDefinitionFilter = z.object({
|
|
6659
6659
|
name: z.optional(zStringFilterProperty),
|
|
6660
6660
|
isLatestVersion: z.optional(z.boolean().register(z.globalRegistry, {
|
|
6661
|
-
description: "Whether to only return the latest version of each process definition.\nWhen using this filter, pagination functionality is limited, you can only paginate forward using `after` and `limit`.\nThe response contains no `startCursor` in the `page`, and requests ignore the `from` and `before` in the `page`.\n"
|
|
6661
|
+
description: "Whether to only return the latest version of each process definition.\nWhen using this filter, pagination functionality is limited, you can only paginate forward using `after` and `limit`.\nThe response contains no `startCursor` in the `page`, and requests ignore the `from` and `before` in the `page`.\nWhen using this filter, sorting is limited to `processDefinitionId` and `tenantId` fields only.\n"
|
|
6662
6662
|
})),
|
|
6663
6663
|
resourceName: z.optional(z.string().register(z.globalRegistry, {
|
|
6664
6664
|
description: "Resource name of this process definition."
|
|
@@ -7683,7 +7683,8 @@ var zProcessInstanceSearchQuerySortRequest = z.object({
|
|
|
7683
7683
|
"endDate",
|
|
7684
7684
|
"state",
|
|
7685
7685
|
"hasIncident",
|
|
7686
|
-
"tenantId"
|
|
7686
|
+
"tenantId",
|
|
7687
|
+
"businessId"
|
|
7687
7688
|
]).register(z.globalRegistry, {
|
|
7688
7689
|
description: "The field to sort by."
|
|
7689
7690
|
}),
|
|
@@ -9126,7 +9127,8 @@ var zBaseProcessInstanceFilterFields = z.object({
|
|
|
9126
9127
|
description: "Whether the element instance has an incident or not."
|
|
9127
9128
|
})),
|
|
9128
9129
|
incidentErrorHashCode: z.optional(zIntegerFilterProperty),
|
|
9129
|
-
tags: z.optional(zTagSet)
|
|
9130
|
+
tags: z.optional(zTagSet),
|
|
9131
|
+
businessId: z.optional(zStringFilterProperty)
|
|
9130
9132
|
}).register(z.globalRegistry, {
|
|
9131
9133
|
description: "Base process instance search filter."
|
|
9132
9134
|
});
|
|
@@ -12424,7 +12426,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
12424
12426
|
}
|
|
12425
12427
|
|
|
12426
12428
|
// src/runtime/version.ts
|
|
12427
|
-
var packageVersion = "8.9.0-alpha.
|
|
12429
|
+
var packageVersion = "8.9.0-alpha.12";
|
|
12428
12430
|
|
|
12429
12431
|
// src/runtime/supportLogger.ts
|
|
12430
12432
|
var NoopSupportLogger = class {
|
|
@@ -23513,4 +23515,4 @@ export {
|
|
|
23513
23515
|
withTimeoutTE,
|
|
23514
23516
|
eventuallyTE
|
|
23515
23517
|
};
|
|
23516
|
-
//# sourceMappingURL=chunk-
|
|
23518
|
+
//# sourceMappingURL=chunk-4LIDRKND.js.map
|