@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/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:8c16696ba1ce554b13171dde4a1c0abb5f08d2c30f5a90c1c1f9a6078dac2274";
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:8c16696ba1ce554b13171dde4a1c0abb5f08d2c30f5a90c1c1f9a6078dac2274";
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-IWEXAQX4.js";
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:8c16696ba1ce554b13171dde4a1c0abb5f08d2c30f5a90c1c1f9a6078dac2274";
23
+ var SPEC_HASH = "sha256:f85a4345e56552ece2e63ba93164e70abb16973b17a4256803dc5d64346869c6";
24
24
 
25
25
  // src/gen/types.gen.ts
26
26
  var AgentInstanceStatusEnum = {