Skip to content

Commit 32958c4

Browse files
committed
Update schema
1 parent 20e1b54 commit 32958c4

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

packages/cma-client/src/generated/SchemaTypes.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -10589,9 +10589,13 @@ export type DailyUsageAttributes = {
1058910589
*/
1059010590
assets_traffic_bytes: number;
1059110591
/**
10592-
* Video streaming seconds
10592+
* Regular video streaming (max 1080p), in seconds
1059310593
*/
1059410594
mux_delivered_seconds: number;
10595+
/**
10596+
* High-res video streaming (> 1080p), in seconds
10597+
*/
10598+
mux_high_resolution_delivered_seconds: number;
1059510599
/**
1059610600
* Video encoding seconds
1059710601
*/

packages/cma-client/src/generated/SimpleSchemaTypes.ts

+10-2
Original file line numberDiff line numberDiff line change
@@ -10165,9 +10165,13 @@ export type DailyUsage = {
1016510165
*/
1016610166
assets_traffic_bytes: number;
1016710167
/**
10168-
* Video streaming seconds
10168+
* Regular video streaming (max 1080p), in seconds
1016910169
*/
1017010170
mux_delivered_seconds: number;
10171+
/**
10172+
* High-res video streaming (> 1080p), in seconds
10173+
*/
10174+
mux_high_resolution_delivered_seconds: number;
1017110175
/**
1017210176
* Video encoding seconds
1017310177
*/
@@ -10217,9 +10221,13 @@ export type DailyUsageAttributes = {
1021710221
*/
1021810222
assets_traffic_bytes: number;
1021910223
/**
10220-
* Video streaming seconds
10224+
* Regular video streaming (max 1080p), in seconds
1022110225
*/
1022210226
mux_delivered_seconds: number;
10227+
/**
10228+
* High-res video streaming (> 1080p), in seconds
10229+
*/
10230+
mux_high_resolution_delivered_seconds: number;
1022310231
/**
1022410232
* Video encoding seconds
1022510233
*/

packages/dashboard-client/src/generated/SchemaTypes.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -3135,9 +3135,13 @@ export type DailyUsageAttributes = {
31353135
*/
31363136
assets_traffic_bytes: number;
31373137
/**
3138-
* Video streaming seconds
3138+
* Regular video streaming (max 1080p), in seconds
31393139
*/
31403140
mux_delivered_seconds: number;
3141+
/**
3142+
* High-res video streaming (> 1080p), in seconds
3143+
*/
3144+
mux_high_resolution_delivered_seconds: number;
31413145
/**
31423146
* Video encoding seconds
31433147
*/

packages/dashboard-client/src/generated/SimpleSchemaTypes.ts

+10-2
Original file line numberDiff line numberDiff line change
@@ -3161,9 +3161,13 @@ export type DailyUsage = {
31613161
*/
31623162
assets_traffic_bytes: number;
31633163
/**
3164-
* Video streaming seconds
3164+
* Regular video streaming (max 1080p), in seconds
31653165
*/
31663166
mux_delivered_seconds: number;
3167+
/**
3168+
* High-res video streaming (> 1080p), in seconds
3169+
*/
3170+
mux_high_resolution_delivered_seconds: number;
31673171
/**
31683172
* Video encoding seconds
31693173
*/
@@ -3214,9 +3218,13 @@ export type DailyUsageAttributes = {
32143218
*/
32153219
assets_traffic_bytes: number;
32163220
/**
3217-
* Video streaming seconds
3221+
* Regular video streaming (max 1080p), in seconds
32183222
*/
32193223
mux_delivered_seconds: number;
3224+
/**
3225+
* High-res video streaming (> 1080p), in seconds
3226+
*/
3227+
mux_high_resolution_delivered_seconds: number;
32203228
/**
32213229
* Video encoding seconds
32223230
*/

0 commit comments

Comments
 (0)