chore: add since and feature flag TSDocs for setting workflows (#13550)

This commit is contained in:
Shahed Nasser
2025-09-19 10:44:22 +03:00
committed by GitHub
parent 138e340917
commit 0fd479f9d6
5 changed files with 10 additions and 25 deletions
@@ -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,