add types for shortid

This commit is contained in:
Peter Clement 2024-12-20 14:41:03 +00:00
parent 9003be49b3
commit cfc56277fd
3 changed files with 1468 additions and 137 deletions

View File

@ -94,6 +94,7 @@
"@sveltejs/vite-plugin-svelte": "1.4.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/svelte": "^4.1.0",
"@types/shortid": "^2.2.0",
"babel-jest": "^29.6.2",
"identity-obj-proxy": "^3.0.0",
"jest": "29.7.0",

View File

@ -29,6 +29,7 @@ import {
AutomationStepSchema,
AutomationTriggerSchema,
BranchPath,
BlockDefinitions,
} from "@budibase/types"
import { ActionStepID } from "constants/backend/automations"
import { FIELDS } from "constants/backend"
@ -39,12 +40,6 @@ import { QueryUtils } from "@budibase/frontend-core"
import { BudiStore, DerivedBudiStore } from "stores/BudiStore"
import { appStore } from "stores/builder"
interface BlockDefinitions {
TRIGGER: Record<string, any>
CREATABLE_TRIGGER: Record<string, any>
ACTION: Record<string, any>
}
interface AutomationState {
automations: Automation[]
testResults: any | null

1597
yarn.lock

File diff suppressed because it is too large Load Diff