Skip to content

Commit 1bbfb84

Browse files
jwulfgithub-actions[bot]
authored andcommitted
docs: update TypeScript SDK API reference (next)
1 parent 8137eaa commit 1bbfb84

File tree

1,912 files changed

+18638
-12868
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,912 files changed

+18638
-12868
lines changed

docs/apis-tools/typescript/api-reference/fp/functions/classifyDomainError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Functional Programming API is a **technical preview**. Its surface may chang
1515
function classifyDomainError(err): DomainErrorTag;
1616
```
1717

18-
Defined in: [fp-ts.ts:42](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L42)
18+
Defined in: [fp-ts.ts:42](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L42)
1919

2020
## Parameters
2121

docs/apis-tools/typescript/api-reference/fp/functions/eventuallyTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Functional Programming API is a **technical preview**. Its surface may chang
1515
function eventuallyTE<E, A>(thunk, predicate, opts): TaskEither<E, A>;
1616
```
1717

18-
Defined in: [fp-ts.ts:177](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L177)
18+
Defined in: [fp-ts.ts:177](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L177)
1919

2020
## Type Parameters
2121

docs/apis-tools/typescript/api-reference/fp/functions/foldDomainError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Functional Programming API is a **technical preview**. Its surface may chang
1515
function foldDomainError<A>(handlers): (err) => A;
1616
```
1717

18-
Defined in: [fp-ts.ts:51](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L51)
18+
Defined in: [fp-ts.ts:51](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L51)
1919

2020
## Type Parameters
2121

docs/apis-tools/typescript/api-reference/fp/functions/retryTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Functional Programming API is a **technical preview**. Its surface may chang
1515
function retryTE<E, A>(task, opts): TaskEither<E, A>;
1616
```
1717

18-
Defined in: [fp-ts.ts:128](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L128)
18+
Defined in: [fp-ts.ts:128](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L128)
1919

2020
## Type Parameters
2121

docs/apis-tools/typescript/api-reference/fp/functions/withTimeoutTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Functional Programming API is a **technical preview**. Its surface may chang
1515
function withTimeoutTE<E, A>(task, ms, onTimeout?): TaskEither<E, A>;
1616
```
1717

18-
Defined in: [fp-ts.ts:155](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L155)
18+
Defined in: [fp-ts.ts:155](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L155)
1919

2020
## Type Parameters
2121

docs/apis-tools/typescript/api-reference/fp/type-aliases/DomainError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ type DomainError =
1919
| Error;
2020
```
2121

22-
Defined in: [fp-ts.ts:24](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L24)
22+
Defined in: [fp-ts.ts:24](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L24)

docs/apis-tools/typescript/api-reference/fp/type-aliases/DomainErrorTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The Functional Programming API is a **technical preview**. Its surface may chang
1515
type DomainErrorTag = "validation" | "timeout" | "http" | "generic";
1616
```
1717

18-
Defined in: [fp-ts.ts:40](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L40)
18+
Defined in: [fp-ts.ts:40](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L40)

docs/apis-tools/typescript/api-reference/fp/type-aliases/FnKeys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type FnKeys<C> = {
1717
}[keyof C];
1818
```
1919

20-
Defined in: [fp-ts.ts:72](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L72)
20+
Defined in: [fp-ts.ts:72](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L72)
2121

2222
## Type Parameters
2323

docs/apis-tools/typescript/api-reference/fp/type-aliases/Fpify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Fpify<C> = {
1919
} & object & { [K in Exclude<keyof C, FnKeys<C>>]: C[K] };
2020
```
2121

22-
Defined in: [fp-ts.ts:73](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L73)
22+
Defined in: [fp-ts.ts:73](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L73)
2323

2424
## Type Declaration
2525

docs/apis-tools/typescript/api-reference/fp/type-aliases/HttpError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Functional Programming API is a **technical preview**. Its surface may chang
1515
type HttpError = object & Record<string, any>;
1616
```
1717

18-
Defined in: [fp-ts.ts:20](https://github.com/camunda/orchestration-cluster-api-js/blob/67d45ce4f287cc3401854a637606d7e989daefac/src/fp-ts.ts#L20)
18+
Defined in: [fp-ts.ts:20](https://github.com/camunda/orchestration-cluster-api-js/blob/c7e619b3cd4bb2bb6933c5f3eeef3e7689f08358/src/fp-ts.ts#L20)
1919

2020
## Type Declaration
2121

0 commit comments

Comments
 (0)