@camunda8/orchestration-cluster-api 10.0.0-alpha.14 → 10.0.0-alpha.15

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.
@@ -1,4 +1,4 @@
1
- export { d as CamundaFpClient, DA as DomainError, DB as DomainErrorTag, E as Either, DD as FnKeys, DE as Fpify, DG as HttpError, DH as Left, DI as Right, DK as TaskEither, Dz as classifyDomainError, e as createCamundaFpClient, DC as eventuallyTE, DF as foldDomainError, i as isLeft, f as isRight, DJ as retryTE, DL as withTimeoutTE } from '../index-DIIosqf7.cjs';
1
+ export { d as CamundaFpClient, DA as DomainError, DB as DomainErrorTag, E as Either, DD as FnKeys, DE as Fpify, DG as HttpError, DH as Left, DI as Right, DK as TaskEither, Dz as classifyDomainError, e as createCamundaFpClient, DC as eventuallyTE, DF as foldDomainError, i as isLeft, f as isRight, DJ as retryTE, DL as withTimeoutTE } from '../index-BdxJhtV5.cjs';
2
2
  import 'zod';
3
3
  import '../logger-D-p21VHo.cjs';
4
4
  import 'node:worker_threads';
@@ -1,4 +1,4 @@
1
- export { d as CamundaFpClient, DA as DomainError, DB as DomainErrorTag, E as Either, DD as FnKeys, DE as Fpify, DG as HttpError, DH as Left, DI as Right, DK as TaskEither, Dz as classifyDomainError, e as createCamundaFpClient, DC as eventuallyTE, DF as foldDomainError, i as isLeft, f as isRight, DJ as retryTE, DL as withTimeoutTE } from '../index-BNm2kRb2.js';
1
+ export { d as CamundaFpClient, DA as DomainError, DB as DomainErrorTag, E as Either, DD as FnKeys, DE as Fpify, DG as HttpError, DH as Left, DI as Right, DK as TaskEither, Dz as classifyDomainError, e as createCamundaFpClient, DC as eventuallyTE, DF as foldDomainError, i as isLeft, f as isRight, DJ as retryTE, DL as withTimeoutTE } from '../index-Co4kLbQe.js';
2
2
  import 'zod';
3
3
  import '../logger-D-p21VHo.js';
4
4
  import 'node:worker_threads';
package/dist/fp/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  isRight,
8
8
  retryTE,
9
9
  withTimeoutTE
10
- } from "../chunk-IV7WMOID.js";
10
+ } from "../chunk-BDHUY2UM.js";
11
11
  import "../chunk-KQ4UL2WX.js";
12
12
  import "../chunk-DGUM43GV.js";
