Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed May 27, 2024
1 parent 20e1b54 commit 32958c4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion packages/cma-client/src/generated/SchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10589,9 +10589,13 @@ export type DailyUsageAttributes = {
*/
assets_traffic_bytes: number;
/**
* Video streaming seconds
* Regular video streaming (max 1080p), in seconds
*/
mux_delivered_seconds: number;
/**
* High-res video streaming (> 1080p), in seconds
*/
mux_high_resolution_delivered_seconds: number;
/**
* Video encoding seconds
*/
Expand Down
12 changes: 10 additions & 2 deletions packages/cma-client/src/generated/SimpleSchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10165,9 +10165,13 @@ export type DailyUsage = {
*/
assets_traffic_bytes: number;
/**
* Video streaming seconds
* Regular video streaming (max 1080p), in seconds
*/
mux_delivered_seconds: number;
/**
* High-res video streaming (> 1080p), in seconds
*/
mux_high_resolution_delivered_seconds: number;
/**
* Video encoding seconds
*/
Expand Down Expand Up @@ -10217,9 +10221,13 @@ export type DailyUsageAttributes = {
*/
assets_traffic_bytes: number;
/**
* Video streaming seconds
* Regular video streaming (max 1080p), in seconds
*/
mux_delivered_seconds: number;
/**
* High-res video streaming (> 1080p), in seconds
*/
mux_high_resolution_delivered_seconds: number;
/**
* Video encoding seconds
*/
Expand Down
6 changes: 5 additions & 1 deletion packages/dashboard-client/src/generated/SchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3135,9 +3135,13 @@ export type DailyUsageAttributes = {
*/
assets_traffic_bytes: number;
/**
* Video streaming seconds
* Regular video streaming (max 1080p), in seconds
*/
mux_delivered_seconds: number;
/**
* High-res video streaming (> 1080p), in seconds
*/
mux_high_resolution_delivered_seconds: number;
/**
* Video encoding seconds
*/
Expand Down
12 changes: 10 additions & 2 deletions packages/dashboard-client/src/generated/SimpleSchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3161,9 +3161,13 @@ export type DailyUsage = {
*/
assets_traffic_bytes: number;
/**
* Video streaming seconds
* Regular video streaming (max 1080p), in seconds
*/
mux_delivered_seconds: number;
/**
* High-res video streaming (> 1080p), in seconds
*/
mux_high_resolution_delivered_seconds: number;
/**
* Video encoding seconds
*/
Expand Down Expand Up @@ -3214,9 +3218,13 @@ export type DailyUsageAttributes = {
*/
assets_traffic_bytes: number;
/**
* Video streaming seconds
* Regular video streaming (max 1080p), in seconds
*/
mux_delivered_seconds: number;
/**
* High-res video streaming (> 1080p), in seconds
*/
mux_high_resolution_delivered_seconds: number;
/**
* Video encoding seconds
*/
Expand Down

0 comments on commit 32958c4

Please sign in to comment.