Skip to content

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

Interface: CachedArtifact ​

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

Cached artifact metadata stored in manifest.json.

Properties ​

downloadedAt ​

downloadedAt: string

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

ISO date string when artifact was downloaded


path ​

path: string

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

Path to the extracted skills directory


version ​

version: string

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

Version of the cached artifact

Released under the Apache-2.0 License.