Skip to content

Commit 11d1885

Browse files
Re-generated schemas
1 parent 7e9dc06 commit 11d1885

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

lib/cjs/generated/rum.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,17 +1625,17 @@ export interface CommonProperties {
16251625
*/
16261626
readonly brightness_level?: number;
16271627
/**
1628-
* Number of device processors
1628+
* Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
16291629
*/
1630-
readonly processor_count?: number;
1630+
readonly logical_cpu_count?: number;
16311631
/**
16321632
* Total RAM in megabytes
16331633
*/
16341634
readonly total_ram?: number;
16351635
/**
16361636
* Whether the device is considered a low RAM device (Android)
16371637
*/
1638-
readonly is_low_ram_device?: boolean;
1638+
readonly is_low_ram?: boolean;
16391639
[k: string]: unknown;
16401640
};
16411641
/**

lib/cjs/generated/telemetry.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,17 +600,17 @@ export interface CommonTelemetryProperties {
600600
*/
601601
model?: string;
602602
/**
603-
* Number of device processors
603+
* Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
604604
*/
605-
readonly processor_count?: number;
605+
readonly logical_cpu_count?: number;
606606
/**
607607
* Total RAM in megabytes
608608
*/
609609
readonly total_ram?: number;
610610
/**
611611
* Whether the device is considered a low RAM device (Android)
612612
*/
613-
readonly is_low_ram_device?: boolean;
613+
readonly is_low_ram?: boolean;
614614
[k: string]: unknown;
615615
};
616616
/**

lib/esm/generated/rum.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,17 +1625,17 @@ export interface CommonProperties {
16251625
*/
16261626
readonly brightness_level?: number;
16271627
/**
1628-
* Number of device processors
1628+
* Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
16291629
*/
1630-
readonly processor_count?: number;
1630+
readonly logical_cpu_count?: number;
16311631
/**
16321632
* Total RAM in megabytes
16331633
*/
16341634
readonly total_ram?: number;
16351635
/**
16361636
* Whether the device is considered a low RAM device (Android)
16371637
*/
1638-
readonly is_low_ram_device?: boolean;
1638+
readonly is_low_ram?: boolean;
16391639
[k: string]: unknown;
16401640
};
16411641
/**

lib/esm/generated/telemetry.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,17 +600,17 @@ export interface CommonTelemetryProperties {
600600
*/
601601
model?: string;
602602
/**
603-
* Number of device processors
603+
* Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
604604
*/
605-
readonly processor_count?: number;
605+
readonly logical_cpu_count?: number;
606606
/**
607607
* Total RAM in megabytes
608608
*/
609609
readonly total_ram?: number;
610610
/**
611611
* Whether the device is considered a low RAM device (Android)
612612
*/
613-
readonly is_low_ram_device?: boolean;
613+
readonly is_low_ram?: boolean;
614614
[k: string]: unknown;
615615
};
616616
/**

0 commit comments

Comments
 (0)