You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cma-client/src/generated/ApiTypes.ts
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3856,6 +3856,10 @@ export type SitePlan = {
3856
3856
* The number of available encoding seconds to Mux.com
3857
3857
*/
3858
3858
mux_encoding_seconds: null|number;
3859
+
/**
3860
+
* The number of images you can analyze for smart tags detections
3861
+
*/
3862
+
smart_tags_detections: null|number;
3859
3863
/**
3860
3864
* The number of different API tokens you can generate, each which different permissions
3861
3865
*/
@@ -4092,6 +4096,10 @@ export type SitePlanAttributes = {
4092
4096
* The number of available encoding seconds to Mux.com
4093
4097
*/
4094
4098
mux_encoding_seconds: null|number;
4099
+
/**
4100
+
* The number of images you can analyze for smart tags detections
4101
+
*/
4102
+
smart_tags_detections: null|number;
4095
4103
/**
4096
4104
* The number of different API tokens you can generate, each which different permissions
4097
4105
*/
@@ -10643,6 +10651,10 @@ export type DailyUsage = {
10643
10651
* Video encoding seconds
10644
10652
*/
10645
10653
mux_encoded_seconds: number;
10654
+
/**
10655
+
* Number of images analyzed for smart tags
10656
+
*/
10657
+
smart_tags_detections: number;
10646
10658
};
10647
10659
/**
10648
10660
* JSON API data
@@ -10697,6 +10709,10 @@ export type DailyUsageAttributes = {
10697
10709
* Video encoding seconds
10698
10710
*/
10699
10711
mux_encoded_seconds: number;
10712
+
/**
10713
+
* Number of images analyzed for smart tags
10714
+
*/
10715
+
smart_tags_detections: number;
10700
10716
};
10701
10717
/**
10702
10718
* You can use counters to analyze your project's data consumption over a period of time. Counters are especially useful if your project is exceeding its API calls/traffic quota limits, to better understand where and how requests are originating. Counters are updated every minute, so you can debug in real-time the results of your changes.
0 commit comments