@salesforce/b2c-tooling-sdk / operations/mrt / MrtDeploymentView
Interface: MrtDeploymentView
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:315
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:331
Backend that produced this row.
bundleId?
optionalbundleId:number
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:319
Numeric bundle identifier.
bundleMessage?
optionalbundleMessage:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:321
Human-readable bundle message/description.
createdBy?
optionalcreatedBy:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:329
Email of the user who triggered the deployment.
creationDate?
optionalcreationDate:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:327
Creation timestamp (ISO 8601).
deploymentId?
optionaldeploymentId:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:317
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:325
Raw backend deployment type.
status?
optionalstatus:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:323
Raw backend status string.