@camunda8/orchestration-cluster-api 9.1.0-alpha.1 → 9.1.1
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 +27 -21
- package/dist/{chunk-UREVLY2G.js → chunk-ZHIFAOE5.js} +3 -3
- package/dist/chunk-ZHIFAOE5.js.map +1 -0
- package/dist/fp/index.cjs +4 -2
- 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-DCO1POBR.d.cts → index-BKWpoAzp.d.cts} +18 -11
- package/dist/{index-NxMS1fuh.d.ts → index-DcisxmIq.d.ts} +18 -11
- package/dist/index.cjs +7 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{zod.gen-J3DNBFMQ.js → zod.gen-BU5BWYUA.js} +4 -2
- package/dist/zod.gen-BU5BWYUA.js.map +1 -0
- package/package.json +2 -2
- package/dist/chunk-UREVLY2G.js.map +0 -1
- package/dist/zod.gen-J3DNBFMQ.js.map +0 -1
package/dist/fp/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { d as CamundaFpClient, AB as DomainError, AC as DomainErrorTag, E as Either, AE as FnKeys, AF as Fpify, AH as HttpError, AI as Left, AJ as Right, AL as TaskEither, AA as classifyDomainError, e as createCamundaFpClient, AD as eventuallyTE, AG as foldDomainError, i as isLeft, f as isRight, AK as retryTE, AM as withTimeoutTE } from '../index-
|
|
1
|
+
export { d as CamundaFpClient, AB as DomainError, AC as DomainErrorTag, E as Either, AE as FnKeys, AF as Fpify, AH as HttpError, AI as Left, AJ as Right, AL as TaskEither, AA as classifyDomainError, e as createCamundaFpClient, AD as eventuallyTE, AG as foldDomainError, i as isLeft, f as isRight, AK as retryTE, AM as withTimeoutTE } from '../index-BKWpoAzp.cjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../logger-D-p21VHo.cjs';
|
|
4
4
|
import 'node:worker_threads';
|
package/dist/fp/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { d as CamundaFpClient, AB as DomainError, AC as DomainErrorTag, E as Either, AE as FnKeys, AF as Fpify, AH as HttpError, AI as Left, AJ as Right, AL as TaskEither, AA as classifyDomainError, e as createCamundaFpClient, AD as eventuallyTE, AG as foldDomainError, i as isLeft, f as isRight, AK as retryTE, AM as withTimeoutTE } from '../index-
|
|
1
|
+
export { d as CamundaFpClient, AB as DomainError, AC as DomainErrorTag, E as Either, AE as FnKeys, AF as Fpify, AH as HttpError, AI as Left, AJ as Right, AL as TaskEither, AA as classifyDomainError, e as createCamundaFpClient, AD as eventuallyTE, AG as foldDomainError, i as isLeft, f as isRight, AK as retryTE, AM as withTimeoutTE } from '../index-DcisxmIq.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../logger-D-p21VHo.js';
|
|
4
4
|
import 'node:worker_threads';
|
package/dist/fp/index.js
CHANGED
|
@@ -9565,6 +9565,10 @@ type CreateTenantClusterVariableErrors = {
|
|
|
9565
9565
|
* Forbidden. The request is not allowed.
|
|
9566
9566
|
*/
|
|
9567
9567
|
403: ProblemDetail;
|
|
9568
|
+
/**
|
|
9569
|
+
* The tenant with the given ID was not found.
|
|
9570
|
+
*/
|
|
9571
|
+
404: ProblemDetail;
|
|
9568
9572
|
/**
|
|
9569
9573
|
* An internal error occurred while processing the request.
|
|
9570
9574
|
*/
|
|
@@ -16127,7 +16131,10 @@ declare namespace DecisionDefinitionKey {
|
|
|
16127
16131
|
function isValid(value: string): boolean;
|
|
16128
16132
|
}
|
|
16129
16133
|
/**
|
|
16130
|
-
* System-generated
|
|
16134
|
+
* System-generated identifier for a decision evaluation instance. It is composed of the
|
|
16135
|
+
* parent decision evaluation key and the 1-based index of the evaluated decision within
|
|
16136
|
+
* that evaluation, joined by a hyphen (format: `<decisionEvaluationKey>-<index>`).
|
|
16137
|
+
*
|
|
16131
16138
|
*/
|
|
16132
16139
|
type DecisionEvaluationInstanceKey = CamundaKey<'DecisionEvaluationInstanceKey'>;
|
|
16133
16140
|
declare namespace DecisionEvaluationInstanceKey {
|
|
@@ -16644,7 +16651,7 @@ declare const createDeployment: <ThrowOnError extends boolean = true>(options: O
|
|
|
16644
16651
|
*
|
|
16645
16652
|
* Upload a document to the Camunda 8 cluster.
|
|
16646
16653
|
*
|
|
16647
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16654
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16648
16655
|
*
|
|
16649
16656
|
*/
|
|
16650
16657
|
declare const createDocument: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentData, ThrowOnError>) => RequestResult<CreateDocumentResponses, CreateDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16665,7 +16672,7 @@ declare const createDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16665
16672
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
16666
16673
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
16667
16674
|
*
|
|
16668
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16675
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16669
16676
|
*
|
|
16670
16677
|
*/
|
|
16671
16678
|
declare const createDocuments: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentsData, ThrowOnError>) => RequestResult<CreateDocumentsResponses, CreateDocumentsErrors, ThrowOnError, "fields">;
|
|
@@ -16674,7 +16681,7 @@ declare const createDocuments: <ThrowOnError extends boolean = true>(options: Op
|
|
|
16674
16681
|
*
|
|
16675
16682
|
* Delete a document from the Camunda 8 cluster.
|
|
16676
16683
|
*
|
|
16677
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16684
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16678
16685
|
*
|
|
16679
16686
|
*/
|
|
16680
16687
|
declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Options<DeleteDocumentData, ThrowOnError>) => RequestResult<DeleteDocumentResponses, DeleteDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16683,7 +16690,7 @@ declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16683
16690
|
*
|
|
16684
16691
|
* Download a document from the Camunda 8 cluster.
|
|
16685
16692
|
*
|
|
16686
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16693
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16687
16694
|
*
|
|
16688
16695
|
*/
|
|
16689
16696
|
declare const getDocument: <ThrowOnError extends boolean = true>(options: Options<GetDocumentData, ThrowOnError>) => RequestResult<GetDocumentResponses, GetDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16692,7 +16699,7 @@ declare const getDocument: <ThrowOnError extends boolean = true>(options: Option
|
|
|
16692
16699
|
*
|
|
16693
16700
|
* Create a link to a document in the Camunda 8 cluster.
|
|
16694
16701
|
*
|
|
16695
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16702
|
+
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
16696
16703
|
*
|
|
16697
16704
|
*/
|
|
16698
16705
|
declare const createDocumentLink: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentLinkData, ThrowOnError>) => RequestResult<CreateDocumentLinkResponses, CreateDocumentLinkErrors, ThrowOnError, "fields">;
|
|
@@ -20923,7 +20930,7 @@ declare class CamundaClient {
|
|
|
20923
20930
|
*
|
|
20924
20931
|
* Upload a document to the Camunda 8 cluster.
|
|
20925
20932
|
*
|
|
20926
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
20933
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20927
20934
|
*
|
|
20928
20935
|
*
|
|
20929
20936
|
* @example Upload a document
|
|
@@ -20950,7 +20957,7 @@ declare class CamundaClient {
|
|
|
20950
20957
|
*
|
|
20951
20958
|
* Create a link to a document in the Camunda 8 cluster.
|
|
20952
20959
|
*
|
|
20953
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
20960
|
+
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
20954
20961
|
*
|
|
20955
20962
|
*
|
|
20956
20963
|
* @example Create a document link
|
|
@@ -20987,7 +20994,7 @@ declare class CamundaClient {
|
|
|
20987
20994
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
20988
20995
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
20989
20996
|
*
|
|
20990
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
20997
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20991
20998
|
*
|
|
20992
20999
|
*
|
|
20993
21000
|
* @example Upload multiple documents
|
|
@@ -21331,7 +21338,7 @@ declare class CamundaClient {
|
|
|
21331
21338
|
*
|
|
21332
21339
|
* Delete a document from the Camunda 8 cluster.
|
|
21333
21340
|
*
|
|
21334
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
21341
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21335
21342
|
*
|
|
21336
21343
|
*
|
|
21337
21344
|
* @example Delete a document
|
|
@@ -21889,7 +21896,7 @@ declare class CamundaClient {
|
|
|
21889
21896
|
*
|
|
21890
21897
|
* Download a document from the Camunda 8 cluster.
|
|
21891
21898
|
*
|
|
21892
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
21899
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21893
21900
|
*
|
|
21894
21901
|
*
|
|
21895
21902
|
* @example Download a document
|
|
@@ -9565,6 +9565,10 @@ type CreateTenantClusterVariableErrors = {
|
|
|
9565
9565
|
* Forbidden. The request is not allowed.
|
|
9566
9566
|
*/
|
|
9567
9567
|
403: ProblemDetail;
|
|
9568
|
+
/**
|
|
9569
|
+
* The tenant with the given ID was not found.
|
|
9570
|
+
*/
|
|
9571
|
+
404: ProblemDetail;
|
|
9568
9572
|
/**
|
|
9569
9573
|
* An internal error occurred while processing the request.
|
|
9570
9574
|
*/
|
|
@@ -16127,7 +16131,10 @@ declare namespace DecisionDefinitionKey {
|
|
|
16127
16131
|
function isValid(value: string): boolean;
|
|
16128
16132
|
}
|
|
16129
16133
|
/**
|
|
16130
|
-
* System-generated
|
|
16134
|
+
* System-generated identifier for a decision evaluation instance. It is composed of the
|
|
16135
|
+
* parent decision evaluation key and the 1-based index of the evaluated decision within
|
|
16136
|
+
* that evaluation, joined by a hyphen (format: `<decisionEvaluationKey>-<index>`).
|
|
16137
|
+
*
|
|
16131
16138
|
*/
|
|
16132
16139
|
type DecisionEvaluationInstanceKey = CamundaKey<'DecisionEvaluationInstanceKey'>;
|
|
16133
16140
|
declare namespace DecisionEvaluationInstanceKey {
|
|
@@ -16644,7 +16651,7 @@ declare const createDeployment: <ThrowOnError extends boolean = true>(options: O
|
|
|
16644
16651
|
*
|
|
16645
16652
|
* Upload a document to the Camunda 8 cluster.
|
|
16646
16653
|
*
|
|
16647
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16654
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16648
16655
|
*
|
|
16649
16656
|
*/
|
|
16650
16657
|
declare const createDocument: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentData, ThrowOnError>) => RequestResult<CreateDocumentResponses, CreateDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16665,7 +16672,7 @@ declare const createDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16665
16672
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
16666
16673
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
16667
16674
|
*
|
|
16668
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16675
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16669
16676
|
*
|
|
16670
16677
|
*/
|
|
16671
16678
|
declare const createDocuments: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentsData, ThrowOnError>) => RequestResult<CreateDocumentsResponses, CreateDocumentsErrors, ThrowOnError, "fields">;
|
|
@@ -16674,7 +16681,7 @@ declare const createDocuments: <ThrowOnError extends boolean = true>(options: Op
|
|
|
16674
16681
|
*
|
|
16675
16682
|
* Delete a document from the Camunda 8 cluster.
|
|
16676
16683
|
*
|
|
16677
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16684
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16678
16685
|
*
|
|
16679
16686
|
*/
|
|
16680
16687
|
declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Options<DeleteDocumentData, ThrowOnError>) => RequestResult<DeleteDocumentResponses, DeleteDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16683,7 +16690,7 @@ declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16683
16690
|
*
|
|
16684
16691
|
* Download a document from the Camunda 8 cluster.
|
|
16685
16692
|
*
|
|
16686
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16693
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16687
16694
|
*
|
|
16688
16695
|
*/
|
|
16689
16696
|
declare const getDocument: <ThrowOnError extends boolean = true>(options: Options<GetDocumentData, ThrowOnError>) => RequestResult<GetDocumentResponses, GetDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16692,7 +16699,7 @@ declare const getDocument: <ThrowOnError extends boolean = true>(options: Option
|
|
|
16692
16699
|
*
|
|
16693
16700
|
* Create a link to a document in the Camunda 8 cluster.
|
|
16694
16701
|
*
|
|
16695
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
16702
|
+
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
16696
16703
|
*
|
|
16697
16704
|
*/
|
|
16698
16705
|
declare const createDocumentLink: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentLinkData, ThrowOnError>) => RequestResult<CreateDocumentLinkResponses, CreateDocumentLinkErrors, ThrowOnError, "fields">;
|
|
@@ -20923,7 +20930,7 @@ declare class CamundaClient {
|
|
|
20923
20930
|
*
|
|
20924
20931
|
* Upload a document to the Camunda 8 cluster.
|
|
20925
20932
|
*
|
|
20926
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
20933
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20927
20934
|
*
|
|
20928
20935
|
*
|
|
20929
20936
|
* @example Upload a document
|
|
@@ -20950,7 +20957,7 @@ declare class CamundaClient {
|
|
|
20950
20957
|
*
|
|
20951
20958
|
* Create a link to a document in the Camunda 8 cluster.
|
|
20952
20959
|
*
|
|
20953
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
20960
|
+
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
20954
20961
|
*
|
|
20955
20962
|
*
|
|
20956
20963
|
* @example Create a document link
|
|
@@ -20987,7 +20994,7 @@ declare class CamundaClient {
|
|
|
20987
20994
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
20988
20995
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
20989
20996
|
*
|
|
20990
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
20997
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20991
20998
|
*
|
|
20992
20999
|
*
|
|
20993
21000
|
* @example Upload multiple documents
|
|
@@ -21331,7 +21338,7 @@ declare class CamundaClient {
|
|
|
21331
21338
|
*
|
|
21332
21339
|
* Delete a document from the Camunda 8 cluster.
|
|
21333
21340
|
*
|
|
21334
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
21341
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21335
21342
|
*
|
|
21336
21343
|
*
|
|
21337
21344
|
* @example Delete a document
|
|
@@ -21889,7 +21896,7 @@ declare class CamundaClient {
|
|
|
21889
21896
|
*
|
|
21890
21897
|
* Download a document from the Camunda 8 cluster.
|
|
21891
21898
|
*
|
|
21892
|
-
* Note that this is currently supported for document stores of type: AWS,
|
|
21899
|
+
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21893
21900
|
*
|
|
21894
21901
|
*
|
|
21895
21902
|
* @example Download a document
|
package/dist/index.cjs
CHANGED
|
@@ -2780,7 +2780,9 @@ var init_zod_gen = __esm({
|
|
|
2780
2780
|
zDecisionEvaluationById,
|
|
2781
2781
|
zDecisionEvaluationByKey
|
|
2782
2782
|
]);
|
|
2783
|
-
zDecisionEvaluationInstanceKey =
|
|
2783
|
+
zDecisionEvaluationInstanceKey = import_zod4.z.string().min(3).max(30).regex(/^[0-9]+-[0-9]+$/).register(import_zod4.z.globalRegistry, {
|
|
2784
|
+
description: "System-generated identifier for a decision evaluation instance. It is composed of the\nparent decision evaluation key and the 1-based index of the evaluated decision within\nthat evaluation, joined by a hyphen (format: `<decisionEvaluationKey>-<index>`).\n"
|
|
2785
|
+
});
|
|
2784
2786
|
zEvaluatedDecisionResult = import_zod4.z.object({
|
|
2785
2787
|
decisionDefinitionId: zDecisionDefinitionId,
|
|
2786
2788
|
decisionDefinitionName: import_zod4.z.string().register(import_zod4.z.globalRegistry, {
|
|
@@ -12637,7 +12639,7 @@ function createLogger(opts = {}) {
|
|
|
12637
12639
|
}
|
|
12638
12640
|
|
|
12639
12641
|
// src/runtime/version.ts
|
|
12640
|
-
var packageVersion = "9.1.
|
|
12642
|
+
var packageVersion = "9.1.1";
|
|
12641
12643
|
|
|
12642
12644
|
// src/runtime/supportLogger.ts
|
|
12643
12645
|
var NoopSupportLogger = class {
|
|
@@ -25092,7 +25094,7 @@ function createCamundaFpClient(options) {
|
|
|
25092
25094
|
}
|
|
25093
25095
|
|
|
25094
25096
|
// src/gen/specHash.ts
|
|
25095
|
-
var SPEC_HASH = "sha256:
|
|
25097
|
+
var SPEC_HASH = "sha256:fe524536c89d236f85a390f5877becc6d497fe83c039dcb2f58f8805269bcd44";
|
|
25096
25098
|
|
|
25097
25099
|
// src/gen/types.gen.ts
|
|
25098
25100
|
var AuditLogEntityTypeEnum = {
|
|
@@ -25525,7 +25527,7 @@ var DecisionDefinitionKey;
|
|
|
25525
25527
|
var DecisionEvaluationInstanceKey;
|
|
25526
25528
|
((DecisionEvaluationInstanceKey2) => {
|
|
25527
25529
|
function assumeExists(value) {
|
|
25528
|
-
assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "
|
|
25530
|
+
assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^[0-9]+-[0-9]+$", minLength: 3, maxLength: 30 });
|
|
25529
25531
|
return value;
|
|
25530
25532
|
}
|
|
25531
25533
|
DecisionEvaluationInstanceKey2.assumeExists = assumeExists;
|
|
@@ -25535,7 +25537,7 @@ var DecisionEvaluationInstanceKey;
|
|
|
25535
25537
|
DecisionEvaluationInstanceKey2.getValue = getValue;
|
|
25536
25538
|
function isValid(value) {
|
|
25537
25539
|
try {
|
|
25538
|
-
assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "
|
|
25540
|
+
assertConstraint(value, "DecisionEvaluationInstanceKey", { pattern: "^[0-9]+-[0-9]+$", minLength: 3, maxLength: 30 });
|
|
25539
25541
|
return true;
|
|
25540
25542
|
} catch {
|
|
25541
25543
|
return false;
|