@camunda8/orchestration-cluster-api 9.1.0 → 10.0.0-alpha.2
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 +36 -16
- package/dist/{chunk-HITO27AC.js → chunk-MPDW3NIE.js} +2 -2
- package/dist/chunk-MPDW3NIE.js.map +1 -0
- package/dist/fp/index.cjs +1 -1
- 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-iQD-RC8z.d.cts → index-DCO1POBR.d.cts} +10 -10
- package/dist/{index-C-cbKqyy.d.ts → index-NxMS1fuh.d.ts} +10 -10
- package/dist/index.cjs +2 -2
- 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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-HITO27AC.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-DCO1POBR.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-NxMS1fuh.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../logger-D-p21VHo.js';
|
|
4
4
|
import 'node:worker_threads';
|
package/dist/fp/index.js
CHANGED
|
@@ -16644,7 +16644,7 @@ declare const createDeployment: <ThrowOnError extends boolean = true>(options: O
|
|
|
16644
16644
|
*
|
|
16645
16645
|
* Upload a document to the Camunda 8 cluster.
|
|
16646
16646
|
*
|
|
16647
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16647
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16648
16648
|
*
|
|
16649
16649
|
*/
|
|
16650
16650
|
declare const createDocument: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentData, ThrowOnError>) => RequestResult<CreateDocumentResponses, CreateDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16665,7 +16665,7 @@ declare const createDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16665
16665
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
16666
16666
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
16667
16667
|
*
|
|
16668
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16668
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16669
16669
|
*
|
|
16670
16670
|
*/
|
|
16671
16671
|
declare const createDocuments: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentsData, ThrowOnError>) => RequestResult<CreateDocumentsResponses, CreateDocumentsErrors, ThrowOnError, "fields">;
|
|
@@ -16674,7 +16674,7 @@ declare const createDocuments: <ThrowOnError extends boolean = true>(options: Op
|
|
|
16674
16674
|
*
|
|
16675
16675
|
* Delete a document from the Camunda 8 cluster.
|
|
16676
16676
|
*
|
|
16677
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16677
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16678
16678
|
*
|
|
16679
16679
|
*/
|
|
16680
16680
|
declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Options<DeleteDocumentData, ThrowOnError>) => RequestResult<DeleteDocumentResponses, DeleteDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16683,7 +16683,7 @@ declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16683
16683
|
*
|
|
16684
16684
|
* Download a document from the Camunda 8 cluster.
|
|
16685
16685
|
*
|
|
16686
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16686
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16687
16687
|
*
|
|
16688
16688
|
*/
|
|
16689
16689
|
declare const getDocument: <ThrowOnError extends boolean = true>(options: Options<GetDocumentData, ThrowOnError>) => RequestResult<GetDocumentResponses, GetDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16692,7 +16692,7 @@ declare const getDocument: <ThrowOnError extends boolean = true>(options: Option
|
|
|
16692
16692
|
*
|
|
16693
16693
|
* Create a link to a document in the Camunda 8 cluster.
|
|
16694
16694
|
*
|
|
16695
|
-
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
16695
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP
|
|
16696
16696
|
*
|
|
16697
16697
|
*/
|
|
16698
16698
|
declare const createDocumentLink: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentLinkData, ThrowOnError>) => RequestResult<CreateDocumentLinkResponses, CreateDocumentLinkErrors, ThrowOnError, "fields">;
|
|
@@ -20923,7 +20923,7 @@ declare class CamundaClient {
|
|
|
20923
20923
|
*
|
|
20924
20924
|
* Upload a document to the Camunda 8 cluster.
|
|
20925
20925
|
*
|
|
20926
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20926
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
20927
20927
|
*
|
|
20928
20928
|
*
|
|
20929
20929
|
* @example Upload a document
|
|
@@ -20950,7 +20950,7 @@ declare class CamundaClient {
|
|
|
20950
20950
|
*
|
|
20951
20951
|
* Create a link to a document in the Camunda 8 cluster.
|
|
20952
20952
|
*
|
|
20953
|
-
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
20953
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP
|
|
20954
20954
|
*
|
|
20955
20955
|
*
|
|
20956
20956
|
* @example Create a document link
|
|
@@ -20987,7 +20987,7 @@ declare class CamundaClient {
|
|
|
20987
20987
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
20988
20988
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
20989
20989
|
*
|
|
20990
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20990
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
20991
20991
|
*
|
|
20992
20992
|
*
|
|
20993
20993
|
* @example Upload multiple documents
|
|
@@ -21331,7 +21331,7 @@ declare class CamundaClient {
|
|
|
21331
21331
|
*
|
|
21332
21332
|
* Delete a document from the Camunda 8 cluster.
|
|
21333
21333
|
*
|
|
21334
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21334
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
21335
21335
|
*
|
|
21336
21336
|
*
|
|
21337
21337
|
* @example Delete a document
|
|
@@ -21889,7 +21889,7 @@ declare class CamundaClient {
|
|
|
21889
21889
|
*
|
|
21890
21890
|
* Download a document from the Camunda 8 cluster.
|
|
21891
21891
|
*
|
|
21892
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21892
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
21893
21893
|
*
|
|
21894
21894
|
*
|
|
21895
21895
|
* @example Download a document
|
|
@@ -16644,7 +16644,7 @@ declare const createDeployment: <ThrowOnError extends boolean = true>(options: O
|
|
|
16644
16644
|
*
|
|
16645
16645
|
* Upload a document to the Camunda 8 cluster.
|
|
16646
16646
|
*
|
|
16647
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16647
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16648
16648
|
*
|
|
16649
16649
|
*/
|
|
16650
16650
|
declare const createDocument: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentData, ThrowOnError>) => RequestResult<CreateDocumentResponses, CreateDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16665,7 +16665,7 @@ declare const createDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16665
16665
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
16666
16666
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
16667
16667
|
*
|
|
16668
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16668
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16669
16669
|
*
|
|
16670
16670
|
*/
|
|
16671
16671
|
declare const createDocuments: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentsData, ThrowOnError>) => RequestResult<CreateDocumentsResponses, CreateDocumentsErrors, ThrowOnError, "fields">;
|
|
@@ -16674,7 +16674,7 @@ declare const createDocuments: <ThrowOnError extends boolean = true>(options: Op
|
|
|
16674
16674
|
*
|
|
16675
16675
|
* Delete a document from the Camunda 8 cluster.
|
|
16676
16676
|
*
|
|
16677
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16677
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16678
16678
|
*
|
|
16679
16679
|
*/
|
|
16680
16680
|
declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Options<DeleteDocumentData, ThrowOnError>) => RequestResult<DeleteDocumentResponses, DeleteDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16683,7 +16683,7 @@ declare const deleteDocument: <ThrowOnError extends boolean = true>(options: Opt
|
|
|
16683
16683
|
*
|
|
16684
16684
|
* Download a document from the Camunda 8 cluster.
|
|
16685
16685
|
*
|
|
16686
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
16686
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
16687
16687
|
*
|
|
16688
16688
|
*/
|
|
16689
16689
|
declare const getDocument: <ThrowOnError extends boolean = true>(options: Options<GetDocumentData, ThrowOnError>) => RequestResult<GetDocumentResponses, GetDocumentErrors, ThrowOnError, "fields">;
|
|
@@ -16692,7 +16692,7 @@ declare const getDocument: <ThrowOnError extends boolean = true>(options: Option
|
|
|
16692
16692
|
*
|
|
16693
16693
|
* Create a link to a document in the Camunda 8 cluster.
|
|
16694
16694
|
*
|
|
16695
|
-
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
16695
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP
|
|
16696
16696
|
*
|
|
16697
16697
|
*/
|
|
16698
16698
|
declare const createDocumentLink: <ThrowOnError extends boolean = true>(options: Options<CreateDocumentLinkData, ThrowOnError>) => RequestResult<CreateDocumentLinkResponses, CreateDocumentLinkErrors, ThrowOnError, "fields">;
|
|
@@ -20923,7 +20923,7 @@ declare class CamundaClient {
|
|
|
20923
20923
|
*
|
|
20924
20924
|
* Upload a document to the Camunda 8 cluster.
|
|
20925
20925
|
*
|
|
20926
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20926
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
20927
20927
|
*
|
|
20928
20928
|
*
|
|
20929
20929
|
* @example Upload a document
|
|
@@ -20950,7 +20950,7 @@ declare class CamundaClient {
|
|
|
20950
20950
|
*
|
|
20951
20951
|
* Create a link to a document in the Camunda 8 cluster.
|
|
20952
20952
|
*
|
|
20953
|
-
* Note that this is currently supported for document stores of type: AWS, GCP
|
|
20953
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP
|
|
20954
20954
|
*
|
|
20955
20955
|
*
|
|
20956
20956
|
* @example Create a document link
|
|
@@ -20987,7 +20987,7 @@ declare class CamundaClient {
|
|
|
20987
20987
|
* each of which contains the file name of the document that failed to upload and the reason for the failure.
|
|
20988
20988
|
* The client can choose to retry the whole batch or individual documents based on the response.
|
|
20989
20989
|
*
|
|
20990
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
20990
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
20991
20991
|
*
|
|
20992
20992
|
*
|
|
20993
20993
|
* @example Upload multiple documents
|
|
@@ -21331,7 +21331,7 @@ declare class CamundaClient {
|
|
|
21331
21331
|
*
|
|
21332
21332
|
* Delete a document from the Camunda 8 cluster.
|
|
21333
21333
|
*
|
|
21334
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21334
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
21335
21335
|
*
|
|
21336
21336
|
*
|
|
21337
21337
|
* @example Delete a document
|
|
@@ -21889,7 +21889,7 @@ declare class CamundaClient {
|
|
|
21889
21889
|
*
|
|
21890
21890
|
* Download a document from the Camunda 8 cluster.
|
|
21891
21891
|
*
|
|
21892
|
-
* Note that this is currently supported for document stores of type: AWS, GCP, in-memory (non-production), local (non-production)
|
|
21892
|
+
* Note that this is currently supported for document stores of type: AWS, Azure, GCP, in-memory (non-production), local (non-production)
|
|
21893
21893
|
*
|
|
21894
21894
|
*
|
|
21895
21895
|
* @example Download a document
|
package/dist/index.cjs
CHANGED
|
@@ -12637,7 +12637,7 @@ function createLogger(opts = {}) {
|
|
|
12637
12637
|
}
|
|
12638
12638
|
|
|
12639
12639
|
// src/runtime/version.ts
|
|
12640
|
-
var packageVersion = "
|
|
12640
|
+
var packageVersion = "10.0.0-alpha.2";
|
|
12641
12641
|
|
|
12642
12642
|
// src/runtime/supportLogger.ts
|
|
12643
12643
|
var NoopSupportLogger = class {
|
|
@@ -25092,7 +25092,7 @@ function createCamundaFpClient(options) {
|
|
|
25092
25092
|
}
|
|
25093
25093
|
|
|
25094
25094
|
// src/gen/specHash.ts
|
|
25095
|
-
var SPEC_HASH = "sha256:
|
|
25095
|
+
var SPEC_HASH = "sha256:23c77958ed5c8e6d5bec3a5368ea7cc9aef83d7a745bffdbf618c34ece760409";
|
|
25096
25096
|
|
|
25097
25097
|
// src/gen/types.gen.ts
|
|
25098
25098
|
var AuditLogEntityTypeEnum = {
|