@camunda8/orchestration-cluster-api 10.0.0-alpha.6 → 10.0.0-alpha.7
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-IWEXAQX4.js → chunk-BCNWWIBI.js} +2 -2
- package/dist/{chunk-IWEXAQX4.js.map → chunk-BCNWWIBI.js.map} +1 -1
- package/dist/fp/index.cjs +1 -1
- package/dist/fp/index.cjs.map +1 -1
- package/dist/fp/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -48,6 +48,6 @@ type Loose<T> = IsBrandedKey<T> extends true ? string : T extends CancelableProm
|
|
|
48
48
|
declare function createCamundaClientLoose(...args: Parameters<typeof createCamundaClient>): Loose<ReturnType<typeof createCamundaClient>>;
|
|
49
49
|
type CamundaClientLoose = ReturnType<typeof createCamundaClientLoose>;
|
|
50
50
|
|
|
51
|
-
declare const SPEC_HASH: "sha256:
|
|
51
|
+
declare const SPEC_HASH: "sha256:f85a4345e56552ece2e63ba93164e70abb16973b17a4256803dc5d64346869c6";
|
|
52
52
|
|
|
53
53
|
export { CamundaClient, type CamundaClientLoose, CamundaOptions, type CamundaResultClient, CancelablePromise, type Loose, type Result, SPEC_HASH, createCamundaClient, createCamundaClientLoose, createCamundaResultClient, createCamundaClient as default, isErr, isOk };
|
package/dist/index.d.ts
CHANGED
|
@@ -48,6 +48,6 @@ type Loose<T> = IsBrandedKey<T> extends true ? string : T extends CancelableProm
|
|
|
48
48
|
declare function createCamundaClientLoose(...args: Parameters<typeof createCamundaClient>): Loose<ReturnType<typeof createCamundaClient>>;
|
|
49
49
|
type CamundaClientLoose = ReturnType<typeof createCamundaClientLoose>;
|
|
50
50
|
|
|
51
|
-
declare const SPEC_HASH: "sha256:
|
|
51
|
+
declare const SPEC_HASH: "sha256:f85a4345e56552ece2e63ba93164e70abb16973b17a4256803dc5d64346869c6";
|
|
52
52
|
|
|
53
53
|
export { CamundaClient, type CamundaClientLoose, CamundaOptions, type CamundaResultClient, CancelablePromise, type Loose, type Result, SPEC_HASH, createCamundaClient, createCamundaClientLoose, createCamundaResultClient, createCamundaClient as default, isErr, isOk };
|
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-BCNWWIBI.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:f85a4345e56552ece2e63ba93164e70abb16973b17a4256803dc5d64346869c6";
|
|
24
24
|
|
|
25
25
|
// src/gen/types.gen.ts
|
|
26
26
|
var AgentInstanceStatusEnum = {
|