Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export { FunctionRunner, getServer } from './function/function.js';

// Request helpers
export {
advertiseCapabilities,
getContextKey,
getCredentials,
getDesiredComposedResources,
Expand All @@ -17,6 +18,8 @@ export {
getRequiredResources,
getRequiredSchema,
getRequiredSchemas,
getWatchedResource,
hasCapability,
} from './request/request.js';

// Response helpers
Expand All @@ -43,15 +46,19 @@ export {
asObject,
asStruct,
type Composite,
type Condition as ResourceCondition,
type ConnectionDetails,
type DesiredComposed,
fromModel,
fromObject,
getCondition,
type MergeOptions,
mustStructJSON,
mustStructObject,
newDesiredComposed,
type ObservedComposed,
toObject,
update as updateResource,
} from './resource/resource.js';

// Runtime utilities
Expand Down
Loading