E2e Utils
Interfaces
Interfaces
TestAccount
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
type | string | Yes | |
balance | number | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |
TestTransaction
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
accountId | string | Yes | |
amount | number | Yes | |
payee | string | Yes | |
date | string | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes | |
categoryId | string | undefined | No |
TestBudget
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
amount | number | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |
TestCategory
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes | |
budgetId | string | undefined | No |
TestConversation
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
title | string | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |
TestMessage
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
conversationId | string | Yes | |
content | string | Yes | |
role | string | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |
TestEntity
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | |
createdAt | string | Yes | |
updatedAt | string | Yes |
TestOrg
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | |
name | string | Yes | |
orgId | string | undefined | No | |
userId | string | undefined | No | |
description | string | undefined | No | |
createdAt | string | undefined | No | |
updatedAt | string | undefined | No |
TestWorkspace
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
orgId | string | Yes | |
userId | string | Yes | |
name | string | Yes | |
title | string | Yes | |
description | string | Yes | |
status | string | Yes |
TestUser
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
orgId | string | Yes | |
onboarded | boolean | Yes | |
email | string | undefined | No |
TestProcess
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
title | string | Yes | |
description | string | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |
TestProcessStep
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
processId | string | Yes | |
title | string | Yes | |
description | string | Yes | |
order | number | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |
TestProject
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
title | string | Yes | |
completed | boolean | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
description | string | undefined | No | |
workspaceId | string | undefined | No |
TestMilestone
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
title | string | Yes | |
description | string | Yes | |
completed | boolean | Yes | |
projectId | string | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |
TestTask
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
title | string | Yes | |
description | string | Yes | |
status | string | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes | |
projectId | string | undefined | No | |
milestoneId | string | undefined | No | |
completed | boolean | undefined | No |
TestServer
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
url | string | Yes | |
status | string | Yes |
TestTodoItem
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
title | string | Yes | |
description | string | Yes | |
status | string | Yes | |
completed | boolean | Yes | |
orgId | string | Yes | |
userId | string | Yes | |
workspaceId | string | Yes |