@salesforce/b2c-tooling-sdk / operations/mrt / MrtDeploymentView
Interface: MrtDeploymentView
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:323
A single deployment history row, normalized across the legacy and SCAPI backends so the CLI table renders one shape regardless of backend.
Status and type strings are kept raw per backend (legacy "Finished" / "Publish", SCAPI "finished" / "publish") so display doesn't silently change for existing legacy users; terminal-state logic for --wait lives in waitForDeploymentScapi and operates on the SCAPI enum directly.
Properties
backend
backend:
MrtBackend
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:339
Backend that produced this row.
bundleId?
optionalbundleId:number
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:327
Numeric bundle identifier.
bundleMessage?
optionalbundleMessage:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:329
Human-readable bundle message/description.
createdBy?
optionalcreatedBy:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:337
Email of the user who triggered the deployment.
creationDate?
optionalcreationDate:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:335
Creation timestamp (ISO 8601).
deploymentId?
optionaldeploymentId:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:325
SCAPI deployment UUID. Undefined for legacy (its list has no per-deploy id).
deploymentType?
optionaldeploymentType:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:333
Raw backend deployment type.
status?
optionalstatus:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:331
Raw backend status string.