Skip to content

Commit 48d1f53

Browse files
committed
fix: use update instead of touch
1 parent 637b952 commit 48d1f53

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/cjs/generated/rum.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ export declare type RumVitalEvent = CommonProperties & ViewContainerSchema & {
11761176
/**
11771177
* Type of the step that triggered the vital, if applicable
11781178
*/
1179-
readonly step_type?: 'start' | 'touch' | 'retry' | 'end';
1179+
readonly step_type?: 'start' | 'update' | 'retry' | 'end';
11801180
/**
11811181
* Reason for the failure of the step, if applicable
11821182
*/

lib/esm/generated/rum.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ export declare type RumVitalEvent = CommonProperties & ViewContainerSchema & {
11761176
/**
11771177
* Type of the step that triggered the vital, if applicable
11781178
*/
1179-
readonly step_type?: 'start' | 'touch' | 'retry' | 'end';
1179+
readonly step_type?: 'start' | 'update' | 'retry' | 'end';
11801180
/**
11811181
* Reason for the failure of the step, if applicable
11821182
*/

schemas/rum/vital-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"step_type": {
7272
"type": "string",
7373
"description": "Type of the step that triggered the vital, if applicable",
74-
"enum": ["start", "touch", "retry", "end"],
74+
"enum": ["start", "update", "retry", "end"],
7575
"readOnly": true
7676
},
7777
"failure_reason": {

0 commit comments

Comments
 (0)