forked from hatchet-dev/hatchet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into feat-dashboard-play…
…ground-ui
- Loading branch information
Showing
117 changed files
with
6,407 additions
and
709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ dump.rdb | |
*.csr | ||
*.pfx | ||
*.cert | ||
generated | ||
.next | ||
.venv | ||
|
||
node_modules | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90 changes: 90 additions & 0 deletions
90
frontend/docs/pages/home/typescript-sdk/api/_interfaces/APIContracts.APIError.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
[@hatchet-dev/typescript-sdk](../README.md) / [Exports](../modules.md) / [APIContracts](../modules/APIContracts.md) / APIError | ||
|
||
# Interface: APIError | ||
|
||
[APIContracts](../modules/APIContracts.md).APIError | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [code](APIContracts.APIError.md#code) | ||
- [description](APIContracts.APIError.md#description) | ||
- [docs\_link](APIContracts.APIError.md#docs_link) | ||
- [field](APIContracts.APIError.md#field) | ||
|
||
## Properties | ||
|
||
### code | ||
|
||
• `Optional` **code**: `number` | ||
|
||
a custom Hatchet error code | ||
|
||
**`Format`** | ||
|
||
uint64 | ||
|
||
**`Example`** | ||
|
||
```ts | ||
1400 | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:34](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L34) | ||
|
||
___ | ||
|
||
### description | ||
|
||
• **description**: `string` | ||
|
||
a description for this error | ||
|
||
**`Example`** | ||
|
||
```ts | ||
"A descriptive error message" | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:44](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L44) | ||
|
||
___ | ||
|
||
### docs\_link | ||
|
||
• `Optional` **docs\_link**: `string` | ||
|
||
a link to the documentation for this error, if it exists | ||
|
||
**`Example`** | ||
|
||
```ts | ||
"github.com/hatchet-dev/hatchet" | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:49](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L49) | ||
|
||
___ | ||
|
||
### field | ||
|
||
• `Optional` **field**: `string` | ||
|
||
the field that this error is associated with, if applicable | ||
|
||
**`Example`** | ||
|
||
```ts | ||
"name" | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:39](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L39) |
21 changes: 21 additions & 0 deletions
21
frontend/docs/pages/home/typescript-sdk/api/_interfaces/APIContracts.APIErrors.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[@hatchet-dev/typescript-sdk](../README.md) / [Exports](../modules.md) / [APIContracts](../modules/APIContracts.md) / APIErrors | ||
|
||
# Interface: APIErrors | ||
|
||
[APIContracts](../modules/APIContracts.md).APIErrors | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [errors](APIContracts.APIErrors.md#errors) | ||
|
||
## Properties | ||
|
||
### errors | ||
|
||
• **errors**: [`APIError`](APIContracts.APIError.md)[] | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:25](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L25) |
21 changes: 21 additions & 0 deletions
21
frontend/docs/pages/home/typescript-sdk/api/_interfaces/APIContracts.APIMeta.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[@hatchet-dev/typescript-sdk](../README.md) / [Exports](../modules.md) / [APIContracts](../modules/APIContracts.md) / APIMeta | ||
|
||
# Interface: APIMeta | ||
|
||
[APIContracts](../modules/APIContracts.md).APIMeta | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [auth](APIContracts.APIMeta.md#auth) | ||
|
||
## Properties | ||
|
||
### auth | ||
|
||
• `Optional` **auth**: [`APIMetaAuth`](APIContracts.APIMetaAuth.md) | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:13](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L13) |
29 changes: 29 additions & 0 deletions
29
...tend/docs/pages/home/typescript-sdk/api/_interfaces/APIContracts.APIMetaAuth.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[@hatchet-dev/typescript-sdk](../README.md) / [Exports](../modules.md) / [APIContracts](../modules/APIContracts.md) / APIMetaAuth | ||
|
||
# Interface: APIMetaAuth | ||
|
||
[APIContracts](../modules/APIContracts.md).APIMetaAuth | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [schemes](APIContracts.APIMetaAuth.md#schemes) | ||
|
||
## Properties | ||
|
||
### schemes | ||
|
||
• `Optional` **schemes**: `string`[] | ||
|
||
the supported types of authentication | ||
|
||
**`Example`** | ||
|
||
```ts | ||
["basic","google"] | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:21](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L21) |
87 changes: 87 additions & 0 deletions
87
.../docs/pages/home/typescript-sdk/api/_interfaces/APIContracts.APIResourceMeta.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
[@hatchet-dev/typescript-sdk](../README.md) / [Exports](../modules.md) / [APIContracts](../modules/APIContracts.md) / APIResourceMeta | ||
|
||
# Interface: APIResourceMeta | ||
|
||
[APIContracts](../modules/APIContracts.md).APIResourceMeta | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [createdAt](APIContracts.APIResourceMeta.md#createdat) | ||
- [id](APIContracts.APIResourceMeta.md#id) | ||
- [updatedAt](APIContracts.APIResourceMeta.md#updatedat) | ||
|
||
## Properties | ||
|
||
### createdAt | ||
|
||
• **createdAt**: `string` | ||
|
||
the time that this resource was created | ||
|
||
**`Format`** | ||
|
||
date-time | ||
|
||
**`Example`** | ||
|
||
```ts | ||
"2022-12-13T20:06:48.888Z" | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:88](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L88) | ||
|
||
___ | ||
|
||
### id | ||
|
||
• **id**: `string` | ||
|
||
the id of this resource, in UUID format | ||
|
||
**`Format`** | ||
|
||
uuid | ||
|
||
**`Min Length`** | ||
|
||
36 | ||
|
||
**`Max Length`** | ||
|
||
36 | ||
|
||
**`Example`** | ||
|
||
```ts | ||
"bb214807-246e-43a5-a25d-41761d1cff9e" | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:82](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L82) | ||
|
||
___ | ||
|
||
### updatedAt | ||
|
||
• **updatedAt**: `string` | ||
|
||
the time that this resource was last updated | ||
|
||
**`Format`** | ||
|
||
date-time | ||
|
||
**`Example`** | ||
|
||
```ts | ||
"2022-12-13T20:06:48.888Z" | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:94](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L94) |
55 changes: 55 additions & 0 deletions
55
frontend/docs/pages/home/typescript-sdk/api/_interfaces/APIContracts.APIToken.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[@hatchet-dev/typescript-sdk](../README.md) / [Exports](../modules.md) / [APIContracts](../modules/APIContracts.md) / APIToken | ||
|
||
# Interface: APIToken | ||
|
||
[APIContracts](../modules/APIContracts.md).APIToken | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [expiresAt](APIContracts.APIToken.md#expiresat) | ||
- [metadata](APIContracts.APIToken.md#metadata) | ||
- [name](APIContracts.APIToken.md#name) | ||
|
||
## Properties | ||
|
||
### expiresAt | ||
|
||
• **expiresAt**: `string` | ||
|
||
When the API token expires. | ||
|
||
**`Format`** | ||
|
||
date-time | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:553](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L553) | ||
|
||
___ | ||
|
||
### metadata | ||
|
||
• **metadata**: [`APIResourceMeta`](APIContracts.APIResourceMeta.md) | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:543](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L543) | ||
|
||
___ | ||
|
||
### name | ||
|
||
• **name**: `string` | ||
|
||
The name of the API token. | ||
|
||
**`Max Length`** | ||
|
||
255 | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:548](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L548) |
35 changes: 35 additions & 0 deletions
35
...s/pages/home/typescript-sdk/api/_interfaces/APIContracts.AcceptInviteRequest.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[@hatchet-dev/typescript-sdk](../README.md) / [Exports](../modules.md) / [APIContracts](../modules/APIContracts.md) / AcceptInviteRequest | ||
|
||
# Interface: AcceptInviteRequest | ||
|
||
[APIContracts](../modules/APIContracts.md).AcceptInviteRequest | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [invite](APIContracts.AcceptInviteRequest.md#invite) | ||
|
||
## Properties | ||
|
||
### invite | ||
|
||
• **invite**: `string` | ||
|
||
**`Min Length`** | ||
|
||
36 | ||
|
||
**`Max Length`** | ||
|
||
36 | ||
|
||
**`Example`** | ||
|
||
```ts | ||
"bb214807-246e-43a5-a25d-41761d1cff9e" | ||
``` | ||
|
||
#### Defined in | ||
|
||
[src/clients/rest/generated/data-contracts.ts:216](https://github.com/hatchet-dev/hatchet/blob/af21f67/typescript-sdk/src/clients/rest/generated/data-contracts.ts#L216) |
Oops, something went wrong.