@maxim_mazurok/gapi.client.displayvideo-v3 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 +17 -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=v3
12
- // Revision: 20250814
12
+ // Revision: 20250819
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -143,6 +143,8 @@ declare namespace gapi.client {
143
143
  advertiserId?: string;
144
144
  /** Required. Billing related settings of the advertiser. */
145
145
  billingConfig?: AdvertiserBillingConfig;
146
+ /** Optional. Whether this advertiser contains line items that serve European Union political ads. If this field is set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING`, then the following will happen: * Any new line items created under this advertiser will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. * Any existing line items under this advertiser that do not have a set value be updated to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` within a day. */
147
+ containsEuPoliticalAds?: string;
146
148
  /** Required. Creative related settings of the advertiser. */
147
149
  creativeConfig?: AdvertiserCreativeConfig;
148
150
  /** Settings that control how advertiser data may be accessed. */
@@ -227,6 +229,12 @@ declare namespace gapi.client {
227
229
  interface AlgorithmRulesComparisonValue {
228
230
  /** Boolean value. */
229
231
  boolValue?: boolean;
232
+ /** Video content duration value. */
233
+ contentDurationValue?: string;
234
+ /** Video genre id value. */
235
+ contentGenreIdValue?: string;
236
+ /** Video delivery type value. */
237
+ contentStreamTypeValue?: string;
230
238
  /** Creative dimension value. */
231
239
  creativeDimensionValue?: Dimensions;
232
240
  /** Day and time value. Only `TIME_ZONE_RESOLUTION_END_USER` is supported. */
@@ -699,7 +707,7 @@ declare namespace gapi.client {
699
707
  lineItemIds?: string[];
700
708
  /** 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
709
  targetLineItem?: LineItem;
702
- /** Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAdvertising */
710
+ /** Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAds */
703
711
  updateMask?: string;
704
712
  }
705
713
  interface BulkUpdateLineItemsResponse {
@@ -1359,6 +1367,8 @@ declare namespace gapi.client {
1359
1367
  videoViewableRate?: string;
1360
1368
  }
1361
1369
  interface DuplicateLineItemRequest {
1370
+ /** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting **September 8, 2025**, this field must be set. If not, either the value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent advertiser has declared that it does not serve EU political ads, or **the request will fail**. */
1371
+ containsEuPoliticalAds?: string;
1362
1372
  /** The display name of the new line item. Must be UTF-8 encoded with a maximum size of 240 bytes. */
1363
1373
  targetDisplayName?: string;
1364
1374
  }
@@ -1566,6 +1576,8 @@ declare namespace gapi.client {
1566
1576
  gender?: string;
1567
1577
  }
1568
1578
  interface GenerateDefaultLineItemRequest {
1579
+ /** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting **September 8, 2025**, this field must be set. If not, either the value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent advertiser has declared that it does not serve EU political ads, or **the request will fail**. */
1580
+ containsEuPoliticalAds?: string;
1569
1581
  /** Required. The display name of the line item. Must be UTF-8 encoded with a maximum size of 240 bytes. */
1570
1582
  displayName?: string;
1571
1583
  /** Required. The unique ID of the insertion order that the line item belongs to. */
@@ -1962,6 +1974,8 @@ declare namespace gapi.client {
1962
1974
  budget?: LineItemBudget;
1963
1975
  /** Output only. The unique ID of the campaign that the line item belongs to. */
1964
1976
  campaignId?: string;
1977
+ /** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting **September 8, 2025**, this field must be set when creating a new line item. If not, either the value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has declared that it does not serve EU political ads, or **the `advertisers.lineItems.create` request will fail**. */
1978
+ containsEuPoliticalAds?: string;
1965
1979
  /** The conversion tracking setting of the line item. */
1966
1980
  conversionCounting?: ConversionCountingConfig;
1967
1981
  /** The IDs of the creatives associated with the line item. */
@@ -3016,7 +3030,7 @@ declare namespace gapi.client {
3016
3030
  adGroupEffectiveTargetCpaValue?: string;
3017
3031
  /** The type of the bidding strategy. */
3018
3032
  type?: string;
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` 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. */
3033
+ /** 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. */
3020
3034
  value?: string;
3021
3035
  }
3022
3036
  interface YoutubeAndPartnersInventorySourceConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v3",
3
- "version": "0.0.20250814",
3
+ "version": "0.0.20250819",
4
4
  "description": "TypeScript typings for Display & Video 360 API v3",
5
5
  "repository": {
6
6
  "type": "git",