Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/jobs / ImportSetItem

Interface: ImportSetItem

Defined in: packages/b2c-tooling-sdk/src/operations/jobs/import-set.ts:64

A local archive in an import set.

Extended by

Properties

id

id: string

Defined in: packages/b2c-tooling-sdk/src/operations/jobs/import-set.ts:66

Stable item ID, derived from the source and immediate child name.


kind

kind: "directory" | "zip"

Defined in: packages/b2c-tooling-sdk/src/operations/jobs/import-set.ts:70

Source kind.


note?

optional note: string

Defined in: packages/b2c-tooling-sdk/src/operations/jobs/import-set.ts:77

Contents of a README.md or README file found at the top of a directory item, trimmed of surrounding whitespace. Used to surface manual follow-up steps after the item is imported. Undefined when no README is present or for zip items.


target

target: string

Defined in: packages/b2c-tooling-sdk/src/operations/jobs/import-set.ts:68

Absolute local path to the directory or zip archive.

Released under the Apache-2.0 License.