@maxim_mazurok/gapi.client.displayvideo-v4 0.2.20260120 → 0.2.20260204

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 +20 -20
  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: 20260120
12
+ // Revision: 20260204
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -71,37 +71,37 @@ declare namespace gapi.client {
71
71
  targetingExpansion?: TargetingExpansionConfig;
72
72
  }
73
73
  interface AdGroupAd {
74
- /** The unique ID of the ad. Assigned by the system. */
74
+ /** Output only. The unique ID of the ad. Assigned by the system. */
75
75
  adGroupAdId?: string;
76
- /** The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand Gen ads are not currently retrieveable using `advertisers.adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can be identified by the absence of the `ad_details` union field. */
76
+ /** Required. The unique ID of the ad group that the ad belongs to. */
77
77
  adGroupId?: string;
78
- /** The policy approval status of the ad. */
78
+ /** Output only. The policy approval status of the ad. */
79
79
  adPolicy?: AdPolicy;
80
80
  /** List of URLs used by the ad. */
81
81
  adUrls?: AdUrl[];
82
- /** The unique ID of the advertiser the ad belongs to. */
82
+ /** Required. The unique ID of the advertiser the ad belongs to. */
83
83
  advertiserId?: string;
84
- /** Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives. */
84
+ /** Output only. Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives. */
85
85
  audioAd?: AudioAd;
86
- /** Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or less than 6 seconds, used for reach. */
86
+ /** Output only. Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or less than 6 seconds, used for reach. */
87
87
  bumperAd?: BumperAd;
88
- /** The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes. */
88
+ /** Required. The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes. */
89
89
  displayName?: string;
90
- /** Details of an ad sourced from a Display & Video 360 creative. */
90
+ /** Output only. Details of an ad sourced from a Display & Video 360 creative. */
91
91
  displayVideoSourceAd?: DisplayVideoSourceAd;
92
- /** The entity status of the ad. */
92
+ /** Required. The entity status of the ad. */
93
93
  entityStatus?: string;
94
- /** Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), used for brand awareness or reach marketing objectives. */
94
+ /** Output only. Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), used for brand awareness or reach marketing objectives. */
95
95
  inStreamAd?: InStreamAd;
96
- /** Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826). */
96
+ /** Output only. Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826). */
97
97
  mastheadAd?: MastheadAd;
98
- /** The resource name of the ad. */
98
+ /** Output only. The resource name of the ad. */
99
99
  name?: string;
100
- /** Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), between 6 and 15 seconds, used for reach marketing objectives. */
100
+ /** Output only. Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), between 6 and 15 seconds, used for reach marketing objectives. */
101
101
  nonSkippableAd?: NonSkippableAd;
102
- /** Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places of discovery. */
102
+ /** Output only. Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places of discovery. */
103
103
  videoDiscoverAd?: VideoDiscoveryAd;
104
- /** Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive actions to the business, service or product. */
104
+ /** Output only. Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive actions to the business, service or product. */
105
105
  videoPerformanceAd?: VideoPerformanceAd;
106
106
  }
107
107
  interface AdGroupAssignedTargetingOption {
@@ -2233,7 +2233,7 @@ declare namespace gapi.client {
2233
2233
  nextPageToken?: string;
2234
2234
  }
2235
2235
  interface ListAdGroupAdsResponse {
2236
- /** The list of ad group ads. This list will be absent if empty. */
2236
+ /** The list of ads. This list will be absent if empty. */
2237
2237
  adGroupAds?: AdGroupAd[];
2238
2238
  /** A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListAdGroupAds` method to retrieve the next page of results. */
2239
2239
  nextPageToken?: string;
@@ -3587,7 +3587,7 @@ declare namespace gapi.client {
3587
3587
  '$.xgafv'?: string;
3588
3588
  /** OAuth access token. */
3589
3589
  access_token?: string;
3590
- /** Required. The ID of the ad group ad to fetch. */
3590
+ /** Required. The ID of the ad to fetch. */
3591
3591
  adGroupAdId: string;
3592
3592
  /** Required. The ID of the advertiser this ad group ad belongs to. */
3593
3593
  advertiserId: string;
@@ -3616,7 +3616,7 @@ declare namespace gapi.client {
3616
3616
  '$.xgafv'?: string;
3617
3617
  /** OAuth access token. */
3618
3618
  access_token?: string;
3619
- /** Required. The ID of the advertiser the ad groups belongs to. */
3619
+ /** Required. The ID of the advertiser the ads belong to. */
3620
3620
  advertiserId: string;
3621
3621
  /** Data format for response. */
3622
3622
  alt?: string;
@@ -3624,7 +3624,7 @@ declare namespace gapi.client {
3624
3624
  callback?: string;
3625
3625
  /** Selector specifying which fields to include in a partial response. */
3626
3626
  fields?: string;
3627
- /** Optional. Allows filtering by custom ad group ad fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group: `adGroupId="1234"` * All ad group ads under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information. */
3627
+ /** Optional. Allows filtering by ad group ad fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group: `adGroupId="1234"` * All ad group ads under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information. */
3628
3628
  filter?: string;
3629
3629
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3630
3630
  key?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v4",
3
- "version": "0.2.20260120",
3
+ "version": "0.2.20260204",
4
4
  "description": "TypeScript typings for Display & Video 360 API v4",
5
5
  "repository": {
6
6
  "type": "git",