@camunda8/orchestration-cluster-api 1.2.3 → 8.8.0
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 +1 -2
- package/dist/{chunk-C4KMECWH.js → chunk-CTXSQJWB.js} +26 -17
- package/dist/chunk-CTXSQJWB.js.map +1 -0
- package/dist/fp/index.cjs +25 -16
- 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-BozZ_h8n.d.ts → index-DIV5cZE7.d.ts} +36 -22
- package/dist/{index-4i6euXtC.d.cts → index-DWFqsKHD.d.cts} +36 -22
- package/dist/index.cjs +25 -39
- 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 -23
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-C4KMECWH.js.map +0 -1
package/dist/fp/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { h as CamundaFpClient,
|
|
1
|
+
export { h as CamundaFpClient, qm as DomainError, E as Either, ql as Fpify, qn as Left, qo as Right, qu as TaskEither, qt as classifyDomainError, g as createCamundaFpClient, qr as eventuallyTE, qs as foldDomainError, i as isLeft, j as isRight, qp as retryTE, qq as withTimeoutTE } from '../index-DWFqsKHD.cjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../logger.cjs';
|
package/dist/fp/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { h as CamundaFpClient,
|
|
1
|
+
export { h as CamundaFpClient, qm as DomainError, E as Either, ql as Fpify, qn as Left, qo as Right, qu as TaskEither, qt as classifyDomainError, g as createCamundaFpClient, qr as eventuallyTE, qs as foldDomainError, i as isLeft, j as isRight, qp as retryTE, qq as withTimeoutTE } from '../index-DIV5cZE7.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../logger.js';
|
package/dist/fp/index.js
CHANGED
|
@@ -2334,7 +2334,7 @@ type IncidentFilter = {
|
|
|
2334
2334
|
/**
|
|
2335
2335
|
* Date of incident creation.
|
|
2336
2336
|
*/
|
|
2337
|
-
creationTime?:
|
|
2337
|
+
creationTime?: DateTimeFilterProperty;
|
|
2338
2338
|
/**
|
|
2339
2339
|
* State of this incident with a defined set of values.
|
|
2340
2340
|
*/
|
|
@@ -2539,7 +2539,7 @@ type MessageSubscriptionResult = {
|
|
|
2539
2539
|
/**
|
|
2540
2540
|
* The correlation key of the message subscription.
|
|
2541
2541
|
*/
|
|
2542
|
-
correlationKey?:
|
|
2542
|
+
correlationKey?: string;
|
|
2543
2543
|
tenantId?: TenantId;
|
|
2544
2544
|
};
|
|
2545
2545
|
type MessageSubscriptionSearchQuerySortRequest = {
|
|
@@ -4034,7 +4034,7 @@ type JobSearchQuerySortRequest = {
|
|
|
4034
4034
|
/**
|
|
4035
4035
|
* The field to sort by.
|
|
4036
4036
|
*/
|
|
4037
|
-
field: 'deadline' | 'deniedReason' | 'elementId' | 'elementInstanceKey' | 'endTime' | 'errorCode' | 'errorMessage' | '
|
|
4037
|
+
field: 'deadline' | 'deniedReason' | 'elementId' | 'elementInstanceKey' | 'endTime' | 'errorCode' | 'errorMessage' | 'isDenied' | 'jobKey' | 'kind' | 'listenerEventType' | 'processDefinitionId' | 'processDefinitionKey' | 'processInstanceKey' | 'retries' | 'state' | 'tenantId' | 'type' | 'worker';
|
|
4038
4038
|
order?: SortOrderEnum;
|
|
4039
4039
|
};
|
|
4040
4040
|
/**
|
|
@@ -4169,7 +4169,7 @@ type JobSearchResult = {
|
|
|
4169
4169
|
/**
|
|
4170
4170
|
* Indicates whether the job has failed with retries left.
|
|
4171
4171
|
*/
|
|
4172
|
-
hasFailedWithRetriesLeft
|
|
4172
|
+
hasFailedWithRetriesLeft: boolean;
|
|
4173
4173
|
/**
|
|
4174
4174
|
* Indicates whether the user task listener denies the work.
|
|
4175
4175
|
*/
|
|
@@ -4866,7 +4866,7 @@ type MessageCorrelationResult = {
|
|
|
4866
4866
|
/**
|
|
4867
4867
|
* The key of the correlated message
|
|
4868
4868
|
*/
|
|
4869
|
-
messageKey?:
|
|
4869
|
+
messageKey?: MessageKey;
|
|
4870
4870
|
/**
|
|
4871
4871
|
* The key of the first process instance the message correlated with
|
|
4872
4872
|
*/
|
|
@@ -7301,7 +7301,12 @@ type SearchUserTaskVariablesData = {
|
|
|
7301
7301
|
*/
|
|
7302
7302
|
userTaskKey: UserTaskKey;
|
|
7303
7303
|
};
|
|
7304
|
-
query?:
|
|
7304
|
+
query?: {
|
|
7305
|
+
/**
|
|
7306
|
+
* When true (default), long variable values in the response are truncated. When false, full variable values are returned.
|
|
7307
|
+
*/
|
|
7308
|
+
truncateValues?: boolean;
|
|
7309
|
+
};
|
|
7305
7310
|
url: '/user-tasks/{userTaskKey}/variables/search';
|
|
7306
7311
|
};
|
|
7307
7312
|
type SearchUserTaskVariablesErrors = {
|
|
@@ -7327,7 +7332,12 @@ type SearchUserTaskVariablesResponse = SearchUserTaskVariablesResponses[keyof Se
|
|
|
7327
7332
|
type SearchVariablesData = {
|
|
7328
7333
|
body?: VariableSearchQuery;
|
|
7329
7334
|
path?: never;
|
|
7330
|
-
query?:
|
|
7335
|
+
query?: {
|
|
7336
|
+
/**
|
|
7337
|
+
* When true (default), long variable values in the response are truncated. When false, full variable values are returned.
|
|
7338
|
+
*/
|
|
7339
|
+
truncateValues?: boolean;
|
|
7340
|
+
};
|
|
7331
7341
|
url: '/variables/search';
|
|
7332
7342
|
};
|
|
7333
7343
|
type SearchVariablesErrors = {
|
|
@@ -11716,15 +11726,6 @@ declare namespace JobKey {
|
|
|
11716
11726
|
function getValue(key: JobKey): string;
|
|
11717
11727
|
function isValid(value: string): boolean;
|
|
11718
11728
|
}
|
|
11719
|
-
/**
|
|
11720
|
-
* System-generated key for a message correlation.
|
|
11721
|
-
*/
|
|
11722
|
-
type MessageCorrelationKey = CamundaKey<'MessageCorrelationKey'>;
|
|
11723
|
-
declare namespace MessageCorrelationKey {
|
|
11724
|
-
function assumeExists(value: string): MessageCorrelationKey;
|
|
11725
|
-
function getValue(key: MessageCorrelationKey): string;
|
|
11726
|
-
function isValid(value: string): boolean;
|
|
11727
|
-
}
|
|
11728
11729
|
/**
|
|
11729
11730
|
* System-generated key for an message.
|
|
11730
11731
|
*/
|
|
@@ -12073,13 +12074,13 @@ declare const unassignUserTask: <ThrowOnError extends boolean = true>(options: O
|
|
|
12073
12074
|
declare const searchUserTasks: <ThrowOnError extends boolean = true>(options?: Options<SearchUserTasksData, ThrowOnError>) => RequestResult<SearchUserTasksResponses, SearchUserTasksErrors, ThrowOnError, "fields">;
|
|
12074
12075
|
/**
|
|
12075
12076
|
* Search user task variables
|
|
12076
|
-
* Search for user task variables based on given criteria.
|
|
12077
|
+
* Search for user task variables based on given criteria. By default, long variable values in the response are truncated.
|
|
12077
12078
|
*
|
|
12078
12079
|
*/
|
|
12079
12080
|
declare const searchUserTaskVariables: <ThrowOnError extends boolean = true>(options: Options<SearchUserTaskVariablesData, ThrowOnError>) => RequestResult<SearchUserTaskVariablesResponses, SearchUserTaskVariablesErrors, ThrowOnError, "fields">;
|
|
12080
12081
|
/**
|
|
12081
12082
|
* Search variables
|
|
12082
|
-
* Search for process and local variables based on given criteria.
|
|
12083
|
+
* Search for process and local variables based on given criteria. By default, long variable values in the response are truncated.
|
|
12083
12084
|
*
|
|
12084
12085
|
*/
|
|
12085
12086
|
declare const searchVariables: <ThrowOnError extends boolean = true>(options?: Options<SearchVariablesData, ThrowOnError>) => RequestResult<SearchVariablesResponses, SearchVariablesErrors, ThrowOnError, "fields">;
|
|
@@ -14396,8 +14397,14 @@ type searchUserTaskVariablesPathParam_userTaskKey = (NonNullable<searchUserTaskV
|
|
|
14396
14397
|
userTaskKey: infer P;
|
|
14397
14398
|
};
|
|
14398
14399
|
} ? P : any);
|
|
14400
|
+
type searchUserTaskVariablesQueryParam_truncateValues = (NonNullable<searchUserTaskVariablesOptions> extends {
|
|
14401
|
+
query: {
|
|
14402
|
+
truncateValues: infer Q;
|
|
14403
|
+
};
|
|
14404
|
+
} ? Q : any);
|
|
14399
14405
|
type searchUserTaskVariablesInput = searchUserTaskVariablesBody & {
|
|
14400
14406
|
userTaskKey: searchUserTaskVariablesPathParam_userTaskKey;
|
|
14407
|
+
truncateValues: searchUserTaskVariablesQueryParam_truncateValues;
|
|
14401
14408
|
};
|
|
14402
14409
|
/** Management of eventual consistency **/
|
|
14403
14410
|
type searchUserTaskVariablesConsistency = {
|
|
@@ -14408,7 +14415,14 @@ type searchVariablesOptions = Parameters<typeof searchVariables>[0];
|
|
|
14408
14415
|
type searchVariablesBody = (NonNullable<searchVariablesOptions> extends {
|
|
14409
14416
|
body?: infer B;
|
|
14410
14417
|
} ? B : never);
|
|
14411
|
-
type
|
|
14418
|
+
type searchVariablesQueryParam_truncateValues = (NonNullable<searchVariablesOptions> extends {
|
|
14419
|
+
query: {
|
|
14420
|
+
truncateValues: infer Q;
|
|
14421
|
+
};
|
|
14422
|
+
} ? Q : any);
|
|
14423
|
+
type searchVariablesInput = searchVariablesBody & {
|
|
14424
|
+
truncateValues: searchVariablesQueryParam_truncateValues;
|
|
14425
|
+
};
|
|
14412
14426
|
/** Management of eventual consistency **/
|
|
14413
14427
|
type searchVariablesConsistency = {
|
|
14414
14428
|
/** Management of eventual consistency tolerance. Set waitUpToMs to 0 to ignore eventual consistency. pollInterval is 500ms by default. */
|
|
@@ -16064,7 +16078,7 @@ declare class CamundaClient {
|
|
|
16064
16078
|
searchUserTasks(input: searchUserTasksInput, /** Management of eventual consistency **/ consistencyManagement: searchUserTasksConsistency): CancelablePromise<_DataOf<typeof searchUserTasks>>;
|
|
16065
16079
|
/**
|
|
16066
16080
|
* Search user task variables
|
|
16067
|
-
* Search for user task variables based on given criteria.
|
|
16081
|
+
* Search for user task variables based on given criteria. By default, long variable values in the response are truncated.
|
|
16068
16082
|
*
|
|
16069
16083
|
*
|
|
16070
16084
|
* @operationId searchUserTaskVariables
|
|
@@ -16074,7 +16088,7 @@ declare class CamundaClient {
|
|
|
16074
16088
|
searchUserTaskVariables(input: searchUserTaskVariablesInput, /** Management of eventual consistency **/ consistencyManagement: searchUserTaskVariablesConsistency): CancelablePromise<_DataOf<typeof searchUserTaskVariables>>;
|
|
16075
16089
|
/**
|
|
16076
16090
|
* Search variables
|
|
16077
|
-
* Search for process and local variables based on given criteria.
|
|
16091
|
+
* Search for process and local variables based on given criteria. By default, long variable values in the response are truncated.
|
|
16078
16092
|
*
|
|
16079
16093
|
*
|
|
16080
16094
|
* @operationId searchVariables
|
|
@@ -16397,4 +16411,4 @@ declare function eventuallyTE<E, A>(thunk: () => Promise<A>, predicate: (a: A) =
|
|
|
16397
16411
|
waitUpToMs: number;
|
|
16398
16412
|
}): TaskEither<E, A>;
|
|
16399
16413
|
|
|
16400
|
-
export { type TenantFilter as $, DecisionEvaluationKey as A, DecisionRequirementsKey as B, type CamundaOptions as C, DeploymentKey as D, type Either as E, FormKey as F, AuthorizationKey as G, MessageKey as H, IncidentKey as I, type JobWorkerConfig as J, DecisionInstanceKey as K, type LongKey as L, MessageSubscriptionKey as M, SignalKey as N, BatchOperationKey as O, ProcessInstanceKey as P, type TenantCreateResult as Q, type ResourceKey as R, StartCursor as S, type TenantCreateRequest as T, UserTaskKey as U, VariableKey as V, type TenantUpdateRequest as W, type TenantUpdateResult as X, type TenantResult as Y, type TenantSearchQuerySortRequest as Z, type TenantSearchQueryRequest as _, CamundaClient as a, type ProcessInstanceStateEnum as a$, type TenantSearchQueryResult as a0, type UserTaskSearchQuerySortRequest as a1, type UserTaskSearchQuery as a2, type UserTaskVariableSearchQuerySortRequest as a3, type UserTaskVariableSearchQueryRequest as a4, type UserTaskSearchQueryResult as a5, type UserTaskFilter as a6, type UserTaskStateFilterProperty as a7, type AdvancedUserTaskStateFilter as a8, type VariableValueFilterProperty as a9, type AdvancedDateTimeFilter as aA, type BasicStringFilterProperty as aB, type StringFilterProperty as aC, type LikeFilter as aD, type ProcessInstanceStateFilterProperty as aE, type ElementInstanceStateFilterProperty as aF, type DateTimeFilterProperty as aG, type AdvancedProcessDefinitionKeyFilter as aH, type ProcessDefinitionKeyFilterProperty as aI, type AdvancedProcessInstanceKeyFilter as aJ, type ProcessInstanceKeyFilterProperty as aK, type AdvancedElementInstanceKeyFilter as aL, type ElementInstanceKeyFilterProperty as aM, type AdvancedVariableKeyFilter as aN, type VariableKeyFilterProperty as aO, type AdvancedScopeKeyFilter as aP, type ScopeKeyFilterProperty as aQ, type AdvancedMessageSubscriptionKeyFilter as aR, type MessageSubscriptionKeyFilterProperty as aS, type AdvancedJobKeyFilter as aT, type JobKeyFilterProperty as aU, type BaseProcessInstanceFilterFields as aV, type ProcessDefinitionStatisticsFilter as aW, type ProcessInstanceFilterFields as aX, type ProcessInstanceFilter as aY, type ProcessInstanceSearchQueryResult as aZ, type ProcessInstanceResult as a_, type UserTaskVariableFilter as aa, type UserTaskResult as ab, type UserTaskStateEnum as ac, type VariableSearchQuerySortRequest as ad, type VariableSearchQuery as ae, type VariableFilter as af, type VariableSearchQueryResult as ag, type VariableSearchResult as ah, type VariableResult as ai, type VariableResultBase as aj, type ProcessDefinitionSearchQuerySortRequest as ak, type ProcessDefinitionSearchQuery as al, type ProcessDefinitionFilter as am, type ProcessDefinitionSearchQueryResult as an, type ProcessDefinitionResult as ao, type ProcessInstanceSearchQuerySortRequest as ap, type ProcessInstanceSearchQuery as aq, type ProcessInstanceIncidentSearchQuery as ar, type AdvancedIntegerFilter as as, type IntegerFilterProperty as at, type BasicStringFilter as au, type AdvancedStringFilter as av, type AdvancedProcessInstanceStateFilter as aw, type AdvancedElementInstanceStateFilter as ax, type AdvancedDecisionDefinitionKeyFilter as ay, type DecisionDefinitionKeyFilterProperty as az, type CancelablePromise as b, type UserUpdateRequest as b$, type ElementInstanceStateEnum as b0, type ProcessInstanceCallHierarchyEntry as b1, type ProcessInstanceSequenceFlowsQueryResult as b2, type ProcessInstanceSequenceFlowResult as b3, type ProcessDefinitionElementStatisticsQuery as b4, type ProcessDefinitionElementStatisticsQueryResult as b5, type ProcessInstanceElementStatisticsQueryResult as b6, type ProcessElementStatisticsResult as b7, type CancelProcessInstanceRequest as b8, type ElementInstanceSearchQuerySortRequest as b9, type IncidentResult as bA, type DecisionDefinitionSearchQueryResult as bB, type DecisionDefinitionResult as bC, type UsageMetricsResponse as bD, type UsageMetricsResponseItem as bE, type PermissionTypeEnum as bF, type ResourceTypeEnum as bG, type OwnerTypeEnum as bH, type AuthorizationRequest as bI, type AuthorizationCreateResult as bJ, type AuthorizationSearchQuerySortRequest as bK, type AuthorizationSearchQuery as bL, type AuthorizationFilter as bM, type AuthorizationResult as bN, type AuthorizationSearchResult as bO, type UserRequest as bP, type UserCreateResult as bQ, type UserUpdateResult as bR, type UserSearchQuerySortRequest as bS, type UserSearchQueryRequest as bT, type MappingRuleSearchQuerySortRequest as bU, type MappingRuleSearchQueryRequest as bV, type UserFilter as bW, type MappingRuleFilter as bX, type CamundaUserResult as bY, type UserResult as bZ, type UserSearchResult as b_, type ElementInstanceSearchQuery as ba, type ElementInstanceFilter as bb, type ElementInstanceSearchQueryResult as bc, type ElementInstanceResult as bd, type AdHocSubProcessActivateActivitiesInstruction as be, type AdHocSubProcessActivateActivityReference as bf, type DecisionDefinitionSearchQuerySortRequest as bg, type DecisionDefinitionSearchQuery as bh, type DecisionDefinitionFilter as bi, type IncidentSearchQuerySortRequest as bj, type IncidentSearchQuery as bk, type IncidentFilter as bl, type IncidentSearchQueryResult as bm, type CorrelatedMessageSubscriptionSearchQueryResult as bn, type CorrelatedMessageSubscriptionResult as bo, type CorrelatedMessageSubscriptionSearchQuery as bp, type CorrelatedMessageSubscriptionSearchQuerySortRequest as bq, type CorrelatedMessageSubscriptionFilter as br, type MessageSubscriptionSearchQueryResult as bs, type MessageSubscriptionResult as bt, type MessageSubscriptionSearchQuerySortRequest as bu, type MessageSubscriptionSearchQuery as bv, type MessageSubscriptionFilter as bw, type MessageSubscriptionStateFilterProperty as bx, type MessageSubscriptionStateEnum as by, type AdvancedMessageSubscriptionStateFilter as bz, createCamundaClient as c, type UserTaskAssignmentRequest as c$, type TenantClientResult as c0, type TenantClientSearchResult as c1, type TenantClientSearchQueryRequest as c2, type TenantClientSearchQuerySortRequest as c3, type TenantUserResult as c4, type TenantUserSearchResult as c5, type TenantUserSearchQueryRequest as c6, type TenantUserSearchQuerySortRequest as c7, type TenantGroupResult as c8, type TenantGroupSearchResult as c9, type GroupUpdateResult as cA, type GroupResult as cB, type GroupSearchQuerySortRequest as cC, type GroupSearchQueryRequest as cD, type GroupFilter as cE, type GroupSearchQueryResult as cF, type GroupUserResult as cG, type GroupUserSearchResult as cH, type GroupUserSearchQueryRequest as cI, type GroupUserSearchQuerySortRequest as cJ, type GroupClientResult as cK, type GroupClientSearchResult as cL, type GroupClientSearchQueryRequest as cM, type GroupClientSearchQuerySortRequest as cN, type MappingRuleCreateUpdateRequest as cO, type MappingRuleCreateRequest as cP, type MappingRuleUpdateRequest as cQ, type MappingRuleCreateUpdateResult as cR, type MappingRuleCreateResult as cS, type MappingRuleUpdateResult as cT, type MappingRuleSearchQueryResult as cU, type MappingRuleResult as cV, type TopologyResponse as cW, type LicenseResponse as cX, type BrokerInfo as cY, type Partition as cZ, type UserTaskCompletionRequest as c_, type TenantGroupSearchQueryRequest as ca, type TenantGroupSearchQuerySortRequest as cb, type RoleCreateRequest as cc, type RoleCreateResult as cd, type RoleUpdateRequest as ce, type RoleUpdateResult as cf, type RoleResult as cg, type RoleSearchQuerySortRequest as ch, type RoleSearchQueryRequest as ci, type RoleFilter as cj, type RoleSearchQueryResult as ck, type RoleUserResult as cl, type RoleUserSearchResult as cm, type RoleUserSearchQueryRequest as cn, type RoleUserSearchQuerySortRequest as co, type RoleClientResult as cp, type RoleClientSearchResult as cq, type RoleClientSearchQueryRequest as cr, type RoleClientSearchQuerySortRequest as cs, type RoleGroupResult as ct, type RoleGroupSearchResult as cu, type RoleGroupSearchQueryRequest as cv, type RoleGroupSearchQuerySortRequest as cw, type GroupCreateRequest as cx, type GroupCreateResult as cy, type GroupUpdateRequest as cz, JobWorker as d, type MessageCorrelationRequest as d$, type UserTaskUpdateRequest as d0, type Changeset as d1, type ClockPinRequest as d2, type JobActivationRequest as d3, type JobActivationResult as d4, type ActivatedJobResult as d5, type UserTaskProperties as d6, type JobFailRequest as d7, type JobErrorRequest as d8, type JobCompletionRequest as d9, type CursorForwardPagination as dA, type CursorBackwardPagination as dB, type SearchQueryResponse as dC, type SearchQueryPageResponse as dD, type DecisionRequirementsSearchQuerySortRequest as dE, type DecisionRequirementsSearchQuery as dF, type DecisionRequirementsFilter as dG, type DecisionRequirementsSearchQueryResult as dH, type DecisionRequirementsResult as dI, type DecisionEvaluationInstruction as dJ, type DecisionEvaluationById as dK, type DecisionEvaluationByKey as dL, type EvaluateDecisionResult as dM, type EvaluatedDecisionResult as dN, type MatchedDecisionRuleItem as dO, type EvaluatedDecisionInputItem as dP, type EvaluatedDecisionOutputItem as dQ, type DecisionInstanceSearchQuerySortRequest as dR, type DecisionInstanceSearchQuery as dS, type DecisionInstanceFilter as dT, type DecisionInstanceSearchQueryResult as dU, type DecisionInstanceResult as dV, type DecisionInstanceGetQueryResult as dW, type DecisionDefinitionTypeEnum as dX, type DecisionInstanceStateEnum as dY, type SortOrderEnum as dZ, type OperationReference as d_, type JobResult as da, type JobResultUserTask as db, type JobResultCorrections as dc, type JobResultAdHocSubProcess as dd, type JobResultActivateElement as de, type JobUpdateRequest as df, type JobChangeset as dg, type JobSearchQuery as dh, type JobSearchQuerySortRequest as di, type JobFilter as dj, type JobSearchQueryResult as dk, type JobSearchResult as dl, type JobStateEnum as dm, type JobKindEnum as dn, type JobListenerEventTypeEnum as dp, type JobStateFilterProperty as dq, type AdvancedJobStateFilter as dr, type JobKindFilterProperty as ds, type AdvancedJobKindFilter as dt, type JobListenerEventTypeFilterProperty as du, type AdvancedJobListenerEventTypeFilter as dv, type ProblemDetail as dw, type SearchQueryRequest as dx, type SearchQueryPageRequest as dy, type OffsetPagination as dz, type Job as e, type ProcessInstanceModificationMoveBatchOperationInstruction as e$, type MessageCorrelationResult as e0, type MessagePublicationRequest as e1, type MessagePublicationResult as e2, type DocumentReference as e3, type DocumentCreationFailureDetail as e4, type DocumentCreationBatchResponse as e5, DocumentId as e6, type DocumentMetadata as e7, type DocumentLinkRequest as e8, type DocumentLink as e9, type SignalBroadcastResult as eA, type FormResult as eB, type ResourceResult as eC, type BatchOperationTypeEnum as eD, type BatchOperationCreatedResult as eE, type BatchOperationSearchQuerySortRequest as eF, type BatchOperationSearchQuery as eG, type BatchOperationFilter as eH, type BatchOperationTypeFilterProperty as eI, type AdvancedBatchOperationTypeFilter as eJ, type BatchOperationStateFilterProperty as eK, type AdvancedBatchOperationStateFilter as eL, type BatchOperationStateEnum as eM, type BatchOperationItemSearchQuerySortRequest as eN, type BatchOperationItemSearchQuery as eO, type BatchOperationItemFilter as eP, type BatchOperationItemStateFilterProperty as eQ, type AdvancedBatchOperationItemStateFilter as eR, type BatchOperationItemStateEnum as eS, type BatchOperationSearchQueryResult as eT, type BatchOperationResponse as eU, type BatchOperationError as eV, type BatchOperationItemSearchQueryResult as eW, type BatchOperationItemResponse as eX, type ProcessInstanceCancellationBatchOperationRequest as eY, type ProcessInstanceIncidentResolutionBatchOperationRequest as eZ, type ProcessInstanceModificationBatchOperationRequest as e_, type DeploymentResult as ea, type DeploymentMetadataResult as eb, type DeploymentProcessResult as ec, type DeploymentDecisionResult as ed, type DeploymentDecisionRequirementsResult as ee, type DeploymentFormResult as ef, type DeploymentResourceResult as eg, type IncidentResolutionRequest as eh, type ProcessInstanceCreationInstruction as ei, type ProcessInstanceCreationInstructionById as ej, type ProcessInstanceCreationInstructionByKey as ek, type ProcessInstanceCreationStartInstruction as el, type ProcessInstanceCreationRuntimeInstruction as em, type ProcessInstanceCreationTerminateInstruction as en, type CreateProcessInstanceResult as eo, type ProcessInstanceMigrationBatchOperationRequest as ep, type ProcessInstanceMigrationBatchOperationPlan as eq, type ProcessInstanceMigrationInstruction as er, type MigrateProcessInstanceMappingInstruction as es, type ProcessInstanceModificationInstruction as et, type ProcessInstanceModificationActivateInstruction as eu, type ModifyProcessInstanceVariableInstruction as ev, type ProcessInstanceModificationTerminateInstruction as ew, type SetVariableRequest as ex, type DeleteResourceRequest as ey, type SignalBroadcastRequest as ez, JobActionReceipt as f, type DeleteTenantData as f$, Tag as f0, type TagSet as f1, TenantId as f2, Username as f3, type GetTopologyData as f4, type GetTopologyErrors as f5, type GetTopologyError as f6, type GetTopologyResponses as f7, type GetTopologyResponse as f8, type GetStatusData as f9, type FailJobResponses as fA, type FailJobResponse as fB, type ThrowJobErrorData as fC, type ThrowJobErrorErrors as fD, type ThrowJobErrorError as fE, type ThrowJobErrorResponses as fF, type ThrowJobErrorResponse as fG, type CompleteJobData as fH, type CompleteJobErrors as fI, type CompleteJobError as fJ, type CompleteJobResponses as fK, type CompleteJobResponse as fL, type UpdateJobData as fM, type UpdateJobErrors as fN, type UpdateJobError as fO, type UpdateJobResponses as fP, type UpdateJobResponse as fQ, type ResolveIncidentData as fR, type ResolveIncidentErrors as fS, type ResolveIncidentError as fT, type ResolveIncidentResponses as fU, type ResolveIncidentResponse as fV, type CreateTenantData as fW, type CreateTenantErrors as fX, type CreateTenantError as fY, type CreateTenantResponses as fZ, type CreateTenantResponse as f_, type GetStatusErrors as fa, type GetStatusResponses as fb, type GetStatusResponse as fc, type GetLicenseData as fd, type GetLicenseErrors as fe, type GetLicenseError as ff, type GetLicenseResponses as fg, type GetLicenseResponse as fh, type GetAuthenticationData as fi, type GetAuthenticationErrors as fj, type GetAuthenticationError as fk, type GetAuthenticationResponses as fl, type GetAuthenticationResponse as fm, type ActivateJobsData as fn, type ActivateJobsErrors as fo, type ActivateJobsError as fp, type ActivateJobsResponses as fq, type ActivateJobsResponse as fr, type SearchJobsData as fs, type SearchJobsErrors as ft, type SearchJobsError as fu, type SearchJobsResponses as fv, type SearchJobsResponse as fw, type FailJobData as fx, type FailJobErrors as fy, type FailJobError as fz, createCamundaFpClient as g, type UnassignGroupFromTenantResponse as g$, type DeleteTenantErrors as g0, type DeleteTenantError as g1, type DeleteTenantResponses as g2, type DeleteTenantResponse as g3, type GetTenantData as g4, type GetTenantErrors as g5, type GetTenantError as g6, type GetTenantResponses as g7, type GetTenantResponse as g8, type UpdateTenantData as g9, type UnassignClientFromTenantData as gA, type UnassignClientFromTenantErrors as gB, type UnassignClientFromTenantError as gC, type UnassignClientFromTenantResponses as gD, type UnassignClientFromTenantResponse as gE, type AssignClientToTenantData as gF, type AssignClientToTenantErrors as gG, type AssignClientToTenantError as gH, type AssignClientToTenantResponses as gI, type AssignClientToTenantResponse as gJ, type UnassignMappingRuleFromTenantData as gK, type UnassignMappingRuleFromTenantErrors as gL, type UnassignMappingRuleFromTenantError as gM, type UnassignMappingRuleFromTenantResponses as gN, type UnassignMappingRuleFromTenantResponse as gO, type AssignMappingRuleToTenantData as gP, type AssignMappingRuleToTenantErrors as gQ, type AssignMappingRuleToTenantError as gR, type AssignMappingRuleToTenantResponses as gS, type AssignMappingRuleToTenantResponse as gT, type SearchMappingRulesForTenantData as gU, type SearchMappingRulesForTenantResponses as gV, type SearchMappingRulesForTenantResponse as gW, type UnassignGroupFromTenantData as gX, type UnassignGroupFromTenantErrors as gY, type UnassignGroupFromTenantError as gZ, type UnassignGroupFromTenantResponses as g_, type UpdateTenantErrors as ga, type UpdateTenantError as gb, type UpdateTenantResponses as gc, type UpdateTenantResponse as gd, type UnassignUserFromTenantData as ge, type UnassignUserFromTenantErrors as gf, type UnassignUserFromTenantError as gg, type UnassignUserFromTenantResponses as gh, type UnassignUserFromTenantResponse as gi, type AssignUserToTenantData as gj, type AssignUserToTenantErrors as gk, type AssignUserToTenantError as gl, type AssignUserToTenantResponses as gm, type AssignUserToTenantResponse as gn, type SearchUsersForTenantData as go, type SearchUsersForTenantResponses as gp, type SearchUsersForTenantResponse as gq, type SearchClientsForTenantData as gr, type SearchClientsForTenantResponses as gs, type SearchClientsForTenantResponse as gt, type SearchGroupIdsForTenantData as gu, type SearchGroupIdsForTenantResponses as gv, type SearchGroupIdsForTenantResponse as gw, type SearchRolesForTenantData as gx, type SearchRolesForTenantResponses as gy, type SearchRolesForTenantResponse as gz, type CamundaFpClient as h, type SearchVariablesResponses as h$, type AssignGroupToTenantData as h0, type AssignGroupToTenantErrors as h1, type AssignGroupToTenantError as h2, type AssignGroupToTenantResponses as h3, type AssignGroupToTenantResponse as h4, type UnassignRoleFromTenantData as h5, type UnassignRoleFromTenantErrors as h6, type UnassignRoleFromTenantError as h7, type UnassignRoleFromTenantResponses as h8, type UnassignRoleFromTenantResponse as h9, type UpdateUserTaskErrors as hA, type UpdateUserTaskError as hB, type UpdateUserTaskResponses as hC, type UpdateUserTaskResponse as hD, type GetUserTaskFormData as hE, type GetUserTaskFormErrors as hF, type GetUserTaskFormError as hG, type GetUserTaskFormResponses as hH, type GetUserTaskFormResponse as hI, type UnassignUserTaskData as hJ, type UnassignUserTaskErrors as hK, type UnassignUserTaskError as hL, type UnassignUserTaskResponses as hM, type UnassignUserTaskResponse as hN, type SearchUserTasksData as hO, type SearchUserTasksErrors as hP, type SearchUserTasksError as hQ, type SearchUserTasksResponses as hR, type SearchUserTasksResponse as hS, type SearchUserTaskVariablesData as hT, type SearchUserTaskVariablesErrors as hU, type SearchUserTaskVariablesError as hV, type SearchUserTaskVariablesResponses as hW, type SearchUserTaskVariablesResponse as hX, type SearchVariablesData as hY, type SearchVariablesErrors as hZ, type SearchVariablesError as h_, type AssignRoleToTenantData as ha, type AssignRoleToTenantErrors as hb, type AssignRoleToTenantError as hc, type AssignRoleToTenantResponses as hd, type AssignRoleToTenantResponse as he, type SearchTenantsData as hf, type SearchTenantsErrors as hg, type SearchTenantsError as hh, type SearchTenantsResponses as hi, type SearchTenantsResponse as hj, type CompleteUserTaskData as hk, type CompleteUserTaskErrors as hl, type CompleteUserTaskError as hm, type CompleteUserTaskResponses as hn, type CompleteUserTaskResponse as ho, type AssignUserTaskData as hp, type AssignUserTaskErrors as hq, type AssignUserTaskError as hr, type AssignUserTaskResponses as hs, type AssignUserTaskResponse as ht, type GetUserTaskData as hu, type GetUserTaskErrors as hv, type GetUserTaskError as hw, type GetUserTaskResponses as hx, type GetUserTaskResponse as hy, type UpdateUserTaskData as hz, isLeft as i, type SearchProcessInstancesData as i$, type SearchVariablesResponse as i0, type GetVariableData as i1, type GetVariableErrors as i2, type GetVariableError as i3, type GetVariableResponses as i4, type GetVariableResponse as i5, type PinClockData as i6, type PinClockErrors as i7, type PinClockError as i8, type PinClockResponses as i9, type GetStartProcessFormResponses as iA, type GetStartProcessFormResponse as iB, type GetProcessDefinitionStatisticsData as iC, type GetProcessDefinitionStatisticsErrors as iD, type GetProcessDefinitionStatisticsError as iE, type GetProcessDefinitionStatisticsResponses as iF, type GetProcessDefinitionStatisticsResponse as iG, type CreateProcessInstanceData as iH, type CreateProcessInstanceErrors as iI, type CreateProcessInstanceError as iJ, type CreateProcessInstanceResponses as iK, type CreateProcessInstanceResponse as iL, type GetProcessInstanceData as iM, type GetProcessInstanceErrors as iN, type GetProcessInstanceError as iO, type GetProcessInstanceResponses as iP, type GetProcessInstanceResponse as iQ, type GetProcessInstanceSequenceFlowsData as iR, type GetProcessInstanceSequenceFlowsErrors as iS, type GetProcessInstanceSequenceFlowsError as iT, type GetProcessInstanceSequenceFlowsResponses as iU, type GetProcessInstanceSequenceFlowsResponse as iV, type GetProcessInstanceStatisticsData as iW, type GetProcessInstanceStatisticsErrors as iX, type GetProcessInstanceStatisticsError as iY, type GetProcessInstanceStatisticsResponses as iZ, type GetProcessInstanceStatisticsResponse as i_, type PinClockResponse as ia, type ResetClockData as ib, type ResetClockErrors as ic, type ResetClockError as id, type ResetClockResponses as ie, type ResetClockResponse as ig, type SearchProcessDefinitionsData as ih, type SearchProcessDefinitionsErrors as ii, type SearchProcessDefinitionsError as ij, type SearchProcessDefinitionsResponses as ik, type SearchProcessDefinitionsResponse as il, type GetProcessDefinitionData as im, type GetProcessDefinitionErrors as io, type GetProcessDefinitionError as ip, type GetProcessDefinitionResponses as iq, type GetProcessDefinitionResponse as ir, type GetProcessDefinitionXmlData as is, type GetProcessDefinitionXmlErrors as it, type GetProcessDefinitionXmlError as iu, type GetProcessDefinitionXmlResponses as iv, type GetProcessDefinitionXmlResponse as iw, type GetStartProcessFormData as ix, type GetStartProcessFormErrors as iy, type GetStartProcessFormError as iz, isRight as j, type SearchDecisionDefinitionsResponse as j$, type SearchProcessInstancesErrors as j0, type SearchProcessInstancesError as j1, type SearchProcessInstancesResponses as j2, type SearchProcessInstancesResponse as j3, type SearchProcessInstanceIncidentsData as j4, type SearchProcessInstanceIncidentsErrors as j5, type SearchProcessInstanceIncidentsError as j6, type SearchProcessInstanceIncidentsResponses as j7, type SearchProcessInstanceIncidentsResponse as j8, type CancelProcessInstanceData as j9, type MigrateProcessInstanceError as jA, type MigrateProcessInstanceResponses as jB, type MigrateProcessInstanceResponse as jC, type ModifyProcessInstanceData as jD, type ModifyProcessInstanceErrors as jE, type ModifyProcessInstanceError as jF, type ModifyProcessInstanceResponses as jG, type ModifyProcessInstanceResponse as jH, type GetProcessInstanceCallHierarchyData as jI, type GetProcessInstanceCallHierarchyErrors as jJ, type GetProcessInstanceCallHierarchyError as jK, type GetProcessInstanceCallHierarchyResponses as jL, type GetProcessInstanceCallHierarchyResponse as jM, type SearchElementInstancesData as jN, type SearchElementInstancesErrors as jO, type SearchElementInstancesError as jP, type SearchElementInstancesResponses as jQ, type SearchElementInstancesResponse as jR, type GetElementInstanceData as jS, type GetElementInstanceErrors as jT, type GetElementInstanceError as jU, type GetElementInstanceResponses as jV, type GetElementInstanceResponse as jW, type SearchDecisionDefinitionsData as jX, type SearchDecisionDefinitionsErrors as jY, type SearchDecisionDefinitionsError as jZ, type SearchDecisionDefinitionsResponses as j_, type CancelProcessInstanceErrors as ja, type CancelProcessInstanceError as jb, type CancelProcessInstanceResponses as jc, type CancelProcessInstanceResponse as jd, type CancelProcessInstancesBatchOperationData as je, type CancelProcessInstancesBatchOperationErrors as jf, type CancelProcessInstancesBatchOperationError as jg, type CancelProcessInstancesBatchOperationResponses as jh, type CancelProcessInstancesBatchOperationResponse as ji, type ResolveIncidentsBatchOperationData as jj, type ResolveIncidentsBatchOperationErrors as jk, type ResolveIncidentsBatchOperationError as jl, type ResolveIncidentsBatchOperationResponses as jm, type ResolveIncidentsBatchOperationResponse as jn, type MigrateProcessInstancesBatchOperationData as jo, type MigrateProcessInstancesBatchOperationErrors as jp, type MigrateProcessInstancesBatchOperationError as jq, type MigrateProcessInstancesBatchOperationResponses as jr, type MigrateProcessInstancesBatchOperationResponse as js, type ModifyProcessInstancesBatchOperationData as jt, type ModifyProcessInstancesBatchOperationErrors as ju, type ModifyProcessInstancesBatchOperationError as jv, type ModifyProcessInstancesBatchOperationResponses as jw, type ModifyProcessInstancesBatchOperationResponse as jx, type MigrateProcessInstanceData as jy, type MigrateProcessInstanceErrors as jz, CamundaValidationError as k, type SearchAuthorizationsResponses as k$, type GetDecisionDefinitionData as k0, type GetDecisionDefinitionErrors as k1, type GetDecisionDefinitionError as k2, type GetDecisionDefinitionResponses as k3, type GetDecisionDefinitionResponse as k4, type GetDecisionDefinitionXmlData as k5, type GetDecisionDefinitionXmlErrors as k6, type GetDecisionDefinitionXmlError as k7, type GetDecisionDefinitionXmlResponses as k8, type GetDecisionDefinitionXmlResponse as k9, type EvaluateDecisionErrors as kA, type EvaluateDecisionError as kB, type EvaluateDecisionResponses as kC, type EvaluateDecisionResponse as kD, type CreateAuthorizationData as kE, type CreateAuthorizationErrors as kF, type CreateAuthorizationError as kG, type CreateAuthorizationResponses as kH, type CreateAuthorizationResponse as kI, type DeleteAuthorizationData as kJ, type DeleteAuthorizationErrors as kK, type DeleteAuthorizationError as kL, type DeleteAuthorizationResponses as kM, type DeleteAuthorizationResponse as kN, type GetAuthorizationData as kO, type GetAuthorizationErrors as kP, type GetAuthorizationError as kQ, type GetAuthorizationResponses as kR, type GetAuthorizationResponse as kS, type UpdateAuthorizationData as kT, type UpdateAuthorizationErrors as kU, type UpdateAuthorizationError as kV, type UpdateAuthorizationResponses as kW, type UpdateAuthorizationResponse as kX, type SearchAuthorizationsData as kY, type SearchAuthorizationsErrors as kZ, type SearchAuthorizationsError as k_, type SearchDecisionRequirementsData as ka, type SearchDecisionRequirementsErrors as kb, type SearchDecisionRequirementsError as kc, type SearchDecisionRequirementsResponses as kd, type SearchDecisionRequirementsResponse as ke, type GetDecisionRequirementsData as kf, type GetDecisionRequirementsErrors as kg, type GetDecisionRequirementsError as kh, type GetDecisionRequirementsResponses as ki, type GetDecisionRequirementsResponse as kj, type GetDecisionRequirementsXmlData as kk, type GetDecisionRequirementsXmlErrors as kl, type GetDecisionRequirementsXmlError as km, type GetDecisionRequirementsXmlResponses as kn, type GetDecisionRequirementsXmlResponse as ko, type SearchDecisionInstancesData as kp, type SearchDecisionInstancesErrors as kq, type SearchDecisionInstancesError as kr, type SearchDecisionInstancesResponses as ks, type SearchDecisionInstancesResponse as kt, type GetDecisionInstanceData as ku, type GetDecisionInstanceErrors as kv, type GetDecisionInstanceError as kw, type GetDecisionInstanceResponses as kx, type GetDecisionInstanceResponse as ky, type EvaluateDecisionData as kz, EventualConsistencyTimeoutError as l, type AssignRoleToGroupError as l$, type SearchAuthorizationsResponse as l0, type CreateRoleData as l1, type CreateRoleErrors as l2, type CreateRoleError as l3, type CreateRoleResponses as l4, type CreateRoleResponse as l5, type DeleteRoleData as l6, type DeleteRoleErrors as l7, type DeleteRoleError as l8, type DeleteRoleResponses as l9, type AssignRoleToUserData as lA, type AssignRoleToUserErrors as lB, type AssignRoleToUserError as lC, type AssignRoleToUserResponses as lD, type AssignRoleToUserResponse as lE, type UnassignRoleFromClientData as lF, type UnassignRoleFromClientErrors as lG, type UnassignRoleFromClientError as lH, type UnassignRoleFromClientResponses as lI, type UnassignRoleFromClientResponse as lJ, type AssignRoleToClientData as lK, type AssignRoleToClientErrors as lL, type AssignRoleToClientError as lM, type AssignRoleToClientResponses as lN, type AssignRoleToClientResponse as lO, type SearchRolesData as lP, type SearchRolesErrors as lQ, type SearchRolesError as lR, type SearchRolesResponses as lS, type SearchRolesResponse as lT, type UnassignRoleFromGroupData as lU, type UnassignRoleFromGroupErrors as lV, type UnassignRoleFromGroupError as lW, type UnassignRoleFromGroupResponses as lX, type UnassignRoleFromGroupResponse as lY, type AssignRoleToGroupData as lZ, type AssignRoleToGroupErrors as l_, type DeleteRoleResponse as la, type GetRoleData as lb, type GetRoleErrors as lc, type GetRoleError as ld, type GetRoleResponses as le, type GetRoleResponse as lf, type UpdateRoleData as lg, type UpdateRoleErrors as lh, type UpdateRoleError as li, type UpdateRoleResponses as lj, type UpdateRoleResponse as lk, type SearchUsersForRoleData as ll, type SearchUsersForRoleErrors as lm, type SearchUsersForRoleError as ln, type SearchUsersForRoleResponses as lo, type SearchUsersForRoleResponse as lp, type SearchClientsForRoleData as lq, type SearchClientsForRoleErrors as lr, type SearchClientsForRoleError as ls, type SearchClientsForRoleResponses as lt, type SearchClientsForRoleResponse as lu, type UnassignRoleFromUserData as lv, type UnassignRoleFromUserErrors as lw, type UnassignRoleFromUserError as lx, type UnassignRoleFromUserResponses as ly, type UnassignRoleFromUserResponse as lz, type EnrichedActivatedJob as m, type UnassignUserFromGroupErrors as m$, type AssignRoleToGroupResponses as m0, type AssignRoleToGroupResponse as m1, type SearchGroupsForRoleData as m2, type SearchGroupsForRoleErrors as m3, type SearchGroupsForRoleError as m4, type SearchGroupsForRoleResponses as m5, type SearchGroupsForRoleResponse as m6, type UnassignRoleFromMappingRuleData as m7, type UnassignRoleFromMappingRuleErrors as m8, type UnassignRoleFromMappingRuleError as m9, type GetGroupResponse as mA, type UpdateGroupData as mB, type UpdateGroupErrors as mC, type UpdateGroupError as mD, type UpdateGroupResponses as mE, type UpdateGroupResponse as mF, type SearchUsersForGroupData as mG, type SearchUsersForGroupErrors as mH, type SearchUsersForGroupError as mI, type SearchUsersForGroupResponses as mJ, type SearchUsersForGroupResponse as mK, type SearchMappingRulesForGroupData as mL, type SearchMappingRulesForGroupErrors as mM, type SearchMappingRulesForGroupError as mN, type SearchMappingRulesForGroupResponses as mO, type SearchMappingRulesForGroupResponse as mP, type SearchRolesForGroupData as mQ, type SearchRolesForGroupErrors as mR, type SearchRolesForGroupError as mS, type SearchRolesForGroupResponses as mT, type SearchRolesForGroupResponse as mU, type SearchClientsForGroupData as mV, type SearchClientsForGroupErrors as mW, type SearchClientsForGroupError as mX, type SearchClientsForGroupResponses as mY, type SearchClientsForGroupResponse as mZ, type UnassignUserFromGroupData as m_, type UnassignRoleFromMappingRuleResponses as ma, type UnassignRoleFromMappingRuleResponse as mb, type AssignRoleToMappingRuleData as mc, type AssignRoleToMappingRuleErrors as md, type AssignRoleToMappingRuleError as me, type AssignRoleToMappingRuleResponses as mf, type AssignRoleToMappingRuleResponse as mg, type SearchMappingRulesForRoleData as mh, type SearchMappingRulesForRoleErrors as mi, type SearchMappingRulesForRoleError as mj, type SearchMappingRulesForRoleResponses as mk, type SearchMappingRulesForRoleResponse as ml, type CreateGroupData as mm, type CreateGroupErrors as mn, type CreateGroupError as mo, type CreateGroupResponses as mp, type CreateGroupResponse as mq, type DeleteGroupData as mr, type DeleteGroupErrors as ms, type DeleteGroupError as mt, type DeleteGroupResponses as mu, type DeleteGroupResponse as mv, type GetGroupData as mw, type GetGroupErrors as mx, type GetGroupError as my, type GetGroupResponses as mz, type CamundaKey as n, type CorrelateMessageData as n$, type UnassignUserFromGroupError as n0, type UnassignUserFromGroupResponses as n1, type UnassignUserFromGroupResponse as n2, type AssignUserToGroupData as n3, type AssignUserToGroupErrors as n4, type AssignUserToGroupError as n5, type AssignUserToGroupResponses as n6, type AssignUserToGroupResponse as n7, type UnassignClientFromGroupData as n8, type UnassignClientFromGroupErrors as n9, type CreateMappingRuleResponses as nA, type CreateMappingRuleResponse as nB, type DeleteMappingRuleData as nC, type DeleteMappingRuleErrors as nD, type DeleteMappingRuleError as nE, type DeleteMappingRuleResponses as nF, type DeleteMappingRuleResponse as nG, type GetMappingRuleData as nH, type GetMappingRuleErrors as nI, type GetMappingRuleError as nJ, type GetMappingRuleResponses as nK, type GetMappingRuleResponse as nL, type UpdateMappingRuleData as nM, type UpdateMappingRuleErrors as nN, type UpdateMappingRuleError as nO, type UpdateMappingRuleResponses as nP, type UpdateMappingRuleResponse as nQ, type SearchMappingRuleData as nR, type SearchMappingRuleErrors as nS, type SearchMappingRuleError as nT, type SearchMappingRuleResponses as nU, type SearchMappingRuleResponse as nV, type PublishMessageData as nW, type PublishMessageErrors as nX, type PublishMessageError as nY, type PublishMessageResponses as nZ, type PublishMessageResponse as n_, type UnassignClientFromGroupError as na, type UnassignClientFromGroupResponses as nb, type UnassignClientFromGroupResponse as nc, type AssignClientToGroupData as nd, type AssignClientToGroupErrors as ne, type AssignClientToGroupError as nf, type AssignClientToGroupResponses as ng, type AssignClientToGroupResponse as nh, type UnassignMappingRuleFromGroupData as ni, type UnassignMappingRuleFromGroupErrors as nj, type UnassignMappingRuleFromGroupError as nk, type UnassignMappingRuleFromGroupResponses as nl, type UnassignMappingRuleFromGroupResponse as nm, type AssignMappingRuleToGroupData as nn, type AssignMappingRuleToGroupErrors as no, type AssignMappingRuleToGroupError as np, type AssignMappingRuleToGroupResponses as nq, type AssignMappingRuleToGroupResponse as nr, type SearchGroupsData as ns, type SearchGroupsErrors as nt, type SearchGroupsError as nu, type SearchGroupsResponses as nv, type SearchGroupsResponse as nw, type CreateMappingRuleData as nx, type CreateMappingRuleErrors as ny, type CreateMappingRuleError as nz, EndCursor as o, type UpdateUserResponse as o$, type CorrelateMessageErrors as o0, type CorrelateMessageError as o1, type CorrelateMessageResponses as o2, type CorrelateMessageResponse as o3, type SearchCorrelatedMessageSubscriptionsData as o4, type SearchCorrelatedMessageSubscriptionsErrors as o5, type SearchCorrelatedMessageSubscriptionsError as o6, type SearchCorrelatedMessageSubscriptionsResponses as o7, type SearchCorrelatedMessageSubscriptionsResponse as o8, type SearchMessageSubscriptionsData as o9, type CreateDocumentLinkError as oA, type CreateDocumentLinkResponses as oB, type CreateDocumentLinkResponse as oC, type CreateUserData as oD, type CreateUserErrors as oE, type CreateUserError as oF, type CreateUserResponses as oG, type CreateUserResponse as oH, type SearchUsersData as oI, type SearchUsersErrors as oJ, type SearchUsersError as oK, type SearchUsersResponses as oL, type SearchUsersResponse as oM, type DeleteUserData as oN, type DeleteUserErrors as oO, type DeleteUserError as oP, type DeleteUserResponses as oQ, type DeleteUserResponse as oR, type GetUserData as oS, type GetUserErrors as oT, type GetUserError as oU, type GetUserResponses as oV, type GetUserResponse as oW, type UpdateUserData as oX, type UpdateUserErrors as oY, type UpdateUserError as oZ, type UpdateUserResponses as o_, type SearchMessageSubscriptionsErrors as oa, type SearchMessageSubscriptionsError as ob, type SearchMessageSubscriptionsResponses as oc, type SearchMessageSubscriptionsResponse as od, type CreateDocumentData as oe, type CreateDocumentErrors as of, type CreateDocumentError as og, type CreateDocumentResponses as oh, type CreateDocumentResponse as oi, type CreateDocumentsData as oj, type CreateDocumentsErrors as ok, type CreateDocumentsError as ol, type CreateDocumentsResponses as om, type CreateDocumentsResponse as on, type DeleteDocumentData as oo, type DeleteDocumentErrors as op, type DeleteDocumentError as oq, type DeleteDocumentResponses as or, type DeleteDocumentResponse as os, type GetDocumentData as ot, type GetDocumentErrors as ou, type GetDocumentError as ov, type GetDocumentResponses as ow, type GetDocumentResponse as ox, type CreateDocumentLinkData as oy, type CreateDocumentLinkErrors as oz, ProcessDefinitionKey as p, type SearchBatchOperationsResponse as p$, type CreateAdminUserData as p0, type CreateAdminUserErrors as p1, type CreateAdminUserError as p2, type CreateAdminUserResponses as p3, type CreateAdminUserResponse as p4, type SearchIncidentsData as p5, type SearchIncidentsErrors as p6, type SearchIncidentsError as p7, type SearchIncidentsResponses as p8, type SearchIncidentsResponse as p9, type GetResourceContentError as pA, type GetResourceContentResponses as pB, type GetResourceContentResponse as pC, type CreateElementInstanceVariablesData as pD, type CreateElementInstanceVariablesErrors as pE, type CreateElementInstanceVariablesError as pF, type CreateElementInstanceVariablesResponses as pG, type CreateElementInstanceVariablesResponse as pH, type ActivateAdHocSubProcessActivitiesData as pI, type ActivateAdHocSubProcessActivitiesErrors as pJ, type ActivateAdHocSubProcessActivitiesError as pK, type ActivateAdHocSubProcessActivitiesResponses as pL, type ActivateAdHocSubProcessActivitiesResponse as pM, type BroadcastSignalData as pN, type BroadcastSignalErrors as pO, type BroadcastSignalError as pP, type BroadcastSignalResponses as pQ, type BroadcastSignalResponse as pR, type GetBatchOperationData as pS, type GetBatchOperationErrors as pT, type GetBatchOperationError as pU, type GetBatchOperationResponses as pV, type GetBatchOperationResponse as pW, type SearchBatchOperationsData as pX, type SearchBatchOperationsErrors as pY, type SearchBatchOperationsError as pZ, type SearchBatchOperationsResponses as p_, type GetIncidentData as pa, type GetIncidentErrors as pb, type GetIncidentError as pc, type GetIncidentResponses as pd, type GetIncidentResponse as pe, type GetUsageMetricsData as pf, type GetUsageMetricsErrors as pg, type GetUsageMetricsError as ph, type GetUsageMetricsResponses as pi, type GetUsageMetricsResponse as pj, type CreateDeploymentData as pk, type CreateDeploymentErrors as pl, type CreateDeploymentError as pm, type CreateDeploymentResponses as pn, type CreateDeploymentResponse as po, type DeleteResourceData as pp, type DeleteResourceErrors as pq, type DeleteResourceError as pr, type DeleteResourceResponses as ps, type GetResourceData as pt, type GetResourceErrors as pu, type GetResourceError as pv, type GetResourceResponses as pw, type GetResourceResponse as px, type GetResourceContentData as py, type GetResourceContentErrors as pz, ProcessDefinitionId as q, type CancelBatchOperationData as q0, type CancelBatchOperationErrors as q1, type CancelBatchOperationError as q2, type CancelBatchOperationResponses as q3, type CancelBatchOperationResponse as q4, type SuspendBatchOperationData as q5, type SuspendBatchOperationErrors as q6, type SuspendBatchOperationError as q7, type SuspendBatchOperationResponses as q8, type SuspendBatchOperationResponse as q9, type ResumeBatchOperationData as qa, type ResumeBatchOperationErrors as qb, type ResumeBatchOperationError as qc, type ResumeBatchOperationResponses as qd, type ResumeBatchOperationResponse as qe, type SearchBatchOperationItemsData as qf, type SearchBatchOperationItemsErrors as qg, type SearchBatchOperationItemsError as qh, type SearchBatchOperationItemsResponses as qi, type SearchBatchOperationItemsResponse as qj, type ClientOptions as qk, assertConstraint as ql, type Fpify as qm, type DomainError as qn, type Left as qo, type Right as qp, retryTE as qq, withTimeoutTE as qr, eventuallyTE as qs, foldDomainError as qt, classifyDomainError as qu, type TaskEither as qv, ElementInstanceKey as r, ElementId as s, FormId as t, ScopeKey as u, JobKey as v, MessageCorrelationKey as w, DecisionDefinitionKey as x, DecisionDefinitionId as y, DecisionEvaluationInstanceKey as z };
|
|
16414
|
+
export { type TenantSearchQueryResult as $, DecisionRequirementsKey as A, AuthorizationKey as B, type CamundaOptions as C, DeploymentKey as D, type Either as E, FormKey as F, MessageKey as G, DecisionInstanceKey as H, IncidentKey as I, type JobWorkerConfig as J, SignalKey as K, type LongKey as L, MessageSubscriptionKey as M, BatchOperationKey as N, type TenantCreateResult as O, ProcessInstanceKey as P, type TenantUpdateRequest as Q, type ResourceKey as R, StartCursor as S, type TenantCreateRequest as T, UserTaskKey as U, VariableKey as V, type TenantUpdateResult as W, type TenantResult as X, type TenantSearchQuerySortRequest as Y, type TenantSearchQueryRequest as Z, type TenantFilter as _, CamundaClient as a, type ElementInstanceStateEnum as a$, type UserTaskSearchQuerySortRequest as a0, type UserTaskSearchQuery as a1, type UserTaskVariableSearchQuerySortRequest as a2, type UserTaskVariableSearchQueryRequest as a3, type UserTaskSearchQueryResult as a4, type UserTaskFilter as a5, type UserTaskStateFilterProperty as a6, type AdvancedUserTaskStateFilter as a7, type VariableValueFilterProperty as a8, type UserTaskVariableFilter as a9, type BasicStringFilterProperty as aA, type StringFilterProperty as aB, type LikeFilter as aC, type ProcessInstanceStateFilterProperty as aD, type ElementInstanceStateFilterProperty as aE, type DateTimeFilterProperty as aF, type AdvancedProcessDefinitionKeyFilter as aG, type ProcessDefinitionKeyFilterProperty as aH, type AdvancedProcessInstanceKeyFilter as aI, type ProcessInstanceKeyFilterProperty as aJ, type AdvancedElementInstanceKeyFilter as aK, type ElementInstanceKeyFilterProperty as aL, type AdvancedVariableKeyFilter as aM, type VariableKeyFilterProperty as aN, type AdvancedScopeKeyFilter as aO, type ScopeKeyFilterProperty as aP, type AdvancedMessageSubscriptionKeyFilter as aQ, type MessageSubscriptionKeyFilterProperty as aR, type AdvancedJobKeyFilter as aS, type JobKeyFilterProperty as aT, type BaseProcessInstanceFilterFields as aU, type ProcessDefinitionStatisticsFilter as aV, type ProcessInstanceFilterFields as aW, type ProcessInstanceFilter as aX, type ProcessInstanceSearchQueryResult as aY, type ProcessInstanceResult as aZ, type ProcessInstanceStateEnum as a_, type UserTaskResult as aa, type UserTaskStateEnum as ab, type VariableSearchQuerySortRequest as ac, type VariableSearchQuery as ad, type VariableFilter as ae, type VariableSearchQueryResult as af, type VariableSearchResult as ag, type VariableResult as ah, type VariableResultBase as ai, type ProcessDefinitionSearchQuerySortRequest as aj, type ProcessDefinitionSearchQuery as ak, type ProcessDefinitionFilter as al, type ProcessDefinitionSearchQueryResult as am, type ProcessDefinitionResult as an, type ProcessInstanceSearchQuerySortRequest as ao, type ProcessInstanceSearchQuery as ap, type ProcessInstanceIncidentSearchQuery as aq, type AdvancedIntegerFilter as ar, type IntegerFilterProperty as as, type BasicStringFilter as at, type AdvancedStringFilter as au, type AdvancedProcessInstanceStateFilter as av, type AdvancedElementInstanceStateFilter as aw, type AdvancedDecisionDefinitionKeyFilter as ax, type DecisionDefinitionKeyFilterProperty as ay, type AdvancedDateTimeFilter as az, type CancelablePromise as b, type TenantClientResult as b$, type ProcessInstanceCallHierarchyEntry as b0, type ProcessInstanceSequenceFlowsQueryResult as b1, type ProcessInstanceSequenceFlowResult as b2, type ProcessDefinitionElementStatisticsQuery as b3, type ProcessDefinitionElementStatisticsQueryResult as b4, type ProcessInstanceElementStatisticsQueryResult as b5, type ProcessElementStatisticsResult as b6, type CancelProcessInstanceRequest as b7, type ElementInstanceSearchQuerySortRequest as b8, type ElementInstanceSearchQuery as b9, type DecisionDefinitionSearchQueryResult as bA, type DecisionDefinitionResult as bB, type UsageMetricsResponse as bC, type UsageMetricsResponseItem as bD, type PermissionTypeEnum as bE, type ResourceTypeEnum as bF, type OwnerTypeEnum as bG, type AuthorizationRequest as bH, type AuthorizationCreateResult as bI, type AuthorizationSearchQuerySortRequest as bJ, type AuthorizationSearchQuery as bK, type AuthorizationFilter as bL, type AuthorizationResult as bM, type AuthorizationSearchResult as bN, type UserRequest as bO, type UserCreateResult as bP, type UserUpdateResult as bQ, type UserSearchQuerySortRequest as bR, type UserSearchQueryRequest as bS, type MappingRuleSearchQuerySortRequest as bT, type MappingRuleSearchQueryRequest as bU, type UserFilter as bV, type MappingRuleFilter as bW, type CamundaUserResult as bX, type UserResult as bY, type UserSearchResult as bZ, type UserUpdateRequest as b_, type ElementInstanceFilter as ba, type ElementInstanceSearchQueryResult as bb, type ElementInstanceResult as bc, type AdHocSubProcessActivateActivitiesInstruction as bd, type AdHocSubProcessActivateActivityReference as be, type DecisionDefinitionSearchQuerySortRequest as bf, type DecisionDefinitionSearchQuery as bg, type DecisionDefinitionFilter as bh, type IncidentSearchQuerySortRequest as bi, type IncidentSearchQuery as bj, type IncidentFilter as bk, type IncidentSearchQueryResult as bl, type CorrelatedMessageSubscriptionSearchQueryResult as bm, type CorrelatedMessageSubscriptionResult as bn, type CorrelatedMessageSubscriptionSearchQuery as bo, type CorrelatedMessageSubscriptionSearchQuerySortRequest as bp, type CorrelatedMessageSubscriptionFilter as bq, type MessageSubscriptionSearchQueryResult as br, type MessageSubscriptionResult as bs, type MessageSubscriptionSearchQuerySortRequest as bt, type MessageSubscriptionSearchQuery as bu, type MessageSubscriptionFilter as bv, type MessageSubscriptionStateFilterProperty as bw, type MessageSubscriptionStateEnum as bx, type AdvancedMessageSubscriptionStateFilter as by, type IncidentResult as bz, createCamundaClient as c, type UserTaskUpdateRequest as c$, type TenantClientSearchResult as c0, type TenantClientSearchQueryRequest as c1, type TenantClientSearchQuerySortRequest as c2, type TenantUserResult as c3, type TenantUserSearchResult as c4, type TenantUserSearchQueryRequest as c5, type TenantUserSearchQuerySortRequest as c6, type TenantGroupResult as c7, type TenantGroupSearchResult as c8, type TenantGroupSearchQueryRequest as c9, type GroupResult as cA, type GroupSearchQuerySortRequest as cB, type GroupSearchQueryRequest as cC, type GroupFilter as cD, type GroupSearchQueryResult as cE, type GroupUserResult as cF, type GroupUserSearchResult as cG, type GroupUserSearchQueryRequest as cH, type GroupUserSearchQuerySortRequest as cI, type GroupClientResult as cJ, type GroupClientSearchResult as cK, type GroupClientSearchQueryRequest as cL, type GroupClientSearchQuerySortRequest as cM, type MappingRuleCreateUpdateRequest as cN, type MappingRuleCreateRequest as cO, type MappingRuleUpdateRequest as cP, type MappingRuleCreateUpdateResult as cQ, type MappingRuleCreateResult as cR, type MappingRuleUpdateResult as cS, type MappingRuleSearchQueryResult as cT, type MappingRuleResult as cU, type TopologyResponse as cV, type LicenseResponse as cW, type BrokerInfo as cX, type Partition as cY, type UserTaskCompletionRequest as cZ, type UserTaskAssignmentRequest as c_, type TenantGroupSearchQuerySortRequest as ca, type RoleCreateRequest as cb, type RoleCreateResult as cc, type RoleUpdateRequest as cd, type RoleUpdateResult as ce, type RoleResult as cf, type RoleSearchQuerySortRequest as cg, type RoleSearchQueryRequest as ch, type RoleFilter as ci, type RoleSearchQueryResult as cj, type RoleUserResult as ck, type RoleUserSearchResult as cl, type RoleUserSearchQueryRequest as cm, type RoleUserSearchQuerySortRequest as cn, type RoleClientResult as co, type RoleClientSearchResult as cp, type RoleClientSearchQueryRequest as cq, type RoleClientSearchQuerySortRequest as cr, type RoleGroupResult as cs, type RoleGroupSearchResult as ct, type RoleGroupSearchQueryRequest as cu, type RoleGroupSearchQuerySortRequest as cv, type GroupCreateRequest as cw, type GroupCreateResult as cx, type GroupUpdateRequest as cy, type GroupUpdateResult as cz, JobWorker as d, type MessageCorrelationResult as d$, type Changeset as d0, type ClockPinRequest as d1, type JobActivationRequest as d2, type JobActivationResult as d3, type ActivatedJobResult as d4, type UserTaskProperties as d5, type JobFailRequest as d6, type JobErrorRequest as d7, type JobCompletionRequest as d8, type JobResult as d9, type CursorBackwardPagination as dA, type SearchQueryResponse as dB, type SearchQueryPageResponse as dC, type DecisionRequirementsSearchQuerySortRequest as dD, type DecisionRequirementsSearchQuery as dE, type DecisionRequirementsFilter as dF, type DecisionRequirementsSearchQueryResult as dG, type DecisionRequirementsResult as dH, type DecisionEvaluationInstruction as dI, type DecisionEvaluationById as dJ, type DecisionEvaluationByKey as dK, type EvaluateDecisionResult as dL, type EvaluatedDecisionResult as dM, type MatchedDecisionRuleItem as dN, type EvaluatedDecisionInputItem as dO, type EvaluatedDecisionOutputItem as dP, type DecisionInstanceSearchQuerySortRequest as dQ, type DecisionInstanceSearchQuery as dR, type DecisionInstanceFilter as dS, type DecisionInstanceSearchQueryResult as dT, type DecisionInstanceResult as dU, type DecisionInstanceGetQueryResult as dV, type DecisionDefinitionTypeEnum as dW, type DecisionInstanceStateEnum as dX, type SortOrderEnum as dY, type OperationReference as dZ, type MessageCorrelationRequest as d_, type JobResultUserTask as da, type JobResultCorrections as db, type JobResultAdHocSubProcess as dc, type JobResultActivateElement as dd, type JobUpdateRequest as de, type JobChangeset as df, type JobSearchQuery as dg, type JobSearchQuerySortRequest as dh, type JobFilter as di, type JobSearchQueryResult as dj, type JobSearchResult as dk, type JobStateEnum as dl, type JobKindEnum as dm, type JobListenerEventTypeEnum as dn, type JobStateFilterProperty as dp, type AdvancedJobStateFilter as dq, type JobKindFilterProperty as dr, type AdvancedJobKindFilter as ds, type JobListenerEventTypeFilterProperty as dt, type AdvancedJobListenerEventTypeFilter as du, type ProblemDetail as dv, type SearchQueryRequest as dw, type SearchQueryPageRequest as dx, type OffsetPagination as dy, type CursorForwardPagination as dz, type Job as e, Tag as e$, type MessagePublicationRequest as e0, type MessagePublicationResult as e1, type DocumentReference as e2, type DocumentCreationFailureDetail as e3, type DocumentCreationBatchResponse as e4, DocumentId as e5, type DocumentMetadata as e6, type DocumentLinkRequest as e7, type DocumentLink as e8, type DeploymentResult as e9, type FormResult as eA, type ResourceResult as eB, type BatchOperationTypeEnum as eC, type BatchOperationCreatedResult as eD, type BatchOperationSearchQuerySortRequest as eE, type BatchOperationSearchQuery as eF, type BatchOperationFilter as eG, type BatchOperationTypeFilterProperty as eH, type AdvancedBatchOperationTypeFilter as eI, type BatchOperationStateFilterProperty as eJ, type AdvancedBatchOperationStateFilter as eK, type BatchOperationStateEnum as eL, type BatchOperationItemSearchQuerySortRequest as eM, type BatchOperationItemSearchQuery as eN, type BatchOperationItemFilter as eO, type BatchOperationItemStateFilterProperty as eP, type AdvancedBatchOperationItemStateFilter as eQ, type BatchOperationItemStateEnum as eR, type BatchOperationSearchQueryResult as eS, type BatchOperationResponse as eT, type BatchOperationError as eU, type BatchOperationItemSearchQueryResult as eV, type BatchOperationItemResponse as eW, type ProcessInstanceCancellationBatchOperationRequest as eX, type ProcessInstanceIncidentResolutionBatchOperationRequest as eY, type ProcessInstanceModificationBatchOperationRequest as eZ, type ProcessInstanceModificationMoveBatchOperationInstruction as e_, type DeploymentMetadataResult as ea, type DeploymentProcessResult as eb, type DeploymentDecisionResult as ec, type DeploymentDecisionRequirementsResult as ed, type DeploymentFormResult as ee, type DeploymentResourceResult as ef, type IncidentResolutionRequest as eg, type ProcessInstanceCreationInstruction as eh, type ProcessInstanceCreationInstructionById as ei, type ProcessInstanceCreationInstructionByKey as ej, type ProcessInstanceCreationStartInstruction as ek, type ProcessInstanceCreationRuntimeInstruction as el, type ProcessInstanceCreationTerminateInstruction as em, type CreateProcessInstanceResult as en, type ProcessInstanceMigrationBatchOperationRequest as eo, type ProcessInstanceMigrationBatchOperationPlan as ep, type ProcessInstanceMigrationInstruction as eq, type MigrateProcessInstanceMappingInstruction as er, type ProcessInstanceModificationInstruction as es, type ProcessInstanceModificationActivateInstruction as et, type ModifyProcessInstanceVariableInstruction as eu, type ProcessInstanceModificationTerminateInstruction as ev, type SetVariableRequest as ew, type DeleteResourceRequest as ex, type SignalBroadcastRequest as ey, type SignalBroadcastResult as ez, JobActionReceipt as f, type DeleteTenantErrors as f$, type TagSet as f0, TenantId as f1, Username as f2, type GetTopologyData as f3, type GetTopologyErrors as f4, type GetTopologyError as f5, type GetTopologyResponses as f6, type GetTopologyResponse as f7, type GetStatusData as f8, type GetStatusErrors as f9, type FailJobResponse as fA, type ThrowJobErrorData as fB, type ThrowJobErrorErrors as fC, type ThrowJobErrorError as fD, type ThrowJobErrorResponses as fE, type ThrowJobErrorResponse as fF, type CompleteJobData as fG, type CompleteJobErrors as fH, type CompleteJobError as fI, type CompleteJobResponses as fJ, type CompleteJobResponse as fK, type UpdateJobData as fL, type UpdateJobErrors as fM, type UpdateJobError as fN, type UpdateJobResponses as fO, type UpdateJobResponse as fP, type ResolveIncidentData as fQ, type ResolveIncidentErrors as fR, type ResolveIncidentError as fS, type ResolveIncidentResponses as fT, type ResolveIncidentResponse as fU, type CreateTenantData as fV, type CreateTenantErrors as fW, type CreateTenantError as fX, type CreateTenantResponses as fY, type CreateTenantResponse as fZ, type DeleteTenantData as f_, type GetStatusResponses as fa, type GetStatusResponse as fb, type GetLicenseData as fc, type GetLicenseErrors as fd, type GetLicenseError as fe, type GetLicenseResponses as ff, type GetLicenseResponse as fg, type GetAuthenticationData as fh, type GetAuthenticationErrors as fi, type GetAuthenticationError as fj, type GetAuthenticationResponses as fk, type GetAuthenticationResponse as fl, type ActivateJobsData as fm, type ActivateJobsErrors as fn, type ActivateJobsError as fo, type ActivateJobsResponses as fp, type ActivateJobsResponse as fq, type SearchJobsData as fr, type SearchJobsErrors as fs, type SearchJobsError as ft, type SearchJobsResponses as fu, type SearchJobsResponse as fv, type FailJobData as fw, type FailJobErrors as fx, type FailJobError as fy, type FailJobResponses as fz, createCamundaFpClient as g, type AssignGroupToTenantData as g$, type DeleteTenantError as g0, type DeleteTenantResponses as g1, type DeleteTenantResponse as g2, type GetTenantData as g3, type GetTenantErrors as g4, type GetTenantError as g5, type GetTenantResponses as g6, type GetTenantResponse as g7, type UpdateTenantData as g8, type UpdateTenantErrors as g9, type UnassignClientFromTenantErrors as gA, type UnassignClientFromTenantError as gB, type UnassignClientFromTenantResponses as gC, type UnassignClientFromTenantResponse as gD, type AssignClientToTenantData as gE, type AssignClientToTenantErrors as gF, type AssignClientToTenantError as gG, type AssignClientToTenantResponses as gH, type AssignClientToTenantResponse as gI, type UnassignMappingRuleFromTenantData as gJ, type UnassignMappingRuleFromTenantErrors as gK, type UnassignMappingRuleFromTenantError as gL, type UnassignMappingRuleFromTenantResponses as gM, type UnassignMappingRuleFromTenantResponse as gN, type AssignMappingRuleToTenantData as gO, type AssignMappingRuleToTenantErrors as gP, type AssignMappingRuleToTenantError as gQ, type AssignMappingRuleToTenantResponses as gR, type AssignMappingRuleToTenantResponse as gS, type SearchMappingRulesForTenantData as gT, type SearchMappingRulesForTenantResponses as gU, type SearchMappingRulesForTenantResponse as gV, type UnassignGroupFromTenantData as gW, type UnassignGroupFromTenantErrors as gX, type UnassignGroupFromTenantError as gY, type UnassignGroupFromTenantResponses as gZ, type UnassignGroupFromTenantResponse as g_, type UpdateTenantError as ga, type UpdateTenantResponses as gb, type UpdateTenantResponse as gc, type UnassignUserFromTenantData as gd, type UnassignUserFromTenantErrors as ge, type UnassignUserFromTenantError as gf, type UnassignUserFromTenantResponses as gg, type UnassignUserFromTenantResponse as gh, type AssignUserToTenantData as gi, type AssignUserToTenantErrors as gj, type AssignUserToTenantError as gk, type AssignUserToTenantResponses as gl, type AssignUserToTenantResponse as gm, type SearchUsersForTenantData as gn, type SearchUsersForTenantResponses as go, type SearchUsersForTenantResponse as gp, type SearchClientsForTenantData as gq, type SearchClientsForTenantResponses as gr, type SearchClientsForTenantResponse as gs, type SearchGroupIdsForTenantData as gt, type SearchGroupIdsForTenantResponses as gu, type SearchGroupIdsForTenantResponse as gv, type SearchRolesForTenantData as gw, type SearchRolesForTenantResponses as gx, type SearchRolesForTenantResponse as gy, type UnassignClientFromTenantData as gz, type CamundaFpClient as h, type SearchVariablesResponse as h$, type AssignGroupToTenantErrors as h0, type AssignGroupToTenantError as h1, type AssignGroupToTenantResponses as h2, type AssignGroupToTenantResponse as h3, type UnassignRoleFromTenantData as h4, type UnassignRoleFromTenantErrors as h5, type UnassignRoleFromTenantError as h6, type UnassignRoleFromTenantResponses as h7, type UnassignRoleFromTenantResponse as h8, type AssignRoleToTenantData as h9, type UpdateUserTaskError as hA, type UpdateUserTaskResponses as hB, type UpdateUserTaskResponse as hC, type GetUserTaskFormData as hD, type GetUserTaskFormErrors as hE, type GetUserTaskFormError as hF, type GetUserTaskFormResponses as hG, type GetUserTaskFormResponse as hH, type UnassignUserTaskData as hI, type UnassignUserTaskErrors as hJ, type UnassignUserTaskError as hK, type UnassignUserTaskResponses as hL, type UnassignUserTaskResponse as hM, type SearchUserTasksData as hN, type SearchUserTasksErrors as hO, type SearchUserTasksError as hP, type SearchUserTasksResponses as hQ, type SearchUserTasksResponse as hR, type SearchUserTaskVariablesData as hS, type SearchUserTaskVariablesErrors as hT, type SearchUserTaskVariablesError as hU, type SearchUserTaskVariablesResponses as hV, type SearchUserTaskVariablesResponse as hW, type SearchVariablesData as hX, type SearchVariablesErrors as hY, type SearchVariablesError as hZ, type SearchVariablesResponses as h_, type AssignRoleToTenantErrors as ha, type AssignRoleToTenantError as hb, type AssignRoleToTenantResponses as hc, type AssignRoleToTenantResponse as hd, type SearchTenantsData as he, type SearchTenantsErrors as hf, type SearchTenantsError as hg, type SearchTenantsResponses as hh, type SearchTenantsResponse as hi, type CompleteUserTaskData as hj, type CompleteUserTaskErrors as hk, type CompleteUserTaskError as hl, type CompleteUserTaskResponses as hm, type CompleteUserTaskResponse as hn, type AssignUserTaskData as ho, type AssignUserTaskErrors as hp, type AssignUserTaskError as hq, type AssignUserTaskResponses as hr, type AssignUserTaskResponse as hs, type GetUserTaskData as ht, type GetUserTaskErrors as hu, type GetUserTaskError as hv, type GetUserTaskResponses as hw, type GetUserTaskResponse as hx, type UpdateUserTaskData as hy, type UpdateUserTaskErrors as hz, isLeft as i, type SearchProcessInstancesErrors as i$, type GetVariableData as i0, type GetVariableErrors as i1, type GetVariableError as i2, type GetVariableResponses as i3, type GetVariableResponse as i4, type PinClockData as i5, type PinClockErrors as i6, type PinClockError as i7, type PinClockResponses as i8, type PinClockResponse as i9, type GetStartProcessFormResponse as iA, type GetProcessDefinitionStatisticsData as iB, type GetProcessDefinitionStatisticsErrors as iC, type GetProcessDefinitionStatisticsError as iD, type GetProcessDefinitionStatisticsResponses as iE, type GetProcessDefinitionStatisticsResponse as iF, type CreateProcessInstanceData as iG, type CreateProcessInstanceErrors as iH, type CreateProcessInstanceError as iI, type CreateProcessInstanceResponses as iJ, type CreateProcessInstanceResponse as iK, type GetProcessInstanceData as iL, type GetProcessInstanceErrors as iM, type GetProcessInstanceError as iN, type GetProcessInstanceResponses as iO, type GetProcessInstanceResponse as iP, type GetProcessInstanceSequenceFlowsData as iQ, type GetProcessInstanceSequenceFlowsErrors as iR, type GetProcessInstanceSequenceFlowsError as iS, type GetProcessInstanceSequenceFlowsResponses as iT, type GetProcessInstanceSequenceFlowsResponse as iU, type GetProcessInstanceStatisticsData as iV, type GetProcessInstanceStatisticsErrors as iW, type GetProcessInstanceStatisticsError as iX, type GetProcessInstanceStatisticsResponses as iY, type GetProcessInstanceStatisticsResponse as iZ, type SearchProcessInstancesData as i_, type ResetClockData as ia, type ResetClockErrors as ib, type ResetClockError as ic, type ResetClockResponses as id, type ResetClockResponse as ie, type SearchProcessDefinitionsData as ig, type SearchProcessDefinitionsErrors as ih, type SearchProcessDefinitionsError as ii, type SearchProcessDefinitionsResponses as ij, type SearchProcessDefinitionsResponse as ik, type GetProcessDefinitionData as il, type GetProcessDefinitionErrors as im, type GetProcessDefinitionError as io, type GetProcessDefinitionResponses as ip, type GetProcessDefinitionResponse as iq, type GetProcessDefinitionXmlData as ir, type GetProcessDefinitionXmlErrors as is, type GetProcessDefinitionXmlError as it, type GetProcessDefinitionXmlResponses as iu, type GetProcessDefinitionXmlResponse as iv, type GetStartProcessFormData as iw, type GetStartProcessFormErrors as ix, type GetStartProcessFormError as iy, type GetStartProcessFormResponses as iz, isRight as j, type GetDecisionDefinitionData as j$, type SearchProcessInstancesError as j0, type SearchProcessInstancesResponses as j1, type SearchProcessInstancesResponse as j2, type SearchProcessInstanceIncidentsData as j3, type SearchProcessInstanceIncidentsErrors as j4, type SearchProcessInstanceIncidentsError as j5, type SearchProcessInstanceIncidentsResponses as j6, type SearchProcessInstanceIncidentsResponse as j7, type CancelProcessInstanceData as j8, type CancelProcessInstanceErrors as j9, type MigrateProcessInstanceResponses as jA, type MigrateProcessInstanceResponse as jB, type ModifyProcessInstanceData as jC, type ModifyProcessInstanceErrors as jD, type ModifyProcessInstanceError as jE, type ModifyProcessInstanceResponses as jF, type ModifyProcessInstanceResponse as jG, type GetProcessInstanceCallHierarchyData as jH, type GetProcessInstanceCallHierarchyErrors as jI, type GetProcessInstanceCallHierarchyError as jJ, type GetProcessInstanceCallHierarchyResponses as jK, type GetProcessInstanceCallHierarchyResponse as jL, type SearchElementInstancesData as jM, type SearchElementInstancesErrors as jN, type SearchElementInstancesError as jO, type SearchElementInstancesResponses as jP, type SearchElementInstancesResponse as jQ, type GetElementInstanceData as jR, type GetElementInstanceErrors as jS, type GetElementInstanceError as jT, type GetElementInstanceResponses as jU, type GetElementInstanceResponse as jV, type SearchDecisionDefinitionsData as jW, type SearchDecisionDefinitionsErrors as jX, type SearchDecisionDefinitionsError as jY, type SearchDecisionDefinitionsResponses as jZ, type SearchDecisionDefinitionsResponse as j_, type CancelProcessInstanceError as ja, type CancelProcessInstanceResponses as jb, type CancelProcessInstanceResponse as jc, type CancelProcessInstancesBatchOperationData as jd, type CancelProcessInstancesBatchOperationErrors as je, type CancelProcessInstancesBatchOperationError as jf, type CancelProcessInstancesBatchOperationResponses as jg, type CancelProcessInstancesBatchOperationResponse as jh, type ResolveIncidentsBatchOperationData as ji, type ResolveIncidentsBatchOperationErrors as jj, type ResolveIncidentsBatchOperationError as jk, type ResolveIncidentsBatchOperationResponses as jl, type ResolveIncidentsBatchOperationResponse as jm, type MigrateProcessInstancesBatchOperationData as jn, type MigrateProcessInstancesBatchOperationErrors as jo, type MigrateProcessInstancesBatchOperationError as jp, type MigrateProcessInstancesBatchOperationResponses as jq, type MigrateProcessInstancesBatchOperationResponse as jr, type ModifyProcessInstancesBatchOperationData as js, type ModifyProcessInstancesBatchOperationErrors as jt, type ModifyProcessInstancesBatchOperationError as ju, type ModifyProcessInstancesBatchOperationResponses as jv, type ModifyProcessInstancesBatchOperationResponse as jw, type MigrateProcessInstanceData as jx, type MigrateProcessInstanceErrors as jy, type MigrateProcessInstanceError as jz, CamundaValidationError as k, type SearchAuthorizationsResponse as k$, type GetDecisionDefinitionErrors as k0, type GetDecisionDefinitionError as k1, type GetDecisionDefinitionResponses as k2, type GetDecisionDefinitionResponse as k3, type GetDecisionDefinitionXmlData as k4, type GetDecisionDefinitionXmlErrors as k5, type GetDecisionDefinitionXmlError as k6, type GetDecisionDefinitionXmlResponses as k7, type GetDecisionDefinitionXmlResponse as k8, type SearchDecisionRequirementsData as k9, type EvaluateDecisionError as kA, type EvaluateDecisionResponses as kB, type EvaluateDecisionResponse as kC, type CreateAuthorizationData as kD, type CreateAuthorizationErrors as kE, type CreateAuthorizationError as kF, type CreateAuthorizationResponses as kG, type CreateAuthorizationResponse as kH, type DeleteAuthorizationData as kI, type DeleteAuthorizationErrors as kJ, type DeleteAuthorizationError as kK, type DeleteAuthorizationResponses as kL, type DeleteAuthorizationResponse as kM, type GetAuthorizationData as kN, type GetAuthorizationErrors as kO, type GetAuthorizationError as kP, type GetAuthorizationResponses as kQ, type GetAuthorizationResponse as kR, type UpdateAuthorizationData as kS, type UpdateAuthorizationErrors as kT, type UpdateAuthorizationError as kU, type UpdateAuthorizationResponses as kV, type UpdateAuthorizationResponse as kW, type SearchAuthorizationsData as kX, type SearchAuthorizationsErrors as kY, type SearchAuthorizationsError as kZ, type SearchAuthorizationsResponses as k_, type SearchDecisionRequirementsErrors as ka, type SearchDecisionRequirementsError as kb, type SearchDecisionRequirementsResponses as kc, type SearchDecisionRequirementsResponse as kd, type GetDecisionRequirementsData as ke, type GetDecisionRequirementsErrors as kf, type GetDecisionRequirementsError as kg, type GetDecisionRequirementsResponses as kh, type GetDecisionRequirementsResponse as ki, type GetDecisionRequirementsXmlData as kj, type GetDecisionRequirementsXmlErrors as kk, type GetDecisionRequirementsXmlError as kl, type GetDecisionRequirementsXmlResponses as km, type GetDecisionRequirementsXmlResponse as kn, type SearchDecisionInstancesData as ko, type SearchDecisionInstancesErrors as kp, type SearchDecisionInstancesError as kq, type SearchDecisionInstancesResponses as kr, type SearchDecisionInstancesResponse as ks, type GetDecisionInstanceData as kt, type GetDecisionInstanceErrors as ku, type GetDecisionInstanceError as kv, type GetDecisionInstanceResponses as kw, type GetDecisionInstanceResponse as kx, type EvaluateDecisionData as ky, type EvaluateDecisionErrors as kz, EventualConsistencyTimeoutError as l, type AssignRoleToGroupResponses as l$, type CreateRoleData as l0, type CreateRoleErrors as l1, type CreateRoleError as l2, type CreateRoleResponses as l3, type CreateRoleResponse as l4, type DeleteRoleData as l5, type DeleteRoleErrors as l6, type DeleteRoleError as l7, type DeleteRoleResponses as l8, type DeleteRoleResponse as l9, type AssignRoleToUserErrors as lA, type AssignRoleToUserError as lB, type AssignRoleToUserResponses as lC, type AssignRoleToUserResponse as lD, type UnassignRoleFromClientData as lE, type UnassignRoleFromClientErrors as lF, type UnassignRoleFromClientError as lG, type UnassignRoleFromClientResponses as lH, type UnassignRoleFromClientResponse as lI, type AssignRoleToClientData as lJ, type AssignRoleToClientErrors as lK, type AssignRoleToClientError as lL, type AssignRoleToClientResponses as lM, type AssignRoleToClientResponse as lN, type SearchRolesData as lO, type SearchRolesErrors as lP, type SearchRolesError as lQ, type SearchRolesResponses as lR, type SearchRolesResponse as lS, type UnassignRoleFromGroupData as lT, type UnassignRoleFromGroupErrors as lU, type UnassignRoleFromGroupError as lV, type UnassignRoleFromGroupResponses as lW, type UnassignRoleFromGroupResponse as lX, type AssignRoleToGroupData as lY, type AssignRoleToGroupErrors as lZ, type AssignRoleToGroupError as l_, type GetRoleData as la, type GetRoleErrors as lb, type GetRoleError as lc, type GetRoleResponses as ld, type GetRoleResponse as le, type UpdateRoleData as lf, type UpdateRoleErrors as lg, type UpdateRoleError as lh, type UpdateRoleResponses as li, type UpdateRoleResponse as lj, type SearchUsersForRoleData as lk, type SearchUsersForRoleErrors as ll, type SearchUsersForRoleError as lm, type SearchUsersForRoleResponses as ln, type SearchUsersForRoleResponse as lo, type SearchClientsForRoleData as lp, type SearchClientsForRoleErrors as lq, type SearchClientsForRoleError as lr, type SearchClientsForRoleResponses as ls, type SearchClientsForRoleResponse as lt, type UnassignRoleFromUserData as lu, type UnassignRoleFromUserErrors as lv, type UnassignRoleFromUserError as lw, type UnassignRoleFromUserResponses as lx, type UnassignRoleFromUserResponse as ly, type AssignRoleToUserData as lz, type EnrichedActivatedJob as m, type UnassignUserFromGroupError as m$, type AssignRoleToGroupResponse as m0, type SearchGroupsForRoleData as m1, type SearchGroupsForRoleErrors as m2, type SearchGroupsForRoleError as m3, type SearchGroupsForRoleResponses as m4, type SearchGroupsForRoleResponse as m5, type UnassignRoleFromMappingRuleData as m6, type UnassignRoleFromMappingRuleErrors as m7, type UnassignRoleFromMappingRuleError as m8, type UnassignRoleFromMappingRuleResponses as m9, type UpdateGroupData as mA, type UpdateGroupErrors as mB, type UpdateGroupError as mC, type UpdateGroupResponses as mD, type UpdateGroupResponse as mE, type SearchUsersForGroupData as mF, type SearchUsersForGroupErrors as mG, type SearchUsersForGroupError as mH, type SearchUsersForGroupResponses as mI, type SearchUsersForGroupResponse as mJ, type SearchMappingRulesForGroupData as mK, type SearchMappingRulesForGroupErrors as mL, type SearchMappingRulesForGroupError as mM, type SearchMappingRulesForGroupResponses as mN, type SearchMappingRulesForGroupResponse as mO, type SearchRolesForGroupData as mP, type SearchRolesForGroupErrors as mQ, type SearchRolesForGroupError as mR, type SearchRolesForGroupResponses as mS, type SearchRolesForGroupResponse as mT, type SearchClientsForGroupData as mU, type SearchClientsForGroupErrors as mV, type SearchClientsForGroupError as mW, type SearchClientsForGroupResponses as mX, type SearchClientsForGroupResponse as mY, type UnassignUserFromGroupData as mZ, type UnassignUserFromGroupErrors as m_, type UnassignRoleFromMappingRuleResponse as ma, type AssignRoleToMappingRuleData as mb, type AssignRoleToMappingRuleErrors as mc, type AssignRoleToMappingRuleError as md, type AssignRoleToMappingRuleResponses as me, type AssignRoleToMappingRuleResponse as mf, type SearchMappingRulesForRoleData as mg, type SearchMappingRulesForRoleErrors as mh, type SearchMappingRulesForRoleError as mi, type SearchMappingRulesForRoleResponses as mj, type SearchMappingRulesForRoleResponse as mk, type CreateGroupData as ml, type CreateGroupErrors as mm, type CreateGroupError as mn, type CreateGroupResponses as mo, type CreateGroupResponse as mp, type DeleteGroupData as mq, type DeleteGroupErrors as mr, type DeleteGroupError as ms, type DeleteGroupResponses as mt, type DeleteGroupResponse as mu, type GetGroupData as mv, type GetGroupErrors as mw, type GetGroupError as mx, type GetGroupResponses as my, type GetGroupResponse as mz, type CamundaKey as n, type CorrelateMessageErrors as n$, type UnassignUserFromGroupResponses as n0, type UnassignUserFromGroupResponse as n1, type AssignUserToGroupData as n2, type AssignUserToGroupErrors as n3, type AssignUserToGroupError as n4, type AssignUserToGroupResponses as n5, type AssignUserToGroupResponse as n6, type UnassignClientFromGroupData as n7, type UnassignClientFromGroupErrors as n8, type UnassignClientFromGroupError as n9, type CreateMappingRuleResponse as nA, type DeleteMappingRuleData as nB, type DeleteMappingRuleErrors as nC, type DeleteMappingRuleError as nD, type DeleteMappingRuleResponses as nE, type DeleteMappingRuleResponse as nF, type GetMappingRuleData as nG, type GetMappingRuleErrors as nH, type GetMappingRuleError as nI, type GetMappingRuleResponses as nJ, type GetMappingRuleResponse as nK, type UpdateMappingRuleData as nL, type UpdateMappingRuleErrors as nM, type UpdateMappingRuleError as nN, type UpdateMappingRuleResponses as nO, type UpdateMappingRuleResponse as nP, type SearchMappingRuleData as nQ, type SearchMappingRuleErrors as nR, type SearchMappingRuleError as nS, type SearchMappingRuleResponses as nT, type SearchMappingRuleResponse as nU, type PublishMessageData as nV, type PublishMessageErrors as nW, type PublishMessageError as nX, type PublishMessageResponses as nY, type PublishMessageResponse as nZ, type CorrelateMessageData as n_, type UnassignClientFromGroupResponses as na, type UnassignClientFromGroupResponse as nb, type AssignClientToGroupData as nc, type AssignClientToGroupErrors as nd, type AssignClientToGroupError as ne, type AssignClientToGroupResponses as nf, type AssignClientToGroupResponse as ng, type UnassignMappingRuleFromGroupData as nh, type UnassignMappingRuleFromGroupErrors as ni, type UnassignMappingRuleFromGroupError as nj, type UnassignMappingRuleFromGroupResponses as nk, type UnassignMappingRuleFromGroupResponse as nl, type AssignMappingRuleToGroupData as nm, type AssignMappingRuleToGroupErrors as nn, type AssignMappingRuleToGroupError as no, type AssignMappingRuleToGroupResponses as np, type AssignMappingRuleToGroupResponse as nq, type SearchGroupsData as nr, type SearchGroupsErrors as ns, type SearchGroupsError as nt, type SearchGroupsResponses as nu, type SearchGroupsResponse as nv, type CreateMappingRuleData as nw, type CreateMappingRuleErrors as nx, type CreateMappingRuleError as ny, type CreateMappingRuleResponses as nz, EndCursor as o, type CreateAdminUserData as o$, type CorrelateMessageError as o0, type CorrelateMessageResponses as o1, type CorrelateMessageResponse as o2, type SearchCorrelatedMessageSubscriptionsData as o3, type SearchCorrelatedMessageSubscriptionsErrors as o4, type SearchCorrelatedMessageSubscriptionsError as o5, type SearchCorrelatedMessageSubscriptionsResponses as o6, type SearchCorrelatedMessageSubscriptionsResponse as o7, type SearchMessageSubscriptionsData as o8, type SearchMessageSubscriptionsErrors as o9, type CreateDocumentLinkResponses as oA, type CreateDocumentLinkResponse as oB, type CreateUserData as oC, type CreateUserErrors as oD, type CreateUserError as oE, type CreateUserResponses as oF, type CreateUserResponse as oG, type SearchUsersData as oH, type SearchUsersErrors as oI, type SearchUsersError as oJ, type SearchUsersResponses as oK, type SearchUsersResponse as oL, type DeleteUserData as oM, type DeleteUserErrors as oN, type DeleteUserError as oO, type DeleteUserResponses as oP, type DeleteUserResponse as oQ, type GetUserData as oR, type GetUserErrors as oS, type GetUserError as oT, type GetUserResponses as oU, type GetUserResponse as oV, type UpdateUserData as oW, type UpdateUserErrors as oX, type UpdateUserError as oY, type UpdateUserResponses as oZ, type UpdateUserResponse as o_, type SearchMessageSubscriptionsError as oa, type SearchMessageSubscriptionsResponses as ob, type SearchMessageSubscriptionsResponse as oc, type CreateDocumentData as od, type CreateDocumentErrors as oe, type CreateDocumentError as of, type CreateDocumentResponses as og, type CreateDocumentResponse as oh, type CreateDocumentsData as oi, type CreateDocumentsErrors as oj, type CreateDocumentsError as ok, type CreateDocumentsResponses as ol, type CreateDocumentsResponse as om, type DeleteDocumentData as on, type DeleteDocumentErrors as oo, type DeleteDocumentError as op, type DeleteDocumentResponses as oq, type DeleteDocumentResponse as or, type GetDocumentData as os, type GetDocumentErrors as ot, type GetDocumentError as ou, type GetDocumentResponses as ov, type GetDocumentResponse as ow, type CreateDocumentLinkData as ox, type CreateDocumentLinkErrors as oy, type CreateDocumentLinkError as oz, ProcessDefinitionKey as p, type CancelBatchOperationData as p$, type CreateAdminUserErrors as p0, type CreateAdminUserError as p1, type CreateAdminUserResponses as p2, type CreateAdminUserResponse as p3, type SearchIncidentsData as p4, type SearchIncidentsErrors as p5, type SearchIncidentsError as p6, type SearchIncidentsResponses as p7, type SearchIncidentsResponse as p8, type GetIncidentData as p9, type GetResourceContentResponses as pA, type GetResourceContentResponse as pB, type CreateElementInstanceVariablesData as pC, type CreateElementInstanceVariablesErrors as pD, type CreateElementInstanceVariablesError as pE, type CreateElementInstanceVariablesResponses as pF, type CreateElementInstanceVariablesResponse as pG, type ActivateAdHocSubProcessActivitiesData as pH, type ActivateAdHocSubProcessActivitiesErrors as pI, type ActivateAdHocSubProcessActivitiesError as pJ, type ActivateAdHocSubProcessActivitiesResponses as pK, type ActivateAdHocSubProcessActivitiesResponse as pL, type BroadcastSignalData as pM, type BroadcastSignalErrors as pN, type BroadcastSignalError as pO, type BroadcastSignalResponses as pP, type BroadcastSignalResponse as pQ, type GetBatchOperationData as pR, type GetBatchOperationErrors as pS, type GetBatchOperationError as pT, type GetBatchOperationResponses as pU, type GetBatchOperationResponse as pV, type SearchBatchOperationsData as pW, type SearchBatchOperationsErrors as pX, type SearchBatchOperationsError as pY, type SearchBatchOperationsResponses as pZ, type SearchBatchOperationsResponse as p_, type GetIncidentErrors as pa, type GetIncidentError as pb, type GetIncidentResponses as pc, type GetIncidentResponse as pd, type GetUsageMetricsData as pe, type GetUsageMetricsErrors as pf, type GetUsageMetricsError as pg, type GetUsageMetricsResponses as ph, type GetUsageMetricsResponse as pi, type CreateDeploymentData as pj, type CreateDeploymentErrors as pk, type CreateDeploymentError as pl, type CreateDeploymentResponses as pm, type CreateDeploymentResponse as pn, type DeleteResourceData as po, type DeleteResourceErrors as pp, type DeleteResourceError as pq, type DeleteResourceResponses as pr, type GetResourceData as ps, type GetResourceErrors as pt, type GetResourceError as pu, type GetResourceResponses as pv, type GetResourceResponse as pw, type GetResourceContentData as px, type GetResourceContentErrors as py, type GetResourceContentError as pz, ProcessDefinitionId as q, type CancelBatchOperationErrors as q0, type CancelBatchOperationError as q1, type CancelBatchOperationResponses as q2, type CancelBatchOperationResponse as q3, type SuspendBatchOperationData as q4, type SuspendBatchOperationErrors as q5, type SuspendBatchOperationError as q6, type SuspendBatchOperationResponses as q7, type SuspendBatchOperationResponse as q8, type ResumeBatchOperationData as q9, type ResumeBatchOperationErrors as qa, type ResumeBatchOperationError as qb, type ResumeBatchOperationResponses as qc, type ResumeBatchOperationResponse as qd, type SearchBatchOperationItemsData as qe, type SearchBatchOperationItemsErrors as qf, type SearchBatchOperationItemsError as qg, type SearchBatchOperationItemsResponses as qh, type SearchBatchOperationItemsResponse as qi, type ClientOptions as qj, assertConstraint as qk, type Fpify as ql, type DomainError as qm, type Left as qn, type Right as qo, retryTE as qp, withTimeoutTE as qq, eventuallyTE as qr, foldDomainError as qs, classifyDomainError as qt, type TaskEither as qu, ElementInstanceKey as r, ElementId as s, FormId as t, ScopeKey as u, JobKey as v, DecisionDefinitionKey as w, DecisionDefinitionId as x, DecisionEvaluationInstanceKey as y, DecisionEvaluationKey as z };
|