Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / CachedArtifact

Interface: CachedArtifact

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:171

Cached artifact metadata stored in manifest.json.

Properties

commitSha?

optional commitSha: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:179

For repo-contents sources: the resolved commit SHA


downloadedAt

downloadedAt: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:177

ISO date string when artifact was downloaded


path

path: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:175

Path to the extracted skills directory


version

version: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:173

Version of the cached artifact

Released under the Apache-2.0 License.