@maxim_mazurok/gapi.client.displayvideo-v4 0.0.20250814 → 0.0.20250819

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.
Files changed (2) hide show
  1. package/index.d.ts +9 -3
  2. 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=v4
12
- // Revision: 20250814
12
+ // Revision: 20250819
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -227,6 +227,12 @@ declare namespace gapi.client {
227
227
  interface AlgorithmRulesComparisonValue {
228
228
  /** Boolean value. */
229
229
  boolValue?: boolean;
230
+ /** Video content duration value. */
231
+ contentDurationValue?: string;
232
+ /** Video genre id value. */
233
+ contentGenreIdValue?: string;
234
+ /** Video delivery type value. */
235
+ contentStreamTypeValue?: string;
230
236
  /** Creative dimension value. */
231
237
  creativeDimensionValue?: Dimensions;
232
238
  /** Day and time value. Only `TIME_ZONE_RESOLUTION_END_USER` is supported. */
@@ -699,7 +705,7 @@ declare namespace gapi.client {
699
705
  lineItemIds?: string[];
700
706
  /** Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids." */
701
707
  targetLineItem?: LineItem;
702
- /** Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising */
708
+ /** Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAds */
703
709
  updateMask?: string;
704
710
  }
705
711
  interface BulkUpdateLineItemsResponse {
@@ -3010,7 +3016,7 @@ declare namespace gapi.client {
3010
3016
  adGroupEffectiveTargetCpaValue?: string;
3011
3017
  /** The type of the bidding strategy. */
3012
3018
  type?: string;
3013
- /** The value used by the bidding strategy. When the bidding strategy is assigned at the line item level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding strategy is assigned at the ad group level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` If not using an applicable strategy, the value of this field will be 0. */
3019
+ /** The value used by the bidding strategy. When the bidding strategy is assigned at the line item level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the bidding strategy is assigned at the ad group level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` If not using an applicable strategy, the value of this field will be 0. */
3014
3020
  value?: string;
3015
3021
  }
3016
3022
  interface YoutubeAndPartnersInventorySourceConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v4",
3
- "version": "0.0.20250814",
3
+ "version": "0.0.20250819",
4
4
  "description": "TypeScript typings for Display & Video 360 API v4",
5
5
  "repository": {
6
6
  "type": "git",