Skip to content

Commit 7fdb02d

Browse files
authored
docs: add TSDocs for e95f08c (#15053)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
1 parent 4c52349 commit 7fdb02d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/core/core-flows/src/settings/workflows/batch-property-labels.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,17 @@ const conditionallyDeletePropertyLabels = (
8484
})
8585
)
8686

87+
/**
88+
* Workflow ID for batch property labels workflow.
89+
*
90+
* @since 2.13.7
91+
*/
8792
export const batchPropertyLabelsWorkflowId = "batch-property-labels"
8893

8994
/**
9095
* This workflow creates, updates, or deletes property labels in batch.
9196
*
92-
* @since 2.13.2
97+
* @since 2.13.7
9398
* @featureFlag view_configurations
9499
*/
95100
export const batchPropertyLabelsWorkflow = createWorkflow(

0 commit comments

Comments
 (0)