chore: add since and feature flag TSDocs for setting workflows (#13550)
This commit is contained in:
@@ -9,11 +9,8 @@ export type CreateViewConfigurationStepInput = CreateViewConfigurationDTO
|
||||
export const createViewConfigurationStepId = "create-view-configuration"
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*
|
||||
* @privateRemarks
|
||||
* Remove the `ignore` tag once the feature is ready. Otherwise,
|
||||
* it will be generated in the documentation.
|
||||
* @since 2.10.3
|
||||
* @featureFlag view_configurations
|
||||
*/
|
||||
export const createViewConfigurationStep = createStep(
|
||||
createViewConfigurationStepId,
|
||||
|
||||
@@ -10,11 +10,8 @@ export type SetActiveViewConfigurationStepInput = {
|
||||
export const setActiveViewConfigurationStepId = "set-active-view-configuration"
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*
|
||||
* @privateRemarks
|
||||
* Remove the `ignore` tag once the feature is ready. Otherwise,
|
||||
* it will be generated in the documentation.
|
||||
* @since 2.10.3
|
||||
* @featureFlag view_configurations
|
||||
*/
|
||||
export const setActiveViewConfigurationStep = createStep(
|
||||
setActiveViewConfigurationStepId,
|
||||
|
||||
@@ -13,11 +13,8 @@ export type UpdateViewConfigurationStepInput = {
|
||||
export const updateViewConfigurationStepId = "update-view-configuration"
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*
|
||||
* @privateRemarks
|
||||
* Remove the `ignore` tag once the feature is ready. Otherwise,
|
||||
* it will be generated in the documentation.
|
||||
* @since 2.10.3
|
||||
* @featureFlag view_configurations
|
||||
*/
|
||||
export const updateViewConfigurationStep = createStep(
|
||||
updateViewConfigurationStepId,
|
||||
|
||||
@@ -21,11 +21,8 @@ export type CreateViewConfigurationWorkflowInput =
|
||||
export const createViewConfigurationWorkflowId = "create-view-configuration"
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*
|
||||
* @privateRemarks
|
||||
* Remove the `ignore` tag once the feature is ready. Otherwise,
|
||||
* it will be generated in the documentation.
|
||||
* @since 2.10.3
|
||||
* @featureFlag view_configurations
|
||||
*/
|
||||
export const createViewConfigurationWorkflow = createWorkflow(
|
||||
createViewConfigurationWorkflowId,
|
||||
|
||||
@@ -22,11 +22,8 @@ export type UpdateViewConfigurationWorkflowInput = {
|
||||
export const updateViewConfigurationWorkflowId = "update-view-configuration"
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*
|
||||
* @privateRemarks
|
||||
* Remove the `ignore` tag once the feature is ready. Otherwise,
|
||||
* it will be generated in the documentation.
|
||||
* @since 2.10.3
|
||||
* @featureFlag view_configurations
|
||||
*/
|
||||
export const updateViewConfigurationWorkflow = createWorkflow(
|
||||
updateViewConfigurationWorkflowId,
|
||||
|
||||
Reference in New Issue
Block a user