@maxim_mazurok/gapi.client.adsenseplatform-v1alpha 0.0.20250121 → 0.0.20250123
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 +5 -5
- 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://adsenseplatform.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250123
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -132,7 +132,7 @@ declare namespace gapi.client {
|
|
|
132
132
|
interface PlatformChildSite {
|
|
133
133
|
/** Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name. */
|
|
134
134
|
domain?: string;
|
|
135
|
-
/** Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{
|
|
135
|
+
/** Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} */
|
|
136
136
|
name?: string;
|
|
137
137
|
/** Resource name of the Platform Group of the Platform Child Site. */
|
|
138
138
|
platformGroup?: string;
|
|
@@ -181,7 +181,7 @@ declare namespace gapi.client {
|
|
|
181
181
|
pageSize?: number;
|
|
182
182
|
/** Optional. A page token, received from a previous `ListPlatformChildren` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformChildren` must match the call that provided the page token. */
|
|
183
183
|
pageToken?: string;
|
|
184
|
-
/** Required. The name of the platform
|
|
184
|
+
/** Required. The name of the child account under the given platform which owns the platform child sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account} */
|
|
185
185
|
parent: string;
|
|
186
186
|
/** Returns response with indentations and line breaks. */
|
|
187
187
|
prettyPrint?: boolean;
|
|
@@ -206,7 +206,7 @@ declare namespace gapi.client {
|
|
|
206
206
|
fields?: string;
|
|
207
207
|
/** 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. */
|
|
208
208
|
key?: string;
|
|
209
|
-
/** Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{
|
|
209
|
+
/** Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} */
|
|
210
210
|
name: string;
|
|
211
211
|
/** OAuth 2.0 token for the current user. */
|
|
212
212
|
oauth_token?: string;
|
|
@@ -237,7 +237,7 @@ declare namespace gapi.client {
|
|
|
237
237
|
fields?: string;
|
|
238
238
|
/** 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. */
|
|
239
239
|
key?: string;
|
|
240
|
-
/** Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{
|
|
240
|
+
/** Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} */
|
|
241
241
|
name: string;
|
|
242
242
|
/** OAuth 2.0 token for the current user. */
|
|
243
243
|
oauth_token?: string;
|