@maxim_mazurok/gapi.client.displayvideo-v3 0.0.20250508 → 0.0.20250529

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 +3 -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: 20250508
12
+ // Revision: 20250529
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -3020,9 +3020,9 @@ declare namespace gapi.client {
3020
3020
  includeYoutubeVideoPartners?: boolean;
3021
3021
  }
3022
3022
  interface YoutubeAndPartnersSettings {
3023
- /** The kind of content on which the YouTube and Partners ads will be shown. */
3023
+ /** The kind of content on which the YouTube and Partners ads will be shown. *Warning*: Starting **June 12, 2025**, this setting will no longer be editable. This field will eventually be removed. [Read more about this announced change](/display-video/api/deprecations#features.li_yt_content_category) */
3024
3024
  contentCategory?: string;
3025
- /** Output only. The content category which takes effect when serving the line item. When content category is set in both line item and advertiser, the stricter one will take effect when serving the line item. */
3025
+ /** Output only. The content category which takes effect when serving the line item. When content category is set in both line item and advertiser, the stricter one will take effect when serving the line item. *Warning*: Starting **June 12, 2025**, this field will only reflect the advertiser level setting for new line items. [Read more about this announced change](/display-video/api/deprecations#features.li_yt_content_category) */
3026
3026
  effectiveContentCategory?: string;
3027
3027
  /** Settings that control what YouTube and Partners inventories the line item will target. */
3028
3028
  inventorySourceSettings?: YoutubeAndPartnersInventorySourceConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v3",
3
- "version": "0.0.20250508",
3
+ "version": "0.0.20250529",
4
4
  "description": "TypeScript typings for Display & Video 360 API v3",
5
5
  "repository": {
6
6
  "type": "git",