Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / clients / BuildPushResponse

Interface: BuildPushResponse

Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:76

Response from pushing a bundle to MRT.

Note: The OpenAPI spec doesn't properly define this response type, so we define it based on the actual API response.

Properties

bundle_id

bundle_id: number

Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:78

The bundle ID assigned by MRT


bundle_preview_url

bundle_preview_url: string | null

Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:84

Preview URL for the bundle (if available)


message

message: string

Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:80

Success message from the API


url

url: string

Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:82

URL to view the bundle in the MRT dashboard


warnings

warnings: string[]

Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:86

Any warnings from the push operation

Released under the Apache-2.0 License.