Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/packages/sdk/concepts-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const api = {
() => {},
],
putConceptValidList: (ids: string[]) => [
`validate/${ids}`,
`${ids}/validate`,
{
body: JSON.stringify(ids),
},
Expand Down
1 change: 1 addition & 0 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type ImportMetaEnv = {
VITE_CONCEPTS_DOCUMENTATION: string
VITE_OPERATIONS_DOCUMENTATION: string
VITE_VALIDATION_OPERATION_SERIES_EXTRA_MANDATORY_FIELDS: string
VITE_DEV_TOOLS_ENABLED: string
BASE_URL: string
MODE: string
DEV: boolean
Expand Down
Loading