@camunda8/orchestration-cluster-api 10.0.0-alpha.10 → 10.0.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 +16 -0
- package/dist/{chunk-35C35RRO.js → chunk-5MVQWZJT.js} +3 -3
- package/dist/chunk-5MVQWZJT.js.map +1 -0
- package/dist/fp/index.cjs +98 -24
- 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-DiQH0k_q.d.cts → index-D5QMBVou.d.cts} +118 -17
- package/dist/{index-CeCL9PcH.d.ts → index-DMHMquxl.d.ts} +118 -17
- package/dist/index.cjs +104 -26
- 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 +7 -3
- package/dist/index.js.map +1 -1
- package/dist/{zod.gen-LWXJEF77.js → zod.gen-RVXPM54Y.js} +97 -23
- package/dist/zod.gen-RVXPM54Y.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-35C35RRO.js.map +0 -1
- package/dist/zod.gen-LWXJEF77.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# [10.0.0-alpha.12](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2026-06-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* regenerate src/gen for wait-state details union and job priority-updated state ([e0e8c8c](https://github.com/camunda/orchestration-cluster-api-js/commit/e0e8c8c7e30b88799ec17f1c061a21241648ee7d))
|
|
7
|
+
* regenerate src/gen for wait-state details union and job priority-updated state ([76c5f82](https://github.com/camunda/orchestration-cluster-api-js/commit/76c5f829efcf826ff180e3116c4bbf303254c2b6))
|
|
8
|
+
|
|
9
|
+
# [10.0.0-alpha.11](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2026-06-11)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* adopt upstream wait-state details union in example ([8f8603c](https://github.com/camunda/orchestration-cluster-api-js/commit/8f8603cd1ed445ab8062c15d525598a5c36084d4))
|
|
15
|
+
* adopt upstream wait-state details union in example ([07ed89c](https://github.com/camunda/orchestration-cluster-api-js/commit/07ed89c0eb2db17f7979ebd57c88983f8561a137))
|
|
16
|
+
|
|
1
17
|
# [10.0.0-alpha.10](https://github.com/camunda/orchestration-cluster-api-js/compare/v10.0.0-alpha.9...v10.0.0-alpha.10) (2026-06-09)
|
|
2
18
|
|
|
3
19
|
|
|
@@ -6608,7 +6608,7 @@ function installAuthInterceptor(client2, getStrategy, getAuthHeaders) {
|
|
|
6608
6608
|
}
|
|
6609
6609
|
|
|
6610
6610
|
// src/runtime/version.ts
|
|
6611
|
-
var packageVersion = "10.0.0-alpha.
|
|
6611
|
+
var packageVersion = "10.0.0-alpha.12";
|
|
6612
6612
|
|
|
6613
6613
|
// src/runtime/supportLogger.ts
|
|
6614
6614
|
var NoopSupportLogger = class {
|
|
@@ -8585,7 +8585,7 @@ var CamundaClient = class {
|
|
|
8585
8585
|
_schemasPromise = null;
|
|
8586
8586
|
_loadSchemas() {
|
|
8587
8587
|
if (!this._schemasPromise) {
|
|
8588
|
-
this._schemasPromise = import("./zod.gen-
|
|
8588
|
+
this._schemasPromise = import("./zod.gen-RVXPM54Y.js");
|
|
8589
8589
|
}
|
|
8590
8590
|
return this._schemasPromise;
|
|
8591
8591
|
}
|
|
@@ -19552,4 +19552,4 @@ export {
|
|
|
19552
19552
|
withTimeoutTE,
|
|
19553
19553
|
eventuallyTE
|
|
19554
19554
|
};
|
|
19555
|
-
//# sourceMappingURL=chunk-
|
|
19555
|
+
//# sourceMappingURL=chunk-5MVQWZJT.js.map
|