Skip to content

Commit

Permalink
Add name source to @_dd.action
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi committed Nov 18, 2024
1 parent 3b6f2b6 commit de9a77e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export declare type RumActionEvent = CommonProperties & ViewContainerSchema & {
/**
* Action name computing source
*/
name_source?: 'custom_attribute' | 'mask_placeholder' | 'standard_attribute' | 'text_content' | 'mask_disallowed';
name_source?: 'custom_attribute' | 'mask_placeholder' | 'standard_attribute' | 'text_content' | 'mask_disallowed' | 'blank';
[k: string]: unknown;
};
[k: string]: unknown;
Expand Down
2 changes: 1 addition & 1 deletion lib/esm/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export declare type RumActionEvent = CommonProperties & ViewContainerSchema & {
/**
* Action name computing source
*/
name_source?: 'custom_attribute' | 'mask_placeholder' | 'standard_attribute' | 'text_content' | 'mask_disallowed';
name_source?: 'custom_attribute' | 'mask_placeholder' | 'standard_attribute' | 'text_content' | 'mask_disallowed' | 'blank';
[k: string]: unknown;
};
[k: string]: unknown;
Expand Down
3 changes: 2 additions & 1 deletion schemas/rum/action-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@
"mask_placeholder",
"standard_attribute",
"text_content",
"mask_disallowed"
"mask_disallowed",
"blank"
],
"readOnly": false
}
Expand Down

0 comments on commit de9a77e

Please sign in to comment.