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