13
13
  export {
@@ -112,7 +112,7 @@ declare const SCHEMA: {
112
112
  readonly CAMUNDA_SDK_LOG_LEVEL: {
113
113
  readonly type: "enum";
114
114
  readonly choices: readonly ["silent", "error", "warn", "info", "debug", "trace", "silly"];
115
- readonly default: "error";
115
+ readonly default: "info";
116
116
  readonly doc: "SDK log level. \"silly\" adds unsafe deep diagnostics including HTTP request and response bodies.";
117
117
  };
118
118
  readonly CAMUNDA_SDK_TELEMETRY_LOG: {
@@ -17777,24 +17777,7 @@ type CompleteUserTaskResponses = {
17777
17777
  };
17778
17778
  type CompleteUserTaskResponse = CompleteUserTaskResponses[keyof CompleteUserTaskResponses];
17779
17779
  type SearchUserTaskEffectiveVariablesData = {
17780
- /**
17781
- * User task effective variable search query request. Uses offset-based pagination only.
17782
- *
17783
- */
17784
- body?: {
17785
- /**
17786
- * Pagination parameters.
17787
- */
17788
- page?: OffsetPagination;
17789
- /**
17790
- * Sort field criteria.
17791
- */
17792
- sort?: Array<UserTaskVariableSearchQuerySortRequest>;
17793
- /**
17794
- * The user task variable search filters.
17795
- */
17796
- filter?: UserTaskVariableFilter;
17797
- };
17780
+ body?: UserTaskEffectiveVariableSearchQueryRequest;
17798
17781
  path: {
17799
17782
  /**
17800
17783
  * The key of the user task.
@@ -112,7 +112,7 @@ declare const SCHEMA: {
112
112
  readonly CAMUNDA_SDK_LOG_LEVEL: {
113
113
  readonly type: "enum";
114
114
  readonly choices: readonly ["silent", "error", "warn", "info", "debug", "trace", "silly"];
115
- readonly default: "error";
115
+ readonly default: "info";
116
116
  readonly doc: "SDK log level. \"silly\" adds unsafe deep diagnostics including HTTP request and response bodies.";
117
117
  };
118
118
  readonly CAMUNDA_SDK_TELEMETRY_LOG: {
@@ -17777,24 +17777,7 @@ type CompleteUserTaskResponses = {
17777
17777
  };
17778
17778
  type CompleteUserTaskResponse = CompleteUserTaskResponses[keyof CompleteUserTaskResponses];
17779
17779
  type SearchUserTaskEffectiveVariablesData = {
17780
- /**
17781
- * User task effective variable search query request. Uses offset-based pagination only.
17782
- *
17783
- */
17784
- body?: {
17785
- /**
17786
- * Pagination parameters.
17787
- */
17788
- page?: OffsetPagination;
17789
- /**
17790
- * Sort field criteria.
17791
- */
17792
- sort?: Array<UserTaskVariableSearchQuerySortRequest>;
17793
- /**
17794
- * The user task variable search filters.
17795
- */
17796
- filter?: UserTaskVariableFilter;
17797
- };
17780
+ body?: UserTaskEffectiveVariableSearchQueryRequest;
17798
17781
  path: {
17799
17782
  /**
17800
17783
  * The key of the user task.
package/dist/index.cjs CHANGED
@@ -9050,15 +9050,7 @@ default, with local set to \`false\`, scope '1' will be { "foo": 5 } and scope '
9050
9050
  description: "The user task was completed successfully."
9051
9051
  });
9052
9052
  zSearchUserTaskEffectiveVariablesData = import_zod4.z.object({
9053
- body: import_zod4.z.optional(import_zod4.z.object({
9054
- page: import_zod4.z.optional(zOffsetPagination),
9055
- sort: import_zod4.z.optional(import_zod4.z.array(zUserTaskVariableSearchQuerySortRequest).register(import_zod4.z.globalRegistry, {
9056
- description: "Sort field criteria."
9057
- })),
9058
- filter: import_zod4.z.optional(zUserTaskVariableFilter)
9059
- }).register(import_zod4.z.globalRegistry, {
9060
- description: "User task effective variable search query request. Uses offset-based pagination only.\n"
9061
- })),
9053
+ body: import_zod4.z.optional(zUserTaskEffectiveVariableSearchQueryRequest),
9062
9054
  path: import_zod4.z.object({
9063
9055
  userTaskKey: zUserTaskKey
9064
9056
  }),
@@ -14515,7 +14507,7 @@ var SCHEMA = {
14515
14507
  CAMUNDA_SDK_LOG_LEVEL: {
14516
14508
  type: "enum",
14517
14509
  choices: ["silent", "error", "warn", "info", "debug", "trace", "silly"],
14518
- default: "error",
14510
+ default: "info",
14519
14511
  doc: 'SDK log level. "silly" adds unsafe deep diagnostics including HTTP request and response bodies.'
14520
14512
  },
14521
14513
  CAMUNDA_SDK_TELEMETRY_LOG: {
@@ -15099,7 +15091,7 @@ function hydrateConfig(options = {}) {
15099
15091
  } : void 0
15100
15092
  },
15101
15093
  validation: { req: validation.req, res: validation.res, raw: validation.raw },
15102
- logLevel: rawMap.CAMUNDA_SDK_LOG_LEVEL || "error",
15094
+ logLevel: rawMap.CAMUNDA_SDK_LOG_LEVEL || "info",
15103
15095
  eventual: {
15104
15096
  pollDefaultMs: parseInt(rawMap.CAMUNDA_SDK_EVENTUAL_POLL_DEFAULT_MS || "500", 10)
15105
15097
  },
@@ -15552,7 +15544,7 @@ function createLogger(opts = {}) {
15552
15544
  }
15553
15545
 
15554
15546
  // src/runtime/version.ts
15555
- var packageVersion = "10.0.0-alpha.14";
15547
+ var packageVersion = "10.0.0-alpha.15";
15556
15548
 
15557
15549
  // src/runtime/supportLogger.ts
15558
15550
  var NoopSupportLogger = class {