@salesforce/b2c-tooling-sdk / clients / BuildPushResponse
Interface: BuildPushResponse
Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:53
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:55
The bundle ID assigned by MRT
bundle_preview_url
bundle_preview_url:
string|null
Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:61
Preview URL for the bundle (if available)
message
message:
string
Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:57
Success message from the API
url
url:
string
Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:59
URL to view the bundle in the MRT dashboard
warnings
warnings:
string[]
Defined in: packages/b2c-tooling-sdk/src/clients/mrt.ts:63
Any warnings from the push operation