@salesforce/b2c-tooling-sdk / operations/mrt / MrtBundleView
Interface: MrtBundleView
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:746
A single bundle list row, normalized across the legacy and SCAPI backends so the CLI table renders one shape regardless of backend.
Status is kept raw per backend (legacy numeric enum 0 | 1 | 2, SCAPI string enum "ok" / "broken" / "preparing") so display doesn't silently change for existing legacy users.
Properties
backend
backend:
MrtBackend
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:758
Backend that produced this row.
created?
optionalcreated:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:756
Creation timestamp (ISO 8601).
id?
optionalid:number
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:748
Numeric bundle identifier.
message?
optionalmessage:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:750
Human-readable bundle message/description.
status?
optionalstatus:string|number
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:752
Raw backend status string.
user?
optionaluser:string
Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:754
Email of the user who uploaded the bundle.