Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/mrt / CreateDeploymentResult

Interface: CreateDeploymentResult

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:177

Deployment creation response.

Properties

bundleId

bundleId: number

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:181

The bundle ID being deployed.


status

status: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:191

Initial deployment status.


targetSlug

targetSlug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:186

The target slug.


warnings?

optional warnings: string[]

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/deployment.ts:197

Non-blocking warnings returned by MRT for this deployment (e.g. x86 deprecation). Optional — absent if the deploy endpoint returns no warnings.

Released under the Apache-2.0 License.