@maxim_mazurok/gapi.client.displayvideo-v3 0.0.20250625 → 0.0.20250729
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +11 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://displayvideo.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250729
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2931,6 +2931,14 @@ declare namespace gapi.client {
|
|
|
2931
2931
|
/** Output only. User rewarded content status for video ads. */
|
|
2932
2932
|
userRewardedContent?: string;
|
|
2933
2933
|
}
|
|
2934
|
+
interface VideoAdInventoryControl {
|
|
2935
|
+
/** Optional. Whether ads can serve as in-feed format. */
|
|
2936
|
+
allowInFeed?: boolean;
|
|
2937
|
+
/** Optional. Whether ads can serve as in-stream format. */
|
|
2938
|
+
allowInStream?: boolean;
|
|
2939
|
+
/** Optional. Whether ads can serve as shorts format. */
|
|
2940
|
+
allowShorts?: boolean;
|
|
2941
|
+
}
|
|
2934
2942
|
interface VideoAdSequenceSettings {
|
|
2935
2943
|
/** The minimum time interval before the same user sees this sequence again. */
|
|
2936
2944
|
minimumDuration?: string;
|
|
@@ -3036,6 +3044,8 @@ declare namespace gapi.client {
|
|
|
3036
3044
|
targetFrequency?: TargetFrequency;
|
|
3037
3045
|
/** Optional. The third-party measurement configs of the line item. */
|
|
3038
3046
|
thirdPartyMeasurementConfigs?: ThirdPartyMeasurementConfigs;
|
|
3047
|
+
/** Optional. The settings to control which inventory is allowed for this line item. */
|
|
3048
|
+
videoAdInventoryControl?: VideoAdInventoryControl;
|
|
3039
3049
|
/** Optional. The settings related to VideoAdSequence. */
|
|
3040
3050
|
videoAdSequenceSettings?: VideoAdSequenceSettings;
|
|
3041
3051
|
/** The view frequency cap settings of the line item. The max_views field in this settings object must be used if assigning a limited cap. */
|