@maxim_mazurok/gapi.client.displayvideo-v3 0.0.20250331 → 0.0.20250410

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 +1 -35
  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: 20250331
12
+ // Revision: 20250410
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -9926,38 +9926,6 @@ declare namespace gapi.client {
9926
9926
  ): Request<Operation>;
9927
9927
  operations: OperationsResource;
9928
9928
  }
9929
- interface OperationsResource {
9930
- /** Gets the latest state of an asynchronous SDF download task operation. Clients should poll this method at intervals of 30 seconds. */
9931
- get(request?: {
9932
- /** V1 error format. */
9933
- '$.xgafv'?: string;
9934
- /** OAuth access token. */
9935
- access_token?: string;
9936
- /** Data format for response. */
9937
- alt?: string;
9938
- /** JSONP */
9939
- callback?: string;
9940
- /** Selector specifying which fields to include in a partial response. */
9941
- fields?: string;
9942
- /** 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. */
9943
- key?: string;
9944
- /** The name of the operation resource. */
9945
- name: string;
9946
- /** OAuth 2.0 token for the current user. */
9947
- oauth_token?: string;
9948
- /** Returns response with indentations and line breaks. */
9949
- prettyPrint?: boolean;
9950
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
9951
- quotaUser?: string;
9952
- /** Upload protocol for media (e.g. "raw", "multipart"). */
9953
- upload_protocol?: string;
9954
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9955
- uploadType?: string;
9956
- }): Request<Operation>;
9957
- }
9958
- interface SdfuploadtasksResource {
9959
- operations: OperationsResource;
9960
- }
9961
9929
  interface TargetingOptionsResource {
9962
9930
  /** Gets a single targeting option. */
9963
9931
  get(request?: {
@@ -10379,8 +10347,6 @@ declare namespace gapi.client {
10379
10347
 
10380
10348
  const sdfdownloadtasks: SdfdownloadtasksResource;
10381
10349
 
10382
- const sdfuploadtasks: SdfuploadtasksResource;
10383
-
10384
10350
  const targetingTypes: TargetingTypesResource;
10385
10351
 
10386
10352
  const users: UsersResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v3",
3
- "version": "0.0.20250331",
3
+ "version": "0.0.20250410",
4
4
  "description": "TypeScript typings for Display & Video 360 API v3",
5
5
  "repository": {
6
6
  "type": "git",