@maxim_mazurok/gapi.client.admob-v1beta 0.3.20260604 → 0.3.20260610
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.
- package/index.d.ts +3 -3
- 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://admob.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260610
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -59,7 +59,7 @@ declare namespace gapi.client {
|
|
|
59
59
|
adFormat?: string;
|
|
60
60
|
/** Ad media type supported by this ad unit. Possible values as follows: "RICH_MEDIA" - Text, image, and other non-video media. "VIDEO" - Video media. */
|
|
61
61
|
adTypes?: string[];
|
|
62
|
-
/** The externally visible ID of the ad unit which can be used to integrate with
|
|
62
|
+
/** The externally visible ID of the ad unit which can be used to integrate with AdMob. This is a read only property. Example: ca-app-pub-9876543210987654/0123456789 */
|
|
63
63
|
adUnitId?: string;
|
|
64
64
|
/** The externally visible ID of the app this ad unit is associated with. Example: ca-app-pub-9876543210987654~0123456789 */
|
|
65
65
|
appId?: string;
|
|
@@ -95,7 +95,7 @@ declare namespace gapi.client {
|
|
|
95
95
|
| 'ACTION_REQUIRED'
|
|
96
96
|
| 'IN_REVIEW'
|
|
97
97
|
| 'APPROVED';
|
|
98
|
-
/** The externally visible ID of the app which can be used to integrate with
|
|
98
|
+
/** The externally visible ID of the app which can be used to integrate with AdMob. This is a read only property. Example: ca-app-pub-9876543210987654~0123456789 */
|
|
99
99
|
appId?: string;
|
|
100
100
|
/** Immutable. The information for an app that is linked to an app store. This field is present if and only if the app is linked to an app store. */
|
|
101
101
|
linkedAppInfo?: AppLinkedAppInfo;
|